From bsam at ipt.ru Wed Apr 1 06:39:25 2009 From: bsam at ipt.ru (Boris Samorodov) Date: Wed Apr 1 06:39:32 2009 Subject: linux_dri port for compat.linux.osrelease=2.6.16 Message-ID: <89566543@bb.ipt.ru> Hello List, I'm going to commit new Fedora 8 infrastructure ports. However, there is a problem which won't give us a chance to switch defaults to -f8- ports until there is an apropriate linux_dri port. Existing ports graphics/linux_dri[-devel] are too outdated and really don't work with CURRENT and -f8- ports. If someone is interested, please let us know. I can help in creating, committing of the port. But I have no skills to do the main job. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From njm at njm.me.uk Wed Apr 1 08:42:22 2009 From: njm at njm.me.uk (N.J. Mann) Date: Wed Apr 1 08:42:29 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <1238517533.8491.371.camel@balrog.2hip.net> References: <20090330201109.9CE521CC09@ptavv.es.net> <1238445388.8491.358.camel@balrog.2hip.net> <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> Message-ID: <20090401154208.GA873@titania.njm.me.uk> In message <1238517533.8491.371.camel@balrog.2hip.net>, Robert Noland (rnoland@FreeBSD.org) wrote: > On Tue, 2009-03-31 at 16:16 +0100, N.J. Mann wrote: > > In message <1238445388.8491.358.camel@balrog.2hip.net>, > > Robert Noland (rnoland@FreeBSD.org) wrote: > > > On Mon, 2009-03-30 at 13:11 -0700, Kevin Oberman wrote: > > > > > From: Robert Noland > > > > > Date: Mon, 30 Mar 2009 14:54:45 -0500 > > [snip] > > > > > > > > > > Is this on CURRENT or STABLE and do you know at least approximately when > > > > > you started seeing the issue? > > > > > > > > > > > > > It is on stable and I THINK it started when I updated my system to > > > > 7.2-PRERELEASE last week. My previous Stable was on February 7 and it > > > > pre-dated the Xorg-1.5.3 server update on the system. > > > > > > > > I normally update ports daily, but I did delay the Xorg update for a > > > > week or two to let dust settle. > > > > > > There are a lot of changed in that window... I really hope that this > > > doesn't fix it, but could you try reverting: > > > > > > balrog% svn diff -c r189669 > > > Index: drm_drv.c > > > =================================================================== > > > --- drm_drv.c (revision 189668) > > > +++ drm_drv.c (revision 189669) > > > @@ -131,7 +131,7 @@ > > > .d_poll = drm_poll, > > > .d_mmap = drm_mmap, > > > .d_name = "drm", > > > - .d_flags = D_TRACKCLOSE | D_NEEDGIANT > > > + .d_flags = D_TRACKCLOSE > > > }; > > > > > > static struct drm_msi_blacklist_entry drm_msi_blacklist[] = { > > > > I was not sure whether you wanted Kevin, me or both of us to try the > > above, so I tried it anyway. :-) It has no visible affect here at all. > > I double checked I had patched the right file and even re-compiled > > (after doing a rm -rf /usr/obj and a make clean) and re-installed the > > resulting kernel. No change. > > > > Are there any debug messages I can enable to help you out here? > > Yes, I'm not seeing any change here either. So, I don't think that we > have a locking or ordering issue. Are the effects on shutdown a > problem? Yes, but not excessively so. Once I exit X the only thing I am able to do is reboot by pressing CTRL+ALT+DEL. Nothing else appears to work. However, I tend to stay in X all the time on this machine and only exit if there is a problem. So, diagnosing problems is a real PITA at the moment. :-) > I think it may have more to do with the fact that we have > released memory before we have switched display modes on shutdown. I > can reproduce the strange color effects on this i915, but haven't hit a > case where it created any sort of problem. Is there a way of logging the shutdown sequence of X to a file? So far the only error/diagnostic message I get is: Fatal server error: Caught signal 11. Server aborting I really feel like I am not helping much while using up all your valuable time. Cheers, Nick. -- From njm at njm.me.uk Wed Apr 1 08:43:50 2009 From: njm at njm.me.uk (N.J. Mann) Date: Wed Apr 1 08:43:57 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <1238518147.8491.373.camel@balrog.2hip.net> References: <20090331163606.855B01CC29@ptavv.es.net> <1238518147.8491.373.camel@balrog.2hip.net> Message-ID: <20090401154325.GB873@titania.njm.me.uk> In message <1238518147.8491.373.camel@balrog.2hip.net>, Robert Noland (rnoland@FreeBSD.org) wrote: > [snip] > > Ok, could you try removing that and applying this attached change > instead: > > r190565 | rnoland | 2009-03-30 13:01:42 -0500 (Mon, 30 Mar 2009) | 5 > lines > > We don't know what these pages are going to be used for, they should be > un-cached. This got lost somewhere with all the bus_dma fixups. > > Index: drm_pci.c > =================================================================== > --- drm_pci.c (revision 190564) > +++ drm_pci.c (revision 190565) > @@ -91,7 +91,7 @@ > } > > ret = bus_dmamem_alloc(dmah->tag, &dmah->vaddr, > - BUS_DMA_WAITOK | BUS_DMA_ZERO, &dmah->map); > + BUS_DMA_WAITOK | BUS_DMA_ZERO | BUS_DMA_NOCACHE, &dmah->map); > if (ret != 0) { > bus_dma_tag_destroy(dmah->tag); > free(dmah, DRM_MEM_DMA); No change. :-( Cheers, Nick. -- From oberman at es.net Wed Apr 1 09:09:10 2009 From: oberman at es.net (Kevin Oberman) Date: Wed Apr 1 09:09:17 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: Your message of "Tue, 31 Mar 2009 11:49:07 CDT." <1238518147.8491.373.camel@balrog.2hip.net> Message-ID: <20090401160909.40BA81CC51@ptavv.es.net> > From: Robert Noland > Date: Tue, 31 Mar 2009 11:49:07 -0500 > > On Tue, 2009-03-31 at 09:36 -0700, Kevin Oberman wrote: > > > Date: Tue, 31 Mar 2009 16:16:57 +0100 > > > From: "N.J. Mann" > > > > > > Hi Robert, > > > > > > > > > In message <1238445388.8491.358.camel@balrog.2hip.net>, > > > Robert Noland (rnoland@FreeBSD.org) wrote: > > > > On Mon, 2009-03-30 at 13:11 -0700, Kevin Oberman wrote: > > > > > > From: Robert Noland > > > > > > Date: Mon, 30 Mar 2009 14:54:45 -0500 > > > [snip] > > > > > > > > > > > > Is this on CURRENT or STABLE and do you know at least approximately when > > > > > > you started seeing the issue? > > > > > > > > > > > > > > > > It is on stable and I THINK it started when I updated my system to > > > > > 7.2-PRERELEASE last week. My previous Stable was on February 7 and it > > > > > pre-dated the Xorg-1.5.3 server update on the system. > > > > > > > > > > I normally update ports daily, but I did delay the Xorg update for a > > > > > week or two to let dust settle. > > > > > > > > There are a lot of changed in that window... I really hope that this > > > > doesn't fix it, but could you try reverting: > > > > > > > > balrog% svn diff -c r189669 > > > > Index: drm_drv.c > > > > =================================================================== > > > > --- drm_drv.c (revision 189668) > > > > +++ drm_drv.c (revision 189669) > > > > @@ -131,7 +131,7 @@ > > > > .d_poll = drm_poll, > > > > .d_mmap = drm_mmap, > > > > .d_name = "drm", > > > > - .d_flags = D_TRACKCLOSE | D_NEEDGIANT > > > > + .d_flags = D_TRACKCLOSE > > > > }; > > > > > > > > static struct drm_msi_blacklist_entry drm_msi_blacklist[] = { > > > > > > I was not sure whether you wanted Kevin, me or both of us to try the > > > above, so I tried it anyway. :-) It has no visible affect here at all. > > > I double checked I had patched the right file and even re-compiled > > > (after doing a rm -rf /usr/obj and a make clean) and re-installed the > > > resulting kernel. No change. > > > > > > Are there any debug messages I can enable to help you out here? > > > > For me and my Radeon, the change seems to have "fixed" the problem. > > > > I have rebooted several times, including after loading the system with a > > variety of graphics oriented tasks (Flash, MPEGs, WMV, ...), I have been > > unable to trigger the problem with the NEEDGIANT. I don't have witness > > in my kernel and really would have problems with having it there on this > > system this week as I am on-call. Yuck! > > Ok, could you try removing that and applying this attached change > instead: > > r190565 | rnoland | 2009-03-30 13:01:42 -0500 (Mon, 30 Mar 2009) | 5 > lines > > We don't know what these pages are going to be used for, they should be > un-cached. This got lost somewhere with all the bus_dma fixups. Bingo! No more problems with shutting down X. No GIANT. I like this a LOT better. Thanks so much. Heads up! Now that my ATi problem is resolved, I'll be hitting you with the problems I'm having with an nVidia 7800GT. I hope that the nVidia issue is "fixable" more readily, though, with config changes rather than patches. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 From oberman at es.net Wed Apr 1 15:56:47 2009 From: oberman at es.net (Kevin Oberman) Date: Wed Apr 1 15:58:01 2009 Subject: Proper configuration for dual-headed nVidia 7800GT Message-ID: <20090401225645.8004F1CC0B@ptavv.es.net> I have been unable to get both heads of my nVidia 7800GT to work. I start with the output of 'Xorg --configure' and add the second Monitor and a display set for a 2560x1024 display. I get the proper display on one monitor and the other just displays "Cannot Display This Video Mode". I add "Option Dualhead" and get no screens found. I added "Option FlatPanel" and got "Cannot Display This Video Mode" on BOTH screens. Can anyone give me a clue as to how to configure this for Xrandr operation? I'm sure I am missing something obvious. I should mention that the displays are LED panels, but they use VGA, not DVI connectors, so I have DVI to VGA adaptors on both ports. I can supply logs of the various configurations. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 From alex.wilkinson at dsto.defence.gov.au Wed Apr 1 20:26:50 2009 From: alex.wilkinson at dsto.defence.gov.au (Wilkinson, Alex) Date: Wed Apr 1 20:27:13 2009 Subject: Proper configuration for dual-headed nVidia 7800GT In-Reply-To: <20090401225645.8004F1CC0B@ptavv.es.net> References: <20090401225645.8004F1CC0B@ptavv.es.net> Message-ID: <20090402032637.GJ2351@stlux503.dsto.defence.gov.au> 0n Wed, Apr 01, 2009 at 03:56:45PM -0700, Kevin Oberman wrote: >I have been unable to get both heads of my nVidia 7800GT to work. I >start with the output of 'Xorg --configure' and add the second Monitor >and a display set for a 2560x1024 display. I get the proper display on >one monitor and the other just displays "Cannot Display This Video >Mode". > >I add "Option Dualhead" and get no screens found. I added "Option >FlatPanel" and got "Cannot Display This Video Mode" on BOTH screens. > >Can anyone give me a clue as to how to configure this for Xrandr >operation? I'm sure I am missing something obvious. > >I should mention that the displays are LED panels, but they use VGA, not >DVI connectors, so I have DVI to VGA adaptors on both ports. I can >supply logs of the various configurations. How about trying TwinView ? -aW IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. From varga.michal at gmail.com Wed Apr 1 21:29:47 2009 From: varga.michal at gmail.com (Michal Varga) Date: Wed Apr 1 21:29:53 2009 Subject: Proper configuration for dual-headed nVidia 7800GT In-Reply-To: <20090401225645.8004F1CC0B@ptavv.es.net> References: <20090401225645.8004F1CC0B@ptavv.es.net> Message-ID: <3f1fd1ea0904012056pd083583k8786f6813c404b6@mail.gmail.com> On Thu, Apr 2, 2009 at 12:56 AM, Kevin Oberman wrote: > I have been unable to get both heads of my nVidia 7800GT to work. I > start with the output of 'Xorg --configure' and add the second Monitor > and a display set for a 2560x1024 display. I get the proper display on > one monitor and the other just displays "Cannot Display This Video > Mode". >[...] > You didn't mention what kind of drivers do you use, but you can use TwinView for official nvidia-driver (don't know about nv and nouveau, never used them in this role). Few examples from my 7600GT config (see commented values too): Section "Monitor" Identifier "Default Monitor" ModelName "Default" Option "DPMS" # Standard GTF timings (man gtf): Modeline "1280x1024_100" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync Modeline "1280x1024_85" 159.36 1280 1376 1512 1744 1024 1025 1028 1075 -HSync +Vsync Modeline "1024x768_120" 139.05 1024 1104 1216 1408 768 769 772 823 -HSync +Vsync Modeline "1024x768_100" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync Modeline "800x600_120" 83.95 800 856 944 1088 600 601 604 643 -HSync +Vsync Modeline "800x600_100" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync Modeline "640x480_120" 55.43 640 672 880 912 480 487 497 505 -HSync +Vsync Modeline "640x480_100" 43.99 640 672 832 864 480 488 496 505 -HSync +Vsync EndSection Section "Device" Screen 0 Identifier "Nvidia" Driver "nvidia" Option "DPMS" Option "Coolbits" "1" # Option "RenderAccel" "True" # Option "AddARGBGLXVisuals" "True" # Option "UseEdidDpi" "False" Option "UseEdidFreqs" "True" Option "DPI" "96 x 96" Option "TwinView" "Yes" # Option "ConnectedMonitors" "DFP, DFP" Option "ConnectedMonitors" "CRT, CRT" # Option "TwinViewOrientation" "CRT-0 LeftOf CRT-1" Option "TwinViewOrientation" "Clone" Option "HorizSync" "CRT-1: 30-130; CRT-0: 30-98" Option "VertRefresh" "CRT-1: 48-170; CRT-0: 50-160" Option "MetaModes" "1280x1024_85, 1280x1024_85; 1280x1024_85, NULL; 1024x768_100, 1024x768_100; 1024_768_100, NULL; 800x600_100, 800x600_120; 800x600_100, NULL; 640x480_100, 640x480_120; 640x480_100, NULL;" # Option "MetaModes" "NULL, 1280x1024_85; NULL, 1024x768_100; NULL, 800x600_100; NULL, 640x480_100;" EndSection m. From oberman at es.net Wed Apr 1 22:25:37 2009 From: oberman at es.net (Kevin Oberman) Date: Wed Apr 1 22:25:44 2009 Subject: Proper configuration for dual-headed nVidia 7800GT In-Reply-To: Your message of "Thu, 02 Apr 2009 11:26:37 +0800." <20090402032637.GJ2351@stlux503.dsto.defence.gov.au> Message-ID: <20090402052523.411621CC0B@ptavv.es.net> > Date: Thu, 2 Apr 2009 11:26:37 +0800 > From: "Wilkinson, Alex" > Sender: owner-freebsd-x11@freebsd.org > > > 0n Wed, Apr 01, 2009 at 03:56:45PM -0700, Kevin Oberman wrote: > > >I have been unable to get both heads of my nVidia 7800GT to work. I > >start with the output of 'Xorg --configure' and add the second Monitor > >and a display set for a 2560x1024 display. I get the proper display on > >one monitor and the other just displays "Cannot Display This Video > >Mode". > > > >I add "Option Dualhead" and get no screens found. I added "Option > >FlatPanel" and got "Cannot Display This Video Mode" on BOTH screens. > > > >Can anyone give me a clue as to how to configure this for Xrandr > >operation? I'm sure I am missing something obvious. > > > >I should mention that the displays are LED panels, but they use VGA, not > >DVI connectors, so I have DVI to VGA adaptors on both ports. I can > >supply logs of the various configurations. > > How about trying TwinView ? I don't see TwinView as an option in the nv man page. Is it for the nvidia-driver? I have not tried that. Since I don't need 3D or any fancy capabilities, I figured that nv would do the trick. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 From alex.wilkinson at dsto.defence.gov.au Wed Apr 1 22:35:46 2009 From: alex.wilkinson at dsto.defence.gov.au (Wilkinson, Alex) Date: Wed Apr 1 22:35:53 2009 Subject: Proper configuration for dual-headed nVidia 7800GT In-Reply-To: <20090402052523.411621CC0B@ptavv.es.net> References: <20090402032637.GJ2351@stlux503.dsto.defence.gov.au> <20090402052523.411621CC0B@ptavv.es.net> Message-ID: <20090402053536.GA3597@stlux503.dsto.defence.gov.au> 0n Wed, Apr 01, 2009 at 10:25:23PM -0700, Kevin Oberman wrote: >> How about trying TwinView ? > >I don't see TwinView as an option in the nv man page. Is it for the >nvidia-driver? I have not tried that. Since I don't need 3D or any >fancy capabilities, I figured that nv would do the trick. Yes from: /usr/ports/x11/nvidia-driver/ Do a "make extract" and read the docs it work directory. -aW IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. From rnoland at FreeBSD.org Wed Apr 1 23:43:48 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Wed Apr 1 23:44:20 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090401154208.GA873@titania.njm.me.uk> References: <20090330201109.9CE521CC09@ptavv.es.net> <1238445388.8491.358.camel@balrog.2hip.net> <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> <20090401154208.GA873@titania.njm.me.uk> Message-ID: <1238654585.1791.15.camel@balrog.2hip.net> On Wed, 2009-04-01 at 16:42 +0100, N.J. Mann wrote: > In message <1238517533.8491.371.camel@balrog.2hip.net>, > Robert Noland (rnoland@FreeBSD.org) wrote: > > On Tue, 2009-03-31 at 16:16 +0100, N.J. Mann wrote: > > > In message <1238445388.8491.358.camel@balrog.2hip.net>, > > > Robert Noland (rnoland@FreeBSD.org) wrote: > > > > On Mon, 2009-03-30 at 13:11 -0700, Kevin Oberman wrote: > > > > > > From: Robert Noland > > > > > > Date: Mon, 30 Mar 2009 14:54:45 -0500 > > > [snip] > > > > > > > > > > > > Is this on CURRENT or STABLE and do you know at least approximately when > > > > > > you started seeing the issue? > > > > > > > > > > > > > > > > It is on stable and I THINK it started when I updated my system to > > > > > 7.2-PRERELEASE last week. My previous Stable was on February 7 and it > > > > > pre-dated the Xorg-1.5.3 server update on the system. > > > > > > > > > > I normally update ports daily, but I did delay the Xorg update for a > > > > > week or two to let dust settle. > > > > > > > > There are a lot of changed in that window... I really hope that this > > > > doesn't fix it, but could you try reverting: > > > > > > > > balrog% svn diff -c r189669 > > > > Index: drm_drv.c > > > > =================================================================== > > > > --- drm_drv.c (revision 189668) > > > > +++ drm_drv.c (revision 189669) > > > > @@ -131,7 +131,7 @@ > > > > .d_poll = drm_poll, > > > > .d_mmap = drm_mmap, > > > > .d_name = "drm", > > > > - .d_flags = D_TRACKCLOSE | D_NEEDGIANT > > > > + .d_flags = D_TRACKCLOSE > > > > }; > > > > > > > > static struct drm_msi_blacklist_entry drm_msi_blacklist[] = { > > > > > > I was not sure whether you wanted Kevin, me or both of us to try the > > > above, so I tried it anyway. :-) It has no visible affect here at all. > > > I double checked I had patched the right file and even re-compiled > > > (after doing a rm -rf /usr/obj and a make clean) and re-installed the > > > resulting kernel. No change. > > > > > > Are there any debug messages I can enable to help you out here? > > > > Yes, I'm not seeing any change here either. So, I don't think that we > > have a locking or ordering issue. Are the effects on shutdown a > > problem? > > Yes, but not excessively so. Once I exit X the only thing I am able to > do is reboot by pressing CTRL+ALT+DEL. Nothing else appears to work. > However, I tend to stay in X all the time on this machine and only exit > if there is a problem. So, diagnosing problems is a real PITA at the > moment. :-) Ok, that isn't good, but... > > I think it may have more to do with the fact that we have > > released memory before we have switched display modes on shutdown. I > > can reproduce the strange color effects on this i915, but haven't hit a > > case where it created any sort of problem. > > Is there a way of logging the shutdown sequence of X to a file? So far > the only error/diagnostic message I get is: > > Fatal server error: > Caught signal 11. Server aborting Ok, if the X server is dumping core... That is a start. If you are using gdm the core will be in /var/gdm. I'm not sure where it might be otherwise. I'm running on a radeon x1650 right now and I'm not seeing this or any issues really. The i915 that I'm testing on, I have seen these shutdown issues... I'm not certain of the root cause at this point, as I've been working on interrupts for several days now. What I have seen seems to be hit or miss... I can't tell if it is taking an exceedingly long time for gnome/X to shutdown, or if it is just that this laptop is that slow... robert. > I really feel like I am not helping much while using up all your > valuable time. > > > Cheers, > Nick. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090402/f9cd61c9/attachment.pgp From rnoland at FreeBSD.org Wed Apr 1 23:57:41 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Wed Apr 1 23:57:46 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090401160909.40BA81CC51@ptavv.es.net> References: <20090401160909.40BA81CC51@ptavv.es.net> Message-ID: <1238655418.20670.1.camel@balrog.2hip.net> On Wed, 2009-04-01 at 09:09 -0700, Kevin Oberman wrote: > > From: Robert Noland > > Date: Tue, 31 Mar 2009 11:49:07 -0500 > > > > On Tue, 2009-03-31 at 09:36 -0700, Kevin Oberman wrote: > > > > Date: Tue, 31 Mar 2009 16:16:57 +0100 > > > > From: "N.J. Mann" > > > > > > > > Hi Robert, > > > > > > > > > > > > In message <1238445388.8491.358.camel@balrog.2hip.net>, > > > > Robert Noland (rnoland@FreeBSD.org) wrote: > > > > > On Mon, 2009-03-30 at 13:11 -0700, Kevin Oberman wrote: > > > > > > > From: Robert Noland > > > > > > > Date: Mon, 30 Mar 2009 14:54:45 -0500 > > > > [snip] > > > > > > > > > > > > > > Is this on CURRENT or STABLE and do you know at least approximately when > > > > > > > you started seeing the issue? > > > > > > > > > > > > > > > > > > > It is on stable and I THINK it started when I updated my system to > > > > > > 7.2-PRERELEASE last week. My previous Stable was on February 7 and it > > > > > > pre-dated the Xorg-1.5.3 server update on the system. > > > > > > > > > > > > I normally update ports daily, but I did delay the Xorg update for a > > > > > > week or two to let dust settle. > > > > > > > > > > There are a lot of changed in that window... I really hope that this > > > > > doesn't fix it, but could you try reverting: > > > > > > > > > > balrog% svn diff -c r189669 > > > > > Index: drm_drv.c > > > > > =================================================================== > > > > > --- drm_drv.c (revision 189668) > > > > > +++ drm_drv.c (revision 189669) > > > > > @@ -131,7 +131,7 @@ > > > > > .d_poll = drm_poll, > > > > > .d_mmap = drm_mmap, > > > > > .d_name = "drm", > > > > > - .d_flags = D_TRACKCLOSE | D_NEEDGIANT > > > > > + .d_flags = D_TRACKCLOSE > > > > > }; > > > > > > > > > > static struct drm_msi_blacklist_entry drm_msi_blacklist[] = { > > > > > > > > I was not sure whether you wanted Kevin, me or both of us to try the > > > > above, so I tried it anyway. :-) It has no visible affect here at all. > > > > I double checked I had patched the right file and even re-compiled > > > > (after doing a rm -rf /usr/obj and a make clean) and re-installed the > > > > resulting kernel. No change. > > > > > > > > Are there any debug messages I can enable to help you out here? > > > > > > For me and my Radeon, the change seems to have "fixed" the problem. > > > > > > I have rebooted several times, including after loading the system with a > > > variety of graphics oriented tasks (Flash, MPEGs, WMV, ...), I have been > > > unable to trigger the problem with the NEEDGIANT. I don't have witness > > > in my kernel and really would have problems with having it there on this > > > system this week as I am on-call. Yuck! > > > > Ok, could you try removing that and applying this attached change > > instead: > > > > r190565 | rnoland | 2009-03-30 13:01:42 -0500 (Mon, 30 Mar 2009) | 5 > > lines > > > > We don't know what these pages are going to be used for, they should be > > un-cached. This got lost somewhere with all the bus_dma fixups. > > Bingo! No more problems with shutting down X. No GIANT. I like this a LOT > better. > > Thanks so much. Ok, cool. That does give me an idea for the Intel issues as well maybe... > Heads up! Now that my ATi problem is resolved, I'll be hitting you with > the problems I'm having with an nVidia 7800GT. I hope that the nVidia > issue is "fixable" more readily, though, with config changes rather than > patches. I do have patches for nouveau drm. ;) robert. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090402/5d932d65/attachment.pgp From rnoland at FreeBSD.org Thu Apr 2 01:06:48 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Apr 2 01:06:55 2009 Subject: Proper configuration for dual-headed nVidia 7800GT In-Reply-To: <20090401225645.8004F1CC0B@ptavv.es.net> References: <20090401225645.8004F1CC0B@ptavv.es.net> Message-ID: <1238659546.20670.17.camel@balrog.2hip.net> On Wed, 2009-04-01 at 15:56 -0700, Kevin Oberman wrote: > I have been unable to get both heads of my nVidia 7800GT to work. I > start with the output of 'Xorg --configure' and add the second Monitor > and a display set for a 2560x1024 display. I get the proper display on > one monitor and the other just displays "Cannot Display This Video > Mode". > > I add "Option Dualhead" and get no screens found. I added "Option > FlatPanel" and got "Cannot Display This Video Mode" on BOTH screens. > > Can anyone give me a clue as to how to configure this for Xrandr > operation? I'm sure I am missing something obvious. > > I should mention that the displays are LED panels, but they use VGA, not > DVI connectors, so I have DVI to VGA adaptors on both ports. I can > supply logs of the various configurations. So, the first question is which driver are you using nv, nouveau, or the blob? robert. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090402/f6b7d5da/attachment.pgp From gperez at entel.upc.edu Thu Apr 2 05:56:09 2009 From: gperez at entel.upc.edu (Gustau Perez) Date: Thu Apr 2 05:56:16 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <1238655418.20670.1.camel@balrog.2hip.net> References: <20090401160909.40BA81CC51@ptavv.es.net> <1238655418.20670.1.camel@balrog.2hip.net> Message-ID: <49D4B5CC.5020605@entel.upc.edu> >> Heads up! Now that my ATi problem is resolved, I'll be hitting you with >> the problems I'm having with an nVidia 7800GT. I hope that the nVidia >> issue is "fixable" more readily, though, with config changes rather than >> patches. >> > > I do have patches for nouveau drm. ;) > > And where are those patches ? I'm want to test them in my current :) Gus > robert. > > From rnoland at FreeBSD.org Thu Apr 2 09:25:28 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Apr 2 09:25:34 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <49D4B5CC.5020605@entel.upc.edu> References: <20090401160909.40BA81CC51@ptavv.es.net> <1238655418.20670.1.camel@balrog.2hip.net> <49D4B5CC.5020605@entel.upc.edu> Message-ID: <1238689483.20670.21.camel@balrog.2hip.net> On Thu, 2009-04-02 at 14:55 +0200, Gustau Perez wrote: > >> Heads up! Now that my ATi problem is resolved, I'll be hitting you with > >> the problems I'm having with an nVidia 7800GT. I hope that the nVidia > >> issue is "fixable" more readily, though, with config changes rather than > >> patches. > >> > > > > I do have patches for nouveau drm. ;) > > > > > And where are those patches ? I'm want to test them in my current :) see the thread "[PREVIEW] Nouveau on FreeBSD (Take 2)" robert. > Gus > > > robert. > > > > > -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090402/806a2e07/attachment.pgp From njm at njm.me.uk Thu Apr 2 09:42:59 2009 From: njm at njm.me.uk (N.J. Mann) Date: Thu Apr 2 09:43:06 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <1238654585.1791.15.camel@balrog.2hip.net> References: <20090330201109.9CE521CC09@ptavv.es.net> <1238445388.8491.358.camel@balrog.2hip.net> <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> Message-ID: <20090402164255.GA85610@titania.njm.me.uk> In message <1238654585.1791.15.camel@balrog.2hip.net>, Robert Noland (rnoland@FreeBSD.org) wrote: > On Wed, 2009-04-01 at 16:42 +0100, N.J. Mann wrote: > > In message <1238517533.8491.371.camel@balrog.2hip.net>, > > Robert Noland (rnoland@FreeBSD.org) wrote: [snip] > > > Yes, I'm not seeing any change here either. So, I don't think that we > > > have a locking or ordering issue. Are the effects on shutdown a > > > problem? > > > > Yes, but not excessively so. Once I exit X the only thing I am able to > > do is reboot by pressing CTRL+ALT+DEL. Nothing else appears to work. > > However, I tend to stay in X all the time on this machine and only exit > > if there is a problem. So, diagnosing problems is a real PITA at the > > moment. :-) > > Ok, that isn't good, but... > > > > I think it may have more to do with the fact that we have > > > released memory before we have switched display modes on shutdown. I > > > can reproduce the strange color effects on this i915, but haven't hit a > > > case where it created any sort of problem. > > > > Is there a way of logging the shutdown sequence of X to a file? So far > > the only error/diagnostic message I get is: > > > > Fatal server error: > > Caught signal 11. Server aborting > > Ok, if the X server is dumping core... That is a start. If you are > using gdm the core will be in /var/gdm. I'm not sure where it might be > otherwise. I use startx. I do not seem to get any core files - I would have mentioned it earlier if I did. If you think it will help I will look into using gdm, which I do not currently have installed, or anything else you think may help. Cheers, Nick. -- "'The Innocent have Nothing [Left] To Lose' was of course the winning tagline in the government's competition to relaunch the [UK] ID card." From rnoland at FreeBSD.org Thu Apr 2 10:08:48 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Apr 2 10:08:53 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090402164255.GA85610@titania.njm.me.uk> References: <20090330201109.9CE521CC09@ptavv.es.net> <1238445388.8491.358.camel@balrog.2hip.net> <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> Message-ID: <1238692086.20670.38.camel@balrog.2hip.net> On Thu, 2009-04-02 at 17:42 +0100, N.J. Mann wrote: > In message <1238654585.1791.15.camel@balrog.2hip.net>, > Robert Noland (rnoland@FreeBSD.org) wrote: > > On Wed, 2009-04-01 at 16:42 +0100, N.J. Mann wrote: > > > In message <1238517533.8491.371.camel@balrog.2hip.net>, > > > Robert Noland (rnoland@FreeBSD.org) wrote: > [snip] > > > > Yes, I'm not seeing any change here either. So, I don't think that we > > > > have a locking or ordering issue. Are the effects on shutdown a > > > > problem? > > > > > > Yes, but not excessively so. Once I exit X the only thing I am able to > > > do is reboot by pressing CTRL+ALT+DEL. Nothing else appears to work. > > > However, I tend to stay in X all the time on this machine and only exit > > > if there is a problem. So, diagnosing problems is a real PITA at the > > > moment. :-) > > > > Ok, that isn't good, but... > > > > > > I think it may have more to do with the fact that we have > > > > released memory before we have switched display modes on shutdown. I > > > > can reproduce the strange color effects on this i915, but haven't hit a > > > > case where it created any sort of problem. > > > > > > Is there a way of logging the shutdown sequence of X to a file? So far > > > the only error/diagnostic message I get is: > > > > > > Fatal server error: > > > Caught signal 11. Server aborting > > > > Ok, if the X server is dumping core... That is a start. If you are > > using gdm the core will be in /var/gdm. I'm not sure where it might be > > otherwise. > > I use startx. I do not seem to get any core files - I would have > mentioned it earlier if I did. If you think it will help I will look > into using gdm, which I do not currently have installed, or anything > else you think may help. Ok, so I have a patch that makes Intel mostly not suck now. I haven't really addressed the restart issue, but If your issue is occurring with a clean STABLE, then it almost has to be vblank/irq related and that is what I've been trying to fix. Setting Option "NoTrapSignals" "on" in your xorg.conf should cause it to drop core, which may provide some confirmation of what is going on. robert. > > Cheers, > Nick. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090402/9a847ae4/attachment.pgp From njm at njm.me.uk Thu Apr 2 12:18:37 2009 From: njm at njm.me.uk (N.J. Mann) Date: Thu Apr 2 12:18:44 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <1238692086.20670.38.camel@balrog.2hip.net> References: <20090330201109.9CE521CC09@ptavv.es.net> <1238445388.8491.358.camel@balrog.2hip.net> <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> Message-ID: <20090402191833.GA886@titania.njm.me.uk> In message <1238692086.20670.38.camel@balrog.2hip.net>, Robert Noland (rnoland@FreeBSD.org) wrote: > On Thu, 2009-04-02 at 17:42 +0100, N.J. Mann wrote: [snip] > > I use startx. I do not seem to get any core files - I would have > > mentioned it earlier if I did. If you think it will help I will look > > into using gdm, which I do not currently have installed, or anything > > else you think may help. > > Ok, so I have a patch that makes Intel mostly not suck now. I haven't > really addressed the restart issue, but If your issue is occurring with > a clean STABLE, then it almost has to be vblank/irq related and that is > what I've been trying to fix. > > Setting Option "NoTrapSignals" "on" in your xorg.conf should cause it to > drop core, which may provide some confirmation of what is going on. Okay, still no core file as me, but as root I get the following: titania# gdb Xorg Xorg.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... Core was generated by `Xorg'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libpciaccess.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpciaccess.so.0 Reading symbols from /usr/local/lib/libXfont.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXfont.so.1 Reading symbols from /usr/local/lib/libfreetype.so.9...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libfreetype.so.9 Reading symbols from /usr/local/lib/libXau.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXau.so.6 Reading symbols from /usr/local/lib/libfontenc.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libfontenc.so.1 Reading symbols from /lib/libz.so.4...(no debugging symbols found)...done. Loaded symbols for /lib/libz.so.4 Reading symbols from /usr/local/lib/libpixman-1.so.9...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpixman-1.so.9 Reading symbols from /usr/local/lib/libXdmcp.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXdmcp.so.6 Reading symbols from /lib/libcrypto.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libcrypto.so.5 Reading symbols from /usr/lib/librpcsvc.so.4...(no debugging symbols found)...done. Loaded symbols for /usr/lib/librpcsvc.so.4 Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libm.so.5 Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/libgcc_s.so.1 Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /usr/local/lib/xorg/modules/extensions//libextmod.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/xorg/modules/extensions//libextmod.so Reading symbols from /usr/local/lib/xorg/modules/extensions//librecord.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/xorg/modules/extensions//librecord.so Reading symbols from /usr/local/lib/xorg/modules/extensions//libdbe.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/xorg/modules/extensions//libdbe.so Reading symbols from /usr/local/lib/xorg/modules/extensions//libglx.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/xorg/modules/extensions//libglx.so Reading symbols from /usr/local/lib/xorg/modules/extensions//libxtrap.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/xorg/modules/extensions//libxtrap.so Reading symbols from /usr/local/lib/xorg/modules/extensions//libdri.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/xorg/modules/extensions//libdri.so Reading symbols from /usr/local/lib/libdrm.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libdrm.so.2 Reading symbols from /usr/local/lib/xorg/modules/fonts//libfreetype.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/xorg/modules/fonts//libfreetype.so Reading symbols from /usr/local/lib/xorg/modules/drivers//intel_drv.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/xorg/modules/drivers//intel_drv.so Reading symbols from /usr/local/lib/libdrm_intel.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libdrm_intel.so.1 Reading symbols from /usr/local/lib/xorg/modules/input//mouse_drv.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/xorg/modules/input//mouse_drv.so Reading symbols from /usr/local/lib/xorg/modules/input//kbd_drv.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/xorg/modules/input//kbd_drv.so Reading symbols from /usr/local/lib/xorg/modules//libvgahw.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/xorg/modules//libvgahw.so Reading symbols from /usr/local/lib/xorg/modules//libfb.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/xorg/modules//libfb.so Reading symbols from /usr/local/lib/xorg/modules//libexa.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/xorg/modules//libexa.so Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x28aff320 in ?? () (gdb) bt #0 0x28aff320 in ?? () #1 0x2856ab84 in pthread_mutex_lock () from /lib/libc.so.7 #2 0x285e3feb in drm_intel_fake_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 #3 0x285e33c2 in drm_intel_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 #4 0x28768230 in intel_batch_flush () from /usr/local/lib/xorg/modules/drivers//intel_drv.so #5 0x28767a64 in I830Sync () from /usr/local/lib/xorg/modules/drivers//intel_drv.so #6 0x287762ed in I830LeaveVT () from /usr/local/lib/xorg/modules/drivers//intel_drv.so #7 0x287767b3 in I830CloseScreen () from /usr/local/lib/xorg/modules/drivers//intel_drv.so #8 0x0815606e in RRExtensionInit () #9 0x080bf03e in xf86ChangeGammaRamp () #10 0x080b6d24 in xf86DPMSInit () #11 0x285ac994 in XvCloseScreen () from /usr/local/lib/xorg/modules/extensions//libextmod.so #12 0x080bbcd1 in VidModeExtensionInit () #13 0x081344c5 in XFixesCursorInit () #14 0x0815489c in AnimCurInit () #15 0x0812ee7a in CompositeRegisterAlternateVisuals () #16 0x28739783 in glxCloseScreen () from /usr/local/lib/xorg/modules/extensions//libglx.so #17 0x0806b0ea in main () (gdb) Is this any use? Should I re-compile Xorg with debugging symbols? Cheers, Nick. -- "'The Innocent have Nothing [Left] To Lose' was of course the winning tagline in the government's competition to relaunch the [UK] ID card." From artem_kim at inbox.ru Thu Apr 2 15:20:41 2009 From: artem_kim at inbox.ru (Artem Kim) Date: Thu Apr 2 15:20:48 2009 Subject: 7.2-PRERELEASE X-server hang in "drmwtq" Message-ID: <200904030223.27059.artem_kim@inbox.ru> Hi. In last time, I have a problem with stability on my system: 7.2-PRERELEASE Thu Apr 2 20:20:31 MSD 2009 amd64 (UP); ati 9800-XT From time to time the x-server go in "drmwtq" state if the AIGLX is enabled. This usually happens when creating a new window. If I setup hw.dri.0.debug to "1", I get a lot of messages: [drm: pid1469: drm_ioctl] pid = 1469, cmd = 0x80046457, nr = 0x57, dev 0xffffff0001306800, auth = 1 [drm: pid1469: drm_ioctl] returning -1 I can see a recurring message in in ktrace: 1469 Xorg PSIG SIGALRM caught handler = 0x4dca90 mask = 0x0 code = 0x0 1469 Xorg CALL sigreturn (0x7fffffffe5b0) 1469 Xorg RET sigreturn JUSTRETURN 1469 Xorg CALL ioctl (0xa, 0x80046457, 0x8156e807c) 1469 Xorg RET ioctl RESTART The problems started after vblank rework in the STABLE. The first time I got a panic when i try to restart or shutdown x-server, but the problem with panic was solved (for me ;)) quickly. I am ready to provide any additional information. Many thanks for your work. From rnoland at FreeBSD.org Thu Apr 2 21:44:59 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Apr 2 21:45:05 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090402191833.GA886@titania.njm.me.uk> References: <20090330201109.9CE521CC09@ptavv.es.net> <1238445388.8491.358.camel@balrog.2hip.net> <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> Message-ID: <1238733857.65025.2.camel@balrog.2hip.net> On Thu, 2009-04-02 at 20:18 +0100, N.J. Mann wrote: > In message <1238692086.20670.38.camel@balrog.2hip.net>, > Robert Noland (rnoland@FreeBSD.org) wrote: > > On Thu, 2009-04-02 at 17:42 +0100, N.J. Mann wrote: > [snip] > > > I use startx. I do not seem to get any core files - I would have > > > mentioned it earlier if I did. If you think it will help I will look > > > into using gdm, which I do not currently have installed, or anything > > > else you think may help. > > > > Ok, so I have a patch that makes Intel mostly not suck now. I haven't > > really addressed the restart issue, but If your issue is occurring with > > a clean STABLE, then it almost has to be vblank/irq related and that is > > what I've been trying to fix. > > > > Setting Option "NoTrapSignals" "on" in your xorg.conf should cause it to > > drop core, which may provide some confirmation of what is going on. > > Okay, still no core file as me, but as root I get the following: > > titania# gdb Xorg Xorg.core > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... > Core was generated by `Xorg'. > Program terminated with signal 11, Segmentation fault. > Reading symbols from /usr/local/lib/libpciaccess.so.0...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libpciaccess.so.0 > Reading symbols from /usr/local/lib/libXfont.so.1...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libXfont.so.1 > Reading symbols from /usr/local/lib/libfreetype.so.9...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libfreetype.so.9 > Reading symbols from /usr/local/lib/libXau.so.6...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libXau.so.6 > Reading symbols from /usr/local/lib/libfontenc.so.1...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libfontenc.so.1 > Reading symbols from /lib/libz.so.4...(no debugging symbols found)...done. > Loaded symbols for /lib/libz.so.4 > Reading symbols from /usr/local/lib/libpixman-1.so.9...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libpixman-1.so.9 > Reading symbols from /usr/local/lib/libXdmcp.so.6...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libXdmcp.so.6 > Reading symbols from /lib/libcrypto.so.5...(no debugging symbols found)...done. > Loaded symbols for /lib/libcrypto.so.5 > Reading symbols from /usr/lib/librpcsvc.so.4...(no debugging symbols found)...done. > Loaded symbols for /usr/lib/librpcsvc.so.4 > Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done. > Loaded symbols for /lib/libm.so.5 > Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done. > Loaded symbols for /lib/libgcc_s.so.1 > Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. > Loaded symbols for /lib/libc.so.7 > Reading symbols from /usr/local/lib/xorg/modules/extensions//libextmod.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/xorg/modules/extensions//libextmod.so > Reading symbols from /usr/local/lib/xorg/modules/extensions//librecord.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/xorg/modules/extensions//librecord.so > Reading symbols from /usr/local/lib/xorg/modules/extensions//libdbe.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/xorg/modules/extensions//libdbe.so > Reading symbols from /usr/local/lib/xorg/modules/extensions//libglx.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/xorg/modules/extensions//libglx.so > Reading symbols from /usr/local/lib/xorg/modules/extensions//libxtrap.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/xorg/modules/extensions//libxtrap.so > Reading symbols from /usr/local/lib/xorg/modules/extensions//libdri.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/xorg/modules/extensions//libdri.so > Reading symbols from /usr/local/lib/libdrm.so.2...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libdrm.so.2 > Reading symbols from /usr/local/lib/xorg/modules/fonts//libfreetype.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/xorg/modules/fonts//libfreetype.so > Reading symbols from /usr/local/lib/xorg/modules/drivers//intel_drv.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/xorg/modules/drivers//intel_drv.so > Reading symbols from /usr/local/lib/libdrm_intel.so.1...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libdrm_intel.so.1 > Reading symbols from /usr/local/lib/xorg/modules/input//mouse_drv.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/xorg/modules/input//mouse_drv.so > Reading symbols from /usr/local/lib/xorg/modules/input//kbd_drv.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/xorg/modules/input//kbd_drv.so > Reading symbols from /usr/local/lib/xorg/modules//libvgahw.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/xorg/modules//libvgahw.so > Reading symbols from /usr/local/lib/xorg/modules//libfb.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/xorg/modules//libfb.so > Reading symbols from /usr/local/lib/xorg/modules//libexa.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/xorg/modules//libexa.so > Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. > Loaded symbols for /libexec/ld-elf.so.1 > #0 0x28aff320 in ?? () > (gdb) bt > #0 0x28aff320 in ?? () > #1 0x2856ab84 in pthread_mutex_lock () from /lib/libc.so.7 > #2 0x285e3feb in drm_intel_fake_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 > #3 0x285e33c2 in drm_intel_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 > #4 0x28768230 in intel_batch_flush () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #5 0x28767a64 in I830Sync () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #6 0x287762ed in I830LeaveVT () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #7 0x287767b3 in I830CloseScreen () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #8 0x0815606e in RRExtensionInit () > #9 0x080bf03e in xf86ChangeGammaRamp () > #10 0x080b6d24 in xf86DPMSInit () > #11 0x285ac994 in XvCloseScreen () from /usr/local/lib/xorg/modules/extensions//libextmod.so > #12 0x080bbcd1 in VidModeExtensionInit () > #13 0x081344c5 in XFixesCursorInit () > #14 0x0815489c in AnimCurInit () > #15 0x0812ee7a in CompositeRegisterAlternateVisuals () > #16 0x28739783 in glxCloseScreen () from /usr/local/lib/xorg/modules/extensions//libglx.so > #17 0x0806b0ea in main () > (gdb) > > Is this any use? Should I re-compile Xorg with debugging symbols? Yes, though I'm getting ready to update Xserver, all the xrandr bits and the Intel driver, along with all of Mesa. libdrm may be ready as well, if not very soon. So, we may want to revisit once all that is done. robert. > > Cheers, > Nick. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090403/ee91fd05/attachment.pgp From rnoland at FreeBSD.org Thu Apr 2 22:17:51 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Apr 2 22:18:03 2009 Subject: 7.2-PRERELEASE X-server hang in "drmwtq" In-Reply-To: <200904030223.27059.artem_kim@inbox.ru> References: <200904030223.27059.artem_kim@inbox.ru> Message-ID: <1238735828.65025.5.camel@balrog.2hip.net> On Fri, 2009-04-03 at 02:23 +0400, Artem Kim wrote: > Hi. > > In last time, I have a problem with stability > on my system: > > 7.2-PRERELEASE Thu Apr 2 20:20:31 MSD 2009 amd64 (UP); ati 9800-XT > > From time to time the x-server go in "drmwtq" state if the AIGLX is enabled. > This usually happens when creating a new window. > > If I setup hw.dri.0.debug to "1", I get a lot of > messages: > > [drm: pid1469: drm_ioctl] pid = 1469, cmd = 0x80046457, nr = 0x57, dev > 0xffffff0001306800, auth = 1 > [drm: pid1469: drm_ioctl] returning -1 > > I can see a recurring message in in ktrace: > > 1469 Xorg PSIG SIGALRM caught handler = 0x4dca90 mask = 0x0 code = 0x0 > 1469 Xorg CALL sigreturn (0x7fffffffe5b0) > 1469 Xorg RET sigreturn JUSTRETURN > 1469 Xorg CALL ioctl (0xa, 0x80046457, 0x8156e807c) > 1469 Xorg RET ioctl RESTART > > The problems started after vblank rework in the STABLE. > The first time I got a panic when i try to restart or shutdown x-server, > but the problem with panic was solved (for me ;)) quickly. > > I am ready to provide any additional information. > > Many thanks for your work. Ok, I haven't really seen a problem on ati. Intel is a nightmare... I think that I have it all sorted out now, but in order to deal with some of this, I am having to rework all of the drivers. robert. > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090403/d6cad1e3/attachment.pgp From gary.jennejohn at freenet.de Fri Apr 3 01:23:03 2009 From: gary.jennejohn at freenet.de (Gary Jennejohn) Date: Fri Apr 3 01:23:11 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <1238733857.65025.2.camel@balrog.2hip.net> References: <20090330201109.9CE521CC09@ptavv.es.net> <1238445388.8491.358.camel@balrog.2hip.net> <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> Message-ID: <20090403102259.192fe6f6@ernst.jennejohn.org> On Thu, 02 Apr 2009 23:44:17 -0500 Robert Noland wrote: > On Thu, 2009-04-02 at 20:18 +0100, N.J. Mann wrote: > > In message <1238692086.20670.38.camel@balrog.2hip.net>, > > Robert Noland (rnoland@FreeBSD.org) wrote: > > > On Thu, 2009-04-02 at 17:42 +0100, N.J. Mann wrote: > > [snip] > > > > I use startx. I do not seem to get any core files - I would have > > > > mentioned it earlier if I did. If you think it will help I will look > > > > into using gdm, which I do not currently have installed, or anything > > > > else you think may help. > > > > > > Ok, so I have a patch that makes Intel mostly not suck now. I haven't > > > really addressed the restart issue, but If your issue is occurring with > > > a clean STABLE, then it almost has to be vblank/irq related and that is > > > what I've been trying to fix. > > > > > > Setting Option "NoTrapSignals" "on" in your xorg.conf should cause it to > > > drop core, which may provide some confirmation of what is going on. > > > > Okay, still no core file as me, but as root I get the following: > > [snip trace and Robert's answer] Your Xorg is probably setuid root. You have to set kern.sugid_coredump to 1 in order to get a coredump: kern.sugid_coredump: Enable coredumping set user/group ID processes --- Gary Jennejohn From njm at njm.me.uk Fri Apr 3 01:30:06 2009 From: njm at njm.me.uk (N.J. Mann) Date: Fri Apr 3 01:30:14 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090403102259.192fe6f6@ernst.jennejohn.org> References: <1238445388.8491.358.camel@balrog.2hip.net> <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <20090403102259.192fe6f6@ernst.jennejohn.org> Message-ID: <20090403083002.GA77710@titania.njm.me.uk> In message <20090403102259.192fe6f6@ernst.jennejohn.org>, Gary Jennejohn (gary.jennejohn@freenet.de) wrote: > On Thu, 02 Apr 2009 23:44:17 -0500 > Robert Noland wrote: > > On Thu, 2009-04-02 at 20:18 +0100, N.J. Mann wrote: > > > In message <1238692086.20670.38.camel@balrog.2hip.net>, > > > Robert Noland (rnoland@FreeBSD.org) wrote: > > > > On Thu, 2009-04-02 at 17:42 +0100, N.J. Mann wrote: > > > [snip] > > > > > I use startx. I do not seem to get any core files - I would have > > > > > mentioned it earlier if I did. If you think it will help I will look > > > > > into using gdm, which I do not currently have installed, or anything > > > > > else you think may help. > > > > > > > > Ok, so I have a patch that makes Intel mostly not suck now. I haven't > > > > really addressed the restart issue, but If your issue is occurring with > > > > a clean STABLE, then it almost has to be vblank/irq related and that is > > > > what I've been trying to fix. > > > > > > > > Setting Option "NoTrapSignals" "on" in your xorg.conf should cause it to > > > > drop core, which may provide some confirmation of what is going on. > > > > > > Okay, still no core file as me, but as root I get the following: > > [snip trace and Robert's answer] > > Your Xorg is probably setuid root. You have to set kern.sugid_coredump > to 1 in order to get a coredump: > kern.sugid_coredump: Enable coredumping set user/group ID processes Ah, thanks for that! Cheers, Nick. -- "'The Innocent have Nothing [Left] To Lose' was of course the winning tagline in the government's competition to relaunch the [UK] ID card." From avg at icyb.net.ua Fri Apr 3 05:19:02 2009 From: avg at icyb.net.ua (Andriy Gapon) Date: Fri Apr 3 05:19:09 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <1238733857.65025.2.camel@balrog.2hip.net> References: <20090330201109.9CE521CC09@ptavv.es.net> <1238445388.8491.358.camel@balrog.2hip.net> <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> Message-ID: <49D5FEB1.5050901@icyb.net.ua> on 03/04/2009 07:44 Robert Noland said the following: > Yes, though I'm getting ready to update Xserver, all the xrandr bits and > the Intel driver, along with all of Mesa. libdrm may be ready as well, > if not very soon. So, we may want to revisit once all that is done. BTW, I have also got very stack trace of X crashed on exit: #8 0x0000000000482c91 in xf86SigHandler () #9 #10 0x0000000812faddae in ?? () #11 0x000000080233720f in drm_intel_fake_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 #12 0x00000008021c25e5 in intel_batch_flush () from /usr/local/lib/xorg/modules/drivers//intel_drv.so #13 0x00000008021c1f6c in I830Sync () from /usr/local/lib/xorg/modules/drivers//intel_drv.so #14 0x00000008021cefb3 in I830LeaveVT () from /usr/local/lib/xorg/modules/drivers//intel_drv.so #15 0x00000008021cf3e3 in I830CloseScreen () from /usr/local/lib/xorg/modules/drivers//intel_drv.so #16 0x00000000004e27cc in XFixesCursorInit () #17 0x00000000004ff761 in AnimCurInit () #18 0x000000000042c3fd in main () No debug info in my case,unfortunately. -- Andriy Gapon From njm at njm.me.uk Fri Apr 3 08:50:05 2009 From: njm at njm.me.uk (N.J. Mann) Date: Fri Apr 3 08:50:18 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <1238733857.65025.2.camel@balrog.2hip.net> References: <20090330201109.9CE521CC09@ptavv.es.net> <1238445388.8491.358.camel@balrog.2hip.net> <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> Message-ID: <20090403155001.GA929@titania.njm.me.uk> In message <1238733857.65025.2.camel@balrog.2hip.net>, Robert Noland (rnoland@FreeBSD.org) wrote: > On Thu, 2009-04-02 at 20:18 +0100, N.J. Mann wrote: > > Okay, still no core file as me, but as root I get the following: [snip] > > > > Is this any use? Should I re-compile Xorg with debugging symbols? > > Yes, though I'm getting ready to update Xserver, all the xrandr bits and > the Intel driver, along with all of Mesa. libdrm may be ready as well, > if not very soon. So, we may want to revisit once all that is done. Well here is a backtrace with symbols. If you wish to shelve this util after your updates say the word. titania# gdb Xorg ~njm/Xorg.core.2009-04-03 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"... Core was generated by `Xorg'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libpciaccess.so.0...done. Loaded symbols for /usr/local/lib/libpciaccess.so.0 Reading symbols from /usr/local/lib/libXfont.so.1...done. Loaded symbols for /usr/local/lib/libXfont.so.1 Reading symbols from /usr/local/lib/libfreetype.so.9...done. Loaded symbols for /usr/local/lib/libfreetype.so.9 Reading symbols from /usr/local/lib/libXau.so.6...done. Loaded symbols for /usr/local/lib/libXau.so.6 Reading symbols from /usr/local/lib/libfontenc.so.1...done. Loaded symbols for /usr/local/lib/libfontenc.so.1 Reading symbols from /lib/libz.so.4...done. Loaded symbols for /lib/libz.so.4 Reading symbols from /usr/local/lib/libpixman-1.so.9...done. Loaded symbols for /usr/local/lib/libpixman-1.so.9 Reading symbols from /usr/local/lib/libXdmcp.so.6...done. Loaded symbols for /usr/local/lib/libXdmcp.so.6 Reading symbols from /lib/libcrypto.so.5...done. Loaded symbols for /lib/libcrypto.so.5 Reading symbols from /usr/lib/librpcsvc.so.4...done. Loaded symbols for /usr/lib/librpcsvc.so.4 Reading symbols from /lib/libm.so.5...done. Loaded symbols for /lib/libm.so.5 Reading symbols from /lib/libgcc_s.so.1...done. Loaded symbols for /lib/libgcc_s.so.1 Reading symbols from /lib/libc.so.7...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /usr/local/lib/xorg/modules/extensions//libextmod.so...done. Loaded symbols for /usr/local/lib/xorg/modules/extensions//libextmod.so Reading symbols from /usr/local/lib/xorg/modules/extensions//librecord.so...done. Loaded symbols for /usr/local/lib/xorg/modules/extensions//librecord.so Reading symbols from /usr/local/lib/xorg/modules/extensions//libdbe.so...done. Loaded symbols for /usr/local/lib/xorg/modules/extensions//libdbe.so Reading symbols from /usr/local/lib/xorg/modules/extensions//libglx.so...done. Loaded symbols for /usr/local/lib/xorg/modules/extensions//libglx.so Reading symbols from /usr/local/lib/xorg/modules/extensions//libxtrap.so...done. Loaded symbols for /usr/local/lib/xorg/modules/extensions//libxtrap.so Reading symbols from /usr/local/lib/xorg/modules/extensions//libdri.so...done. Loaded symbols for /usr/local/lib/xorg/modules/extensions//libdri.so Reading symbols from /usr/local/lib/libdrm.so.2...done. Loaded symbols for /usr/local/lib/libdrm.so.2 Reading symbols from /usr/local/lib/xorg/modules/fonts//libfreetype.so...done. Loaded symbols for /usr/local/lib/xorg/modules/fonts//libfreetype.so Reading symbols from /usr/local/lib/xorg/modules/drivers//intel_drv.so...done. Loaded symbols for /usr/local/lib/xorg/modules/drivers//intel_drv.so Reading symbols from /usr/local/lib/libdrm_intel.so.1...done. Loaded symbols for /usr/local/lib/libdrm_intel.so.1 Reading symbols from /usr/local/lib/xorg/modules/input//mouse_drv.so...done. Loaded symbols for /usr/local/lib/xorg/modules/input//mouse_drv.so Reading symbols from /usr/local/lib/xorg/modules/input//kbd_drv.so...done. Loaded symbols for /usr/local/lib/xorg/modules/input//kbd_drv.so Reading symbols from /usr/local/lib/xorg/modules//libvgahw.so...done. Loaded symbols for /usr/local/lib/xorg/modules//libvgahw.so Reading symbols from /usr/local/lib/xorg/modules//libfb.so...done. Loaded symbols for /usr/local/lib/xorg/modules//libfb.so Reading symbols from /usr/local/lib/xorg/modules//libexa.so...done. Loaded symbols for /usr/local/lib/xorg/modules//libexa.so Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x28aff320 in ?? () (gdb) bt #0 0x28aff320 in ?? () #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 #2 0x285e3feb in drm_intel_fake_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 #3 0x285e33c2 in drm_intel_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 #4 0x28768230 in intel_batch_flush () from /usr/local/lib/xorg/modules/drivers//intel_drv.so #5 0x28767a64 in I830Sync () from /usr/local/lib/xorg/modules/drivers//intel_drv.so #6 0x287762ed in I830LeaveVT () from /usr/local/lib/xorg/modules/drivers//intel_drv.so #7 0x287767b3 in I830CloseScreen () from /usr/local/lib/xorg/modules/drivers//intel_drv.so #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at xf86cmap.c:229 #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at xvmain.c:316 #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at xf86VidMode.c:115 #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at cursor.c:172 #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at animcur.c:130 #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at compinit.c:89 #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at glxscreens.c:267 #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory at address 0x9 ) at main.c:470 Cheers, Nick. -- From rnoland at FreeBSD.org Fri Apr 3 09:34:57 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Fri Apr 3 09:35:03 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <49D5FEB1.5050901@icyb.net.ua> References: <20090330201109.9CE521CC09@ptavv.es.net> <1238445388.8491.358.camel@balrog.2hip.net> <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <49D5FEB1.5050901@icyb.net.ua> Message-ID: <1238776454.65025.18.camel@balrog.2hip.net> On Fri, 2009-04-03 at 15:18 +0300, Andriy Gapon wrote: > on 03/04/2009 07:44 Robert Noland said the following: > > Yes, though I'm getting ready to update Xserver, all the xrandr bits and > > the Intel driver, along with all of Mesa. libdrm may be ready as well, > > if not very soon. So, we may want to revisit once all that is done. > > BTW, I have also got very stack trace of X crashed on exit: > > #8 0x0000000000482c91 in xf86SigHandler () > #9 > #10 0x0000000812faddae in ?? () > #11 0x000000080233720f in drm_intel_fake_bo_unmap () from > /usr/local/lib/libdrm_intel.so.1 > #12 0x00000008021c25e5 in intel_batch_flush () from > /usr/local/lib/xorg/modules/drivers//intel_drv.so > #13 0x00000008021c1f6c in I830Sync () from > /usr/local/lib/xorg/modules/drivers//intel_drv.so > #14 0x00000008021cefb3 in I830LeaveVT () from > /usr/local/lib/xorg/modules/drivers//intel_drv.so > #15 0x00000008021cf3e3 in I830CloseScreen () from > /usr/local/lib/xorg/modules/drivers//intel_drv.so > #16 0x00000000004e27cc in XFixesCursorInit () > #17 0x00000000004ff761 in AnimCurInit () > #18 0x000000000042c3fd in main () > > No debug info in my case,unfortunately. Thanks, Both of the traces are crashing in the same place, so hopefully I can track it down from this. robert. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090403/3b2d9527/attachment.pgp From rnoland at FreeBSD.org Fri Apr 3 09:41:17 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Fri Apr 3 09:41:26 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090403155001.GA929@titania.njm.me.uk> References: <20090330201109.9CE521CC09@ptavv.es.net> <1238445388.8491.358.camel@balrog.2hip.net> <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> Message-ID: <1238776834.65025.20.camel@balrog.2hip.net> On Fri, 2009-04-03 at 16:50 +0100, N.J. Mann wrote: > In message <1238733857.65025.2.camel@balrog.2hip.net>, > Robert Noland (rnoland@FreeBSD.org) wrote: > > On Thu, 2009-04-02 at 20:18 +0100, N.J. Mann wrote: > > > Okay, still no core file as me, but as root I get the following: > [snip] > > > > > > Is this any use? Should I re-compile Xorg with debugging symbols? > > > > Yes, though I'm getting ready to update Xserver, all the xrandr bits and > > the Intel driver, along with all of Mesa. libdrm may be ready as well, > > if not very soon. So, we may want to revisit once all that is done. > > Well here is a backtrace with symbols. If you wish to shelve this util > after your updates say the word. > > titania# gdb Xorg ~njm/Xorg.core.2009-04-03 > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i386-marcel-freebsd"... > Core was generated by `Xorg'. > Program terminated with signal 11, Segmentation fault. > Reading symbols from /usr/local/lib/libpciaccess.so.0...done. > Loaded symbols for /usr/local/lib/libpciaccess.so.0 > Reading symbols from /usr/local/lib/libXfont.so.1...done. > Loaded symbols for /usr/local/lib/libXfont.so.1 > Reading symbols from /usr/local/lib/libfreetype.so.9...done. > Loaded symbols for /usr/local/lib/libfreetype.so.9 > Reading symbols from /usr/local/lib/libXau.so.6...done. > Loaded symbols for /usr/local/lib/libXau.so.6 > Reading symbols from /usr/local/lib/libfontenc.so.1...done. > Loaded symbols for /usr/local/lib/libfontenc.so.1 > Reading symbols from /lib/libz.so.4...done. > Loaded symbols for /lib/libz.so.4 > Reading symbols from /usr/local/lib/libpixman-1.so.9...done. > Loaded symbols for /usr/local/lib/libpixman-1.so.9 > Reading symbols from /usr/local/lib/libXdmcp.so.6...done. > Loaded symbols for /usr/local/lib/libXdmcp.so.6 > Reading symbols from /lib/libcrypto.so.5...done. > Loaded symbols for /lib/libcrypto.so.5 > Reading symbols from /usr/lib/librpcsvc.so.4...done. > Loaded symbols for /usr/lib/librpcsvc.so.4 > Reading symbols from /lib/libm.so.5...done. > Loaded symbols for /lib/libm.so.5 > Reading symbols from /lib/libgcc_s.so.1...done. > Loaded symbols for /lib/libgcc_s.so.1 > Reading symbols from /lib/libc.so.7...done. > Loaded symbols for /lib/libc.so.7 > Reading symbols from /usr/local/lib/xorg/modules/extensions//libextmod.so...done. > Loaded symbols for /usr/local/lib/xorg/modules/extensions//libextmod.so > Reading symbols from /usr/local/lib/xorg/modules/extensions//librecord.so...done. > Loaded symbols for /usr/local/lib/xorg/modules/extensions//librecord.so > Reading symbols from /usr/local/lib/xorg/modules/extensions//libdbe.so...done. > Loaded symbols for /usr/local/lib/xorg/modules/extensions//libdbe.so > Reading symbols from /usr/local/lib/xorg/modules/extensions//libglx.so...done. > Loaded symbols for /usr/local/lib/xorg/modules/extensions//libglx.so > Reading symbols from /usr/local/lib/xorg/modules/extensions//libxtrap.so...done. > Loaded symbols for /usr/local/lib/xorg/modules/extensions//libxtrap.so > Reading symbols from /usr/local/lib/xorg/modules/extensions//libdri.so...done. > Loaded symbols for /usr/local/lib/xorg/modules/extensions//libdri.so > Reading symbols from /usr/local/lib/libdrm.so.2...done. > Loaded symbols for /usr/local/lib/libdrm.so.2 > Reading symbols from /usr/local/lib/xorg/modules/fonts//libfreetype.so...done. > Loaded symbols for /usr/local/lib/xorg/modules/fonts//libfreetype.so > Reading symbols from /usr/local/lib/xorg/modules/drivers//intel_drv.so...done. > Loaded symbols for /usr/local/lib/xorg/modules/drivers//intel_drv.so > Reading symbols from /usr/local/lib/libdrm_intel.so.1...done. > Loaded symbols for /usr/local/lib/libdrm_intel.so.1 > Reading symbols from /usr/local/lib/xorg/modules/input//mouse_drv.so...done. > Loaded symbols for /usr/local/lib/xorg/modules/input//mouse_drv.so > Reading symbols from /usr/local/lib/xorg/modules/input//kbd_drv.so...done. > Loaded symbols for /usr/local/lib/xorg/modules/input//kbd_drv.so > Reading symbols from /usr/local/lib/xorg/modules//libvgahw.so...done. > Loaded symbols for /usr/local/lib/xorg/modules//libvgahw.so > Reading symbols from /usr/local/lib/xorg/modules//libfb.so...done. > Loaded symbols for /usr/local/lib/xorg/modules//libfb.so > Reading symbols from /usr/local/lib/xorg/modules//libexa.so...done. > Loaded symbols for /usr/local/lib/xorg/modules//libexa.so > Reading symbols from /libexec/ld-elf.so.1...done. > Loaded symbols for /libexec/ld-elf.so.1 > #0 0x28aff320 in ?? () > (gdb) bt > #0 0x28aff320 in ?? () > #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 > #2 0x285e3feb in drm_intel_fake_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 > #3 0x285e33c2 in drm_intel_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 Symbols from libdrm ... > #4 0x28768230 in intel_batch_flush () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #5 0x28767a64 in I830Sync () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #6 0x287762ed in I830LeaveVT () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #7 0x287767b3 in I830CloseScreen () from /usr/local/lib/xorg/modules/drivers//intel_drv.so and xf86-video-intel would be awesome. robert. > #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 > #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at xf86cmap.c:229 > #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 > #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at xvmain.c:316 > #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at xf86VidMode.c:115 > #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at cursor.c:172 > #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at animcur.c:130 > #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at compinit.c:89 > #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at glxscreens.c:267 > #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory at address 0x9 > ) at main.c:470 > > > > Cheers, > Nick. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090403/c2626478/attachment.pgp From njm at njm.me.uk Fri Apr 3 09:48:58 2009 From: njm at njm.me.uk (N.J. Mann) Date: Fri Apr 3 09:49:14 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <1238776834.65025.20.camel@balrog.2hip.net> References: <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> Message-ID: <20090403164855.GA1398@titania.njm.me.uk> In message <1238776834.65025.20.camel@balrog.2hip.net>, Robert Noland (rnoland@FreeBSD.org) wrote: > On Fri, 2009-04-03 at 16:50 +0100, N.J. Mann wrote: > > #0 0x28aff320 in ?? () > > (gdb) bt > > #0 0x28aff320 in ?? () > > #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 > > #2 0x285e3feb in drm_intel_fake_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 > > #3 0x285e33c2 in drm_intel_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 > > Symbols from libdrm ... Which package are is libdrm in? > > #4 0x28768230 in intel_batch_flush () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > > #5 0x28767a64 in I830Sync () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > > #6 0x287762ed in I830LeaveVT () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > > #7 0x287767b3 in I830CloseScreen () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > > and xf86-video-intel would be awesome. (gdb) bt #0 0x28aff320 in ?? () #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 #2 0x285e3feb in drm_intel_fake_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 #3 0x285e33c2 in drm_intel_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 #4 0x28768230 in intel_next_batch (pScrn=Variable "pScrn" is not available. ) at i830_batchbuffer.c:113 #5 0x28767a64 in I830WaitLpRing (pScrn=0x28602800, n=0, timeout_millis=-1077941492) at i830_accel.c:150 #6 0x287762ed in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3532 #7 0x287767b3 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at i830_driver.c:3854 #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at xf86cmap.c:229 #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at xvmain.c:316 #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at xf86VidMode.c:115 #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at cursor.c:172 #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at animcur.c:130 #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at compinit.c:89 #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at glxscreens.c:267 #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory at address 0x9 ) at main.c:470 (gdb) Cheers, Nick. -- "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925 From rnoland at FreeBSD.org Fri Apr 3 10:17:32 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Fri Apr 3 10:17:37 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090403164855.GA1398@titania.njm.me.uk> References: <20090331151657.GA898@titania.njm.me.uk> <1238517533.8491.371.camel@balrog.2hip.net> <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> Message-ID: <1238779009.65025.37.camel@balrog.2hip.net> On Fri, 2009-04-03 at 17:48 +0100, N.J. Mann wrote: > In message <1238776834.65025.20.camel@balrog.2hip.net>, > Robert Noland (rnoland@FreeBSD.org) wrote: > > On Fri, 2009-04-03 at 16:50 +0100, N.J. Mann wrote: > > > #0 0x28aff320 in ?? () > > > (gdb) bt > > > #0 0x28aff320 in ?? () > > > #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 > > > #2 0x285e3feb in drm_intel_fake_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 > > > #3 0x285e33c2 in drm_intel_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 > > > > Symbols from libdrm ... > > Which package are is libdrm in? graphics/libdrm robert. > > > #4 0x28768230 in intel_batch_flush () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > > > #5 0x28767a64 in I830Sync () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > > > #6 0x287762ed in I830LeaveVT () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > > > #7 0x287767b3 in I830CloseScreen () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > > > > and xf86-video-intel would be awesome. > > (gdb) bt > #0 0x28aff320 in ?? () > #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 > #2 0x285e3feb in drm_intel_fake_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 > #3 0x285e33c2 in drm_intel_bo_unmap () from /usr/local/lib/libdrm_intel.so.1 > #4 0x28768230 in intel_next_batch (pScrn=Variable "pScrn" is not available. > ) at i830_batchbuffer.c:113 > #5 0x28767a64 in I830WaitLpRing (pScrn=0x28602800, n=0, timeout_millis=-1077941492) at i830_accel.c:150 > #6 0x287762ed in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3532 > #7 0x287767b3 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at i830_driver.c:3854 > #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 > #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at xf86cmap.c:229 > #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 > #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at xvmain.c:316 > #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at xf86VidMode.c:115 > #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at cursor.c:172 > #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at animcur.c:130 > #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at compinit.c:89 > #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at glxscreens.c:267 > #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory at address 0x9 > ) at main.c:470 > (gdb) > > > Cheers, > Nick. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090403/068270be/attachment.pgp From marinosi at ceid.upatras.gr Fri Apr 3 10:20:09 2009 From: marinosi at ceid.upatras.gr (Ilias Marinos) Date: Fri Apr 3 10:20:16 2009 Subject: FreeBSD-amd64 STABLE/xorg7.4 -- System Freeze Message-ID: <20090403165213.GA78611@marinos.ceid.upatras.gr> Hello list, My system freezes while trying to startx.Details: FreeBSD kropotkin.liakushive.priv 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0 r190662: Fri Apr 3 00:50:34 UTC 2009 root@kropotkin.liakushive.priv:/usr/obj/usr/src/sys/GENERIC amd64 -ATI HD 4670 GPU -xorg.conf can be found here: https://marinos.ceid.upatras.gr/~admin/xorg.conf I've tried all the possible drivers : ati, radeon, radeonhd,vesa.Also I tried disabling modules like glx,dri etc. -I was able to gather these logs (from an ssh session): https://marinos.ceid.upatras.gr/~admin/log -Moused is disabled.Hald and Dbus is enabled. Any ideas? Please keep me cc'd because I am not subscribed to the list. Thanks! Ilias Marinos -- echo "Sysadmin know better bash than english." | sed s/min/mins/ \ | sed 's/better bash/bash better/' -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090403/9ad0b2c1/attachment.pgp From onemda at gmail.com Fri Apr 3 10:29:58 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Fri Apr 3 10:31:54 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090403164855.GA1398@titania.njm.me.uk> References: <20090331151657.GA898@titania.njm.me.uk> <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> Message-ID: <3a142e750904031002r410597bbh6649b5ce4b383e5@mail.gmail.com> On 4/3/09, N.J. Mann wrote: > In message <1238776834.65025.20.camel@balrog.2hip.net>, > Robert Noland (rnoland@FreeBSD.org) wrote: >> On Fri, 2009-04-03 at 16:50 +0100, N.J. Mann wrote: >> > #0 0x28aff320 in ?? () >> > (gdb) bt >> > #0 0x28aff320 in ?? () >> > #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 >> > #2 0x285e3feb in drm_intel_fake_bo_unmap () from >> > /usr/local/lib/libdrm_intel.so.1 >> > #3 0x285e33c2 in drm_intel_bo_unmap () from >> > /usr/local/lib/libdrm_intel.so.1 >> >> Symbols from libdrm ... > > Which package are is libdrm in? /usr/ports/graphics/libdrm > >> > #4 0x28768230 in intel_batch_flush () from >> > /usr/local/lib/xorg/modules/drivers//intel_drv.so >> > #5 0x28767a64 in I830Sync () from >> > /usr/local/lib/xorg/modules/drivers//intel_drv.so >> > #6 0x287762ed in I830LeaveVT () from >> > /usr/local/lib/xorg/modules/drivers//intel_drv.so >> > #7 0x287767b3 in I830CloseScreen () from >> > /usr/local/lib/xorg/modules/drivers//intel_drv.so >> >> and xf86-video-intel would be awesome. > > (gdb) bt > #0 0x28aff320 in ?? () > #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 > #2 0x285e3feb in drm_intel_fake_bo_unmap () from > /usr/local/lib/libdrm_intel.so.1 > #3 0x285e33c2 in drm_intel_bo_unmap () from > /usr/local/lib/libdrm_intel.so.1 > #4 0x28768230 in intel_next_batch (pScrn=Variable "pScrn" is not available. > ) at i830_batchbuffer.c:113 > #5 0x28767a64 in I830WaitLpRing (pScrn=0x28602800, n=0, > timeout_millis=-1077941492) at i830_accel.c:150 > #6 0x287762ed in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3532 > #7 0x287767b3 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at > i830_driver.c:3854 > #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 > #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at > xf86cmap.c:229 > #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 > #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at xvmain.c:316 > #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at > xf86VidMode.c:115 > #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at > cursor.c:172 > #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at > animcur.c:130 > #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at > compinit.c:89 > #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at > glxscreens.c:267 > #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory > at address 0x9 > ) at main.c:470 > (gdb) > > > Cheers, > Nick. > -- > "With sufficient thrust, pigs fly just fine. However, this is not > necessarily a good idea. It is hard to be sure where they are going to > land, and it could be dangerous sitting under them as they fly overhead." > -- RFC 1925 > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > -- Paul From rnoland at FreeBSD.org Fri Apr 3 10:44:18 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Fri Apr 3 10:44:29 2009 Subject: FreeBSD-amd64 STABLE/xorg7.4 -- System Freeze In-Reply-To: <20090403165213.GA78611@marinos.ceid.upatras.gr> References: <20090403165213.GA78611@marinos.ceid.upatras.gr> Message-ID: <1238780613.65025.45.camel@balrog.2hip.net> On Fri, 2009-04-03 at 19:52 +0300, Ilias Marinos wrote: > Hello list, > > My system freezes while trying to startx.Details: > > FreeBSD kropotkin.liakushive.priv 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE > #0 r190662: Fri Apr 3 00:50:34 UTC 2009 > root@kropotkin.liakushive.priv:/usr/obj/usr/src/sys/GENERIC amd64 > > -ATI HD 4670 GPU > > -xorg.conf can be found here: > https://marinos.ceid.upatras.gr/~admin/xorg.conf > I've tried all the possible drivers : ati, radeon, radeonhd,vesa.Also I > tried disabling modules like glx,dri etc. Please set Option "AccelMethod" "EXA" and add Option "DRI" "On". robert. > -I was able to gather these logs (from an ssh session): > https://marinos.ceid.upatras.gr/~admin/log > > -Moused is disabled.Hald and Dbus is enabled. > > Any ideas? > > Please keep me cc'd because I am not subscribed to the list. > > Thanks! > Ilias Marinos -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090403/62728c03/attachment.pgp From njm at njm.me.uk Fri Apr 3 11:41:48 2009 From: njm at njm.me.uk (N.J. Mann) Date: Fri Apr 3 11:41:54 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <1238779009.65025.37.camel@balrog.2hip.net> References: <20090401154208.GA873@titania.njm.me.uk> <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> Message-ID: <20090403184145.GA1019@titania.njm.me.uk> In message <1238779009.65025.37.camel@balrog.2hip.net>, Robert Noland (rnoland@FreeBSD.org) wrote: > On Fri, 2009-04-03 at 17:48 +0100, N.J. Mann wrote: > > Which package are is libdrm in? > > graphics/libdrm (gdb) bt #0 0x28aff320 in ?? () #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at intel_bufmgr_fake.c:1048 #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at intel_bufmgr.c:85 #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at i830_batchbuffer.c:188 #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3571 #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at i830_driver.c:3788 #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at xf86cmap.c:229 #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at xvmain.c:316 #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at xf86VidMode.c:115 #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at cursor.c:172 #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at animcur.c:130 #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at compinit.c:89 #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at glxscreens.c:267 #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory at address 0x9 ) at main.c:470 (gdb) Cheers, Nick. -- From rnoland at FreeBSD.org Fri Apr 3 21:17:57 2009 From: rnoland at FreeBSD.org (rnoland@FreeBSD.org) Date: Fri Apr 3 21:18:03 2009 Subject: ports/133167: [patch] graphics/libGL: update Mesa ports to 7.4 Message-ID: <200904040417.n344HuLM098485@freefall.freebsd.org> Synopsis: [patch] graphics/libGL: update Mesa ports to 7.4 State-Changed-From-To: open->closed State-Changed-By: rnoland State-Changed-When: Sat Apr 4 04:17:56 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=133167 From dfilter at FreeBSD.ORG Fri Apr 3 21:20:06 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Fri Apr 3 21:20:17 2009 Subject: ports/133167: commit references a PR Message-ID: <200904040420.n344K5Q4098599@freefall.freebsd.org> The following reply was made to PR ports/133167; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/133167: commit references a PR Date: Sat, 4 Apr 2009 04:16:25 +0000 (UTC) rnoland 2009-04-04 04:16:10 UTC FreeBSD ports repository Modified files: graphics/dri distinfo graphics/libGL Makefile bsd.mesalib.mk distinfo graphics/libGLU distinfo graphics/libGLw distinfo graphics/libglut Makefile distinfo graphics/mesa-demos distinfo Log: Update the Mesa ports to 7.4 PR: 133167 Submitted by: Anonymous Revision Changes Path 1.13 +3 -3 ports/graphics/dri/distinfo 1.10 +0 -1 ports/graphics/libGL/Makefile 1.9 +2 -2 ports/graphics/libGL/bsd.mesalib.mk 1.7 +3 -3 ports/graphics/libGL/distinfo 1.10 +3 -3 ports/graphics/libGLU/distinfo 1.6 +3 -3 ports/graphics/libGLw/distinfo 1.20 +0 -1 ports/graphics/libglut/Makefile 1.15 +6 -6 ports/graphics/libglut/distinfo 1.17 +6 -6 ports/graphics/mesa-demos/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From regisr at pobox.com Sat Apr 4 00:28:44 2009 From: regisr at pobox.com (regisr) Date: Sat Apr 4 00:28:51 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090330201109.9CE521CC09@ptavv.es.net> References: <1238442885.8491.355.camel@balrog.2hip.net> <20090330201109.9CE521CC09@ptavv.es.net> Message-ID: <20090404092840.b3e20668.regisr@pobox.com> Le Mon, 30 Mar 2009 13:11:09 -0700 "Kevin Oberman" wrote: > It is on stable and I THINK it started when I updated my system to > 7.2-PRERELEASE last week. My previous Stable was on February 7 and it > pre-dated the Xorg-1.5.3 server update on the system. Xorg crashes when I exit X by exiting the window manager on FreeBSD 6.4 STABLE. This is not a issue for 7.2 only! When I have exited Xorg I can't go back to the VT. video card: ATI Technologies Inc RV280 [Radeon 9200 PRO] (II) Loading /usr/local/lib/xorg/modules/drivers//radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.5.3, module version = 6.12.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 Last ports update on March, 28. -- regis From njm at njm.me.uk Sat Apr 4 03:25:03 2009 From: njm at njm.me.uk (N.J. Mann) Date: Sat Apr 4 03:25:09 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090403184145.GA1019@titania.njm.me.uk> References: <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> Message-ID: <20090404102459.GA71010@titania.njm.me.uk> Hi Robert, In message <20090403184145.GA1019@titania.njm.me.uk>, N.J. Mann (njm@njm.me.uk) wrote: > > (gdb) bt > #0 0x28aff320 in ?? () > #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 > #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at intel_bufmgr_fake.c:1048 > #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at intel_bufmgr.c:85 > #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at i830_batchbuffer.c:188 > #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 > #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3571 > #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at i830_driver.c:3788 > #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 > #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at xf86cmap.c:229 > #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 > #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at xvmain.c:316 > #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at xf86VidMode.c:115 > #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at cursor.c:172 > #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at animcur.c:130 > #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at compinit.c:89 > #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at glxscreens.c:267 > #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory at address 0x9 > ) at main.c:470 > (gdb) I see you have committed the Xorg upgrade. Do you wish to continue investigating the problems I am seeing with the old version or should I upgrade and see if that fixes it? Cheers, Nick. -- "First there was darkness. Then came the strangers. They were a race as old as time itself. They had mastered the ultimate technology, the ability to alter physical reality. They called this ability: tuning." From chat95 at mac.com Sat Apr 4 05:40:37 2009 From: chat95 at mac.com (Maho NAKATA) Date: Sat Apr 4 05:40:46 2009 Subject: non working DRI on *i386* RADEONX1650+FreeBSD7-stable+Xorg7.4 In-Reply-To: <1234026184.1562.47.camel@ferret.2hip.net> References: <20090207.071848.193785503.chat95@mac.com> <20090207.072411.71183618.chat95@mac.com> <1234026184.1562.47.camel@ferret.2hip.net> Message-ID: <20090404.210812.48524346.chat95@mac.com> Hello Robert Noland, Thanks for your huge efforts... Still DRI on *i386* RADEONX1650+FreeBSD7-stable+Xorg7.4 doesn't work. I updated FBSD userland, kernel and ports...and there is a progress, no garbled screen ;) but still I cannot use DRI; PCI failed to initialize. Disabling the DRI. Helps are really appreciated. Here is the logs. * grep EE /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (II) Loading extension MIT-SCREEN-SAVER (EE) RADEON(0): [pci] Out of memory (-12) (EE) RADEON(0): [pci] PCI failed to initialize. Disabling the DRI. * FreeBSD 7.2-PRERELASE Apr 3 06:10:35 ravel7i386 kernel: Copyright (c) 1992-2009 The FreeBSD Project. Apr 3 06:10:35 ravel7i386 kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Apr 3 06:10:35 ravel7i386 kernel: The Regents of the University of California. All rights reserved. Apr 3 06:10:35 ravel7i386 kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. Apr 3 06:10:35 ravel7i386 kernel: FreeBSD 7.2-PRERELEASE #0: Sun Mar 29 07:32:31 JST 2009 Apr 3 06:10:35 ravel7i386 kernel: maho@ravel7i386.private.org:/usr/src/sys/i386/compile/GENERIC Apr 3 06:10:35 ravel7i386 kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Apr 3 06:10:35 ravel7i386 kernel: CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (3000.01-MHz 686-class CPU) Apr 3 06:10:35 ravel7i386 kernel: Origin = "GenuineIntel" Id = 0x6fb Stepping = 11 Apr 3 06:10:35 ravel7i386 kernel: Features=0xbfebfbff Apr 3 06:10:35 ravel7i386 kernel: Features2=0xe3bd Apr 3 06:10:35 ravel7i386 kernel: AMD Features=0x20100000 Apr 3 06:10:35 ravel7i386 kernel: AMD Features2=0x1 Apr 3 06:10:35 ravel7i386 kernel: Cores per package: 4 Apr 3 06:10:35 ravel7i386 kernel: real memory = 3756916736 (3582 MB) Apr 3 06:10:35 ravel7i386 kernel: avail memory = 3672821760 (3502 MB) Apr 3 06:10:35 ravel7i386 kernel: ACPI APIC Table: Apr 3 06:10:35 ravel7i386 kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs Apr 3 06:10:35 ravel7i386 kernel: cpu0 (BSP): APIC ID: 0 Apr 3 06:10:35 ravel7i386 kernel: cpu1 (AP): APIC ID: 1 Apr 3 06:10:35 ravel7i386 kernel: cpu2 (AP): APIC ID: 2 Apr 3 06:10:35 ravel7i386 kernel: cpu3 (AP): APIC ID: 3 * xorg-7.4 * drm drm0: on vgapci0 vgapci0: child drm0 requested pci_enable_busmaster info: [drm] Initialized radeon 1.29.0 20080528 * /var/log/Xorg.0.log X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 7.2-PRERELEASE i386 Current Operating System: FreeBSD ravel7i386.private.org 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Sun Mar 29 07:32:31 JST 2009 maho@ravel7i386.private.org:/usr/src/sys/i386/compile/GENERIC i386 Build Date: 30 March 2009 12:09:42AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 4 20:38:33 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) Option "AIGLX" "true" (**) Option "AllowEmptyInput" "false" (==) Automatically adding devices (==) Automatically enabling devices (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. (**) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ (**) ModulePath set to "/usr/local/lib/xorg/modules" (II) Loader magic: 0x81bcde0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on freebsd (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (--) PCI:*(0@1:0:0) ATI Technologies Inc RV535 [Radeon X1650 Series] rev 158, Mem @ 0xe0000000/0, 0xf5000000/0, I/O @ 0x0000b000/0, BIOS @ 0x????????/65536 (--) PCI: (0@1:0:1) ATI Technologies Inc RV535 [Radeon X1650 Series] rev 158, Mem @ 0xf5010000/0 (II) System resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (**) AIGLX enabled (**) Exporting typical set of GLX visuals (II) Loading extension GLX (II) LoadModule: "xtrap" (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DEC-XTRAP (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "freetype" (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.5.3, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.6 (II) Loading font FreeType (II) LoadModule: "radeon" (II) Loading /usr/local/lib/xorg/modules/drivers//radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.5.3, module version = 6.12.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon RV710, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics (II) Primary Device is: PCI 01@00:00:0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) RADEON(0): TOTO SAYS 00000000f5000000 (II) RADEON(0): MMIO registers at 0x00000000f5000000: size 64KB (II) RADEON(0): PCI bus 1 card 0 func 0 (==) RADEON(0): Depth 24, (==) framebuffer bpp 32 (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) RADEON(0): Default visual is TrueColor (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/local/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.5.3, module version = 0.1.0 ABI class: X.Org Video Driver, version 4.1 (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) RADEON(0): RGB weight 888 (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) (--) RADEON(0): Chipset: "ATI Radeon X1650" (ChipID = 0x71c7) (WW) RADEON(0): R500 support is under development. Please report any issues to xorg-driver-ati@lists.x.org (--) RADEON(0): Linear framebuffer at 0x00000000e0000000 (II) RADEON(0): PCIE card detected (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) RADEON(0): initializing int10 (==) RADEON(0): Write-combining range (0xa0000,0x20000) was already clear (==) RADEON(0): Write-combining range (0xc0000,0x40000) was already clear (II) RADEON(0): Primary V_BIOS segment is: 0xc000 (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear (II) RADEON(0): ATOM BIOS detected (II) RADEON(0): ATOM BIOS Rom: SubsystemVendorID: 0x174b SubsystemID: 0x0840 IOBaseAddress: 0xb000 Filename: SRC8405H.256 BIOS Bootup Message: A676 RV535PRO BIOS DDR2 600e/405m (II) RADEON(0): Framebuffer space used by Firmware (kb): 20 (II) RADEON(0): Start of VRAM area used by Firmware: 0xfffb000 (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space (II) RADEON(0): AtomBIOS VRAM scratch base: 0xfffb000 (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead (II) RADEON(0): Default Engine Clock: 500000 (II) RADEON(0): Default Memory Clock: 400000 (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000 (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0 (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500 (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000 (II) RADEON(0): Maximum Pixel Clock: 400000 (II) RADEON(0): Reference Clock: 27000 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed drmOpenByBusid: Searching for BusID pci:0000:01:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: drmOpenMinor returns 10 drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0 (==) RADEON(0): Page Flipping disabled on r5xx and newer chips. (II) RADEON(0): Will try to use DMA for Xv image transfers (II) RADEON(0): Generation 2 PCI interface, using max accessible memory (II) RADEON(0): Detected total video RAM=262144K, accessible=262144K (PCI BAR=262144K) (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM) (II) RADEON(0): Color tiling enabled by default (II) RADEON(0): Max desktop size set to 2560x1600 (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) RADEON(0): ref_freq: 2700, min_out_pll: 64800, max_out_pll: 110000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 500.000000, mclk: 400.000000 (II) RADEON(0): PLL parameters: rf=2700 rd=13 min=64800 max=110000; xclk=40000 (II) RADEON(0): Skipping TV-Out (II) RADEON(0): Skipping Component Video encoder: 0x15 encoder: 0x13 encoder: 0x16 (II) RADEON(0): Output VGA-0 using monitor section Monitor0 (II) RADEON(0): I2C bus "VGA-0" initialized. (II) RADEON(0): Output DVI-0 has no monitor section (II) RADEON(0): I2C bus "DVI-0" initialized. (II) RADEON(0): Port0: XRANDR name: VGA-0 Connector: VGA CRT1: INTERNAL_KLDSCP_DAC1 DDC reg: 0x7e40 (II) RADEON(0): Port1: XRANDR name: DVI-0 Connector: DVI-I CRT2: INTERNAL_KLDSCP_DAC2 DFP1: INTERNAL_KLDSCP_TMDS1 DDC reg: 0x7e50 (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 Dac detection success finished output detect: 0 (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0. (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 (II) RADEON(0): Year: 2003 Week: 34 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Monitor name: LL-T19D1-H (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz (II) RADEON(0): Serial No: 3D100928 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004d10a42001010101 (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 (II) RADEON(0): 215054adce00714f8140818001010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001e000000fc004c4c2d (II) RADEON(0): 54313944312d480a2020000000fd003c (II) RADEON(0): 4b1f440b000a202020202020000000ff (II) RADEON(0): 0033443130303932380a2020202000dc finished output detect: 1 finished all detect before xf86InitialConfiguration (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 Dac detection success (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 (II) RADEON(0): Year: 2003 Week: 34 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Monitor name: LL-T19D1-H (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz (II) RADEON(0): Serial No: 3D100928 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004d10a42001010101 (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 (II) RADEON(0): 215054adce00714f8140818001010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001e000000fc004c4c2d (II) RADEON(0): 54313944312d480a2020000000fd003c (II) RADEON(0): 4b1f440b000a202020202020000000ff (II) RADEON(0): 0033443130303932380a2020202000dc (II) RADEON(0): Panel infos found from DDC detailed: 1280x1024 (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): Output VGA-0 disconnected (II) RADEON(0): Output DVI-0 connected (II) RADEON(0): Using exact sizes for initial modes (II) RADEON(0): Output DVI-0 using initial mode 1280x1024 after xf86InitialConfiguration (==) RADEON(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/local/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0) (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (==) RADEON(0): Using XAA acceleration architecture (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/local/lib/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.2.0 ABI class: X.Org Video Driver, version 4.1 (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear (!!) RADEON(0): For information on using the multimedia capabilities of this adapter, please see http://gatos.sf.net. (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) RADEON(0): RADEONScreenInit e0000000 0 0 (==) RADEON(0): Write-combining range (0xa0000,0x10000) was already clear Output DFP1 disable success Blank CRTC 0 success Disable CRTC 0 success Blank CRTC 1 success Disable CRTC 1 success (==) RADEON(0): Using 24 bit depth buffer (II) RADEON(0): RADEONInitMemoryMap() : (II) RADEON(0): mem_size : 0x10000000 (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 (II) RADEON(0): Depth moves disabled by default (II) RADEON(0): Using 32 MB GART aperture (II) RADEON(0): Using 1 MB for the ring buffer (II) RADEON(0): Using 2 MB for vertex/indirect buffers (II) RADEON(0): Using 29 MB for GART textures (II) RADEON(0): Memory manager initialized to (0,0) (1280,8191) (II) RADEON(0): Reserved area from (0,1280) to (1280,1282) (II) RADEON(0): Largest offscreen area available: 1280 x 6909 (II) RADEON(0): Will use front buffer at offset 0x0 (II) RADEON(0): Will use back buffer at offset 0x1b80000 (II) RADEON(0): Will use depth buffer at offset 0x21c0000 (II) RADEON(0): Will use 32 kb for PCI GART table at offset 0xfff8000 (II) RADEON(0): Will use 221184 kb for textures at offset 0x2800000 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: Searching for BusID pci:0000:01:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: drmOpenMinor returns 10 drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 (II) [drm] DRM interface version 1.2 (II) [drm] DRM open master succeeded. (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables. (II) RADEON(0): [drm] framebuffer handle = 0xe0000000 (II) RADEON(0): [drm] added 1 reserved context for kernel (II) RADEON(0): X context handle = 0x1 (II) RADEON(0): [drm] installed DRM signal handler (EE) RADEON(0): [pci] Out of memory (-12) (EE) RADEON(0): [pci] PCI failed to initialize. Disabling the DRI. (II) RADEON(0): [drm] removed 1 reserved context for kernel (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xcdb34000 at 0x342ef000 (II) RADEON(0): [drm] Closed DRM master. (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xfffff000 (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 (==) RADEON(0): Backing store disabled (WW) RADEON(0): Direct rendering disabled (II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead. (II) RADEON(0): Render acceleration disabled (II) RADEON(0): num quad-pipes is 1 (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Scanline Image Writes Setting up tile and stipple cache: 32 128x128 slots 32 256x256 slots 16 512x512 slots (II) RADEON(0): Acceleration enabled (**) Option "dpms" (**) RADEON(0): DPMS enabled (==) RADEON(0): Silken mouse enabled (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00643000 (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00648000 (II) RADEON(0): Largest offscreen area available: 1280 x 6901 (II) RADEON(0): Textured video requires CP on R5xx/R6xx/R7xx/IGP Output CRT1 disable success Output DFP1 disable success Blank CRTC 0 success Disable CRTC 0 success Blank CRTC 1 success Disable CRTC 1 success Output DFP1 disable success Blank CRTC 0 success Disable CRTC 0 success Mode 1280x1024 - 1688 1066 5 (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000 (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 freq: 108000000 best_freq: 108000000 best_feedback_div: 48 best_ref_div: 2 best_post_div: 6 (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 108000 (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x30(48), pdiv 6 Set CRTC 0 PLL success Set CRTC Timing success Set CRTC 0 Overscan success Not using RMX scaler 0 setup success Set CRTC 0 Source success crtc 0 YUV disable setup success Output digital setup success Output DFP1 enable success Enable CRTC 0 success Unblank CRTC 0 success Output CRT1 disable success Blank CRTC 1 success Disable CRTC 1 success (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message. Output DFP1 disable success Blank CRTC 0 success Disable CRTC 0 success Mode 1280x1024 - 1688 1066 5 (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000 (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 freq: 108000000 best_freq: 108000000 best_feedback_div: 48 best_ref_div: 2 best_post_div: 6 (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 108000 (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x30(48), pdiv 6 Set CRTC 0 PLL success Set CRTC Timing success Set CRTC 0 Overscan success Not using RMX scaler 0 setup success Set CRTC 0 Source success crtc 0 YUV disable setup success Output digital setup success Output DFP1 enable success Enable CRTC 0 success Unblank CRTC 0 success (--) RandR disabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) AIGLX: Screen 0 is not DRI capable (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 (II) RADEON(0): Setting screen physical size to 376 x 301 (**) Option "Protocol" "auto" (**) Mouse0: Device: "/dev/sysmouse" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/sysmouse" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse0: Buttons: 11 (**) Mouse0: Sensitivity: 1 (**) Option "CoreKeyboard" (**) Keyboard0: always reports core events (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Keyboard0: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (II) evaluating device (Mouse0) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) evaluating device (Keyboard0) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Mouse0: SetupAuto: protocol is SysMouse (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 Dac detection success (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): Using hsync ranges from config file (II) RADEON(0): Using vrefresh ranges from config file (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz) (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 (II) RADEON(0): Year: 2003 Week: 34 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Monitor name: LL-T19D1-H (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz (II) RADEON(0): Serial No: 3D100928 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004d10a42001010101 (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 (II) RADEON(0): 215054adce00714f8140818001010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001e000000fc004c4c2d (II) RADEON(0): 54313944312d480a2020000000fd003c (II) RADEON(0): 4b1f440b000a202020202020000000ff (II) RADEON(0): 0033443130303932380a2020202000dc (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 Dac detection success (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): Using hsync ranges from config file (II) RADEON(0): Using vrefresh ranges from config file (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz) (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 (II) RADEON(0): Year: 2003 Week: 34 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Monitor name: LL-T19D1-H (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz (II) RADEON(0): Serial No: 3D100928 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004d10a42001010101 (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 (II) RADEON(0): 215054adce00714f8140818001010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001e000000fc004c4c2d (II) RADEON(0): 54313944312d480a2020000000fd003c (II) RADEON(0): 4b1f440b000a202020202020000000ff (II) RADEON(0): 0033443130303932380a2020202000dc (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 Dac detection success (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): Using hsync ranges from config file (II) RADEON(0): Using vrefresh ranges from config file (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz) (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 (II) RADEON(0): Year: 2003 Week: 34 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Monitor name: LL-T19D1-H (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz (II) RADEON(0): Serial No: 3D100928 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004d10a42001010101 (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 (II) RADEON(0): 215054adce00714f8140818001010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001e000000fc004c4c2d (II) RADEON(0): 54313944312d480a2020000000fd003c (II) RADEON(0): 4b1f440b000a202020202020000000ff (II) RADEON(0): 0033443130303932380a2020202000dc (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 Dac detection success (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): Using hsync ranges from config file (II) RADEON(0): Using vrefresh ranges from config file (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz) (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 (II) RADEON(0): Year: 2003 Week: 34 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Monitor name: LL-T19D1-H (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz (II) RADEON(0): Serial No: 3D100928 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004d10a42001010101 (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 (II) RADEON(0): 215054adce00714f8140818001010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001e000000fc004c4c2d (II) RADEON(0): 54313944312d480a2020000000fd003c (II) RADEON(0): 4b1f440b000a202020202020000000ff (II) RADEON(0): 0033443130303932380a2020202000dc (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) 3rd Button detected: disabling emulate3Button (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 Dac detection success (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): Using hsync ranges from config file (II) RADEON(0): Using vrefresh ranges from config file (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz) (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 (II) RADEON(0): Year: 2003 Week: 34 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Monitor name: LL-T19D1-H (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz (II) RADEON(0): Serial No: 3D100928 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004d10a42001010101 (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 (II) RADEON(0): 215054adce00714f8140818001010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001e000000fc004c4c2d (II) RADEON(0): 54313944312d480a2020000000fd003c (II) RADEON(0): 4b1f440b000a202020202020000000ff (II) RADEON(0): 0033443130303932380a2020202000dc (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 Dac detection success (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): Using hsync ranges from config file (II) RADEON(0): Using vrefresh ranges from config file (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz) (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 (II) RADEON(0): Year: 2003 Week: 34 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Monitor name: LL-T19D1-H (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz (II) RADEON(0): Serial No: 3D100928 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004d10a42001010101 (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 (II) RADEON(0): 215054adce00714f8140818001010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001e000000fc004c4c2d (II) RADEON(0): 54313944312d480a2020000000fd003c (II) RADEON(0): 4b1f440b000a202020202020000000ff (II) RADEON(0): 0033443130303932380a2020202000dc (II) RADEON(0): EDID vendor "SHP", prod id 8356 From: Robert Noland Subject: Re: non working DRI on *i386* RADEONX1650+FreeBSD7-stable+Xorg7.4 Date: Sat, 07 Feb 2009 12:03:04 -0500 > On Sat, 2009-02-07 at 07:24 +0900, Maho NAKATA wrote: >> Hi, >> it seems DRI is not working on i386, RADEON X1650 FreBSD 7-stable, Xorg 7.4 >> >> 1. if we enable DRI, screen is garbled. >> 2. without DRI, works, it works, and no problem. >> 3. I have DRM loaded at /boot/loader.conf >> drm0: on vgapci0 >> info: [drm] Initialized radeon 1.29.0 20080613 > > Please make sure that your -STABLE is up to date. The garbled screen > should be resolved with the new drm code. If you are up to date. (your > xserver at least was built against the old kernel), try rebuilding > graphics/libdrm. > > robert. > >> Here is the links to the Xorg.0.logs and xorg.conf >> * http://people.freebsd.org/~maho/xorg/Xorg.0.log.i386.X1650.DRI.failed >> * http://people.freebsd.org/~mah/xorg/xorg.conf.i386.X1650.DRI.failed >> DRI has been enabled, and garbled. >> >> * http://people.freebsd.org/~maho/xorg/Xorg.0.log.i386.X1650.noDRI >> * http://people.freebsd.org/~mah/xorg/xorg.conf.i386.X1650.noDRI >> DIR has been disabled, and works, but no compiz >> >> http://blog.livedoor.jp/maho_nakata/archives/51115172.html >> >> Helps are really appreciated! >> thanks! >> -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ >> _______________________________________________ >> freebsd-x11@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > -- > Robert Noland > FreeBSD -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090404/2a7a4b0d/attachment.pgp From marinosi at ceid.upatras.gr Sat Apr 4 06:18:30 2009 From: marinosi at ceid.upatras.gr (Ilias Marinos) Date: Sat Apr 4 06:18:39 2009 Subject: FreeBSD-amd64 STABLE/xorg7.4 -- System Freeze In-Reply-To: <1238787779.65025.46.camel@balrog.2hip.net> References: <20090403165213.GA78611@marinos.ceid.upatras.gr> <1238780613.65025.45.camel@balrog.2hip.net> <20090403183843.GA79671@marinos.ceid.upatras.gr> <1238787779.65025.46.camel@balrog.2hip.net> Message-ID: <20090404131828.GA55477@marinos.ceid.upatras.gr> * Robert Noland (rnoland@FreeBSD.org) wrote: > On Fri, 2009-04-03 at 21:38 +0300, Ilias Marinos wrote: > > * Robert Noland (rnoland@FreeBSD.org) wrote: > > > On Fri, 2009-04-03 at 19:52 +0300, Ilias Marinos wrote: > > > > Hello list, > > > > > > > > My system freezes while trying to startx.Details: > > > > > > > > FreeBSD kropotkin.liakushive.priv 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE > > > > #0 r190662: Fri Apr 3 00:50:34 UTC 2009 > > > > root@kropotkin.liakushive.priv:/usr/obj/usr/src/sys/GENERIC amd64 > > > > > > > > -ATI HD 4670 GPU > > > > > > > > -xorg.conf can be found here: > > > > https://marinos.ceid.upatras.gr/~admin/xorg.conf > > > > I've tried all the possible drivers : ati, radeon, radeonhd,vesa.Also I > > > > tried disabling modules like glx,dri etc. > > > > > > Please set Option "AccelMethod" "EXA" and add Option "DRI" "On". > > > > > > robert. > > > > > > > > > -- > > > Robert Noland > > > FreeBSD > > > > Unfortunately , the problem remains.Some bright pixels appears at the > > center of the monitor and the system freezes(sometimes if you press any > > button it causes a hard reset). > > So the only thing that looks interesting in the logs is that MTRR > failed. What was the last working revision? > > robert. > > > > -- > Robert Noland > FreeBSD Hello Robert, I am trying to make Xorg stop freezing the system trying various configurations and drivers but still no success. I am running startx in a ssh session, while the same time gathering logs (kernel messages and Xorg logs).The first startx runs ok without system freeze but the monitor (a Dell 2709W connected with the GPU via DVI) gets in power save mode and suspends(like there is no signal) .From this state there is no way for the monitor to come back to previous operation as it doesn't gets signal even if I kill X(coming back to console).However, the system stays responsive and functional via remote usage(ssh).You can see the logs (all in one file) gathered here: https://marinos.ceid.upatras.gr/~admin/log.0 The only lines that look suspicious to me are: exaCopyDirty: Pending damage region empty!(/var/log/Xorg.0.log / last line) failed to set mtrr: Invalid argument (startx output) After the first startx I kill X and run a second startx.Then a system freeze happens and no logs can be collected. These logs were collected after the X kill: https://marinos.ceid.upatras.gr/~admin/log.1 Is there any way to check what is causing mtrr failure? Thanks for your time. Ilias -- echo "Sysadmin know better bash than english." | sed s/min/mins/ \ | sed 's/better bash/bash better/' -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090404/eec7d73d/attachment.pgp From onemda at gmail.com Sat Apr 4 06:43:59 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Sat Apr 4 06:44:06 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090404102459.GA71010@titania.njm.me.uk> References: <1238654585.1791.15.camel@balrog.2hip.net> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> Message-ID: <3a142e750904040643s26c68dd4p49dd114715fe23@mail.gmail.com> On 4/4/09, N.J. Mann wrote: > Hi Robert, > > > In message <20090403184145.GA1019@titania.njm.me.uk>, > N.J. Mann (njm@njm.me.uk) wrote: >> >> (gdb) bt >> #0 0x28aff320 in ?? () >> #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 >> #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at >> intel_bufmgr_fake.c:1048 >> #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at intel_bufmgr.c:85 >> #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at >> i830_batchbuffer.c:188 >> #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 >> #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3571 >> #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at >> i830_driver.c:3788 >> #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 >> #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at >> xf86cmap.c:229 >> #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 >> #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at xvmain.c:316 >> #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at >> xf86VidMode.c:115 >> #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at >> cursor.c:172 >> #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at >> animcur.c:130 >> #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at >> compinit.c:89 >> #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at >> glxscreens.c:267 >> #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory >> at address 0x9 >> ) at main.c:470 >> (gdb) > > I see you have committed the Xorg upgrade. Do you wish to continue > investigating the problems I am seeing with the old version or should I > upgrade and see if that fixes it? I had tested 1.6.0 some month before (from git) and it did not fixed isue when zapping Xorg+DRM on intel 945GM, but there is more, intel-DRM is in worse shape. -- Paul From onemda at gmail.com Sat Apr 4 08:10:57 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Sat Apr 4 08:11:03 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <3a142e750904040643s26c68dd4p49dd114715fe23@mail.gmail.com> References: <1238654585.1791.15.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <3a142e750904040643s26c68dd4p49dd114715fe23@mail.gmail.com> Message-ID: <3a142e750904040810h6fe78b64i49c9ff8ea46b14ed@mail.gmail.com> On 4/4/09, Paul B. Mahol wrote: > On 4/4/09, N.J. Mann wrote: >> Hi Robert, >> >> >> In message <20090403184145.GA1019@titania.njm.me.uk>, >> N.J. Mann (njm@njm.me.uk) wrote: >>> >>> (gdb) bt >>> #0 0x28aff320 in ?? () >>> #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 >>> #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at >>> intel_bufmgr_fake.c:1048 >>> #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at >>> intel_bufmgr.c:85 >>> #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at >>> i830_batchbuffer.c:188 >>> #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 >>> #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at >>> i830_driver.c:3571 >>> #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at >>> i830_driver.c:3788 >>> #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 >>> #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at >>> xf86cmap.c:229 >>> #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 >>> #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at >>> xvmain.c:316 >>> #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at >>> xf86VidMode.c:115 >>> #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at >>> cursor.c:172 >>> #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at >>> animcur.c:130 >>> #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at >>> compinit.c:89 >>> #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at >>> glxscreens.c:267 >>> #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access >>> memory >>> at address 0x9 >>> ) at main.c:470 >>> (gdb) >> >> I see you have committed the Xorg upgrade. Do you wish to continue >> investigating the problems I am seeing with the old version or should I >> upgrade and see if that fixes it? > > I had tested 1.6.0 some month before (from git) and it did not fixed > isue when zapping Xorg+DRM on intel 945GM, but there is more, intel-DRM is > in worse shape. Tested again, this time from ports, and problem have gone. -- Paul From rnoland at FreeBSD.org Sat Apr 4 09:39:57 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Apr 4 09:40:02 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090404102459.GA71010@titania.njm.me.uk> References: <1238654585.1791.15.camel@balrog.2hip.net> <20090402164255.GA85610@titania.njm.me.uk> <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> Message-ID: <1238863151.65025.51.camel@balrog.2hip.net> On Sat, 2009-04-04 at 11:24 +0100, N.J. Mann wrote: > Hi Robert, > > > In message <20090403184145.GA1019@titania.njm.me.uk>, > N.J. Mann (njm@njm.me.uk) wrote: > > > > (gdb) bt > > #0 0x28aff320 in ?? () > > #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 > > #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at intel_bufmgr_fake.c:1048 > > #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at intel_bufmgr.c:85 > > #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at i830_batchbuffer.c:188 > > #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 > > #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3571 > > #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at i830_driver.c:3788 > > #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 > > #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at xf86cmap.c:229 > > #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 > > #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at xvmain.c:316 > > #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at xf86VidMode.c:115 > > #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at cursor.c:172 > > #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at animcur.c:130 > > #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at compinit.c:89 > > #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at glxscreens.c:267 > > #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory at address 0x9 > > ) at main.c:470 > > (gdb) > > I see you have committed the Xorg upgrade. Do you wish to continue > investigating the problems I am seeing with the old version or should I > upgrade and see if that fixes it? Go ahead and upgrade and let's see where we are. This looks like an issue with the driver or libdrm. libdrm should be released very soon as well. robert. > > Cheers, > Nick. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090404/3f48a89b/attachment.pgp From onemda at gmail.com Sat Apr 4 09:44:33 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Sat Apr 4 09:44:39 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <3a142e750904040810h6fe78b64i49c9ff8ea46b14ed@mail.gmail.com> References: <1238654585.1791.15.camel@balrog.2hip.net> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <3a142e750904040643s26c68dd4p49dd114715fe23@mail.gmail.com> <3a142e750904040810h6fe78b64i49c9ff8ea46b14ed@mail.gmail.com> Message-ID: <3a142e750904040944n4dbe9c52t55492be2f7c162c5@mail.gmail.com> On 4/4/09, Paul B. Mahol wrote: > On 4/4/09, Paul B. Mahol wrote: >> On 4/4/09, N.J. Mann wrote: >>> Hi Robert, >>> >>> >>> In message <20090403184145.GA1019@titania.njm.me.uk>, >>> N.J. Mann (njm@njm.me.uk) wrote: >>>> >>>> (gdb) bt >>>> #0 0x28aff320 in ?? () >>>> #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 >>>> #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at >>>> intel_bufmgr_fake.c:1048 >>>> #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at >>>> intel_bufmgr.c:85 >>>> #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at >>>> i830_batchbuffer.c:188 >>>> #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 >>>> #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at >>>> i830_driver.c:3571 >>>> #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at >>>> i830_driver.c:3788 >>>> #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at >>>> randr.c:108 >>>> #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at >>>> xf86cmap.c:229 >>>> #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 >>>> #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at >>>> xvmain.c:316 >>>> #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at >>>> xf86VidMode.c:115 >>>> #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at >>>> cursor.c:172 >>>> #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at >>>> animcur.c:130 >>>> #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at >>>> compinit.c:89 >>>> #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at >>>> glxscreens.c:267 >>>> #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access >>>> memory >>>> at address 0x9 >>>> ) at main.c:470 >>>> (gdb) >>> >>> I see you have committed the Xorg upgrade. Do you wish to continue >>> investigating the problems I am seeing with the old version or should I >>> upgrade and see if that fixes it? >> >> I had tested 1.6.0 some month before (from git) and it did not fixed >> isue when zapping Xorg+DRM on intel 945GM, but there is more, intel-DRM >> is >> in worse shape. > > Tested again, this time from ports, and problem have gone. But xf86-video-intel with acceleration disabled still fails to come back after vty switch. -- Paul From rnoland at FreeBSD.org Sat Apr 4 09:57:08 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Apr 4 09:57:14 2009 Subject: non working DRI on *i386* RADEONX1650+FreeBSD7-stable+Xorg7.4 In-Reply-To: <20090404.210812.48524346.chat95@mac.com> References: <20090207.071848.193785503.chat95@mac.com> <20090207.072411.71183618.chat95@mac.com> <1234026184.1562.47.camel@ferret.2hip.net> <20090404.210812.48524346.chat95@mac.com> Message-ID: <1238864170.65025.60.camel@balrog.2hip.net> On Sat, 2009-04-04 at 21:08 +0900, Maho NAKATA wrote: > (II) RADEON(0): [drm] installed DRM signal handler > (EE) RADEON(0): [pci] Out of memory (-12) > (EE) RADEON(0): [pci] PCI failed to initialize. Disabling the DRI. > (II) RADEON(0): [drm] removed 1 reserved context for kernel > (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xcdb34000 at > 0x342ef000 > (II) RADEON(0): [drm] Closed DRM master. > (II) RADEON(0): RADEONRestoreMemMapRegisters() : > (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xfffff000 > (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 > (==) RADEON(0): Backing store disabled > (WW) RADEON(0): Direct rendering disabled > (II) RADEON(0): XAA Render acceleration unsupported on Radeon > 9500/9700 and newer. Please use EXA instead. I'm running on an x1650 amd64 right now... It looks like you have two issues. 1) You need to be using EXA not XAA. Options "AccelMethod" "EXA" 2) The above error is a memory allocation error. If switching to EXA doesn't resolve it, then we need to look at how much available memory you have. It will take more indepth debugging to see exactly where that allocation is failing. I suspect that ensuring that your -STABLE is updated and switching to EXA will resolve the issue though. robert. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090404/15d530f7/attachment.pgp From rnoland at FreeBSD.org Sat Apr 4 10:07:30 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Apr 4 10:07:37 2009 Subject: FreeBSD-amd64 STABLE/xorg7.4 -- System Freeze In-Reply-To: <20090404131828.GA55477@marinos.ceid.upatras.gr> References: <20090403165213.GA78611@marinos.ceid.upatras.gr> <1238780613.65025.45.camel@balrog.2hip.net> <20090403183843.GA79671@marinos.ceid.upatras.gr> <1238787779.65025.46.camel@balrog.2hip.net> <20090404131828.GA55477@marinos.ceid.upatras.gr> Message-ID: <1238864802.65025.67.camel@balrog.2hip.net> On Sat, 2009-04-04 at 16:18 +0300, Ilias Marinos wrote: > * Robert Noland (rnoland@FreeBSD.org) wrote: > > On Fri, 2009-04-03 at 21:38 +0300, Ilias Marinos wrote: > > > * Robert Noland (rnoland@FreeBSD.org) wrote: > > > > On Fri, 2009-04-03 at 19:52 +0300, Ilias Marinos wrote: > > > > > Hello list, > > > > > > > > > > My system freezes while trying to startx.Details: > > > > > > > > > > FreeBSD kropotkin.liakushive.priv 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE > > > > > #0 r190662: Fri Apr 3 00:50:34 UTC 2009 > > > > > root@kropotkin.liakushive.priv:/usr/obj/usr/src/sys/GENERIC amd64 > > > > > > > > > > -ATI HD 4670 GPU > > > > > > > > > > -xorg.conf can be found here: > > > > > https://marinos.ceid.upatras.gr/~admin/xorg.conf > > > > > I've tried all the possible drivers : ati, radeon, radeonhd,vesa.Also I > > > > > tried disabling modules like glx,dri etc. > > > > > > > > Please set Option "AccelMethod" "EXA" and add Option "DRI" "On". > > > > > > > > robert. > > > > > > > > > > > > -- > > > > Robert Noland > > > > FreeBSD > > > > > > Unfortunately , the problem remains.Some bright pixels appears at the > > > center of the monitor and the system freezes(sometimes if you press any > > > button it causes a hard reset). > > > > So the only thing that looks interesting in the logs is that MTRR > > failed. What was the last working revision? > > > > robert. > > > > > > > -- > > Robert Noland > > FreeBSD > > > Hello Robert, > > I am trying to make Xorg stop freezing the system trying various > configurations and drivers but still no success. > > I am running startx in a ssh session, while the same time gathering logs > (kernel messages and Xorg logs).The first startx runs ok without system > freeze but the monitor (a Dell 2709W connected with the GPU via DVI) > gets in power save mode and suspends(like there is no signal) .From this > state there is no way for the monitor to come back to previous operation > as it doesn't gets signal even if I kill X(coming back to > console).However, the system stays responsive and functional via remote > usage(ssh).You can see the logs (all in one file) gathered here: > > https://marinos.ceid.upatras.gr/~admin/log.0 > > The only lines that look suspicious to me are: > exaCopyDirty: Pending damage region empty!(/var/log/Xorg.0.log / last > line) This is reported to be harmless. > failed to set mtrr: Invalid argument (startx output) > > After the first startx I kill X and run a second startx.Then a system > freeze happens and no logs can be collected. Unfortunately, restarting X is know to break things for at least some cards/chips. I'm planning to try to look into it, but it's a tricky area, and afaik, it also often fails without drm so that opens up the suspect code area a lot. > These logs were collected after the X kill: > > https://marinos.ceid.upatras.gr/~admin/log.1 > > > Is there any way to check what is causing mtrr failure? If you are using drm, then drm handles setting mtrr. If you aren't, then I think this should be occurring in libpciaccess now. Someone(tm), needs to have a look and see what is going on there. I'll try and get to it, but I'm in ports mode right now, trying to get everything ready before the freeze for 7.2. robert. > > Thanks for your time. > Ilias > > > -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090404/975a8a00/attachment.pgp From rnoland at FreeBSD.org Sat Apr 4 10:13:44 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Apr 4 10:13:55 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <3a142e750904040810h6fe78b64i49c9ff8ea46b14ed@mail.gmail.com> References: <1238654585.1791.15.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <3a142e750904040643s26c68dd4p49dd114715fe23@mail.gmail.com> <3a142e750904040810h6fe78b64i49c9ff8ea46b14ed@mail.gmail.com> Message-ID: <1238865180.65025.68.camel@balrog.2hip.net> On Sat, 2009-04-04 at 17:10 +0200, Paul B. Mahol wrote: > On 4/4/09, Paul B. Mahol wrote: > > On 4/4/09, N.J. Mann wrote: > >> Hi Robert, > >> > >> > >> In message <20090403184145.GA1019@titania.njm.me.uk>, > >> N.J. Mann (njm@njm.me.uk) wrote: > >>> > >>> (gdb) bt > >>> #0 0x28aff320 in ?? () > >>> #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 > >>> #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at > >>> intel_bufmgr_fake.c:1048 > >>> #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at > >>> intel_bufmgr.c:85 > >>> #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at > >>> i830_batchbuffer.c:188 > >>> #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 > >>> #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at > >>> i830_driver.c:3571 > >>> #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at > >>> i830_driver.c:3788 > >>> #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 > >>> #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at > >>> xf86cmap.c:229 > >>> #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 > >>> #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at > >>> xvmain.c:316 > >>> #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at > >>> xf86VidMode.c:115 > >>> #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at > >>> cursor.c:172 > >>> #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at > >>> animcur.c:130 > >>> #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at > >>> compinit.c:89 > >>> #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at > >>> glxscreens.c:267 > >>> #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access > >>> memory > >>> at address 0x9 > >>> ) at main.c:470 > >>> (gdb) > >> > >> I see you have committed the Xorg upgrade. Do you wish to continue > >> investigating the problems I am seeing with the old version or should I > >> upgrade and see if that fixes it? > > > > I had tested 1.6.0 some month before (from git) and it did not fixed > > isue when zapping Xorg+DRM on intel 945GM, but there is more, intel-DRM is > > in worse shape. > > Tested again, this time from ports, and problem have gone. Thats good news... I wasn't sure how these updates would effect Intel... robert. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090404/467edf34/attachment.pgp From kostikbel at gmail.com Sat Apr 4 10:56:42 2009 From: kostikbel at gmail.com (Kostik Belousov) Date: Sat Apr 4 10:56:49 2009 Subject: ports/131120: x11/libxcb - xauth failes when using libX11/libxcb In-Reply-To: <87ab97wkmp.fsf@chateau.d.lf> References: <200901310120.n0V1K6QN073121@freefall.freebsd.org> <1233415586.1554.7.camel@ferret.2hip.net> <87ab97wkmp.fsf@chateau.d.lf> Message-ID: <20090404175636.GH31897@deviant.kiev.zoral.com.ua> On Sat, Jan 31, 2009 at 09:08:54PM +0530, Ashish SHUKLA wrote: > Robert Noland writes: > > [...] > > > The patch looks ok to me, but I'll try and poke someone upstream. > > Thanks Can we, please, sort this out before 7.2 ? The problem is very annoying and sometimes appears absolutely critical. Thanks. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090404/f93b945b/attachment.pgp From rnoland at FreeBSD.org Sat Apr 4 10:59:39 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Apr 4 10:59:46 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <3a142e750904040944n4dbe9c52t55492be2f7c162c5@mail.gmail.com> References: <1238654585.1791.15.camel@balrog.2hip.net> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <3a142e750904040643s26c68dd4p49dd114715fe23@mail.gmail.com> <3a142e750904040810h6fe78b64i49c9ff8ea46b14ed@mail.gmail.com> <3a142e750904040944n4dbe9c52t55492be2f7c162c5@mail.gmail.com> Message-ID: <1238867936.65025.71.camel@balrog.2hip.net> On Sat, 2009-04-04 at 18:44 +0200, Paul B. Mahol wrote: > On 4/4/09, Paul B. Mahol wrote: > > On 4/4/09, Paul B. Mahol wrote: > >> On 4/4/09, N.J. Mann wrote: > >>> Hi Robert, > >>> > >>> > >>> In message <20090403184145.GA1019@titania.njm.me.uk>, > >>> N.J. Mann (njm@njm.me.uk) wrote: > >>>> > >>>> (gdb) bt > >>>> #0 0x28aff320 in ?? () > >>>> #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 > >>>> #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at > >>>> intel_bufmgr_fake.c:1048 > >>>> #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at > >>>> intel_bufmgr.c:85 > >>>> #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at > >>>> i830_batchbuffer.c:188 > >>>> #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 > >>>> #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at > >>>> i830_driver.c:3571 > >>>> #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at > >>>> i830_driver.c:3788 > >>>> #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at > >>>> randr.c:108 > >>>> #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at > >>>> xf86cmap.c:229 > >>>> #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 > >>>> #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at > >>>> xvmain.c:316 > >>>> #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at > >>>> xf86VidMode.c:115 > >>>> #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at > >>>> cursor.c:172 > >>>> #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at > >>>> animcur.c:130 > >>>> #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at > >>>> compinit.c:89 > >>>> #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at > >>>> glxscreens.c:267 > >>>> #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access > >>>> memory > >>>> at address 0x9 > >>>> ) at main.c:470 > >>>> (gdb) > >>> > >>> I see you have committed the Xorg upgrade. Do you wish to continue > >>> investigating the problems I am seeing with the old version or should I > >>> upgrade and see if that fixes it? > >> > >> I had tested 1.6.0 some month before (from git) and it did not fixed > >> isue when zapping Xorg+DRM on intel 945GM, but there is more, intel-DRM > >> is > >> in worse shape. > > > > Tested again, this time from ports, and problem have gone. > > But xf86-video-intel with acceleration disabled still fails to come > back after vty switch. I have too much ground to cover... The un-accelerated case is purely a userland issue. Most probably entirely in the intel driver itself. I can't really try to handle this case. robert. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090404/28db2070/attachment-0001.pgp From onemda at gmail.com Sat Apr 4 11:02:33 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Sat Apr 4 11:02:40 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <1238865180.65025.68.camel@balrog.2hip.net> References: <1238654585.1791.15.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <3a142e750904040643s26c68dd4p49dd114715fe23@mail.gmail.com> <3a142e750904040810h6fe78b64i49c9ff8ea46b14ed@mail.gmail.com> <1238865180.65025.68.camel@balrog.2hip.net> Message-ID: <3a142e750904041102s4c0b39c1k68bb34ec453413df@mail.gmail.com> On 4/4/09, Robert Noland wrote: > On Sat, 2009-04-04 at 17:10 +0200, Paul B. Mahol wrote: >> On 4/4/09, Paul B. Mahol wrote: >> > On 4/4/09, N.J. Mann wrote: >> >> Hi Robert, >> >> >> >> >> >> In message <20090403184145.GA1019@titania.njm.me.uk>, >> >> N.J. Mann (njm@njm.me.uk) wrote: >> >>> >> >>> (gdb) bt >> >>> #0 0x28aff320 in ?? () >> >>> #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 >> >>> #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at >> >>> intel_bufmgr_fake.c:1048 >> >>> #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at >> >>> intel_bufmgr.c:85 >> >>> #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at >> >>> i830_batchbuffer.c:188 >> >>> #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 >> >>> #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at >> >>> i830_driver.c:3571 >> >>> #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at >> >>> i830_driver.c:3788 >> >>> #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at >> >>> randr.c:108 >> >>> #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at >> >>> xf86cmap.c:229 >> >>> #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at >> >>> xf86DPMS.c:137 >> >>> #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at >> >>> xvmain.c:316 >> >>> #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at >> >>> xf86VidMode.c:115 >> >>> #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at >> >>> cursor.c:172 >> >>> #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at >> >>> animcur.c:130 >> >>> #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at >> >>> compinit.c:89 >> >>> #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at >> >>> glxscreens.c:267 >> >>> #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access >> >>> memory >> >>> at address 0x9 >> >>> ) at main.c:470 >> >>> (gdb) >> >> >> >> I see you have committed the Xorg upgrade. Do you wish to continue >> >> investigating the problems I am seeing with the old version or should I >> >> upgrade and see if that fixes it? >> > >> > I had tested 1.6.0 some month before (from git) and it did not fixed >> > isue when zapping Xorg+DRM on intel 945GM, but there is more, intel-DRM >> > is >> > in worse shape. >> >> Tested again, this time from ports, and problem have gone. > > Thats good news... I wasn't sure how these updates would effect > Intel... 2.6.3 intel driver is crap in 3D performance so 2.5.1 should be put back. 2.6.3 in Xorg.log writes something about UXA and dri2 going to be disabled, but that is nosense because dri2 works fine with EXA in 2.5.1 -- Paul From rnoland at FreeBSD.org Sat Apr 4 11:02:52 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Apr 4 11:02:58 2009 Subject: ports/131120: x11/libxcb - xauth failes when using libX11/libxcb In-Reply-To: <20090404175636.GH31897@deviant.kiev.zoral.com.ua> References: <200901310120.n0V1K6QN073121@freefall.freebsd.org> <1233415586.1554.7.camel@ferret.2hip.net> <87ab97wkmp.fsf@chateau.d.lf> <20090404175636.GH31897@deviant.kiev.zoral.com.ua> Message-ID: <1238868128.65025.73.camel@balrog.2hip.net> On Sat, 2009-04-04 at 20:56 +0300, Kostik Belousov wrote: > On Sat, Jan 31, 2009 at 09:08:54PM +0530, Ashish SHUKLA wrote: > > Robert Noland writes: > > > > [...] > > > > > The patch looks ok to me, but I'll try and poke someone upstream. > > > > Thanks > > Can we, please, sort this out before 7.2 ? The problem is very annoying > and sometimes appears absolutely critical. Can you please commit this patch, or approve and I will do it. thanks, robert. > Thanks. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090404/c7ab9a21/attachment.pgp From rnoland at FreeBSD.org Sat Apr 4 11:08:36 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Apr 4 11:08:43 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <3a142e750904041102s4c0b39c1k68bb34ec453413df@mail.gmail.com> References: <1238654585.1791.15.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <3a142e750904040643s26c68dd4p49dd114715fe23@mail.gmail.com> <3a142e750904040810h6fe78b64i49c9ff8ea46b14ed@mail.gmail.com> <1238865180.65025.68.camel@balrog.2hip.net> <3a142e750904041102s4c0b39c1k68bb34ec453413df@mail.gmail.com> Message-ID: <1238868472.65025.75.camel@balrog.2hip.net> On Sat, 2009-04-04 at 20:02 +0200, Paul B. Mahol wrote: > On 4/4/09, Robert Noland wrote: > > On Sat, 2009-04-04 at 17:10 +0200, Paul B. Mahol wrote: > >> On 4/4/09, Paul B. Mahol wrote: > >> > On 4/4/09, N.J. Mann wrote: > >> >> Hi Robert, > >> >> > >> >> > >> >> In message <20090403184145.GA1019@titania.njm.me.uk>, > >> >> N.J. Mann (njm@njm.me.uk) wrote: > >> >>> > >> >>> (gdb) bt > >> >>> #0 0x28aff320 in ?? () > >> >>> #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 > >> >>> #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at > >> >>> intel_bufmgr_fake.c:1048 > >> >>> #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at > >> >>> intel_bufmgr.c:85 > >> >>> #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at > >> >>> i830_batchbuffer.c:188 > >> >>> #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 > >> >>> #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at > >> >>> i830_driver.c:3571 > >> >>> #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at > >> >>> i830_driver.c:3788 > >> >>> #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at > >> >>> randr.c:108 > >> >>> #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at > >> >>> xf86cmap.c:229 > >> >>> #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at > >> >>> xf86DPMS.c:137 > >> >>> #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at > >> >>> xvmain.c:316 > >> >>> #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at > >> >>> xf86VidMode.c:115 > >> >>> #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at > >> >>> cursor.c:172 > >> >>> #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at > >> >>> animcur.c:130 > >> >>> #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at > >> >>> compinit.c:89 > >> >>> #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at > >> >>> glxscreens.c:267 > >> >>> #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access > >> >>> memory > >> >>> at address 0x9 > >> >>> ) at main.c:470 > >> >>> (gdb) > >> >> > >> >> I see you have committed the Xorg upgrade. Do you wish to continue > >> >> investigating the problems I am seeing with the old version or should I > >> >> upgrade and see if that fixes it? > >> > > >> > I had tested 1.6.0 some month before (from git) and it did not fixed > >> > isue when zapping Xorg+DRM on intel 945GM, but there is more, intel-DRM > >> > is > >> > in worse shape. > >> > >> Tested again, this time from ports, and problem have gone. > > > > Thats good news... I wasn't sure how these updates would effect > > Intel... > > 2.6.3 intel driver is crap in 3D performance so 2.5.1 should be put back. > > 2.6.3 in Xorg.log writes something about UXA and dri2 going to be disabled, > but that is nosense because dri2 works fine with EXA in 2.5.1 I hope to be able to look at Intel again late next week... I can't offer much until I can see what is going on. robert. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090404/fb00c5e8/attachment.pgp From wahjava at gmail.com Sat Apr 4 11:32:15 2009 From: wahjava at gmail.com (Ashish SHUKLA) Date: Sat Apr 4 11:32:46 2009 Subject: ports/131120: x11/libxcb - xauth failes when using libX11/libxcb In-Reply-To: <1238868128.65025.73.camel@balrog.2hip.net> (Robert Noland's message of "Sat, 04 Apr 2009 13:02:08 -0500") References: <200901310120.n0V1K6QN073121@freefall.freebsd.org> <1233415586.1554.7.camel@ferret.2hip.net> <87ab97wkmp.fsf@chateau.d.lf> <20090404175636.GH31897@deviant.kiev.zoral.com.ua> <1238868128.65025.73.camel@balrog.2hip.net> Message-ID: <87vdpkcmqu.fsf@chateau.d.lf> Robert Noland writes: [...] > Can you please commit this patch, or approve and I will do it. I already tried this patch and it worked fine without any issues. So I'm approving it. -- Ashish SHUKLA -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090404/38efd1bf/attachment.pgp From dfilter at FreeBSD.ORG Sat Apr 4 11:50:07 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sat Apr 4 11:50:19 2009 Subject: ports/131120: commit references a PR Message-ID: <200904041850.n34Io7uu013602@freefall.freebsd.org> The following reply was made to PR ports/131120; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/131120: commit references a PR Date: Sat, 4 Apr 2009 18:49:36 +0000 (UTC) rnoland 2009-04-04 18:49:26 UTC FreeBSD ports repository Modified files: x11/libxcb Makefile Added files: x11/libxcb/files patch-src-xcb_auth.c Log: Add patch to fix xauth. PR: 131120 Submitted by: Danny Braniss Approved by: Ashish SHUKLA (maintainer) Revision Changes Path 1.17 +1 -0 ports/x11/libxcb/Makefile 1.1 +16 -0 ports/x11/libxcb/files/patch-src-xcb_auth.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From rnoland at FreeBSD.org Sat Apr 4 11:50:33 2009 From: rnoland at FreeBSD.org (rnoland@FreeBSD.org) Date: Sat Apr 4 11:50:41 2009 Subject: ports/131120: x11/libxcb - xauth failes when using libX11/libxcb Message-ID: <200904041850.n34IoW8m016582@freefall.freebsd.org> Synopsis: x11/libxcb - xauth failes when using libX11/libxcb State-Changed-From-To: suspended->closed State-Changed-By: rnoland State-Changed-When: Sat Apr 4 18:50:31 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=131120 From chat95 at mac.com Sat Apr 4 14:19:34 2009 From: chat95 at mac.com (Maho NAKATA) Date: Sat Apr 4 14:19:46 2009 Subject: non working DRI on *i386* RADEONX1650+FreeBSD7-stable+Xorg7.4 In-Reply-To: <1238864170.65025.60.camel@balrog.2hip.net> References: <1234026184.1562.47.camel@ferret.2hip.net> <20090404.210812.48524346.chat95@mac.com> <1238864170.65025.60.camel@balrog.2hip.net> Message-ID: <20090405.061814.48513598.chat95@mac.com> From: Robert Noland Subject: Re: non working DRI on *i386* RADEONX1650+FreeBSD7-stable+Xorg7.4 Date: Sat, 04 Apr 2009 11:56:10 -0500 > On Sat, 2009-04-04 at 21:08 +0900, Maho NAKATA wrote: >> (II) RADEON(0): [drm] installed DRM signal handler >> (EE) RADEON(0): [pci] Out of memory (-12) >> (EE) RADEON(0): [pci] PCI failed to initialize. Disabling the DRI. >> (II) RADEON(0): [drm] removed 1 reserved context for kernel >> (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xcdb34000 at >> 0x342ef000 >> (II) RADEON(0): [drm] Closed DRM master. >> (II) RADEON(0): RADEONRestoreMemMapRegisters() : >> (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xfffff000 >> (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 >> (==) RADEON(0): Backing store disabled >> (WW) RADEON(0): Direct rendering disabled >> (II) RADEON(0): XAA Render acceleration unsupported on Radeon >> 9500/9700 and newer. Please use EXA instead. > > I'm running on an x1650 amd64 right now... It looks like you have two > issues. As I wrote you before, yes, on amd64 works to me. Thank you! -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090404/8d383e61/attachment.pgp From chat95 at mac.com Sat Apr 4 15:35:14 2009 From: chat95 at mac.com (Maho NAKATA) Date: Sat Apr 4 15:35:23 2009 Subject: non working DRI on *i386* RADEONX1650+FreeBSD7-stable+Xorg7.4 In-Reply-To: <1238864170.65025.60.camel@balrog.2hip.net> References: <1234026184.1562.47.camel@ferret.2hip.net> <20090404.210812.48524346.chat95@mac.com> <1238864170.65025.60.camel@balrog.2hip.net> Message-ID: <20090405.073353.67897089.chat95@mac.com> Hi Robert, Many thanks for your kindness! I'm really appreciated. From: Robert Noland Subject: Re: non working DRI on *i386* RADEONX1650+FreeBSD7-stable+Xorg7.4 Date: Sat, 04 Apr 2009 11:56:10 -0500 > 1) You need to be using EXA not XAA. Options "AccelMethod" "EXA" done , and screen is garbled. > 2) The above error is a memory allocation error. If switching to EXA yes. > doesn't resolve it, then we need to look at how much available memory > you have. It will take more indepth debugging to see exactly where that ok. > allocation is failing. I removed 1G memory stick and nothing has changed. I thought that I have 4G bytes of memory for i386 and this can be a problem. > I suspect that ensuring that your -STABLE is updated and switching to > EXA will resolve the issue though. unfortunately ... no :-( Here is the log (with 3G memory). --- X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 7.2-PRERELEASE i386 Current Operating System: FreeBSD ravel7i386.private.org 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Sun Mar 29 07:32:31 JST 2009 maho@ravel7i386.private.org:/usr/src/sys/i386/compile/GENERIC i386 Build Date: 30 March 2009 12:09:42AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 5 07:29:36 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) Option "AIGLX" "true" (**) Option "AllowEmptyInput" "false" (==) Automatically adding devices (==) Automatically enabling devices (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. (**) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ (**) ModulePath set to "/usr/local/lib/xorg/modules" (II) Loader magic: 0x81bcde0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on freebsd (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (--) PCI:*(0@1:0:0) ATI Technologies Inc RV535 [Radeon X1650 Series] rev 158, Mem @ 0xe0000000/0, 0xf5000000/0, I/O @ 0x0000b000/0, BIOS @ 0x????????/65536 (--) PCI: (0@1:0:1) ATI Technologies Inc RV535 [Radeon X1650 Series] rev 158, Mem @ 0xf5010000/0 (II) System resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (**) AIGLX enabled (**) Exporting typical set of GLX visuals (II) Loading extension GLX (II) LoadModule: "xtrap" (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DEC-XTRAP (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "freetype" (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.5.3, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.6 (II) Loading font FreeType (II) LoadModule: "radeon" (II) Loading /usr/local/lib/xorg/modules/drivers//radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.5.3, module version = 6.12.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon RV710, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics (II) Primary Device is: PCI 01@00:00:0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) RADEON(0): TOTO SAYS 00000000f5000000 (II) RADEON(0): MMIO registers at 0x00000000f5000000: size 64KB (II) RADEON(0): PCI bus 1 card 0 func 0 (==) RADEON(0): Depth 24, (==) framebuffer bpp 32 (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) RADEON(0): Default visual is TrueColor (**) RADEON(0): Option "AccelMethod" "EXA" (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/local/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.5.3, module version = 0.1.0 ABI class: X.Org Video Driver, version 4.1 (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) RADEON(0): RGB weight 888 (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) (--) RADEON(0): Chipset: "ATI Radeon X1650" (ChipID = 0x71c7) (WW) RADEON(0): R500 support is under development. Please report any issues to xorg-driver-ati@lists.x.org (--) RADEON(0): Linear framebuffer at 0x00000000e0000000 (II) RADEON(0): PCIE card detected (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) RADEON(0): initializing int10 (==) RADEON(0): Write-combining range (0xa0000,0x20000) was already clear (==) RADEON(0): Write-combining range (0xc0000,0x40000) was already clear (II) RADEON(0): Primary V_BIOS segment is: 0xc000 (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear (II) RADEON(0): ATOM BIOS detected (II) RADEON(0): ATOM BIOS Rom: SubsystemVendorID: 0x174b SubsystemID: 0x0840 IOBaseAddress: 0xb000 Filename: SRC8405H.256 BIOS Bootup Message: A676 RV535PRO BIOS DDR2 600e/405m (II) RADEON(0): Framebuffer space used by Firmware (kb): 20 (II) RADEON(0): Start of VRAM area used by Firmware: 0xfffb000 (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space (II) RADEON(0): AtomBIOS VRAM scratch base: 0xfffb000 (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead (II) RADEON(0): Default Engine Clock: 500000 (II) RADEON(0): Default Memory Clock: 400000 (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000 (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0 (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500 (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000 (II) RADEON(0): Maximum Pixel Clock: 400000 (II) RADEON(0): Reference Clock: 27000 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: Searching for BusID pci:0000:01:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: drmOpenMinor returns 10 drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0 (==) RADEON(0): Page Flipping disabled on r5xx and newer chips. (II) RADEON(0): Will try to use DMA for Xv image transfers (II) RADEON(0): Generation 2 PCI interface, using max accessible memory (II) RADEON(0): Detected total video RAM=262144K, accessible=262144K (PCI BAR=262144K) (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM) (II) RADEON(0): Color tiling enabled by default (II) RADEON(0): Max desktop size set to 2560x1600 (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) RADEON(0): ref_freq: 2700, min_out_pll: 64800, max_out_pll: 110000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 500.000000, mclk: 400.000000 (II) RADEON(0): PLL parameters: rf=2700 rd=13 min=64800 max=110000; xclk=40000 (II) RADEON(0): Skipping TV-Out (II) RADEON(0): Skipping Component Video encoder: 0x15 encoder: 0x13 encoder: 0x16 (II) RADEON(0): Output VGA-0 using monitor section Monitor0 (II) RADEON(0): I2C bus "VGA-0" initialized. (II) RADEON(0): Output DVI-0 has no monitor section (II) RADEON(0): I2C bus "DVI-0" initialized. (II) RADEON(0): Port0: XRANDR name: VGA-0 Connector: VGA CRT1: INTERNAL_KLDSCP_DAC1 DDC reg: 0x7e40 (II) RADEON(0): Port1: XRANDR name: DVI-0 Connector: DVI-I CRT2: INTERNAL_KLDSCP_DAC2 DFP1: INTERNAL_KLDSCP_TMDS1 DDC reg: 0x7e50 (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 Dac detection success finished output detect: 0 (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0. (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 (II) RADEON(0): Year: 2003 Week: 34 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Monitor name: LL-T19D1-H (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz (II) RADEON(0): Serial No: 3D100928 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004d10a42001010101 (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 (II) RADEON(0): 215054adce00714f8140818001010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001e000000fc004c4c2d (II) RADEON(0): 54313944312d480a2020000000fd003c (II) RADEON(0): 4b1f440b000a202020202020000000ff (II) RADEON(0): 0033443130303932380a2020202000dc finished output detect: 1 finished all detect before xf86InitialConfiguration (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 Dac detection success (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 (II) RADEON(0): Year: 2003 Week: 34 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Monitor name: LL-T19D1-H (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz (II) RADEON(0): Serial No: 3D100928 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004d10a42001010101 (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 (II) RADEON(0): 215054adce00714f8140818001010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001e000000fc004c4c2d (II) RADEON(0): 54313944312d480a2020000000fd003c (II) RADEON(0): 4b1f440b000a202020202020000000ff (II) RADEON(0): 0033443130303932380a2020202000dc (II) RADEON(0): Panel infos found from DDC detailed: 1280x1024 (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): Output VGA-0 disconnected (II) RADEON(0): Output DVI-0 connected (II) RADEON(0): Using exact sizes for initial modes (II) RADEON(0): Output DVI-0 using initial mode 1280x1024 after xf86InitialConfiguration (==) RADEON(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/local/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0) (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (**) RADEON(0): Using EXA acceleration architecture (II) Loading sub module "exa" (II) LoadModule: "exa" (II) Loading /usr/local/lib/xorg/modules//libexa.so (II) Module exa: vendor="X.Org Foundation" compiled for 1.5.3, module version = 2.4.0 ABI class: X.Org Video Driver, version 4.1 (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear (!!) RADEON(0): For information on using the multimedia capabilities of this adapter, please see http://gatos.sf.net. (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) RADEON(0): RADEONScreenInit e0000000 0 0 (==) RADEON(0): Write-combining range (0xa0000,0x10000) was already clear Output DFP1 disable success Blank CRTC 0 success Disable CRTC 0 success Blank CRTC 1 success Disable CRTC 1 success (==) RADEON(0): Using 24 bit depth buffer (II) RADEON(0): RADEONInitMemoryMap() : (II) RADEON(0): mem_size : 0x10000000 (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 (II) RADEON(0): Depth moves disabled by default (II) RADEON(0): Allocating from a screen of 262112 kb (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00640000 (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00644000 (II) RADEON(0): Will use 6400 kb for front buffer at offset 0x00000000 (II) RADEON(0): Will use 32 kb for PCI GART at offset 0x0fff8000 (II) RADEON(0): Will use 6400 kb for back buffer at offset 0x00648000 (II) RADEON(0): Will use 6400 kb for depth buffer at offset 0x00c88000 (II) RADEON(0): Will use 120832 kb for textures at offset 0x012c8000 (II) RADEON(0): Will use 122048 kb for X Server offscreen at offset 0x088c8000 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: Searching for BusID pci:0000:01:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: drmOpenMinor returns 10 drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 (II) [drm] DRM interface version 1.2 (II) [drm] DRM open master succeeded. (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables. (II) RADEON(0): [drm] framebuffer handle = 0xe0000000 (II) RADEON(0): [drm] added 1 reserved context for kernel (II) RADEON(0): X context handle = 0x1 (II) RADEON(0): [drm] installed DRM signal handler (II) RADEON(0): [pci] 32768 kB allocated with handle 0xeb18b000 (II) RADEON(0): [pci] ring handle = 0xeb18b000 (II) RADEON(0): [pci] Ring mapped at 0x34624000 (II) RADEON(0): [pci] Ring contents 0xdfffffff (II) RADEON(0): [pci] ring read ptr handle = 0xeb28c000 (II) RADEON(0): [pci] Ring read ptr mapped at 0x342ff000 (II) RADEON(0): [pci] Ring read ptr contents 0x00001000 (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xeb28d000 (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x44800000 (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000 (II) RADEON(0): [pci] GART texture map handle = 0xeb48d000 (II) RADEON(0): [pci] GART Texture map mapped at 0x44c8d000 (II) RADEON(0): [drm] register handle = 0xf5000000 (II) RADEON(0): [dri] Visual configs initialized (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xfffff000 (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 (==) RADEON(0): Backing store disabled (II) RADEON(0): [DRI] installation complete (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers (II) RADEON(0): [drm] dma control initialized, using IRQ 16 (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416 (WW) RADEON(0): DRI init changed memory map, adjusting ... (WW) RADEON(0): MC_FB_LOCATION was: 0xefffe000 is: 0xefffe000 (WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0 (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000 (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 (II) RADEON(0): Direct rendering enabled (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards. (II) RADEON(0): Setting EXA maxPitchBytes (II) RADEON(0): num quad-pipes is 1 (II) EXA(0): Offscreen pixmap area of 124977152 bytes (II) EXA(0): Driver registered support for the following operations: (II) Solid (II) Copy (II) Composite (RENDER acceleration) (II) UploadToScreen (II) DownloadFromScreen (II) RADEON(0): Acceleration enabled (**) Option "dpms" (**) RADEON(0): DPMS enabled (==) RADEON(0): Silken mouse enabled (II) RADEON(0): Set up textured video Output CRT1 disable success Output DFP1 disable success Blank CRTC 0 success Disable CRTC 0 success Blank CRTC 1 success Disable CRTC 1 success Output DFP1 disable success Blank CRTC 0 success Disable CRTC 0 success Mode 1280x1024 - 1688 1066 5 (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000 (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 freq: 108000000 best_freq: 108000000 best_feedback_div: 48 best_ref_div: 2 best_post_div: 6 (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 108000 (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x30(48), pdiv 6 Set CRTC 0 PLL success Set CRTC Timing success Set CRTC 0 Overscan success Not using RMX scaler 0 setup success Set CRTC 0 Source success crtc 0 YUV disable setup success Output digital setup success Output DFP1 enable success Enable CRTC 0 success Unblank CRTC 0 success Output CRT1 disable success Blank CRTC 1 success Disable CRTC 1 success (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message. Output DFP1 disable success Blank CRTC 0 success Disable CRTC 0 success Mode 1280x1024 - 1688 1066 5 (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000 (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 freq: 108000000 best_freq: 108000000 best_feedback_div: 48 best_ref_div: 2 best_post_div: 6 (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 108000 (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x30(48), pdiv 6 Set CRTC 0 PLL success Set CRTC Timing success Set CRTC 0 Overscan success Not using RMX scaler 0 setup success Set CRTC 0 Source success crtc 0 YUV disable setup success Output digital setup success Output DFP1 enable success Enable CRTC 0 success Unblank CRTC 0 success (--) RandR disabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenByBusid: Searching for BusID pci:0000:01:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenByBusid: drmOpenMinor returns 11 drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control (II) AIGLX: enabled GLX_texture_from_pixmap with driver support (II) AIGLX: Loaded and initialized /usr/local/lib/dri/r300_dri.so (II) GLX: Initialized DRI GL provider for screen 0 (II) RADEON(0): Setting screen physical size to 376 x 301 (**) Option "Protocol" "auto" (**) Mouse0: Device: "/dev/sysmouse" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/sysmouse" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse0: Buttons: 11 (**) Mouse0: Sensitivity: 1 (**) Option "CoreKeyboard" (**) Keyboard0: always reports core events (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Keyboard0: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (II) evaluating device (Mouse0) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) evaluating device (Keyboard0) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Mouse0: SetupAuto: protocol is SysMouse (II) config/hal: Adding input device CS1784 (**) CS1784: always reports core events (**) Option "Protocol" "standard" (**) CS1784: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) CS1784: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) CS1784: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) CS1784: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) CS1784: CustomKeycodes disabled (II) XINPUT: Adding extended input device "CS1784" (type: KEYBOARD) (II) config/hal: Adding input device AT Keyboard (**) AT Keyboard: always reports core events (**) Option "Protocol" "standard" (**) AT Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) AT Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) AT Keyboard: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) AT Keyboard: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) AT Keyboard: CustomKeycodes disabled (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 Dac detection success (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): Using hsync ranges from config file (II) RADEON(0): Using vrefresh ranges from config file (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz) (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 (II) RADEON(0): Year: 2003 Week: 34 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Monitor name: LL-T19D1-H (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz (II) RADEON(0): Serial No: 3D100928 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004d10a42001010101 (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 (II) RADEON(0): 215054adce00714f8140818001010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001e000000fc004c4c2d (II) RADEON(0): 54313944312d480a2020000000fd003c (II) RADEON(0): 4b1f440b000a202020202020000000ff (II) RADEON(0): 0033443130303932380a2020202000dc (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 Dac detection success (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): Using hsync ranges from config file (II) RADEON(0): Using vrefresh ranges from config file (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz) (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 (II) RADEON(0): Year: 2003 Week: 34 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Monitor name: LL-T19D1-H (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz (II) RADEON(0): Serial No: 3D100928 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004d10a42001010101 (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 (II) RADEON(0): 215054adce00714f8140818001010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001e000000fc004c4c2d (II) RADEON(0): 54313944312d480a2020000000fd003c (II) RADEON(0): 4b1f440b000a202020202020000000ff (II) RADEON(0): 0033443130303932380a2020202000dc (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 Dac detection success (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): Using hsync ranges from config file (II) RADEON(0): Using vrefresh ranges from config file (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz) (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 (II) RADEON(0): Year: 2003 Week: 34 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Monitor name: LL-T19D1-H (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz (II) RADEON(0): Serial No: 3D100928 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004d10a42001010101 (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 (II) RADEON(0): 215054adce00714f8140818001010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001e000000fc004c4c2d (II) RADEON(0): 54313944312d480a2020000000fd003c (II) RADEON(0): 4b1f440b000a202020202020000000ff (II) RADEON(0): 0033443130303932380a2020202000dc (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 Dac detection success (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) RADEON(0): Using hsync ranges from config file (II) RADEON(0): Using vrefresh ranges from config file (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz) (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 (II) RADEON(0): Year: 2003 Week: 34 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported VESA Video Modes: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported Future Video Modes: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): Supported additional Video Mode: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Monitor name: LL-T19D1-H (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz (II) RADEON(0): Serial No: 3D100928 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004d10a42001010101 (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 (II) RADEON(0): 215054adce00714f8140818001010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001e000000fc004c4c2d (II) RADEON(0): 54313944312d480a2020000000fd003c (II) RADEON(0): 4b1f440b000a202020202020000000ff (II) RADEON(0): 0033443130303932380a2020202000dc (II) RADEON(0): EDID vendor "SHP", prod id 8356 (II) UnloadModule: "mouse" (II) UnloadModule: "kbd" (II) UnloadModule: "kbd" (II) UnloadModule: "kbd" Output DFP1 disable success Blank CRTC 0 success Disable CRTC 0 success Blank CRTC 1 success Disable CRTC 1 success (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0xfffff000 0xefffe000 (II) RADEON(0): MC_AGP_LOCATION : 0x00000000 (II) RADEON(0): avivo_restore ! Enable CRTC 0 success Unblank CRTC 0 success (==) RADEON(0): Write-combining range (0xa0000,0x10000) was already clear (II) RADEON(0): [drm] removed 1 reserved context for kernel (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xc7467000 at 0x342fd000 (II) RADEON(0): [drm] Closed DRM master. -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090404/c77391ed/attachment.pgp From rnoland at FreeBSD.org Sat Apr 4 16:32:48 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Apr 4 16:32:57 2009 Subject: non working DRI on *i386* RADEONX1650+FreeBSD7-stable+Xorg7.4 In-Reply-To: <20090405.073353.67897089.chat95@mac.com> References: <1234026184.1562.47.camel@ferret.2hip.net> <20090404.210812.48524346.chat95@mac.com> <1238864170.65025.60.camel@balrog.2hip.net> <20090405.073353.67897089.chat95@mac.com> Message-ID: <1238887919.1904.1.camel@balrog.2hip.net> On Sun, 2009-04-05 at 07:33 +0900, Maho NAKATA wrote: > Hi Robert, > > Many thanks for your kindness! I'm really appreciated. > > From: Robert Noland > Subject: Re: non working DRI on *i386* RADEONX1650+FreeBSD7-stable+Xorg7.4 > Date: Sat, 04 Apr 2009 11:56:10 -0500 > > > 1) You need to be using EXA not XAA. Options "AccelMethod" "EXA" > done , and screen is garbled. Ok, if it is working, but has a garbled screen, then you likely need to update your -STABLE. I just fixed some things that address garbled screen. robert. > > 2) The above error is a memory allocation error. If switching to EXA > yes. > > > doesn't resolve it, then we need to look at how much available memory > > you have. It will take more indepth debugging to see exactly where that > ok. > > allocation is failing. > I removed 1G memory stick and nothing has changed. > I thought that I have 4G bytes of memory for i386 and this can be a problem. > > > I suspect that ensuring that your -STABLE is updated and switching to > > EXA will resolve the issue though. > > unfortunately ... no :-( > > Here is the log (with 3G memory). > --- > X.Org X Server 1.5.3 > Release Date: 5 November 2008 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 7.2-PRERELEASE i386 > Current Operating System: FreeBSD ravel7i386.private.org 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Sun Mar 29 07:32:31 JST 2009 maho@ravel7i386.private.org:/usr/src/sys/i386/compile/GENERIC i386 > Build Date: 30 March 2009 12:09:42AM > > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 5 07:29:36 2009 > (==) Using config file: "/etc/X11/xorg.conf" > (==) ServerLayout "X.org Configured" > (**) |-->Screen "Screen0" (0) > (**) | |-->Monitor "Monitor0" > (**) | |-->Device "Card0" > (**) |-->Input Device "Mouse0" > (**) |-->Input Device "Keyboard0" > (**) Option "AIGLX" "true" > (**) Option "AllowEmptyInput" "false" > (==) Automatically adding devices > (==) Automatically enabling devices > (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. > (**) FontPath set to: > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > /usr/local/lib/X11/fonts/Type1/, > /usr/local/lib/X11/fonts/100dpi/, > /usr/local/lib/X11/fonts/75dpi/, > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > /usr/local/lib/X11/fonts/Type1/, > /usr/local/lib/X11/fonts/100dpi/, > /usr/local/lib/X11/fonts/75dpi/ > (**) ModulePath set to "/usr/local/lib/xorg/modules" > (II) Loader magic: 0x81bcde0 > (II) Module ABI versions: > X.Org ANSI C Emulation: 0.4 > X.Org Video Driver: 4.1 > X.Org XInput driver : 2.1 > X.Org Server Extension : 1.1 > X.Org Font Renderer : 0.6 > (II) Loader running on freebsd > (--) Using syscons driver with X support (version 2.0) > (--) using VT number 9 > > (--) PCI:*(0@1:0:0) ATI Technologies Inc RV535 [Radeon X1650 Series] rev 158, Mem @ 0xe0000000/0, 0xf5000000/0, I/O @ 0x0000b000/0, BIOS @ 0x????????/65536 > (--) PCI: (0@1:0:1) ATI Technologies Inc RV535 [Radeon X1650 Series] rev 158, Mem @ 0xf5010000/0 > (II) System resource ranges: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. > (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. > (II) "glx" will be loaded. This was enabled by default and also specified in the config file. > (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. > (II) "record" will be loaded. This was enabled by default and also specified in the config file. > (II) "dri" will be loaded. This was enabled by default and also specified in the config file. > (II) LoadModule: "extmod" > > (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so > (II) Module extmod: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 1.1 > (II) Loading extension SHAPE > (II) Loading extension MIT-SUNDRY-NONSTANDARD > (II) Loading extension BIG-REQUESTS > (II) Loading extension SYNC > (II) Loading extension MIT-SCREEN-SAVER > (II) Loading extension XC-MISC > (II) Loading extension XFree86-VidModeExtension > (II) Loading extension XFree86-Misc > (II) Loading extension XFree86-DGA > (II) Loading extension DPMS > (II) Loading extension TOG-CUP > (II) Loading extension Extended-Visual-Information > (II) Loading extension XVideo > (II) Loading extension XVideo-MotionCompensation > (II) Loading extension X-Resource > (II) LoadModule: "record" > > (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so > (II) Module record: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.13.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 1.1 > (II) Loading extension RECORD > (II) LoadModule: "dbe" > > (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so > (II) Module dbe: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 1.1 > (II) Loading extension DOUBLE-BUFFER > (II) LoadModule: "glx" > > (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > (II) Module glx: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Server Extension, version 1.1 > (**) AIGLX enabled > (**) Exporting typical set of GLX visuals > (II) Loading extension GLX > (II) LoadModule: "xtrap" > > (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so > (II) Module xtrap: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > Module class: X.Org Server Extension > ABI class: X.Org Server Extension, version 1.1 > (II) Loading extension DEC-XTRAP > (II) LoadModule: "dri" > > (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so > (II) Module dri: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Server Extension, version 1.1 > (II) Loading extension XFree86-DRI > (II) LoadModule: "freetype" > > (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so > (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" > compiled for 1.5.3, module version = 2.1.0 > Module class: X.Org Font Renderer > ABI class: X.Org Font Renderer, version 0.6 > (II) Loading font FreeType > (II) LoadModule: "radeon" > > (II) Loading /usr/local/lib/xorg/modules/drivers//radeon_drv.so > (II) Module radeon: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 6.12.1 > Module class: X.Org Video Driver > ABI class: X.Org Video Driver, version 4.1 > (II) LoadModule: "mouse" > > (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so > (II) Module mouse: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.4.0 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.1 > (II) LoadModule: "kbd" > > (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > (II) Module kbd: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.3.2 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 2.1 > (II) RADEON: Driver for ATI Radeon chipsets: > ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), > ATI Radeon Mobility X300 (M24) 3152 (PCIE), > ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE), > ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, > ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), > ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), > ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), > ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), > ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), > ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), > ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, > ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, > ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), > ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, > ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), > ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), > ATI Radeon X800PRO (R420) JI (AGP), > ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), > ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), > ATI Radeon Mobility 9800 (M18) JN (AGP), > ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), > ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), > ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), > ATI Radeon Mobility M7 LW (AGP), > ATI Mobility FireGL 7800 M7 LX (AGP), > ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), > ATI FireGL Mobility 9000 (M9) Ld (AGP), > ATI Radeon Mobility 9000 (M9) Lf (AGP), > ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), > ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), > ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), > ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), > ATI Radeon 9800XT NJ (AGP), > ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), > ATI Radeon Mobility 9600 (M10) NQ (AGP), > ATI Radeon Mobility 9600 (M11) NR (AGP), > ATI Radeon Mobility 9600 (M10) NS (AGP), > ATI FireGL Mobility T2 (M10) NT (AGP), > ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), > ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), > ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), > ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), > ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), > ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), > ATI Radeon Mobility X300 (M22) 5460 (PCIE), > ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), > ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), > ATI Radeon X800PRO (R423) UI (PCIE), > ATI Radeon X800LE (R423) UJ (PCIE), > ATI Radeon X800SE (R423) UK (PCIE), > ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), > ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), > ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), > ATI FireGL unknown (R423) UR (PCIE), > ATI FireGL unknown (R423) UT (PCIE), > ATI Mobility FireGL V5000 (M26) (PCIE), > ATI Mobility FireGL V5000 (M26) (PCIE), > ATI Mobility Radeon X700 XL (M26) (PCIE), > ATI Mobility Radeon X700 (M26) (PCIE), > ATI Mobility Radeon X700 (M26) (PCIE), > ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, > ATI Radeon Mobility 9100 IGP (U3) 5835, > ATI Radeon XPRESS 200 5954 (PCIE), > ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), > ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), > ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), > ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), > ATI Radeon XPRESS 200M 5975 (PCIE), > ATI Radeon XPRESS 200 5A41 (PCIE), > ATI Radeon XPRESS 200M 5A42 (PCIE), > ATI Radeon XPRESS 200 5A61 (PCIE), > ATI Radeon XPRESS 200M 5A62 (PCIE), > ATI Radeon X300 (RV370) 5B60 (PCIE), > ATI Radeon X600 (RV370) 5B62 (PCIE), > ATI Radeon X550 (RV370) 5B63 (PCIE), > ATI FireGL V3100 (RV370) 5B64 (PCIE), > ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), > ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), > ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), > ATI Mobility Radeon X800 XT (M28) (PCIE), > ATI Mobility FireGL V5100 (M28) (PCIE), > ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), > ATI Radeon X850 XT PE (R480) (PCIE), > ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), > ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), > ATI Radeon X850 XT (R480) (PCIE), > ATI Radeon X800XT (R423) 5D57 (PCIE), > ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), > ATI Radeon X700 PRO (RV410) (PCIE), > ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), > ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, > ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, > ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, > ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, > ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, > ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, > ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, > ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, > ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, > ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, > ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, > ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, > ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, > ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, > ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, > ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, > ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, > ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, > ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, > ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, > ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, > ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, > ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, > ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, > ATI Mobility Radeon X1700 XT, ATI FireGL V5200, > ATI Mobility Radeon X1700, ATI Radeon X2300HD, > ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, > ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, > ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, > ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, > ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, > ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, > ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, > ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, > ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, > ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, > ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, > ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, > ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, > ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, > ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, > ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, > ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL), > ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, > ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, > ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, > ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, > ATI Mobility RADEON M98, ATI FirePro M7750, ATI M98, ATI M98, > ATI M98, ATI Radeon RV730 (AGP), ATI FirePro M5750, > ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], > ATI RADEON E4600, ATI RV730 PRO [Radeon HD 4650], > ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), > ATI FirePro V3750 (FireGL), ATI RV610, ATI Radeon HD 2400 XT, > ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, > ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, > ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, > ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, > ATI Mobility Radeon HD 3850, ATI Radeon HD3850, > ATI Mobility Radeon HD 3850 X2, ATI RV670, > ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, > ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, > ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, > ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, > ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, > ATI Mobility Radeon 4500 Series, ATI RV630, > ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, > ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, > ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, > ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, > ATI FireGL V3600, ATI Radeon HD 2600 LE, > ATI Mobility FireGL Graphics Processor, ATI Radeon RV710, > ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, > ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, > ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, > ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, > ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, > ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, > ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, > ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, > ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, > ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, > ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics > (II) Primary Device is: PCI 01@00:00:0 > (II) resource ranges after xf86ClaimFixedResources() call: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > (II) resource ranges after probing: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] > [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] > [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] > [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] > [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] > (II) Setting vga for screen 0. > (II) RADEON(0): TOTO SAYS 00000000f5000000 > (II) RADEON(0): MMIO registers at 0x00000000f5000000: size 64KB > (II) RADEON(0): PCI bus 1 card 0 func 0 > (==) RADEON(0): Depth 24, (==) framebuffer bpp 32 > (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) > (==) RADEON(0): Default visual is TrueColor > (**) RADEON(0): Option "AccelMethod" "EXA" > (II) Loading sub module "vgahw" > (II) LoadModule: "vgahw" > > (II) Loading /usr/local/lib/xorg/modules//libvgahw.so > (II) Module vgahw: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 0.1.0 > ABI class: X.Org Video Driver, version 4.1 > (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 > (==) RADEON(0): RGB weight 888 > (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) > (--) RADEON(0): Chipset: "ATI Radeon X1650" (ChipID = 0x71c7) > (WW) RADEON(0): R500 support is under development. Please report any issues to xorg-driver-ati@lists.x.org > (--) RADEON(0): Linear framebuffer at 0x00000000e0000000 > (II) RADEON(0): PCIE card detected > (II) Loading sub module "int10" > (II) LoadModule: "int10" > > (II) Loading /usr/local/lib/xorg/modules//libint10.so > (II) Module int10: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org Video Driver, version 4.1 > (II) RADEON(0): initializing int10 > (==) RADEON(0): Write-combining range (0xa0000,0x20000) was already clear > (==) RADEON(0): Write-combining range (0xc0000,0x40000) was already clear > (II) RADEON(0): Primary V_BIOS segment is: 0xc000 > (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear > (II) RADEON(0): ATOM BIOS detected > (II) RADEON(0): ATOM BIOS Rom: > SubsystemVendorID: 0x174b SubsystemID: 0x0840 > IOBaseAddress: 0xb000 > Filename: SRC8405H.256 > BIOS Bootup Message: > A676 RV535PRO BIOS DDR2 600e/405m > > (II) RADEON(0): Framebuffer space used by Firmware (kb): 20 > (II) RADEON(0): Start of VRAM area used by Firmware: 0xfffb000 > (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space > (II) RADEON(0): AtomBIOS VRAM scratch base: 0xfffb000 > (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead > (II) RADEON(0): Default Engine Clock: 500000 > (II) RADEON(0): Default Memory Clock: 400000 > (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000 > (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0 > (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500 > (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000 > (II) RADEON(0): Maximum Pixel Clock: 400000 > (II) RADEON(0): Reference Clock: 27000 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 10, (OK) > drmOpenByBusid: Searching for BusID pci:0000:01:00.0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 10, (OK) > drmOpenByBusid: drmOpenMinor returns 10 > drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 > (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0 > (==) RADEON(0): Page Flipping disabled on r5xx and newer chips. > > (II) RADEON(0): Will try to use DMA for Xv image transfers > (II) RADEON(0): Generation 2 PCI interface, using max accessible memory > (II) RADEON(0): Detected total video RAM=262144K, accessible=262144K (PCI BAR=262144K) > (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM) > (II) RADEON(0): Color tiling enabled by default > (II) RADEON(0): Max desktop size set to 2560x1600 > (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf > (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf > (II) Loading sub module "ddc" > (II) LoadModule: "ddc" > (II) Module "ddc" already built-in > (II) Loading sub module "i2c" > (II) LoadModule: "i2c" > (II) Module "i2c" already built-in > (II) RADEON(0): ref_freq: 2700, min_out_pll: 64800, max_out_pll: 110000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 500.000000, mclk: 400.000000 > (II) RADEON(0): PLL parameters: rf=2700 rd=13 min=64800 max=110000; xclk=40000 > (II) RADEON(0): Skipping TV-Out > (II) RADEON(0): Skipping Component Video > encoder: 0x15 > encoder: 0x13 > encoder: 0x16 > (II) RADEON(0): Output VGA-0 using monitor section Monitor0 > (II) RADEON(0): I2C bus "VGA-0" initialized. > (II) RADEON(0): Output DVI-0 has no monitor section > (II) RADEON(0): I2C bus "DVI-0" initialized. > (II) RADEON(0): Port0: > XRANDR name: VGA-0 > Connector: VGA > CRT1: INTERNAL_KLDSCP_DAC1 > DDC reg: 0x7e40 > (II) RADEON(0): Port1: > XRANDR name: DVI-0 > Connector: DVI-I > CRT2: INTERNAL_KLDSCP_DAC2 > DFP1: INTERNAL_KLDSCP_TMDS1 > DDC reg: 0x7e50 > (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. > (II) RADEON(0): I2C device "VGA-0:ddc2" removed. > (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 > Dac detection success > finished output detect: 0 > (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0. > (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 > (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- > (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 > (II) RADEON(0): Year: 2003 Week: 34 > (II) RADEON(0): EDID Version: 1.3 > (II) RADEON(0): Digital Display Input > (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 > (II) RADEON(0): Gamma: 2.20 > (II) RADEON(0): DPMS capabilities: Off > (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 > (II) RADEON(0): First detailed timing is preferred mode > (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 > (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 > (II) RADEON(0): Supported VESA Video Modes: > (II) RADEON(0): 720x400@70Hz > (II) RADEON(0): 640x480@60Hz > (II) RADEON(0): 640x480@72Hz > (II) RADEON(0): 640x480@75Hz > (II) RADEON(0): 800x600@60Hz > (II) RADEON(0): 800x600@72Hz > (II) RADEON(0): 800x600@75Hz > (II) RADEON(0): 1024x768@60Hz > (II) RADEON(0): 1024x768@70Hz > (II) RADEON(0): 1024x768@75Hz > (II) RADEON(0): Manufacturer's mask: 0 > (II) RADEON(0): Supported Future Video Modes: > (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 > (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 > (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 > (II) RADEON(0): Supported additional Video Mode: > (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm > (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 > (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 > (II) RADEON(0): Monitor name: LL-T19D1-H > (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz > (II) RADEON(0): Serial No: 3D100928 > (II) RADEON(0): EDID (in hex): > (II) RADEON(0): 00ffffffffffff004d10a42001010101 > (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 > (II) RADEON(0): 215054adce00714f8140818001010101 > (II) RADEON(0): 010101010101302a009851002a403070 > (II) RADEON(0): 1300782d1100001e000000fc004c4c2d > (II) RADEON(0): 54313944312d480a2020000000fd003c > (II) RADEON(0): 4b1f440b000a202020202020000000ff > (II) RADEON(0): 0033443130303932380a2020202000dc > finished output detect: 1 > finished all detect > before xf86InitialConfiguration > (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. > (II) RADEON(0): I2C device "VGA-0:ddc2" removed. > (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 > Dac detection success > (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 > (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- > (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 > (II) RADEON(0): Year: 2003 Week: 34 > (II) RADEON(0): EDID Version: 1.3 > (II) RADEON(0): Digital Display Input > (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 > (II) RADEON(0): Gamma: 2.20 > (II) RADEON(0): DPMS capabilities: Off > (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 > (II) RADEON(0): First detailed timing is preferred mode > (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 > (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 > (II) RADEON(0): Supported VESA Video Modes: > (II) RADEON(0): 720x400@70Hz > (II) RADEON(0): 640x480@60Hz > (II) RADEON(0): 640x480@72Hz > (II) RADEON(0): 640x480@75Hz > (II) RADEON(0): 800x600@60Hz > (II) RADEON(0): 800x600@72Hz > (II) RADEON(0): 800x600@75Hz > (II) RADEON(0): 1024x768@60Hz > (II) RADEON(0): 1024x768@70Hz > (II) RADEON(0): 1024x768@75Hz > (II) RADEON(0): Manufacturer's mask: 0 > (II) RADEON(0): Supported Future Video Modes: > (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 > (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 > (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 > (II) RADEON(0): Supported additional Video Mode: > (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm > (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 > (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 > (II) RADEON(0): Monitor name: LL-T19D1-H > (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz > (II) RADEON(0): Serial No: 3D100928 > (II) RADEON(0): EDID (in hex): > (II) RADEON(0): 00ffffffffffff004d10a42001010101 > (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 > (II) RADEON(0): 215054adce00714f8140818001010101 > (II) RADEON(0): 010101010101302a009851002a403070 > (II) RADEON(0): 1300782d1100001e000000fc004c4c2d > (II) RADEON(0): 54313944312d480a2020000000fd003c > (II) RADEON(0): 4b1f440b000a202020202020000000ff > (II) RADEON(0): 0033443130303932380a2020202000dc > (II) RADEON(0): Panel infos found from DDC detailed: 1280x1024 > (II) RADEON(0): EDID vendor "SHP", prod id 8356 > (II) RADEON(0): Output VGA-0 disconnected > (II) RADEON(0): Output DVI-0 connected > (II) RADEON(0): Using exact sizes for initial modes > (II) RADEON(0): Output DVI-0 using initial mode 1280x1024 > after xf86InitialConfiguration > (==) RADEON(0): DPI set to (96, 96) > (II) Loading sub module "fb" > (II) LoadModule: "fb" > > (II) Loading /usr/local/lib/xorg/modules//libfb.so > (II) Module fb: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 1.0.0 > ABI class: X.Org ANSI C Emulation, version 0.4 > (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0) > (II) Loading sub module "ramdac" > (II) LoadModule: "ramdac" > (II) Module "ramdac" already built-in > (**) RADEON(0): Using EXA acceleration architecture > (II) Loading sub module "exa" > (II) LoadModule: "exa" > > (II) Loading /usr/local/lib/xorg/modules//libexa.so > (II) Module exa: vendor="X.Org Foundation" > compiled for 1.5.3, module version = 2.4.0 > ABI class: X.Org Video Driver, version 4.1 > (==) RADEON(0): Write-combining range (0x0,0x1000) was already clear > (!!) RADEON(0): For information on using the multimedia capabilities > of this adapter, please see http://gatos.sf.net. > (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support > (--) Depth 24 pixmap format is 32 bpp > (II) do I need RAC? No, I don't. > (II) resource ranges after preInit: > [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) > [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) > [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) > [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) > [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) > (II) RADEON(0): RADEONScreenInit e0000000 0 0 > (==) RADEON(0): Write-combining range (0xa0000,0x10000) was already clear > Output DFP1 disable success > Blank CRTC 0 success > Disable CRTC 0 success > Blank CRTC 1 success > Disable CRTC 1 success > (==) RADEON(0): Using 24 bit depth buffer > (II) RADEON(0): RADEONInitMemoryMap() : > (II) RADEON(0): mem_size : 0x10000000 > (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 > (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 > (II) RADEON(0): Depth moves disabled by default > (II) RADEON(0): Allocating from a screen of 262112 kb > (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00640000 > (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00644000 > (II) RADEON(0): Will use 6400 kb for front buffer at offset 0x00000000 > (II) RADEON(0): Will use 32 kb for PCI GART at offset 0x0fff8000 > (II) RADEON(0): Will use 6400 kb for back buffer at offset 0x00648000 > (II) RADEON(0): Will use 6400 kb for depth buffer at offset 0x00c88000 > (II) RADEON(0): Will use 120832 kb for textures at offset 0x012c8000 > (II) RADEON(0): Will use 122048 kb for X Server offscreen at offset 0x088c8000 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 10, (OK) > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 10, (OK) > drmOpenByBusid: Searching for BusID pci:0000:01:00.0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 10, (OK) > drmOpenByBusid: drmOpenMinor returns 10 > drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 > (II) [drm] DRM interface version 1.2 > (II) [drm] DRM open master succeeded. > (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables. > (II) RADEON(0): [drm] framebuffer handle = 0xe0000000 > (II) RADEON(0): [drm] added 1 reserved context for kernel > (II) RADEON(0): X context handle = 0x1 > (II) RADEON(0): [drm] installed DRM signal handler > (II) RADEON(0): [pci] 32768 kB allocated with handle 0xeb18b000 > (II) RADEON(0): [pci] ring handle = 0xeb18b000 > (II) RADEON(0): [pci] Ring mapped at 0x34624000 > (II) RADEON(0): [pci] Ring contents 0xdfffffff > (II) RADEON(0): [pci] ring read ptr handle = 0xeb28c000 > (II) RADEON(0): [pci] Ring read ptr mapped at 0x342ff000 > (II) RADEON(0): [pci] Ring read ptr contents 0x00001000 > (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xeb28d000 > (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x44800000 > (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000 > (II) RADEON(0): [pci] GART texture map handle = 0xeb48d000 > (II) RADEON(0): [pci] GART Texture map mapped at 0x44c8d000 > (II) RADEON(0): [drm] register handle = 0xf5000000 > (II) RADEON(0): [dri] Visual configs initialized > (II) RADEON(0): RADEONRestoreMemMapRegisters() : > (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xfffff000 > (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 > (==) RADEON(0): Backing store disabled > (II) RADEON(0): [DRI] installation complete > (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers > (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers > (II) RADEON(0): [drm] dma control initialized, using IRQ 16 > (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416 > (WW) RADEON(0): DRI init changed memory map, adjusting ... > (WW) RADEON(0): MC_FB_LOCATION was: 0xefffe000 is: 0xefffe000 > (WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0 > (II) RADEON(0): RADEONRestoreMemMapRegisters() : > (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000 > (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 > (II) RADEON(0): Direct rendering enabled > (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards. > (II) RADEON(0): Setting EXA maxPitchBytes > (II) RADEON(0): num quad-pipes is 1 > (II) EXA(0): Offscreen pixmap area of 124977152 bytes > (II) EXA(0): Driver registered support for the following operations: > (II) Solid > (II) Copy > (II) Composite (RENDER acceleration) > (II) UploadToScreen > (II) DownloadFromScreen > (II) RADEON(0): Acceleration enabled > (**) Option "dpms" > (**) RADEON(0): DPMS enabled > (==) RADEON(0): Silken mouse enabled > (II) RADEON(0): Set up textured video > Output CRT1 disable success > Output DFP1 disable success > Blank CRTC 0 success > Disable CRTC 0 success > Blank CRTC 1 success > Disable CRTC 1 success > Output DFP1 disable success > Blank CRTC 0 success > Disable CRTC 0 success > Mode 1280x1024 - 1688 1066 5 > (II) RADEON(0): RADEONRestoreMemMapRegisters() : > (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000 > (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 > freq: 108000000 > best_freq: 108000000 > best_feedback_div: 48 > best_ref_div: 2 > best_post_div: 6 > (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 108000 > (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x30(48), pdiv 6 > Set CRTC 0 PLL success > Set CRTC Timing success > Set CRTC 0 Overscan success > Not using RMX > scaler 0 setup success > Set CRTC 0 Source success > crtc 0 YUV disable setup success > Output digital setup success > Output DFP1 enable success > Enable CRTC 0 success > Unblank CRTC 0 success > Output CRT1 disable success > Blank CRTC 1 success > Disable CRTC 1 success > (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message. > Output DFP1 disable success > Blank CRTC 0 success > Disable CRTC 0 success > Mode 1280x1024 - 1688 1066 5 > (II) RADEON(0): RADEONRestoreMemMapRegisters() : > (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000 > (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 > freq: 108000000 > best_freq: 108000000 > best_feedback_div: 48 > best_ref_div: 2 > best_post_div: 6 > (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 108000 > (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x30(48), pdiv 6 > Set CRTC 0 PLL success > Set CRTC Timing success > Set CRTC 0 Overscan success > Not using RMX > scaler 0 setup success > Set CRTC 0 Source success > crtc 0 YUV disable setup success > Output digital setup success > Output DFP1 enable success > Enable CRTC 0 success > Unblank CRTC 0 success > (--) RandR disabled > (II) Initializing built-in extension MIT-SHM > (II) Initializing built-in extension XInputExtension > (II) Initializing built-in extension XTEST > (II) Initializing built-in extension XKEYBOARD > (II) Initializing built-in extension XINERAMA > (II) Initializing built-in extension XFIXES > (II) Initializing built-in extension RENDER > (II) Initializing built-in extension RANDR > (II) Initializing built-in extension COMPOSITE > (II) Initializing built-in extension DAMAGE > (II) Initializing built-in extension XEVIE > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 11, (OK) > drmOpenByBusid: Searching for BusID pci:0000:01:00.0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 11, (OK) > drmOpenByBusid: drmOpenMinor returns 11 > drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 > (II) AIGLX: enabled GLX_MESA_copy_sub_buffer > (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control > (II) AIGLX: enabled GLX_texture_from_pixmap with driver support > (II) AIGLX: Loaded and initialized /usr/local/lib/dri/r300_dri.so > (II) GLX: Initialized DRI GL provider for screen 0 > (II) RADEON(0): Setting screen physical size to 376 x 301 > (**) Option "Protocol" "auto" > (**) Mouse0: Device: "/dev/sysmouse" > (**) Mouse0: Protocol: "auto" > (**) Option "CorePointer" > (**) Mouse0: always reports core events > (**) Option "Device" "/dev/sysmouse" > (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 > (**) Option "ZAxisMapping" "4 5 6 7" > (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 > (**) Mouse0: Buttons: 11 > (**) Mouse0: Sensitivity: 1 > (**) Option "CoreKeyboard" > (**) Keyboard0: always reports core events > (**) Option "Protocol" "standard" > (**) Keyboard0: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xorg" > (**) Keyboard0: XkbRules: "xorg" > (**) Option "XkbModel" "pc105" > (**) Keyboard0: XkbModel: "pc105" > (**) Option "XkbLayout" "us" > (**) Keyboard0: XkbLayout: "us" > (**) Option "CustomKeycodes" "off" > (**) Keyboard0: CustomKeycodes disabled > (II) evaluating device (Mouse0) > (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) > (II) evaluating device (Keyboard0) > (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) > (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 > (II) Mouse0: SetupAuto: protocol is SysMouse > (II) config/hal: Adding input device CS1784 > (**) CS1784: always reports core events > (**) Option "Protocol" "standard" > (**) CS1784: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xorg" > (**) CS1784: XkbRules: "xorg" > (**) Option "XkbModel" "pc105" > (**) CS1784: XkbModel: "pc105" > (**) Option "XkbLayout" "us" > (**) CS1784: XkbLayout: "us" > (**) Option "CustomKeycodes" "off" > (**) CS1784: CustomKeycodes disabled > (II) XINPUT: Adding extended input device "CS1784" (type: KEYBOARD) > (II) config/hal: Adding input device AT Keyboard > (**) AT Keyboard: always reports core events > (**) Option "Protocol" "standard" > (**) AT Keyboard: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xorg" > (**) AT Keyboard: XkbRules: "xorg" > (**) Option "XkbModel" "pc105" > (**) AT Keyboard: XkbModel: "pc105" > (**) Option "XkbLayout" "us" > (**) AT Keyboard: XkbLayout: "us" > (**) Option "CustomKeycodes" "off" > (**) AT Keyboard: CustomKeycodes disabled > (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) > (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. > (II) RADEON(0): I2C device "VGA-0:ddc2" removed. > (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 > Dac detection success > (II) RADEON(0): EDID vendor "SHP", prod id 8356 > (II) RADEON(0): Using hsync ranges from config file > (II) RADEON(0): Using vrefresh ranges from config file > (II) RADEON(0): Printing DDC gathered Modelines: > (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) > (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) > (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) > (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) > (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) > (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) > (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) > (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) > (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) > (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) > (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) > (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) > (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz) > (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) > (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 > (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- > (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 > (II) RADEON(0): Year: 2003 Week: 34 > (II) RADEON(0): EDID Version: 1.3 > (II) RADEON(0): Digital Display Input > (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 > (II) RADEON(0): Gamma: 2.20 > (II) RADEON(0): DPMS capabilities: Off > (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 > (II) RADEON(0): First detailed timing is preferred mode > (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 > (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 > (II) RADEON(0): Supported VESA Video Modes: > (II) RADEON(0): 720x400@70Hz > (II) RADEON(0): 640x480@60Hz > (II) RADEON(0): 640x480@72Hz > (II) RADEON(0): 640x480@75Hz > (II) RADEON(0): 800x600@60Hz > (II) RADEON(0): 800x600@72Hz > (II) RADEON(0): 800x600@75Hz > (II) RADEON(0): 1024x768@60Hz > (II) RADEON(0): 1024x768@70Hz > (II) RADEON(0): 1024x768@75Hz > (II) RADEON(0): Manufacturer's mask: 0 > (II) RADEON(0): Supported Future Video Modes: > (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 > (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 > (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 > (II) RADEON(0): Supported additional Video Mode: > (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm > (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 > (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 > (II) RADEON(0): Monitor name: LL-T19D1-H > (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz > (II) RADEON(0): Serial No: 3D100928 > (II) RADEON(0): EDID (in hex): > (II) RADEON(0): 00ffffffffffff004d10a42001010101 > (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 > (II) RADEON(0): 215054adce00714f8140818001010101 > (II) RADEON(0): 010101010101302a009851002a403070 > (II) RADEON(0): 1300782d1100001e000000fc004c4c2d > (II) RADEON(0): 54313944312d480a2020000000fd003c > (II) RADEON(0): 4b1f440b000a202020202020000000ff > (II) RADEON(0): 0033443130303932380a2020202000dc > (II) RADEON(0): EDID vendor "SHP", prod id 8356 > (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. > (II) RADEON(0): I2C device "VGA-0:ddc2" removed. > (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 > Dac detection success > (II) RADEON(0): EDID vendor "SHP", prod id 8356 > (II) RADEON(0): Using hsync ranges from config file > (II) RADEON(0): Using vrefresh ranges from config file > (II) RADEON(0): Printing DDC gathered Modelines: > (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) > (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) > (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) > (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) > (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) > (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) > (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) > (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) > (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) > (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) > (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) > (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) > (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz) > (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) > (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 > (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- > (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 > (II) RADEON(0): Year: 2003 Week: 34 > (II) RADEON(0): EDID Version: 1.3 > (II) RADEON(0): Digital Display Input > (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 > (II) RADEON(0): Gamma: 2.20 > (II) RADEON(0): DPMS capabilities: Off > (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 > (II) RADEON(0): First detailed timing is preferred mode > (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 > (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 > (II) RADEON(0): Supported VESA Video Modes: > (II) RADEON(0): 720x400@70Hz > (II) RADEON(0): 640x480@60Hz > (II) RADEON(0): 640x480@72Hz > (II) RADEON(0): 640x480@75Hz > (II) RADEON(0): 800x600@60Hz > (II) RADEON(0): 800x600@72Hz > (II) RADEON(0): 800x600@75Hz > (II) RADEON(0): 1024x768@60Hz > (II) RADEON(0): 1024x768@70Hz > (II) RADEON(0): 1024x768@75Hz > (II) RADEON(0): Manufacturer's mask: 0 > (II) RADEON(0): Supported Future Video Modes: > (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 > (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 > (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 > (II) RADEON(0): Supported additional Video Mode: > (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm > (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 > (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 > (II) RADEON(0): Monitor name: LL-T19D1-H > (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz > (II) RADEON(0): Serial No: 3D100928 > (II) RADEON(0): EDID (in hex): > (II) RADEON(0): 00ffffffffffff004d10a42001010101 > (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 > (II) RADEON(0): 215054adce00714f8140818001010101 > (II) RADEON(0): 010101010101302a009851002a403070 > (II) RADEON(0): 1300782d1100001e000000fc004c4c2d > (II) RADEON(0): 54313944312d480a2020000000fd003c > (II) RADEON(0): 4b1f440b000a202020202020000000ff > (II) RADEON(0): 0033443130303932380a2020202000dc > (II) RADEON(0): EDID vendor "SHP", prod id 8356 > (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. > (II) RADEON(0): I2C device "VGA-0:ddc2" removed. > (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 > Dac detection success > (II) RADEON(0): EDID vendor "SHP", prod id 8356 > (II) RADEON(0): Using hsync ranges from config file > (II) RADEON(0): Using vrefresh ranges from config file > (II) RADEON(0): Printing DDC gathered Modelines: > (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) > (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) > (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) > (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) > (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) > (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) > (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) > (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) > (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) > (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) > (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) > (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) > (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz) > (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) > (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 > (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- > (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 > (II) RADEON(0): Year: 2003 Week: 34 > (II) RADEON(0): EDID Version: 1.3 > (II) RADEON(0): Digital Display Input > (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 > (II) RADEON(0): Gamma: 2.20 > (II) RADEON(0): DPMS capabilities: Off > (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 > (II) RADEON(0): First detailed timing is preferred mode > (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 > (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 > (II) RADEON(0): Supported VESA Video Modes: > (II) RADEON(0): 720x400@70Hz > (II) RADEON(0): 640x480@60Hz > (II) RADEON(0): 640x480@72Hz > (II) RADEON(0): 640x480@75Hz > (II) RADEON(0): 800x600@60Hz > (II) RADEON(0): 800x600@72Hz > (II) RADEON(0): 800x600@75Hz > (II) RADEON(0): 1024x768@60Hz > (II) RADEON(0): 1024x768@70Hz > (II) RADEON(0): 1024x768@75Hz > (II) RADEON(0): Manufacturer's mask: 0 > (II) RADEON(0): Supported Future Video Modes: > (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 > (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 > (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 > (II) RADEON(0): Supported additional Video Mode: > (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm > (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 > (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 > (II) RADEON(0): Monitor name: LL-T19D1-H > (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz > (II) RADEON(0): Serial No: 3D100928 > (II) RADEON(0): EDID (in hex): > (II) RADEON(0): 00ffffffffffff004d10a42001010101 > (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 > (II) RADEON(0): 215054adce00714f8140818001010101 > (II) RADEON(0): 010101010101302a009851002a403070 > (II) RADEON(0): 1300782d1100001e000000fc004c4c2d > (II) RADEON(0): 54313944312d480a2020000000fd003c > (II) RADEON(0): 4b1f440b000a202020202020000000ff > (II) RADEON(0): 0033443130303932380a2020202000dc > (II) RADEON(0): EDID vendor "SHP", prod id 8356 > (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. > (II) RADEON(0): I2C device "VGA-0:ddc2" removed. > (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 > Dac detection success > (II) RADEON(0): EDID vendor "SHP", prod id 8356 > (II) RADEON(0): Using hsync ranges from config file > (II) RADEON(0): Using vrefresh ranges from config file > (II) RADEON(0): Printing DDC gathered Modelines: > (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) > (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) > (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) > (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) > (II) RADEON(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) > (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) > (II) RADEON(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) > (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) > (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) > (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) > (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) > (II) RADEON(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) > (II) RADEON(0): Modeline "1280x960"x60.0 102.10 1280 1360 1496 1712 960 961 964 994 -hsync +vsync (59.6 kHz) > (II) RADEON(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) > (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 > (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- > (II) RADEON(0): Manufacturer: SHP Model: 20a4 Serial#: 16843009 > (II) RADEON(0): Year: 2003 Week: 34 > (II) RADEON(0): EDID Version: 1.3 > (II) RADEON(0): Digital Display Input > (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 > (II) RADEON(0): Gamma: 2.20 > (II) RADEON(0): DPMS capabilities: Off > (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 > (II) RADEON(0): First detailed timing is preferred mode > (II) RADEON(0): redX: 0.648 redY: 0.346 greenX: 0.292 greenY: 0.602 > (II) RADEON(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 > (II) RADEON(0): Supported VESA Video Modes: > (II) RADEON(0): 720x400@70Hz > (II) RADEON(0): 640x480@60Hz > (II) RADEON(0): 640x480@72Hz > (II) RADEON(0): 640x480@75Hz > (II) RADEON(0): 800x600@60Hz > (II) RADEON(0): 800x600@72Hz > (II) RADEON(0): 800x600@75Hz > (II) RADEON(0): 1024x768@60Hz > (II) RADEON(0): 1024x768@70Hz > (II) RADEON(0): 1024x768@75Hz > (II) RADEON(0): Manufacturer's mask: 0 > (II) RADEON(0): Supported Future Video Modes: > (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 > (II) RADEON(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 > (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 > (II) RADEON(0): Supported additional Video Mode: > (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm > (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 > (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 > (II) RADEON(0): Monitor name: LL-T19D1-H > (II) RADEON(0): Ranges: V min: 60 V max: 75 Hz, H min: 31 H max: 68 kHz, PixClock max 110 MHz > (II) RADEON(0): Serial No: 3D100928 > (II) RADEON(0): EDID (in hex): > (II) RADEON(0): 00ffffffffffff004d10a42001010101 > (II) RADEON(0): 220d010380261e782a2c95a6584a9a26 > (II) RADEON(0): 215054adce00714f8140818001010101 > (II) RADEON(0): 010101010101302a009851002a403070 > (II) RADEON(0): 1300782d1100001e000000fc004c4c2d > (II) RADEON(0): 54313944312d480a2020000000fd003c > (II) RADEON(0): 4b1f440b000a202020202020000000ff > (II) RADEON(0): 0033443130303932380a2020202000dc > (II) RADEON(0): EDID vendor "SHP", prod id 8356 > (II) UnloadModule: "mouse" > (II) UnloadModule: "kbd" > (II) UnloadModule: "kbd" > (II) UnloadModule: "kbd" > Output DFP1 disable success > Blank CRTC 0 success > Disable CRTC 0 success > Blank CRTC 1 success > Disable CRTC 1 success > (II) RADEON(0): RADEONRestoreMemMapRegisters() : > (II) RADEON(0): MC_FB_LOCATION : 0xfffff000 0xefffe000 > (II) RADEON(0): MC_AGP_LOCATION : 0x00000000 > (II) RADEON(0): avivo_restore ! > Enable CRTC 0 success > Unblank CRTC 0 success > (==) RADEON(0): Write-combining range (0xa0000,0x10000) was already clear > (II) RADEON(0): [drm] removed 1 reserved context for kernel > (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xc7467000 at 0x342fd000 > (II) RADEON(0): [drm] Closed DRM master. > -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ > Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090404/26d297d5/attachment-0001.pgp From alex at mailinglist.ahhyes.net Sat Apr 4 21:23:06 2009 From: alex at mailinglist.ahhyes.net (Alex) Date: Sat Apr 4 21:23:14 2009 Subject: Radeon DRIVER In-Reply-To: <1237511562.1777.200.camel@balrog.2hip.net> References: <49BC0BB6.3090007@mailinglist.ahhyes.net> <1237063193.1809.15.camel@balrog.2hip.net> <49BC16C8.7080009@mailinglist.ahhyes.net> <49C2E537.6050102@mailinglist.ahhyes.net> <1237511562.1777.200.camel@balrog.2hip.net> Message-ID: <49D83F4C.8010205@mailinglist.ahhyes.net> Hi Robert, Have csup'd, rebuilt world and also rebuilt the radeonhd driver from git just a moment ago, and still have the same issues. Any ideas? Alex. Robert Noland wrote: > On Fri, 2009-03-20 at 11:37 +1100, Alex wrote: > >> Hi Robert, >> >> Sorry to be a pest, I realize you have plenty of other issues to contend >> with atm, just wondering whether you have some ideas on what may be >> causing the issue I am experiencing when enabling DRI? I have disabled >> DRI for the time being because of the trailing mess that gets left >> behind on the screen when I drag windows on the screen. >> >> have there been any updates to the DRM code? >> > > Several actually... I don't know specifically if they might address your > issue. I was trying to look at a radeon "garbled screen" issue today > that might be relevant... > > I am running on an x1650 right now, without issue though... So I don't > know why the issue only effects some chips... > > robert. > > >> Alex wrote: >> >>> Hi Robert, >>> >>> I am using the Radeonhd Driver from git. DRI wouldn't even work at all >>> until I used the git driver. >>> >>> The driver from git was obtained on the 12th March >>> >>> Robert Noland wrote: >>> >>>> On Sun, 2009-03-15 at 06:55 +1100, Alex wrote: >>>> >>>> >>>>> Hi Robert, >>>>> >>>>> Any suggestions on this? The problems occur as soon as I enable DRI. >>>>> xv is working, however I have the issue(s) below: >>>>> >>>>> >>>> Which driver are you using and what version? I still suggest radeonhd >>>> from git... I did also commit an updated xf86-video-ati yesterday, that >>>> is supposed to have support in it... You might try that. >>>> >>>> robert. >>>> >>>> >>>> >>>>> -------- Original Message -------- >>>>> Subject: Re: Radeon DRIVER >>>>> Date: Thu, 12 Mar 2009 13:51:15 +1100 >>>>> From: Alex >>>>> To: freebsd-x11@freebsd.org >>>>> References: <20090305161651.GB1369@lobo.ewinter.org> >>>>> <1236275215.1384.50.camel@widget.2hip.net> >>>>> <20090305180523.GA2039@lobo.ewinter.org> >>>>> <20090306133119.1af6894c@ernst.jennejohn.org> >>>>> <1236363408.55221.16.camel@balrog.2hip.net> >>>>> <20090306203055.582faa02@ernst.jennejohn.org> >>>>> <1236371734.1671.5.camel@balrog.2hip.net> >>>>> <49B3D755.2050308@phat.za.net> >>>>> <1236536316.1778.22.camel@balrog.2hip.net> >>>>> <49B42548.3000308@phat.za.net> <49B57ACD.5030405@phat.za.net> >>>>> <1236741375.2091.32.camel@balrog.2hip.net> >>>>> <49B72FEC.2090909@mailinglist.ahhyes.net> >>>>> <1236746127.2091.33.camel@balrog.2hip.net> >>>>> <49B7600A.50204@mailinglist.ahhyes.net> >>>>> <49B76134.5050501@mailinglist.ahhyes.net> >>>>> <49B76330.60703@mailinglist.ahhyes.net> >>>>> <1236761094.1697.5.camel@balrog.2hip.net> >>>>> <49B7AEE7.4060704@mailinglist.ahhyes.net> >>>>> <1236796811.1679.9.camel@balrog.2hip.net> >>>>> <49B815BF.30704@mailinglist.ahhyes.net> >>>>> <49B83174.3080002@phat.za.net> >>>>> <49B8709A.20809@mailinglist.ahhyes.net> >>>>> <49B871CC.1070600@mailinglist.ahhyes! .net> >>>>> >>>>> >>>>> >>>>> I have some weird things going on now... >>>>> >>>>> Sometimes when I drag a window, a copy of the window is left behind >>>>> in the previous position (background is not restored), refer to this >>>>> screenshot: >>>>> >>>>> http://ahhyes.net/gfxweird.jpg >>>>> >>>>> I have mozilla firefox open. I have dragged the window down but >>>>> there is still image data at the top where the image previously was. >>>>> If I close the application both images are cleared and everything >>>>> appears normal. >>>>> >>>>> Similar things happen in a terminal window as well. If i issue the >>>>> "clear" command to clear the window contents, part of the window are >>>>> cleared but there are still characters here and there from the >>>>> previous screen content. >>>>> >>>>> Any ideas? >>>>> >>>>> Alex wrote: >>>>> >>>>> >>>>>> IT WORKS!!!!!!!!!!!!!!!!!! >>>>>> >>>>>> WOOOOOOOOOOOOOHOOOOOOOOOOOOOOOOOO!!! >>>>>> >>>>>> Thanks to everyone that helped! >>>>>> >>>>>> >>>>>> Alex wrote: >>>>>> >>>>>> >>>>>>> Aragon Gouveia wrote: >>>>>>> >>>>>>> >>>>>>>> Alex wrote: >>>>>>>> >>>>>>>> >>>>>>>>> Have all the above already. Build is broken. >>>>>>>>> >>>>>>>>> >>>>>>>> After just getting DRI working on my RV620, I might suggest using >>>>>>>> the x11-drivers/xf86-video-radeonhd-devel port instead. Seems to >>>>>>>> work well here, and builds without a hitch of course. :) >>>>>>>> >>>>>>>> >>>>>>>> Regards, >>>>>>>> Aragon >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> Thank you! That gave me a vital clue. I looked at the Makefile for >>>>>>> that port as I could see that the configure script for the port >>>>>>> was finding PCIUTILS fine, but the configure script for the driver >>>>>>> in git wasnt. The Makefile defines some variables, and I was able >>>>>>> to get the driver to build by doing the following: >>>>>>> >>>>>>> [root@desktop ~/xf86-video-radeonhd]# export >>>>>>> PCIUTILS_CFLAGS="-I/usr/local/include -lpci -lz" >>>>>>> [root@desktop ~/xf86-video-radeonhd]# export >>>>>>> PCIUTILS_LIBS="-L/usr/local/lib" >>>>>>> >>>>>>> Now to install the driver and test.. I'll get back to the list >>>>>>> with the results. >>>>>>> >>>>>>> _______________________________________________ >>>>>>> freebsd-x11@freebsd.org mailing list >>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>>>> To unsubscribe, send any mail to >>>>>>> "freebsd-x11-unsubscribe@freebsd.org" >>>>>>> >>>>>>> >>>>>>> >>>>>> _______________________________________________ >>>>>> freebsd-x11@freebsd.org mailing list >>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>>>>> >>>>>> >>>>>> >>>>> _______________________________________________ >>>>> freebsd-x11@freebsd.org mailing list >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>>>> >>>>> >>>>> _______________________________________________ >>>>> freebsd-x11@freebsd.org mailing list >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>>>> >>>>> >>> _______________________________________________ >>> freebsd-x11@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>> >>> >> _______________________________________________ >> freebsd-x11@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >> From rnoland at FreeBSD.org Sun Apr 5 03:13:11 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sun Apr 5 03:13:18 2009 Subject: Radeon DRIVER In-Reply-To: <49D83F4C.8010205@mailinglist.ahhyes.net> References: <49BC0BB6.3090007@mailinglist.ahhyes.net> <1237063193.1809.15.camel@balrog.2hip.net> <49BC16C8.7080009@mailinglist.ahhyes.net> <49C2E537.6050102@mailinglist.ahhyes.net> <1237511562.1777.200.camel@balrog.2hip.net> <49D83F4C.8010205@mailinglist.ahhyes.net> Message-ID: <1238926327.1853.4.camel@balrog.2hip.net> On Sun, 2009-04-05 at 15:19 +1000, Alex wrote: > Hi Robert, > > Have csup'd, rebuilt world and also rebuilt the radeonhd driver from git > just a moment ago, and still have the same issues. > > Any ideas? Not really... The only thing I can think of is if it might be related to vblank and/or interrupts somehow... but I've been running the x1650 on amd64 and i386 builds today and they both work perfectly... I'm actually wondering if it might not be a window manager issue or something at this point... robert. > Alex. > > Robert Noland wrote: > > On Fri, 2009-03-20 at 11:37 +1100, Alex wrote: > > > >> Hi Robert, > >> > >> Sorry to be a pest, I realize you have plenty of other issues to contend > >> with atm, just wondering whether you have some ideas on what may be > >> causing the issue I am experiencing when enabling DRI? I have disabled > >> DRI for the time being because of the trailing mess that gets left > >> behind on the screen when I drag windows on the screen. > >> > >> have there been any updates to the DRM code? > >> > > > > Several actually... I don't know specifically if they might address your > > issue. I was trying to look at a radeon "garbled screen" issue today > > that might be relevant... > > > > I am running on an x1650 right now, without issue though... So I don't > > know why the issue only effects some chips... > > > > robert. > > > > > >> Alex wrote: > >> > >>> Hi Robert, > >>> > >>> I am using the Radeonhd Driver from git. DRI wouldn't even work at all > >>> until I used the git driver. > >>> > >>> The driver from git was obtained on the 12th March > >>> > >>> Robert Noland wrote: > >>> > >>>> On Sun, 2009-03-15 at 06:55 +1100, Alex wrote: > >>>> > >>>> > >>>>> Hi Robert, > >>>>> > >>>>> Any suggestions on this? The problems occur as soon as I enable DRI. > >>>>> xv is working, however I have the issue(s) below: > >>>>> > >>>>> > >>>> Which driver are you using and what version? I still suggest radeonhd > >>>> from git... I did also commit an updated xf86-video-ati yesterday, that > >>>> is supposed to have support in it... You might try that. > >>>> > >>>> robert. > >>>> > >>>> > >>>> > >>>>> -------- Original Message -------- > >>>>> Subject: Re: Radeon DRIVER > >>>>> Date: Thu, 12 Mar 2009 13:51:15 +1100 > >>>>> From: Alex > >>>>> To: freebsd-x11@freebsd.org > >>>>> References: <20090305161651.GB1369@lobo.ewinter.org> > >>>>> <1236275215.1384.50.camel@widget.2hip.net> > >>>>> <20090305180523.GA2039@lobo.ewinter.org> > >>>>> <20090306133119.1af6894c@ernst.jennejohn.org> > >>>>> <1236363408.55221.16.camel@balrog.2hip.net> > >>>>> <20090306203055.582faa02@ernst.jennejohn.org> > >>>>> <1236371734.1671.5.camel@balrog.2hip.net> > >>>>> <49B3D755.2050308@phat.za.net> > >>>>> <1236536316.1778.22.camel@balrog.2hip.net> > >>>>> <49B42548.3000308@phat.za.net> <49B57ACD.5030405@phat.za.net> > >>>>> <1236741375.2091.32.camel@balrog.2hip.net> > >>>>> <49B72FEC.2090909@mailinglist.ahhyes.net> > >>>>> <1236746127.2091.33.camel@balrog.2hip.net> > >>>>> <49B7600A.50204@mailinglist.ahhyes.net> > >>>>> <49B76134.5050501@mailinglist.ahhyes.net> > >>>>> <49B76330.60703@mailinglist.ahhyes.net> > >>>>> <1236761094.1697.5.camel@balrog.2hip.net> > >>>>> <49B7AEE7.4060704@mailinglist.ahhyes.net> > >>>>> <1236796811.1679.9.camel@balrog.2hip.net> > >>>>> <49B815BF.30704@mailinglist.ahhyes.net> > >>>>> <49B83174.3080002@phat.za.net> > >>>>> <49B8709A.20809@mailinglist.ahhyes.net> > >>>>> <49B871CC.1070600@mailinglist.ahhyes! .net> > >>>>> > >>>>> > >>>>> > >>>>> I have some weird things going on now... > >>>>> > >>>>> Sometimes when I drag a window, a copy of the window is left behind > >>>>> in the previous position (background is not restored), refer to this > >>>>> screenshot: > >>>>> > >>>>> http://ahhyes.net/gfxweird.jpg > >>>>> > >>>>> I have mozilla firefox open. I have dragged the window down but > >>>>> there is still image data at the top where the image previously was. > >>>>> If I close the application both images are cleared and everything > >>>>> appears normal. > >>>>> > >>>>> Similar things happen in a terminal window as well. If i issue the > >>>>> "clear" command to clear the window contents, part of the window are > >>>>> cleared but there are still characters here and there from the > >>>>> previous screen content. > >>>>> > >>>>> Any ideas? > >>>>> > >>>>> Alex wrote: > >>>>> > >>>>> > >>>>>> IT WORKS!!!!!!!!!!!!!!!!!! > >>>>>> > >>>>>> WOOOOOOOOOOOOOHOOOOOOOOOOOOOOOOOO!!! > >>>>>> > >>>>>> Thanks to everyone that helped! > >>>>>> > >>>>>> > >>>>>> Alex wrote: > >>>>>> > >>>>>> > >>>>>>> Aragon Gouveia wrote: > >>>>>>> > >>>>>>> > >>>>>>>> Alex wrote: > >>>>>>>> > >>>>>>>> > >>>>>>>>> Have all the above already. Build is broken. > >>>>>>>>> > >>>>>>>>> > >>>>>>>> After just getting DRI working on my RV620, I might suggest using > >>>>>>>> the x11-drivers/xf86-video-radeonhd-devel port instead. Seems to > >>>>>>>> work well here, and builds without a hitch of course. :) > >>>>>>>> > >>>>>>>> > >>>>>>>> Regards, > >>>>>>>> Aragon > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>> Thank you! That gave me a vital clue. I looked at the Makefile for > >>>>>>> that port as I could see that the configure script for the port > >>>>>>> was finding PCIUTILS fine, but the configure script for the driver > >>>>>>> in git wasnt. The Makefile defines some variables, and I was able > >>>>>>> to get the driver to build by doing the following: > >>>>>>> > >>>>>>> [root@desktop ~/xf86-video-radeonhd]# export > >>>>>>> PCIUTILS_CFLAGS="-I/usr/local/include -lpci -lz" > >>>>>>> [root@desktop ~/xf86-video-radeonhd]# export > >>>>>>> PCIUTILS_LIBS="-L/usr/local/lib" > >>>>>>> > >>>>>>> Now to install the driver and test.. I'll get back to the list > >>>>>>> with the results. > >>>>>>> > >>>>>>> _______________________________________________ > >>>>>>> freebsd-x11@freebsd.org mailing list > >>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >>>>>>> To unsubscribe, send any mail to > >>>>>>> "freebsd-x11-unsubscribe@freebsd.org" > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>> _______________________________________________ > >>>>>> freebsd-x11@freebsd.org mailing list > >>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >>>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > >>>>>> > >>>>>> > >>>>>> > >>>>> _______________________________________________ > >>>>> freebsd-x11@freebsd.org mailing list > >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > >>>>> > >>>>> > >>>>> _______________________________________________ > >>>>> freebsd-x11@freebsd.org mailing list > >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > >>>>> > >>>>> > >>> _______________________________________________ > >>> freebsd-x11@freebsd.org mailing list > >>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > >>> > >>> > >> _______________________________________________ > >> freebsd-x11@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > >> > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090405/635c6f28/attachment.pgp From njm at njm.me.uk Sun Apr 5 04:32:09 2009 From: njm at njm.me.uk (N.J. Mann) Date: Sun Apr 5 04:32:17 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <1238863151.65025.51.camel@balrog.2hip.net> References: <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <1238863151.65025.51.camel@balrog.2hip.net> Message-ID: <20090405113205.GA982@titania.njm.me.uk> Hi Robert, In message <1238863151.65025.51.camel@balrog.2hip.net>, Robert Noland (rnoland@FreeBSD.org) wrote: > On Sat, 2009-04-04 at 11:24 +0100, N.J. Mann wrote: > > In message <20090403184145.GA1019@titania.njm.me.uk>, > > N.J. Mann (njm@njm.me.uk) wrote: > > > > > > (gdb) bt > > > #0 0x28aff320 in ?? () > > > #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 > > > #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at intel_bufmgr_fake.c:1048 > > > #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at intel_bufmgr.c:85 > > > #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at i830_batchbuffer.c:188 > > > #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 > > > #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3571 > > > #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at i830_driver.c:3788 > > > #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 > > > #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at xf86cmap.c:229 > > > #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 > > > #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at xvmain.c:316 > > > #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at xf86VidMode.c:115 > > > #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at cursor.c:172 > > > #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at animcur.c:130 > > > #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at compinit.c:89 > > > #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at glxscreens.c:267 > > > #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory at address 0x9 > > > ) at main.c:470 > > > (gdb) > > > > I see you have committed the Xorg upgrade. Do you wish to continue > > investigating the problems I am seeing with the old version or should I > > upgrade and see if that fixes it? > > Go ahead and upgrade and let's see where we are. This looks like an > issue with the driver or libdrm. libdrm should be released very soon as > well. The pattern on the screen is different on exiting X, but apart from that no change. (The pattern is now vertical bands of different colours each of a different width. Quite relaxing actually. :-) ) Here is the latest backtrace: (gdb) bt #0 0x28b20320 in ?? () #1 0x28581b84 in pthread_mutex_lock () from /lib/libc.so.7 #2 0x285e112b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at intel_bufmgr_fake.c:1048 #3 0x285e0502 in drm_intel_bo_unmap (buf=0x2860d1d0) at intel_bufmgr.c:85 #4 0x2876c2e0 in intel_batch_flush (pScrn=0x28602800, flushed=1) at i830_batchbuffer.c:196 #5 0x2876bad8 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 #6 0x28778fb0 in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3625 #7 0x287794bb in I830CloseScreen (scrnIndex=0, pScreen=0x28639330) at i830_driver.c:3844 #8 0x0814b9ae in RRCloseScreen (i=0, pScreen=0x28639330) at randr.c:105 #9 0x080c119e in CMapCloseScreen (i=0, pScreen=0x28639330) at xf86cmap.c:230 #10 0x080b9d54 in DPMSClose (i=0, pScreen=0x28639330) at xf86DPMS.c:138 #11 0x285b30c4 in XvCloseScreen (ii=0, pScreen=0x28639330) at xvmain.c:317 #12 0x080bdd51 in VidModeClose (i=0, pScreen=0x28639330) at xf86VidMode.c:116 #13 0x08137005 in CursorCloseScreen (index=0, pScreen=0x28639330) at cursor.c:186 #14 0x0816589c in AnimCurCloseScreen (index=0, pScreen=0x28639330) at animcur.c:136 #15 0x08130f7b in compCloseScreen (index=0, pScreen=0x28639330) at compinit.c:84 #16 0x287396ba in glxCloseScreen (index=0, pScreen=0x28639330) at glxscreens.c:217 #17 0x0806b465 in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory at address 0x9 ) at main.c:429 (gdb) Cheers, Nick. -- From onemda at gmail.com Sun Apr 5 07:31:46 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Sun Apr 5 07:31:52 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090405113205.GA982@titania.njm.me.uk> References: <1238692086.20670.38.camel@balrog.2hip.net> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <1238863151.65025.51.camel@balrog.2hip.net> <20090405113205.GA982@titania.njm.me.uk> Message-ID: <3a142e750904050731h78976c5mc9590f8942244cae@mail.gmail.com> On 4/5/09, N.J. Mann wrote: > Hi Robert, > > > In message <1238863151.65025.51.camel@balrog.2hip.net>, > Robert Noland (rnoland@FreeBSD.org) wrote: >> On Sat, 2009-04-04 at 11:24 +0100, N.J. Mann wrote: >> > In message <20090403184145.GA1019@titania.njm.me.uk>, >> > N.J. Mann (njm@njm.me.uk) wrote: >> > > >> > > (gdb) bt >> > > #0 0x28aff320 in ?? () >> > > #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 >> > > #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at >> > > intel_bufmgr_fake.c:1048 >> > > #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at >> > > intel_bufmgr.c:85 >> > > #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at >> > > i830_batchbuffer.c:188 >> > > #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 >> > > #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at >> > > i830_driver.c:3571 >> > > #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at >> > > i830_driver.c:3788 >> > > #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at >> > > randr.c:108 >> > > #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at >> > > xf86cmap.c:229 >> > > #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at >> > > xf86DPMS.c:137 >> > > #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at >> > > xvmain.c:316 >> > > #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at >> > > xf86VidMode.c:115 >> > > #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at >> > > cursor.c:172 >> > > #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at >> > > animcur.c:130 >> > > #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at >> > > compinit.c:89 >> > > #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at >> > > glxscreens.c:267 >> > > #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access >> > > memory at address 0x9 >> > > ) at main.c:470 >> > > (gdb) >> > >> > I see you have committed the Xorg upgrade. Do you wish to continue >> > investigating the problems I am seeing with the old version or should I >> > upgrade and see if that fixes it? >> >> Go ahead and upgrade and let's see where we are. This looks like an >> issue with the driver or libdrm. libdrm should be released very soon as >> well. > > The pattern on the screen is different on exiting X, but apart from that > no change. (The pattern is now vertical bands of different colours each > of a different width. Quite relaxing actually. :-) ) > > Here is the latest backtrace: > > (gdb) bt > #0 0x28b20320 in ?? () > #1 0x28581b84 in pthread_mutex_lock () from /lib/libc.so.7 > #2 0x285e112b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at > intel_bufmgr_fake.c:1048 > #3 0x285e0502 in drm_intel_bo_unmap (buf=0x2860d1d0) at intel_bufmgr.c:85 > #4 0x2876c2e0 in intel_batch_flush (pScrn=0x28602800, flushed=1) at > i830_batchbuffer.c:196 > #5 0x2876bad8 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 > #6 0x28778fb0 in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3625 > #7 0x287794bb in I830CloseScreen (scrnIndex=0, pScreen=0x28639330) at > i830_driver.c:3844 > #8 0x0814b9ae in RRCloseScreen (i=0, pScreen=0x28639330) at randr.c:105 > #9 0x080c119e in CMapCloseScreen (i=0, pScreen=0x28639330) at > xf86cmap.c:230 > #10 0x080b9d54 in DPMSClose (i=0, pScreen=0x28639330) at xf86DPMS.c:138 > #11 0x285b30c4 in XvCloseScreen (ii=0, pScreen=0x28639330) at xvmain.c:317 > #12 0x080bdd51 in VidModeClose (i=0, pScreen=0x28639330) at > xf86VidMode.c:116 > #13 0x08137005 in CursorCloseScreen (index=0, pScreen=0x28639330) at > cursor.c:186 > #14 0x0816589c in AnimCurCloseScreen (index=0, pScreen=0x28639330) at > animcur.c:136 > #15 0x08130f7b in compCloseScreen (index=0, pScreen=0x28639330) at > compinit.c:84 > #16 0x287396ba in glxCloseScreen (index=0, pScreen=0x28639330) at > glxscreens.c:217 > #17 0x0806b465 in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory > at address 0x9 > ) at main.c:429 > (gdb) You rebooted after Xorg update? I did not, and get same case as you, but after reboot, Xorg exits fine. Not mentioning fact that in 1.6.0 zapping is by default disabled. -- Paul From wmoreno3 at yahoo.com Sun Apr 5 07:26:21 2009 From: wmoreno3 at yahoo.com (William E. Moreno A.) Date: Sun Apr 5 07:40:30 2009 Subject: xf86-video-via Message-ID: <64454.91367.qm@web111213.mail.gq1.yahoo.com> I have KM400 via board and I need the driver via... when I installed it said: IGNORE: requires pciVideoPtr typedef... ? Can I Intall it ? How ? ? tks ? William Moreno P.D.: El presente correo no contiene tildes para evitarle al receptor inconvenientes en su lectura. ?Obt?n la mejor experiencia en la web!< Descarga gratis el nuevo Internet Explorer 8. http://downloads.yahoo.com/ieak8/?l=e1 From onemda at gmail.com Sun Apr 5 07:46:01 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Sun Apr 5 07:46:07 2009 Subject: xf86-video-via In-Reply-To: <64454.91367.qm@web111213.mail.gq1.yahoo.com> References: <64454.91367.qm@web111213.mail.gq1.yahoo.com> Message-ID: <3a142e750904050745u39d9901cr77b14000bea583bb@mail.gmail.com> On 4/5/09, William E. Moreno A. wrote: > I have KM400 via board and I need the driver via... > when I installed it said: IGNORE: requires pciVideoPtr typedef... > > Can I Intall it ? How ? Only with older Xorg, driver appears to be dead, last change 2 years ago. -- Paul From njm at njm.me.uk Sun Apr 5 07:53:09 2009 From: njm at njm.me.uk (N.J. Mann) Date: Sun Apr 5 07:53:15 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <3a142e750904050731h78976c5mc9590f8942244cae@mail.gmail.com> References: <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <1238863151.65025.51.camel@balrog.2hip.net> <20090405113205.GA982@titania.njm.me.uk> <3a142e750904050731h78976c5mc9590f8942244cae@mail.gmail.com> Message-ID: <20090405145305.GA2061@titania.njm.me.uk> In message <3a142e750904050731h78976c5mc9590f8942244cae@mail.gmail.com>, Paul B. Mahol (onemda@gmail.com) wrote: > On 4/5/09, N.J. Mann wrote: > > > > The pattern on the screen is different on exiting X, but apart from that > > no change. (The pattern is now vertical bands of different colours each > > of a different width. Quite relaxing actually. :-) ) [snip] > > You rebooted after Xorg update? I currently have to reboot _everytime_ I exit X. :-( Cheers, Nick. -- From njm at njm.me.uk Sun Apr 5 08:06:06 2009 From: njm at njm.me.uk (N.J. Mann) Date: Sun Apr 5 08:06:20 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <49D8C80D.9060003@poildetroll.net> References: <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <1238863151.65025.51.camel@balrog.2hip.net> <20090405113205.GA982@titania.njm.me.uk> <3a142e750904050731h78976c5mc9590f8942244cae@mail.gmail.com> <20090405145305.GA2061@titania.njm.me.uk> <49D8C80D.9060003@poildetroll.net> Message-ID: <20090405150602.GB2061@titania.njm.me.uk> [please do not top post] In message <49D8C80D.9060003@poildetroll.net>, Pierre Guinoiseau (geekounet@poildetroll.net) wrote: > Or you can kldunload and kldload your drm module ;) How? Nothing works except CTRL+ALT+DEL, as I have stated previously in this thread. Nick. -- "We're predicting third stage shutdown at 11 minutes 42 seconds." From geekounet at poildetroll.net Sun Apr 5 08:21:51 2009 From: geekounet at poildetroll.net (Pierre Guinoiseau) Date: Sun Apr 5 08:21:58 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090405145305.GA2061@titania.njm.me.uk> References: <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <1238863151.65025.51.camel@balrog.2hip.net> <20090405113205.GA982@titania.njm.me.uk> <3a142e750904050731h78976c5mc9590f8942244cae@mail.gmail.com> <20090405145305.GA2061@titania.njm.me.uk> Message-ID: <49D8C80D.9060003@poildetroll.net> Or you can kldunload and kldload your drm module ;) N.J. Mann wrote: > In message <3a142e750904050731h78976c5mc9590f8942244cae@mail.gmail.com>, > Paul B. Mahol (onemda@gmail.com) wrote: >> On 4/5/09, N.J. Mann wrote: >>> The pattern on the screen is different on exiting X, but apart from that >>> no change. (The pattern is now vertical bands of different colours each >>> of a different width. Quite relaxing actually. :-) ) > [snip] >> You rebooted after Xorg update? > > I currently have to reboot _everytime_ I exit X. :-( > > > Cheers, > Nick. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 259 bytes Desc: OpenPGP digital signature Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090405/c476cb02/signature.pgp From onemda at gmail.com Sun Apr 5 09:13:23 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Sun Apr 5 09:13:29 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090405145305.GA2061@titania.njm.me.uk> References: <1238733857.65025.2.camel@balrog.2hip.net> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <1238863151.65025.51.camel@balrog.2hip.net> <20090405113205.GA982@titania.njm.me.uk> <3a142e750904050731h78976c5mc9590f8942244cae@mail.gmail.com> <20090405145305.GA2061@titania.njm.me.uk> Message-ID: <3a142e750904050913y6436ae09ie49021df158271b5@mail.gmail.com> On 4/5/09, N.J. Mann wrote: > In message <3a142e750904050731h78976c5mc9590f8942244cae@mail.gmail.com>, > Paul B. Mahol (onemda@gmail.com) wrote: >> On 4/5/09, N.J. Mann wrote: >> > >> > The pattern on the screen is different on exiting X, but apart from that >> > no change. (The pattern is now vertical bands of different colours each With 1.5.3 I was getting such thing sometimes ... >> > of a different width. Quite relaxing actually. :-) ) > [snip] >> >> You rebooted after Xorg update? > > I currently have to reboot _everytime_ I exit X. :-( This is going to be more and more interesting. I could reproduce your problem but 1.6.0 and Mesa 7.4 fixed issue for me. You upgraded xrandr, randrproto, libXrandr, libGL, libGLU, xorg-server in this particular order? -- Paul From ejk at iki.fi Sun Apr 5 10:56:40 2009 From: ejk at iki.fi (Esa Karkkainen) Date: Sun Apr 5 10:56:48 2009 Subject: x48 broken with X.org 7.4 In-Reply-To: References: <20090213113025.GA23048@saltmine.radix.net> <20090218140658.GA16987@pp.htv.fi> Message-ID: <20090405172555.GA14135@pp.htv.fi> On Wed, Feb 18, 2009 at 12:47:10PM -0700, Warren Block wrote: > That's about what it looks like here on a Radeon. My guess would be the > emulator is using an outdated assumption in drawing the calculator's > display bitmap. I had some spare time and I fiddled with this port. I found out that when I disabled XShm extension, the x48 "display" corruption disappeared, as you can see from this screenshot: http://koti.welho.com/ekarkkai/x48_snap_4.jpg If you want to try this in your system, you can do it following these copy&paste instructions: # pkg_delete x48-0.4.3_1 # cd ports/emulators/x48 # make patch # cd work/x48-0.4.3 # sed -i .orig -e 's|^#define HAVE_XSHM$|/* & */|' config.h # cd ../.. # make all # make install # make clean I'll probably submit a PR today. -- "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." -- Douglas Adams 1952 - 2001 From rnoland at FreeBSD.org Sun Apr 5 11:14:14 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sun Apr 5 11:14:20 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090405113205.GA982@titania.njm.me.uk> References: <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <1238863151.65025.51.camel@balrog.2hip.net> <20090405113205.GA982@titania.njm.me.uk> Message-ID: <1238955207.1829.2.camel@balrog.2hip.net> On Sun, 2009-04-05 at 12:32 +0100, N.J. Mann wrote: > Hi Robert, > > > In message <1238863151.65025.51.camel@balrog.2hip.net>, > Robert Noland (rnoland@FreeBSD.org) wrote: > > On Sat, 2009-04-04 at 11:24 +0100, N.J. Mann wrote: > > > In message <20090403184145.GA1019@titania.njm.me.uk>, > > > N.J. Mann (njm@njm.me.uk) wrote: > > > > > > > > (gdb) bt > > > > #0 0x28aff320 in ?? () > > > > #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 > > > > #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at intel_bufmgr_fake.c:1048 > > > > #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at intel_bufmgr.c:85 > > > > #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at i830_batchbuffer.c:188 > > > > #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 > > > > #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3571 > > > > #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at i830_driver.c:3788 > > > > #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 > > > > #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at xf86cmap.c:229 > > > > #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 > > > > #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at xvmain.c:316 > > > > #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at xf86VidMode.c:115 > > > > #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at cursor.c:172 > > > > #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at animcur.c:130 > > > > #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at compinit.c:89 > > > > #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at glxscreens.c:267 > > > > #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory at address 0x9 > > > > ) at main.c:470 > > > > (gdb) Ok, I'll be looking into this fairly soon... I think that I can reproduce this, but I can only seem to make it happen by rebooting while X is up and running. If I exit X cleanly, or stop gdm, everything seems fine. robert. > > > I see you have committed the Xorg upgrade. Do you wish to continue > > > investigating the problems I am seeing with the old version or should I > > > upgrade and see if that fixes it? > > > > Go ahead and upgrade and let's see where we are. This looks like an > > issue with the driver or libdrm. libdrm should be released very soon as > > well. > > The pattern on the screen is different on exiting X, but apart from that > no change. (The pattern is now vertical bands of different colours each > of a different width. Quite relaxing actually. :-) ) > > Here is the latest backtrace: > > (gdb) bt > #0 0x28b20320 in ?? () > #1 0x28581b84 in pthread_mutex_lock () from /lib/libc.so.7 > #2 0x285e112b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at intel_bufmgr_fake.c:1048 > #3 0x285e0502 in drm_intel_bo_unmap (buf=0x2860d1d0) at intel_bufmgr.c:85 > #4 0x2876c2e0 in intel_batch_flush (pScrn=0x28602800, flushed=1) at i830_batchbuffer.c:196 > #5 0x2876bad8 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 > #6 0x28778fb0 in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3625 > #7 0x287794bb in I830CloseScreen (scrnIndex=0, pScreen=0x28639330) at i830_driver.c:3844 > #8 0x0814b9ae in RRCloseScreen (i=0, pScreen=0x28639330) at randr.c:105 > #9 0x080c119e in CMapCloseScreen (i=0, pScreen=0x28639330) at xf86cmap.c:230 > #10 0x080b9d54 in DPMSClose (i=0, pScreen=0x28639330) at xf86DPMS.c:138 > #11 0x285b30c4 in XvCloseScreen (ii=0, pScreen=0x28639330) at xvmain.c:317 > #12 0x080bdd51 in VidModeClose (i=0, pScreen=0x28639330) at xf86VidMode.c:116 > #13 0x08137005 in CursorCloseScreen (index=0, pScreen=0x28639330) at cursor.c:186 > #14 0x0816589c in AnimCurCloseScreen (index=0, pScreen=0x28639330) at animcur.c:136 > #15 0x08130f7b in compCloseScreen (index=0, pScreen=0x28639330) at compinit.c:84 > #16 0x287396ba in glxCloseScreen (index=0, pScreen=0x28639330) at glxscreens.c:217 > #17 0x0806b465 in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory at address 0x9 > ) at main.c:429 > (gdb) > > > Cheers, > Nick. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090405/3d590536/attachment.pgp From rnoland at FreeBSD.org Sun Apr 5 11:29:57 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sun Apr 5 11:30:03 2009 Subject: xf86-video-via In-Reply-To: <64454.91367.qm@web111213.mail.gq1.yahoo.com> References: <64454.91367.qm@web111213.mail.gq1.yahoo.com> Message-ID: <1238956151.1829.3.camel@balrog.2hip.net> On Sun, 2009-04-05 at 07:12 -0700, William E. Moreno A. wrote: > I have KM400 via board and I need the driver via... > when I installed it said: IGNORE: requires pciVideoPtr typedef... > > Can I Intall it ? How ? xf86-video-via is a dead driver, use xf86-video-openchrome instead. robert. > tks > > William Moreno > > P.D.: El presente correo no contiene tildes para evitarle al receptor > inconvenientes en su lectura. > > > ?Obt?n la mejor experiencia en la web!< Descarga gratis el nuevo Internet Explorer 8. http://downloads.yahoo.com/ieak8/?l=e1 > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090405/d220af1e/attachment.pgp From rnoland at FreeBSD.org Sun Apr 5 13:43:16 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sun Apr 5 13:43:22 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <20090405113205.GA982@titania.njm.me.uk> References: <1238692086.20670.38.camel@balrog.2hip.net> <20090402191833.GA886@titania.njm.me.uk> <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <1238863151.65025.51.camel@balrog.2hip.net> <20090405113205.GA982@titania.njm.me.uk> Message-ID: <1238964147.1829.12.camel@balrog.2hip.net> On Sun, 2009-04-05 at 12:32 +0100, N.J. Mann wrote: > Hi Robert, > > > In message <1238863151.65025.51.camel@balrog.2hip.net>, > Robert Noland (rnoland@FreeBSD.org) wrote: > > On Sat, 2009-04-04 at 11:24 +0100, N.J. Mann wrote: > > > In message <20090403184145.GA1019@titania.njm.me.uk>, > > > N.J. Mann (njm@njm.me.uk) wrote: > > > > > > > > (gdb) bt > > > > #0 0x28aff320 in ?? () > > > > #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 > > > > #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at intel_bufmgr_fake.c:1048 > > > > #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at intel_bufmgr.c:85 > > > > #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at i830_batchbuffer.c:188 > > > > #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 > > > > #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3571 > > > > #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at i830_driver.c:3788 > > > > #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 > > > > #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at xf86cmap.c:229 > > > > #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 > > > > #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at xvmain.c:316 > > > > #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at xf86VidMode.c:115 > > > > #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at cursor.c:172 > > > > #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at animcur.c:130 > > > > #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at compinit.c:89 > > > > #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at glxscreens.c:267 > > > > #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory at address 0x9 > > > > ) at main.c:470 > > > > (gdb) > > > > > > I see you have committed the Xorg upgrade. Do you wish to continue > > > investigating the problems I am seeing with the old version or should I > > > upgrade and see if that fixes it? > > > > Go ahead and upgrade and let's see where we are. This looks like an > > issue with the driver or libdrm. libdrm should be released very soon as > > well. > > The pattern on the screen is different on exiting X, but apart from that > no change. (The pattern is now vertical bands of different colours each > of a different width. Quite relaxing actually. :-) ) > > Here is the latest backtrace: > > (gdb) bt > #0 0x28b20320 in ?? () > #1 0x28581b84 in pthread_mutex_lock () from /lib/libc.so.7 > #2 0x285e112b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at intel_bufmgr_fake.c:1048 Ok, can you select frame 2 and p *bo. robert. > #3 0x285e0502 in drm_intel_bo_unmap (buf=0x2860d1d0) at intel_bufmgr.c:85 > #4 0x2876c2e0 in intel_batch_flush (pScrn=0x28602800, flushed=1) at i830_batchbuffer.c:196 > #5 0x2876bad8 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 > #6 0x28778fb0 in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3625 > #7 0x287794bb in I830CloseScreen (scrnIndex=0, pScreen=0x28639330) at i830_driver.c:3844 > #8 0x0814b9ae in RRCloseScreen (i=0, pScreen=0x28639330) at randr.c:105 > #9 0x080c119e in CMapCloseScreen (i=0, pScreen=0x28639330) at xf86cmap.c:230 > #10 0x080b9d54 in DPMSClose (i=0, pScreen=0x28639330) at xf86DPMS.c:138 > #11 0x285b30c4 in XvCloseScreen (ii=0, pScreen=0x28639330) at xvmain.c:317 > #12 0x080bdd51 in VidModeClose (i=0, pScreen=0x28639330) at xf86VidMode.c:116 > #13 0x08137005 in CursorCloseScreen (index=0, pScreen=0x28639330) at cursor.c:186 > #14 0x0816589c in AnimCurCloseScreen (index=0, pScreen=0x28639330) at animcur.c:136 > #15 0x08130f7b in compCloseScreen (index=0, pScreen=0x28639330) at compinit.c:84 > #16 0x287396ba in glxCloseScreen (index=0, pScreen=0x28639330) at glxscreens.c:217 > #17 0x0806b465 in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory at address 0x9 > ) at main.c:429 > (gdb) > > > Cheers, > Nick. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090405/1e6edaa2/attachment.pgp From njm at njm.me.uk Sun Apr 5 13:55:45 2009 From: njm at njm.me.uk (N.J. Mann) Date: Sun Apr 5 13:55:52 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: <1238964147.1829.12.camel@balrog.2hip.net> References: <1238733857.65025.2.camel@balrog.2hip.net> <20090403155001.GA929@titania.njm.me.uk> <1238776834.65025.20.camel@balrog.2hip.net> <20090403164855.GA1398@titania.njm.me.uk> <1238779009.65025.37.camel@balrog.2hip.net> <20090403184145.GA1019@titania.njm.me.uk> <20090404102459.GA71010@titania.njm.me.uk> <1238863151.65025.51.camel@balrog.2hip.net> <20090405113205.GA982@titania.njm.me.uk> <1238964147.1829.12.camel@balrog.2hip.net> Message-ID: <20090405205542.GC5095@titania.njm.me.uk> In message <1238964147.1829.12.camel@balrog.2hip.net>, Robert Noland (rnoland@FreeBSD.org) wrote: > > Ok, can you select frame 2 and p *bo. (gdb) frame 2 #2 0x285e112b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at intel_bufmgr_fake.c:1048 1048 intel_bufmgr_fake.c: No such file or directory. in intel_bufmgr_fake.c (gdb) p *bo $1 = {size = 16384, align = 0, offset = 4294967295, virtual = 0x286c6000, bufmgr = 0x286b6030, handle = 0} (gdb) Cheers, Nick. -- From alex at mailinglist.ahhyes.net Sun Apr 5 14:48:47 2009 From: alex at mailinglist.ahhyes.net (Alex) Date: Sun Apr 5 14:48:55 2009 Subject: Radeon DRIVER In-Reply-To: <1238926327.1853.4.camel@balrog.2hip.net> References: <49BC0BB6.3090007@mailinglist.ahhyes.net> <1237063193.1809.15.camel@balrog.2hip.net> <49BC16C8.7080009@mailinglist.ahhyes.net> <49C2E537.6050102@mailinglist.ahhyes.net> <1237511562.1777.200.camel@balrog.2hip.net> <49D83F4C.8010205@mailinglist.ahhyes.net> <1238926327.1853.4.camel@balrog.2hip.net> Message-ID: <49D93460.8060901@mailinglist.ahhyes.net> Or it could be something that is RV6xx specific? There was another lad who posted on the list with an identical issue, but didnt have the same card. The radeonhd driver is working flawlessly except when DRI is enabled. Are you testing under the same version of xorg though? Have you tested on an amd64 system with 7-stable or are you testing with current? [root@desktop /usr/home/alex]# ls -l /var/db/pkg |grep xorg-ser drwxr-xr-x 2 root wheel 512 Feb 19 11:13 xorg-server-1.5.3_5,1 Could it be an xorg issue? Robert Noland wrote: > On Sun, 2009-04-05 at 15:19 +1000, Alex wrote: > >> Hi Robert, >> >> Have csup'd, rebuilt world and also rebuilt the radeonhd driver from git >> just a moment ago, and still have the same issues. >> >> Any ideas? >> > > Not really... The only thing I can think of is if it might be related to > vblank and/or interrupts somehow... but I've been running the x1650 on > amd64 and i386 builds today and they both work perfectly... I'm > actually wondering if it might not be a window manager issue or > something at this point... > > robert. > > >> Alex. >> >> Robert Noland wrote: >> >>> On Fri, 2009-03-20 at 11:37 +1100, Alex wrote: >>> >>> >>>> Hi Robert, >>>> >>>> Sorry to be a pest, I realize you have plenty of other issues to contend >>>> with atm, just wondering whether you have some ideas on what may be >>>> causing the issue I am experiencing when enabling DRI? I have disabled >>>> DRI for the time being because of the trailing mess that gets left >>>> behind on the screen when I drag windows on the screen. >>>> >>>> have there been any updates to the DRM code? >>>> >>>> >>> Several actually... I don't know specifically if they might address your >>> issue. I was trying to look at a radeon "garbled screen" issue today >>> that might be relevant... >>> >>> I am running on an x1650 right now, without issue though... So I don't >>> know why the issue only effects some chips... >>> >>> robert. >>> >>> >>> >>>> Alex wrote: >>>> >>>> >>>>> Hi Robert, >>>>> >>>>> I am using the Radeonhd Driver from git. DRI wouldn't even work at all >>>>> until I used the git driver. >>>>> >>>>> The driver from git was obtained on the 12th March >>>>> >>>>> Robert Noland wrote: >>>>> >>>>> >>>>>> On Sun, 2009-03-15 at 06:55 +1100, Alex wrote: >>>>>> >>>>>> >>>>>> >>>>>>> Hi Robert, >>>>>>> >>>>>>> Any suggestions on this? The problems occur as soon as I enable DRI. >>>>>>> xv is working, however I have the issue(s) below: >>>>>>> >>>>>>> >>>>>>> >>>>>> Which driver are you using and what version? I still suggest radeonhd >>>>>> from git... I did also commit an updated xf86-video-ati yesterday, that >>>>>> is supposed to have support in it... You might try that. >>>>>> >>>>>> robert. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>> -------- Original Message -------- >>>>>>> Subject: Re: Radeon DRIVER >>>>>>> Date: Thu, 12 Mar 2009 13:51:15 +1100 >>>>>>> From: Alex >>>>>>> To: freebsd-x11@freebsd.org >>>>>>> References: <20090305161651.GB1369@lobo.ewinter.org> >>>>>>> <1236275215.1384.50.camel@widget.2hip.net> >>>>>>> <20090305180523.GA2039@lobo.ewinter.org> >>>>>>> <20090306133119.1af6894c@ernst.jennejohn.org> >>>>>>> <1236363408.55221.16.camel@balrog.2hip.net> >>>>>>> <20090306203055.582faa02@ernst.jennejohn.org> >>>>>>> <1236371734.1671.5.camel@balrog.2hip.net> >>>>>>> <49B3D755.2050308@phat.za.net> >>>>>>> <1236536316.1778.22.camel@balrog.2hip.net> >>>>>>> <49B42548.3000308@phat.za.net> <49B57ACD.5030405@phat.za.net> >>>>>>> <1236741375.2091.32.camel@balrog.2hip.net> >>>>>>> <49B72FEC.2090909@mailinglist.ahhyes.net> >>>>>>> <1236746127.2091.33.camel@balrog.2hip.net> >>>>>>> <49B7600A.50204@mailinglist.ahhyes.net> >>>>>>> <49B76134.5050501@mailinglist.ahhyes.net> >>>>>>> <49B76330.60703@mailinglist.ahhyes.net> >>>>>>> <1236761094.1697.5.camel@balrog.2hip.net> >>>>>>> <49B7AEE7.4060704@mailinglist.ahhyes.net> >>>>>>> <1236796811.1679.9.camel@balrog.2hip.net> >>>>>>> <49B815BF.30704@mailinglist.ahhyes.net> >>>>>>> <49B83174.3080002@phat.za.net> >>>>>>> <49B8709A.20809@mailinglist.ahhyes.net> >>>>>>> <49B871CC.1070600@mailinglist.ahhyes! .net> >>>>>>> >>>>>>> >>>>>>> >>>>>>> I have some weird things going on now... >>>>>>> >>>>>>> Sometimes when I drag a window, a copy of the window is left behind >>>>>>> in the previous position (background is not restored), refer to this >>>>>>> screenshot: >>>>>>> >>>>>>> http://ahhyes.net/gfxweird.jpg >>>>>>> >>>>>>> I have mozilla firefox open. I have dragged the window down but >>>>>>> there is still image data at the top where the image previously was. >>>>>>> If I close the application both images are cleared and everything >>>>>>> appears normal. >>>>>>> >>>>>>> Similar things happen in a terminal window as well. If i issue the >>>>>>> "clear" command to clear the window contents, part of the window are >>>>>>> cleared but there are still characters here and there from the >>>>>>> previous screen content. >>>>>>> >>>>>>> Any ideas? >>>>>>> >>>>>>> Alex wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>>> IT WORKS!!!!!!!!!!!!!!!!!! >>>>>>>> >>>>>>>> WOOOOOOOOOOOOOHOOOOOOOOOOOOOOOOOO!!! >>>>>>>> >>>>>>>> Thanks to everyone that helped! >>>>>>>> >>>>>>>> >>>>>>>> Alex wrote: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> Aragon Gouveia wrote: >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>> Alex wrote: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> Have all the above already. Build is broken. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> After just getting DRI working on my RV620, I might suggest using >>>>>>>>>> the x11-drivers/xf86-video-radeonhd-devel port instead. Seems to >>>>>>>>>> work well here, and builds without a hitch of course. :) >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Regards, >>>>>>>>>> Aragon >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> Thank you! That gave me a vital clue. I looked at the Makefile for >>>>>>>>> that port as I could see that the configure script for the port >>>>>>>>> was finding PCIUTILS fine, but the configure script for the driver >>>>>>>>> in git wasnt. The Makefile defines some variables, and I was able >>>>>>>>> to get the driver to build by doing the following: >>>>>>>>> >>>>>>>>> [root@desktop ~/xf86-video-radeonhd]# export >>>>>>>>> PCIUTILS_CFLAGS="-I/usr/local/include -lpci -lz" >>>>>>>>> [root@desktop ~/xf86-video-radeonhd]# export >>>>>>>>> PCIUTILS_LIBS="-L/usr/local/lib" >>>>>>>>> >>>>>>>>> Now to install the driver and test.. I'll get back to the list >>>>>>>>> with the results. >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> freebsd-x11@freebsd.org mailing list >>>>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>>>>>> To unsubscribe, send any mail to >>>>>>>>> "freebsd-x11-unsubscribe@freebsd.org" >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> freebsd-x11@freebsd.org mailing list >>>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> _______________________________________________ >>>>>>> freebsd-x11@freebsd.org mailing list >>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> freebsd-x11@freebsd.org mailing list >>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>>>>>> >>>>>>> >>>>>>> >>>>> _______________________________________________ >>>>> freebsd-x11@freebsd.org mailing list >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>>>> >>>>> >>>>> >>>> _______________________________________________ >>>> freebsd-x11@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>>> >>>> >> _______________________________________________ >> freebsd-x11@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >> From rnoland at FreeBSD.org Sun Apr 5 15:27:08 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sun Apr 5 15:27:15 2009 Subject: Radeon DRIVER In-Reply-To: <49D93460.8060901@mailinglist.ahhyes.net> References: <49BC0BB6.3090007@mailinglist.ahhyes.net> <1237063193.1809.15.camel@balrog.2hip.net> <49BC16C8.7080009@mailinglist.ahhyes.net> <49C2E537.6050102@mailinglist.ahhyes.net> <1237511562.1777.200.camel@balrog.2hip.net> <49D83F4C.8010205@mailinglist.ahhyes.net> <1238926327.1853.4.camel@balrog.2hip.net> <49D93460.8060901@mailinglist.ahhyes.net> Message-ID: <1238970381.1829.17.camel@balrog.2hip.net> On Mon, 2009-04-06 at 08:44 +1000, Alex wrote: > Or it could be something that is RV6xx specific? There was another lad > who posted on the list with an identical issue, but didnt have the same > card. The radeonhd driver is working flawlessly except when DRI is enabled. > > Are you testing under the same version of xorg though? Have you tested > on an amd64 system with 7-stable or are you testing with current? All of my machines are -CURRENT, but all of the relevant fixes should be in -STABLE as of a couple of days ago. Yes, I have run both amd64 and i386. > [root@desktop /usr/home/alex]# ls -l /var/db/pkg |grep xorg-ser > drwxr-xr-x 2 root wheel 512 Feb 19 11:13 xorg-server-1.5.3_5,1 > > Could it be an xorg issue? Anything is possible... The inter-dependencies are wide. robert. > Robert Noland wrote: > > On Sun, 2009-04-05 at 15:19 +1000, Alex wrote: > > > >> Hi Robert, > >> > >> Have csup'd, rebuilt world and also rebuilt the radeonhd driver from git > >> just a moment ago, and still have the same issues. > >> > >> Any ideas? > >> > > > > Not really... The only thing I can think of is if it might be related to > > vblank and/or interrupts somehow... but I've been running the x1650 on > > amd64 and i386 builds today and they both work perfectly... I'm > > actually wondering if it might not be a window manager issue or > > something at this point... > > > > robert. > > > > > >> Alex. > >> > >> Robert Noland wrote: > >> > >>> On Fri, 2009-03-20 at 11:37 +1100, Alex wrote: > >>> > >>> > >>>> Hi Robert, > >>>> > >>>> Sorry to be a pest, I realize you have plenty of other issues to contend > >>>> with atm, just wondering whether you have some ideas on what may be > >>>> causing the issue I am experiencing when enabling DRI? I have disabled > >>>> DRI for the time being because of the trailing mess that gets left > >>>> behind on the screen when I drag windows on the screen. > >>>> > >>>> have there been any updates to the DRM code? > >>>> > >>>> > >>> Several actually... I don't know specifically if they might address your > >>> issue. I was trying to look at a radeon "garbled screen" issue today > >>> that might be relevant... > >>> > >>> I am running on an x1650 right now, without issue though... So I don't > >>> know why the issue only effects some chips... > >>> > >>> robert. > >>> > >>> > >>> > >>>> Alex wrote: > >>>> > >>>> > >>>>> Hi Robert, > >>>>> > >>>>> I am using the Radeonhd Driver from git. DRI wouldn't even work at all > >>>>> until I used the git driver. > >>>>> > >>>>> The driver from git was obtained on the 12th March > >>>>> > >>>>> Robert Noland wrote: > >>>>> > >>>>> > >>>>>> On Sun, 2009-03-15 at 06:55 +1100, Alex wrote: > >>>>>> > >>>>>> > >>>>>> > >>>>>>> Hi Robert, > >>>>>>> > >>>>>>> Any suggestions on this? The problems occur as soon as I enable DRI. > >>>>>>> xv is working, however I have the issue(s) below: > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>> Which driver are you using and what version? I still suggest radeonhd > >>>>>> from git... I did also commit an updated xf86-video-ati yesterday, that > >>>>>> is supposed to have support in it... You might try that. > >>>>>> > >>>>>> robert. > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>>> -------- Original Message -------- > >>>>>>> Subject: Re: Radeon DRIVER > >>>>>>> Date: Thu, 12 Mar 2009 13:51:15 +1100 > >>>>>>> From: Alex > >>>>>>> To: freebsd-x11@freebsd.org > >>>>>>> References: <20090305161651.GB1369@lobo.ewinter.org> > >>>>>>> <1236275215.1384.50.camel@widget.2hip.net> > >>>>>>> <20090305180523.GA2039@lobo.ewinter.org> > >>>>>>> <20090306133119.1af6894c@ernst.jennejohn.org> > >>>>>>> <1236363408.55221.16.camel@balrog.2hip.net> > >>>>>>> <20090306203055.582faa02@ernst.jennejohn.org> > >>>>>>> <1236371734.1671.5.camel@balrog.2hip.net> > >>>>>>> <49B3D755.2050308@phat.za.net> > >>>>>>> <1236536316.1778.22.camel@balrog.2hip.net> > >>>>>>> <49B42548.3000308@phat.za.net> <49B57ACD.5030405@phat.za.net> > >>>>>>> <1236741375.2091.32.camel@balrog.2hip.net> > >>>>>>> <49B72FEC.2090909@mailinglist.ahhyes.net> > >>>>>>> <1236746127.2091.33.camel@balrog.2hip.net> > >>>>>>> <49B7600A.50204@mailinglist.ahhyes.net> > >>>>>>> <49B76134.5050501@mailinglist.ahhyes.net> > >>>>>>> <49B76330.60703@mailinglist.ahhyes.net> > >>>>>>> <1236761094.1697.5.camel@balrog.2hip.net> > >>>>>>> <49B7AEE7.4060704@mailinglist.ahhyes.net> > >>>>>>> <1236796811.1679.9.camel@balrog.2hip.net> > >>>>>>> <49B815BF.30704@mailinglist.ahhyes.net> > >>>>>>> <49B83174.3080002@phat.za.net> > >>>>>>> <49B8709A.20809@mailinglist.ahhyes.net> > >>>>>>> <49B871CC.1070600@mailinglist.ahhyes! .net> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> I have some weird things going on now... > >>>>>>> > >>>>>>> Sometimes when I drag a window, a copy of the window is left behind > >>>>>>> in the previous position (background is not restored), refer to this > >>>>>>> screenshot: > >>>>>>> > >>>>>>> http://ahhyes.net/gfxweird.jpg > >>>>>>> > >>>>>>> I have mozilla firefox open. I have dragged the window down but > >>>>>>> there is still image data at the top where the image previously was. > >>>>>>> If I close the application both images are cleared and everything > >>>>>>> appears normal. > >>>>>>> > >>>>>>> Similar things happen in a terminal window as well. If i issue the > >>>>>>> "clear" command to clear the window contents, part of the window are > >>>>>>> cleared but there are still characters here and there from the > >>>>>>> previous screen content. > >>>>>>> > >>>>>>> Any ideas? > >>>>>>> > >>>>>>> Alex wrote: > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>>> IT WORKS!!!!!!!!!!!!!!!!!! > >>>>>>>> > >>>>>>>> WOOOOOOOOOOOOOHOOOOOOOOOOOOOOOOOO!!! > >>>>>>>> > >>>>>>>> Thanks to everyone that helped! > >>>>>>>> > >>>>>>>> > >>>>>>>> Alex wrote: > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>>> Aragon Gouveia wrote: > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>>> Alex wrote: > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>>> Have all the above already. Build is broken. > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>> After just getting DRI working on my RV620, I might suggest using > >>>>>>>>>> the x11-drivers/xf86-video-radeonhd-devel port instead. Seems to > >>>>>>>>>> work well here, and builds without a hitch of course. :) > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> Regards, > >>>>>>>>>> Aragon > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>> Thank you! That gave me a vital clue. I looked at the Makefile for > >>>>>>>>> that port as I could see that the configure script for the port > >>>>>>>>> was finding PCIUTILS fine, but the configure script for the driver > >>>>>>>>> in git wasnt. The Makefile defines some variables, and I was able > >>>>>>>>> to get the driver to build by doing the following: > >>>>>>>>> > >>>>>>>>> [root@desktop ~/xf86-video-radeonhd]# export > >>>>>>>>> PCIUTILS_CFLAGS="-I/usr/local/include -lpci -lz" > >>>>>>>>> [root@desktop ~/xf86-video-radeonhd]# export > >>>>>>>>> PCIUTILS_LIBS="-L/usr/local/lib" > >>>>>>>>> > >>>>>>>>> Now to install the driver and test.. I'll get back to the list > >>>>>>>>> with the results. > >>>>>>>>> > >>>>>>>>> _______________________________________________ > >>>>>>>>> freebsd-x11@freebsd.org mailing list > >>>>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >>>>>>>>> To unsubscribe, send any mail to > >>>>>>>>> "freebsd-x11-unsubscribe@freebsd.org" > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>> _______________________________________________ > >>>>>>>> freebsd-x11@freebsd.org mailing list > >>>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >>>>>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>> _______________________________________________ > >>>>>>> freebsd-x11@freebsd.org mailing list > >>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >>>>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > >>>>>>> > >>>>>>> > >>>>>>> _______________________________________________ > >>>>>>> freebsd-x11@freebsd.org mailing list > >>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >>>>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > >>>>>>> > >>>>>>> > >>>>>>> > >>>>> _______________________________________________ > >>>>> freebsd-x11@freebsd.org mailing list > >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > >>>>> > >>>>> > >>>>> > >>>> _______________________________________________ > >>>> freebsd-x11@freebsd.org mailing list > >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > >>>> > >>>> > >> _______________________________________________ > >> freebsd-x11@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > >> > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090405/f30c6549/attachment.pgp From lankfordandrew at charter.net Sun Apr 5 16:08:10 2009 From: lankfordandrew at charter.net (Andrew Lankford) Date: Sun Apr 5 16:08:17 2009 Subject: Radeon DRIVER Message-ID: <49D93504.8090507@charter.net> Are you referring to the Intel drivers (in Stable-7) as well? Andrew Lankford > All of my machines are -CURRENT, but all of the relevant fixes should be > in -STABLE as of a couple of days ago. Yes, I have run both amd64 and > i386. From oberman at es.net Sun Apr 5 16:30:48 2009 From: oberman at es.net (Kevin Oberman) Date: Sun Apr 5 16:30:55 2009 Subject: Xorg 7.4 crashes on exit In-Reply-To: Your message of "Sun, 05 Apr 2009 12:32:05 BST." <20090405113205.GA982@titania.njm.me.uk> Message-ID: <20090405233045.5EABD1CC50@ptavv.es.net> > Date: Sun, 5 Apr 2009 12:32:05 +0100 > From: "N.J. Mann" > Sender: owner-freebsd-x11@freebsd.org > > Hi Robert, > > > In message <1238863151.65025.51.camel@balrog.2hip.net>, > Robert Noland (rnoland@FreeBSD.org) wrote: > > On Sat, 2009-04-04 at 11:24 +0100, N.J. Mann wrote: > > > In message <20090403184145.GA1019@titania.njm.me.uk>, > > > N.J. Mann (njm@njm.me.uk) wrote: > > > > > > > > (gdb) bt > > > > #0 0x28aff320 in ?? () > > > > #1 0x28573b84 in pthread_mutex_lock () from /lib/libc.so.7 > > > > #2 0x285e412b in drm_intel_fake_bo_unmap (bo=0x2860d1d0) at intel_bufmgr_fake.c:1048 > > > > #3 0x285e3502 in drm_intel_bo_unmap (buf=0x2860d1d0) at intel_bufmgr.c:85 > > > > #4 0x28768300 in intel_batch_flush (pScrn=0x28602800, flushed=1) at i830_batchbuffer.c:188 > > > > #5 0x28767b34 in I830Sync (pScrn=0x28602800) at i830_accel.c:195 > > > > #6 0x287763bd in I830LeaveVT (scrnIndex=0, flags=0) at i830_driver.c:3571 > > > > #7 0x28776883 in I830CloseScreen (scrnIndex=0, pScreen=0x2863b4e0) at i830_driver.c:3788 > > > > #8 0x0815606e in RRCloseScreen (i=0, pScreen=0x2863b4e0) at randr.c:108 > > > > #9 0x080bf03e in CMapCloseScreen (i=0, pScreen=0x2863b4e0) at xf86cmap.c:229 > > > > #10 0x080b6d24 in DPMSClose (i=0, pScreen=0x2863b4e0) at xf86DPMS.c:137 > > > > #11 0x285aca64 in XvCloseScreen (ii=0, pScreen=0x2863b4e0) at xvmain.c:316 > > > > #12 0x080bbcd1 in VidModeClose (i=0, pScreen=0x2863b4e0) at xf86VidMode.c:115 > > > > #13 0x081344c5 in CursorCloseScreen (index=0, pScreen=0x2863b4e0) at cursor.c:172 > > > > #14 0x0815489c in AnimCurCloseScreen (index=0, pScreen=0x2863b4e0) at animcur.c:130 > > > > #15 0x0812ee7a in compCloseScreen (index=0, pScreen=0x2863b4e0) at compinit.c:89 > > > > #16 0x28739853 in glxCloseScreen (index=0, pScreen=0x2863b4e0) at glxscreens.c:267 > > > > #17 0x0806b0ea in main (argc=4, argv=0xbfbfed24, envp=Cannot access memory at address 0x9 > > > > ) at main.c:470 > > > > (gdb) > > > > > > I see you have committed the Xorg upgrade. Do you wish to continue > > > investigating the problems I am seeing with the old version or should I > > > upgrade and see if that fixes it? > > > > Go ahead and upgrade and let's see where we are. This looks like an > > issue with the driver or libdrm. libdrm should be released very soon as > > well. > > The pattern on the screen is different on exiting X, but apart from that > no change. (The pattern is now vertical bands of different colours each > of a different width. Quite relaxing actually. :-) ) On my screen I see a line of the background window repeated the entire screen which creates the vertical stripes. But after a few seconds in that mode, or if I attempt to move to a VTY, the left half of the screen changes to some non-white noise pattern. It had seemed to have been fixed by a recent patch to the DRM code, but it still is showing up on occasion. I'm hoping that it will do it at work where I can easily log in over the network and look at the status of the system. It is very alive and I can type in commands (carefully) and they are executed. I just can't see input or output. It does not happen every time or even close to it. I have seen it at least once with xorg-server-1.6. I also have to be careful restarting X. If bonobo-activation-server is still running, the system often hangs and I have to power cycle it. During this time, the kernel is still alive as I can ping the system, but not much more. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 From rnoland at FreeBSD.org Sun Apr 5 17:30:53 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sun Apr 5 17:31:00 2009 Subject: Radeon DRIVER In-Reply-To: <49D93504.8090507@charter.net> References: <49D93504.8090507@charter.net> Message-ID: <1238977805.1829.18.camel@balrog.2hip.net> On Sun, 2009-04-05 at 18:47 -0400, Andrew Lankford wrote: > Are you referring to the Intel drivers (in Stable-7) as well? No, Intel is just broken... I'm looking into it more... robert. > Andrew Lankford > > > All of my machines are -CURRENT, but all of the relevant fixes should be > > in -STABLE as of a couple of days ago. Yes, I have run both amd64 and > > i386. > -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090406/59e83047/attachment.pgp From chat95 at mac.com Sun Apr 5 17:40:54 2009 From: chat95 at mac.com (Maho NAKATA) Date: Sun Apr 5 17:41:01 2009 Subject: non working DRI on *i386* RADEONX1650+FreeBSD7-stable+Xorg7.4 In-Reply-To: <1238887919.1904.1.camel@balrog.2hip.net> References: <1238864170.65025.60.camel@balrog.2hip.net> <20090405.073353.67897089.chat95@mac.com> <1238887919.1904.1.camel@balrog.2hip.net> Message-ID: <20090406.093936.183032273.chat95@mac.com> From: Robert Noland Subject: Re: non working DRI on *i386* RADEONX1650+FreeBSD7-stable+Xorg7.4 Date: Sat, 04 Apr 2009 18:31:59 -0500 > On Sun, 2009-04-05 at 07:33 +0900, Maho NAKATA wrote: >> Hi Robert, >> >> Many thanks for your kindness! I'm really appreciated. >> >> From: Robert Noland >> Subject: Re: non working DRI on *i386* RADEONX1650+FreeBSD7-stable+Xorg7.4 >> Date: Sat, 04 Apr 2009 11:56:10 -0500 >> >> > 1) You need to be using EXA not XAA. Options "AccelMethod" "EXA" >> done , and screen is garbled. > > Ok, if it is working, but has a garbled screen, then you likely need to > update your -STABLE. I just fixed some things that address garbled > screen. I updated userland and kernel of my 7-stable i386 box to 2009/4/5 version. Still the screen was garbled, unfortunately :( and the Xorg.0.log shows no errors (no memory error any more). Best, -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt From tuongngo at gmail.com Sun Apr 5 18:01:05 2009 From: tuongngo at gmail.com (..) Date: Sun Apr 5 18:01:12 2009 Subject: Failed /usr/ports/x11/nvidia-settings make on PC-BSD 7.1RC1 Message-ID: <17a66b600904051733y1769b840sdfee09be044342d@mail.gmail.com> Hi, I've been tring to make-install nvidia-settings. Here is the output of my failed make, followed by a list of my pcakages. Also I've attached my config.log. Thank you! -Tom You have mail. root@pcbsd# cd /usr/ports/x11/nvidia-settings/ root@pcbsd# ls Makefile distinfo files pkg-descr work root@pcbsd# make ===> nvidia-settings-185.13 depends on executable: gmake - found ===> nvidia-settings-185.13 depends on file: /usr/local/libdata/pkgconfig/xv.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/xv.pc in /usr/ports/x11/libXv ===> libXv-1.0.4,1 depends on file: /usr/local/libdata/pkgconfig/xextproto.pc - found ===> libXv-1.0.4,1 depends on file: /usr/local/libdata/pkgconfig/videoproto.pc - found ===> libXv-1.0.4,1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/x11.pc in /usr/ports/x11/libX11 ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found ===> libX11-1.2,1 depends on file: /usr/local/share/aclocal/xorg-macros.m4 - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/bigreqsproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xcmiscproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xextproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xtrans.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/kbproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/inputproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xf86bigfontproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xau.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xdmcp.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/bin/automake-1.10 - found ===> libX11-1.2,1 depends on file: /usr/local/bin/autoconf-2.62 - found ===> libX11-1.2,1 depends on file: /usr/local/bin/libtool - found ===> libX11-1.2,1 depends on executable: pkg-config - found ===> Configuring for libX11-1.2,1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking if xorg-macros used to generate configure is at least 1.2... yes, 1.2.1 checking build system type... i386-portbld-freebsd7.2 checking host system type... i386-portbld-freebsd7.2 checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd7.2 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd7.2 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 CWARNFLAGS+= -Wold-style-definition -Wdeclaration-after-statement: not found checking for cpp... /usr/bin/cpp checking if /usr/bin/cpp requires -undef... yes checking if /usr/bin/cpp requires -traditional... yes checking whether to use XCB... (cached) yes ./configure: 21141: Syntax error: word unexpected (expecting ")") ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/libX11/work/libX11-1.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11/libX11. *** Error code 1 Stop in /usr/ports/x11/libXv. *** Error code 1 Stop in /usr/ports/x11/nvidia-settings. HERE ARE MY PACKAGES autoconf-2.62 inputproto-1.5.0 libiconv-1.11_1 perl-5.8.9_2 xf86bigfontproto-1.1.2 autoconf-wrapper-20071109 kbproto-1.0.3 libpthread-stubs-0.1 python25-2.5.4_1 xorg-macros-1.2.1 automake-1.10.1 libXau-1.0.4 libtool-1.5.26 videoproto-2.2.2 xproto-7.0.15 automake-wrapper-20071109 libXdmcp-1.0.2_1 libxcb-1.2 xcb-proto-1.4 xtrans-1.2.3 bigreqsproto-1.0.2 libcheck-0.9.6 mpfr-2.4.1 xcmiscproto-1.1.2 ffcall-1.10_1 libgmp-4.2.4 nvidia-xconfig-1.0_2 xextproto-7.0.5 From bugmaster at FreeBSD.org Mon Apr 6 04:07:08 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Apr 6 04:09:42 2009 Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org Message-ID: <200904061107.n36B74qh062066@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/133175 x11 [patch] x11/pixman: enable SSE2 support autodetection o ports/133025 x11 [patch] graphics/libGL: mark Mesa ports as MAKE_JOBS_S o ports/132621 x11 x11/xorg tries to install event when deselected o ports/132403 x11 x11/xorg with Radeon X600 (R370): cannot re-initialize o ports/132136 x11 [PATCH] x11-drivers/xf86-video-nouveau: unbreak build o ports/132100 x11 x11/xorg: Xorg server forgets pointer map after xlock o ports/132041 x11 x11/xorg: Broken Intel video driver o ports/132035 x11 [patch] graphics/libdrm: allow slave ports use their o o ports/131930 x11 [PATCH] x11-servers/xorg-server coredumps on exit o ports/131726 x11 x11-servers/xorg-server: xorg server messes with my eh o ports/131696 x11 x11-servers/xorg-server: hald core dumps make X11 unus o ports/131644 x11 x11-servers/xorg-server: Xinerama mouse event (focus f f ports/131124 x11 x11/xorg - New xorg 7.4 hangs until mouse is moved whe o ports/131016 x11 x11/xorg - xorg-7.4 renders system unusable! f ports/126812 x11 x11-drivers/xf86-video-ati - System freeze when exitin o ports/125883 x11 x11-fonts/xorg-fonts-cyrillic is installed, but fonts f ports/123137 x11 x11/libX11: missing ru_RU.UTF-8 locale o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() f ports/119037 x11 x11: Can't type _ (Underscore) under X (gnome) f ports/118645 x11 Xorg need realtime priority for mouse work nice s ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) f ports/117766 x11 x11-servers/xorg-server (7.3) crashes under heavy load f ports/117195 x11 ix11/Xorg 7.3 dumps core at exit (sig 11) o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke 24 problems total. From jimmiejaz at gmail.com Mon Apr 6 04:41:13 2009 From: jimmiejaz at gmail.com (Jimmie James) Date: Mon Apr 6 04:41:20 2009 Subject: xf86-video-intel-2.6.3 resolution issues Message-ID: <49D9E482.1010302@gmail.com> With the previous intel driver, my screen resolution was 1400x1050, and after this latest update: ~>xrandr Screen 0: minimum 320 x 200, current 1280 x 960, maximum 1280 x 1280 VGA connected 1280x960+0+0 (normal left inverted right x axis y axis) 306mm x 230mm 1280x960 60.0* 1024x768 75.0 70.1 60.0 43.5 832x624 74.6 800x600 85.1 72.2 75.0 60.3 56.2 640x480 85.0 75.0 72.8 66.7 59.9 720x400 87.8 70.1 Is anyone else seeing this? Doesn't seem that I'm able to make the display fit the monitor, all of the settings are at 100% yet I've still got about 3 inches on either side of blackness. vgapci0@pci0:0:2:1: class=0x030000 card=0x25821043 chip=0x25828086 rev=0x04 hdr=0x00 vendor = 'Intel Corporation' device = '82915G/GV/GL, 82910GL Integrated Graphics Device' class = display subclass = VGA vgapci0: child drm0 requested pci_enable_busmaster info: [drm] AGP at 0xd0000000 256MB info: [drm] Initialized i915 1.6.0 20080730 vgapci1: mem 0xcfe00000-0xcfe7ffff at device 2.1 on pci0 -- Over the years I've come to regard you as people I've met. From lwindschuh at googlemail.com Mon Apr 6 06:08:29 2009 From: lwindschuh at googlemail.com (Lucius Windschuh) Date: Mon Apr 6 06:08:36 2009 Subject: xf86-video-intel-2.6.3 resolution issues In-Reply-To: <49D9E482.1010302@gmail.com> References: <49D9E482.1010302@gmail.com> Message-ID: <90a5caac0904060546o1f75b640m73c3522d74d38ed6@mail.gmail.com> 2009/4/6 Jimmie James : > [Note all resolutions shown] > > Is anyone else seeing this? ?Doesn't seem that I'm able to make the display > fit the monitor, all of the settings are at 100% yet I've still got about 3 > inches on either side of blackness. My monitor is driven with a higher refresh rate than allowed by the new driver: 60.02 Hz delivered vs. 60 Hz allowed, says the monitor. Manually forcing Xorg with xrandr to use 59.9 Hz works. And moving Xv windows around crash the X server. Sorry, but more details are available in a week My card (Lenovo T400, again): pciconf -lv: vgapci0@pci0:0:2:0: class=0x030000 card=0x211217aa chip=0x2a428086 rev=0x07 hdr=0x00 vendor = 'Intel Corporation' class = display subclass = VGA dmesg: vgapci0: port 0x1800-0x1807 mem 0xf4400000-0xf47fffff,0xd0000000-0xdfffffff irq 16 at device 2 .0 on pci0 agp0: on vgapci0 agp0: detected 32764k stolen memory agp0: aperture size is 256M drm0: on vgapci0 In my opinion: If you have a laptop with this chip, stay to xf86-video-intel 2.5.1. It works, but OpenGL apps create graphic artifacts in 2D windows. Regards Lucius From gerard at seibercom.net Mon Apr 6 07:11:40 2009 From: gerard at seibercom.net (Gerard) Date: Mon Apr 6 07:12:13 2009 Subject: Unable to update: xf86-video-nsc Message-ID: <20090406094121.751eff18@scorpio> Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090406/73ad63ff/signature.pgp From rnoland at FreeBSD.org Mon Apr 6 10:53:53 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Mon Apr 6 10:55:55 2009 Subject: Unable to update: xf86-video-nsc In-Reply-To: <20090406094121.751eff18@scorpio> References: <20090406094121.751eff18@scorpio> Message-ID: <1239040384.1852.4.camel@balrog.2hip.net> On Mon, 2009-04-06 at 09:41 -0400, Gerard wrote: > SYSTEM INFO: > > FreeBSD scorpio.seibercom.net 6.3-RELEASE-p6 FreeBSD 6.3-RELEASE-p6 #0: > Thu Dec 11 22:02:51 EST 2008 > gerard@scorpio.seibercom.net:/usr/obj/usr/src/sys/SCORPIO i386 > > PORT INFO: > > PORTNAME= xf86-video-nsc > PORTVERSION= 2.8.3 > PORTREVISION= 3 I did run this driver through tinderbox on -CURRENT, I'm pretty sure that nothing actually changed in that driver. The header file that it claims is missing is part of mesa, but doesn't appear to be installed. Have you updated graphics/libGL and graphics/dri? robert. > I have an older version of the above port installed. When I attempt to > update to the latest version, the build fails. I have attached a copy > of the build log for your perusal. The log is also available here: > > http://pastebin.ca/1383699 -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090406/d2e8cb2a/attachment.pgp From linimon at FreeBSD.org Mon Apr 6 14:31:10 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Apr 6 14:31:21 2009 Subject: ports/133419: Unable to build x11-drivers/xf86-video-nsc Message-ID: <200904062131.n36LV8Sb011006@freefall.freebsd.org> Old Synopsis: Unable to build xf86-video-nsc New Synopsis: Unable to build x11-drivers/xf86-video-nsc Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: linimon Responsible-Changed-When: Mon Apr 6 21:30:35 UTC 2009 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=133419 From jimmiejaz at gmail.com Mon Apr 6 15:59:42 2009 From: jimmiejaz at gmail.com (Jimmie James) Date: Mon Apr 6 15:59:54 2009 Subject: xf86-video-intel-2.6.3 resolution issues [fixed?] Message-ID: <49DA895F.1000508@gmail.com> After removing HorizSync and VertRefresh from xorg.conf xrandr happily shows #xrandr Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 1600 x 1600 VGA connected 1600x1200+0+0 (normal left inverted right x axis y axis) 306mm x 230mm 1600x1200 65.0* 1280x1024 75.0 1280x960 60.0 1152x864 75.0 1024x768 85.0 75.0 70.1 60.0 43.5 832x624 74.6 800x600 85.1 72.2 75.0 60.3 56.2 640x480 85.0 75.0 72.8 66.7 59.9 720x400 87.8 70.1 Though, using the default of 1600x1200 redraw is slow, jittery. and seeing this in the Xorg.log exaCopyDirty: Pending damage region empty! (--) PCI: (0@0:2:1) Intel Corporation 82915G Integrated Graphics Controller rev 4, Mem @ 0xcfe00000/524288 (this seems to be repeated after first run of mplayer, or vlc: (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1600x1200"x0.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz) (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz) (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz) (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) intel(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz) (II) intel(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) intel(0): Modeline "1600x1200"x0.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz) (II) intel(0): EDID vendor "NEC", prod id 17450 (II) intel(0): direct rendering: XF86DRI Enabled (--) RandR disabled (II) AIGLX: Screen 0 is not DRI2 capable drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: drmOpenMinor returns 10 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (II) AIGLX: enabled GLX_SGI_make_current_read (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control (II) AIGLX: enabled GLX_texture_from_pixmap with driver support (II) AIGLX: Loaded and initialized /usr/local/lib/dri/i915_dri.so (II) GLX: Initialized DRI GL provider for screen 0 (II) intel(0): Setting screen physical size to 306 x 230 vgapci0@pci0:0:2:1: class=0x030000 card=0x25821043 chip=0x25828086 rev=0x04 hdr=0x00 vendor = 'Intel Corporation' device = '82915G/GV/GL, 82910GL Integrated Graphics Device' class = display subclass = VGA vgapci0: child drm0 requested pci_enable_busmaster info: [drm] AGP at 0xd0000000 256MB info: [drm] Initialized i915 1.6.0 20080730 vgapci1: mem 0xcfe00000-0xcfe7ffff at device 2.1 on pci0 -- Over the years I've come to regard you as people I've met. From rnoland at FreeBSD.org Mon Apr 6 16:28:45 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Mon Apr 6 16:28:52 2009 Subject: xf86-video-intel-2.6.3 resolution issues [fixed?] In-Reply-To: <49DA895F.1000508@gmail.com> References: <49DA895F.1000508@gmail.com> Message-ID: <1239060475.1908.4.camel@balrog.2hip.net> On Mon, 2009-04-06 at 18:59 -0400, Jimmie James wrote: > After removing HorizSync and VertRefresh from xorg.conf xrandr happily > shows > #xrandr > Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 1600 x 1600 > VGA connected 1600x1200+0+0 (normal left inverted right x axis y axis) > 306mm x 230mm > 1600x1200 65.0* > 1280x1024 75.0 > 1280x960 60.0 > 1152x864 75.0 > 1024x768 85.0 75.0 70.1 60.0 43.5 > 832x624 74.6 > 800x600 85.1 72.2 75.0 60.3 56.2 > 640x480 85.0 75.0 72.8 66.7 59.9 > 720x400 87.8 70.1 > > Though, using the default of 1600x1200 redraw is slow, jittery. > and seeing this in the Xorg.log > exaCopyDirty: Pending damage region empty! All indications are that this is harmless... robert. > > (--) PCI: (0@0:2:1) Intel Corporation 82915G Integrated Graphics > Controller rev 4, Mem @ 0xcfe00000/524288 > > (this seems to be repeated after first run of mplayer, or vlc: > (II) intel(0): Printing DDC gathered Modelines: > (II) intel(0): Modeline "1600x1200"x0.0 175.50 1600 1664 1856 2160 > 1200 1201 1204 1250 +hsync +vsync (81.2 kHz) > (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 > 605 628 +hsync +vsync (37.9 kHz) > (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 > 603 625 +hsync +vsync (35.2 kHz) > (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 > 484 500 -hsync -vsync (37.5 kHz) > (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 > 492 520 -hsync -vsync (37.9 kHz) > (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 > 486 525 -hsync -vsync (35.0 kHz) > (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 > 492 525 -hsync -vsync (31.5 kHz) > (II) intel(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 > 423 449 -hsync -vsync (39.4 kHz) > (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 > 414 449 -hsync +vsync (31.5 kHz) > (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 > 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) > (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 > 769 772 800 +hsync +vsync (60.0 kHz) > (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 > 771 777 806 -hsync -vsync (56.5 kHz) > (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 > 771 777 806 -hsync -vsync (48.4 kHz) > (II) intel(0): Modeline "1024x768"x0.0 44.90 1024 1032 1208 1264 768 > 768 772 817 interlace +hsync +vsync (35.5 kHz) > (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 > 628 667 -hsync -vsync (49.7 kHz) > (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 > 604 625 +hsync +vsync (46.9 kHz) > (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 > 643 666 +hsync +vsync (48.1 kHz) > (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 > 865 868 900 +hsync +vsync (67.5 kHz) > (II) intel(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 > 484 509 -hsync -vsync (43.3 kHz) > (II) intel(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 > 604 631 +hsync +vsync (53.7 kHz) > (II) intel(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 > 769 772 808 +hsync +vsync (68.7 kHz) > (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 > 961 964 1000 +hsync +vsync (60.0 kHz) > (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 > 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) > (II) intel(0): Modeline "1600x1200"x0.0 175.50 1600 1664 1856 2160 > 1200 1201 1204 1250 +hsync +vsync (81.2 kHz) > (II) intel(0): EDID vendor "NEC", prod id 17450 > > (II) intel(0): direct rendering: XF86DRI Enabled > (--) RandR disabled > > (II) AIGLX: Screen 0 is not DRI2 capable > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 10, (OK) > drmOpenByBusid: Searching for BusID pci:0000:00:02.0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is 10, (OK) > drmOpenByBusid: drmOpenMinor returns 10 > drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 > (II) AIGLX: enabled GLX_SGI_make_current_read > (II) AIGLX: enabled GLX_MESA_copy_sub_buffer > (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control > (II) AIGLX: enabled GLX_texture_from_pixmap with driver support > (II) AIGLX: Loaded and initialized /usr/local/lib/dri/i915_dri.so > (II) GLX: Initialized DRI GL provider for screen 0 > (II) intel(0): Setting screen physical size to 306 x 230 > > > > vgapci0@pci0:0:2:1: class=0x030000 card=0x25821043 chip=0x25828086 > rev=0x04 hdr=0x00 > vendor = 'Intel Corporation' > device = '82915G/GV/GL, 82910GL Integrated Graphics Device' > class = display > subclass = VGA > vgapci0: child drm0 requested pci_enable_busmaster > info: [drm] AGP at 0xd0000000 256MB > info: [drm] Initialized i915 1.6.0 20080730 > vgapci1: mem 0xcfe00000-0xcfe7ffff at device > 2.1 on pci0 > -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090406/ac15f047/attachment.pgp From edwin at FreeBSD.org Tue Apr 7 01:30:18 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Apr 7 01:30:30 2009 Subject: ports/133454: [patch] graphics/libdrm: update to 2.4.6 Message-ID: <200904070830.n378UGWo034549@freefall.freebsd.org> Synopsis: [patch] graphics/libdrm: update to 2.4.6 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 7 08:30:15 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=133454 From atkin901 at yahoo.com Tue Apr 7 11:05:05 2009 From: atkin901 at yahoo.com (Mark Atkinson) Date: Tue Apr 7 11:05:13 2009 Subject: Xorg blank display w/intel 915 on -current Message-ID: With a kernel built from March 6, Xorg 1.6.0, and Intel 2.6.3, all I get is a blank screen. However, if I boot to an earlier kernel from Mar 25 (built to pick up the vblank changes), X comes up fine. Interestingly enough, only the static kernel itself is making the difference, I am loading the Mar 6th drm.ko and i915.ko with the Mar 25th kernel. Attached is a working/non-working diff of Xorg.0.log. (--) PCI:*(0@0:2:0) Intel Corporation 82915G/GV/910GL Integrated Graphics Controller rev 4, Mem @ 0xdff00000/524288, 0xc0000000/268435456, 0xdfec0000/262144, I/O @ 0x0000e890/8, BIOS @ 0x????????/65536 (--) PCI: (0@0:2:1) Intel Corporation 82915G Integrated Graphics Controller rev 4, Mem @ 0xdff80000/524288 vgapci0@pci0:0:2:0: class=0x030000 card=0x01791028 chip=0x25828086 rev=0x04 hdr=0x00 vendor = 'Intel Corporation' device = '82915G/GV/GL, 82910GL Integrated Graphics Device' class = display subclass = VGA vgapci1@pci0:0:2:1: class=0x038000 card=0x01791028 chip=0x27828086 rev=0x04 hdr=0x00 vendor = 'Intel Corporation' device = '82915G Graphics device: 82915G/GV/910GL Express Chipset Family' class = display -- Mark Atkinson atkin901@yahoo.com (!wired)?(coffee++):(wired); -------------- next part -------------- A non-text attachment was scrubbed... Name: Xorg.log.diff Type: text/x-patch Size: 10168 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090407/27966b37/Xorg.log.bin From njm at njm.me.uk Tue Apr 7 12:03:46 2009 From: njm at njm.me.uk (N.J. Mann) Date: Tue Apr 7 12:03:53 2009 Subject: Xorg blank display w/intel 915 on -current In-Reply-To: References: Message-ID: <20090407190341.GA6516@titania.njm.me.uk> Hi, In message , Mark Atkinson (atkin901@yahoo.com) wrote: > With a kernel built from March 6, Xorg 1.6.0, and Intel 2.6.3, all I get is ^^^^^^^ > a blank screen. > > However, if I boot to an earlier kernel from Mar 25 (built to pick up the > vblank changes), X comes up fine. > > Interestingly enough, only the static kernel itself is making the > difference, I am loading the Mar 6th drm.ko and i915.ko with the Mar 25th ^^^^^^^ I do not have a solution, but do you mean April 6th rather than March 6th? That would make more sense when you say "an earlier kernel from Mar 25". Cheers, Nick. -- From atkin901 at yahoo.com Tue Apr 7 13:15:32 2009 From: atkin901 at yahoo.com (Mark Atkinson) Date: Tue Apr 7 13:15:39 2009 Subject: Xorg blank display w/intel 915 on -current References: <20090407190341.GA6516@titania.njm.me.uk> Message-ID: N.J. Mann wrote: > I do not have a solution, but do you mean April 6th rather than March > 6th? That would make more sense when you say "an earlier kernel from > Mar 25". Sigh. Yes. Thanks for the correction. -- Mark Atkinson atkin901@yahoo.com (!wired)?(coffee++):(wired); From onemda at gmail.com Tue Apr 7 13:35:14 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Tue Apr 7 13:35:20 2009 Subject: Xorg blank display w/intel 915 on -current In-Reply-To: References: Message-ID: <3a142e750904071335t72e3cdb4r70961125e29acef9@mail.gmail.com> On 4/7/09, Mark Atkinson wrote: > With a kernel built from March 6, Xorg 1.6.0, and Intel 2.6.3, all I get is > a blank screen. > > However, if I boot to an earlier kernel from Mar 25 (built to pick up the > vblank changes), X comes up fine. > > Interestingly enough, only the static kernel itself is making the > difference, I am loading the Mar 6th drm.ko and i915.ko with the Mar 25th > kernel. Attached is a working/non-working diff of Xorg.0.log. 1.6.0 is with hal support? -- Paul From atkin901 at yahoo.com Tue Apr 7 14:33:40 2009 From: atkin901 at yahoo.com (Mark Atkinson) Date: Tue Apr 7 14:33:48 2009 Subject: Xorg blank display w/intel 915 on -current References: <3a142e750904071335t72e3cdb4r70961125e29acef9@mail.gmail.com> Message-ID: Paul B. Mahol wrote: > On 4/7/09, Mark Atkinson wrote: >> With a kernel built from March 6, Xorg 1.6.0, and Intel 2.6.3, all I get >> is a blank screen. >> >> However, if I boot to an earlier kernel from Mar 25 (built to pick up the >> vblank changes), X comes up fine. >> >> Interestingly enough, only the static kernel itself is making the >> difference, I am loading the Mar 6th drm.ko and i915.ko with the Mar 25th >> kernel. Attached is a working/non-working diff of Xorg.0.log. > > 1.6.0 is with hal support? 1.6.0 is the Xorg server version, and yes. My diff has some minor differences where I launch one with sysmouse and one without. There may be some problem with locking up the computer when launching without moused/sysmouse, but I haven't narrowed that down yet. xorg-server-1.6.0,1 X.Org X server and related programs xorg-7.4_1 X.Org complete distribution metaport -- Mark Atkinson atkin901@yahoo.com (!wired)?(coffee++):(wired); From onemda at gmail.com Tue Apr 7 15:51:19 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Tue Apr 7 15:51:25 2009 Subject: Xorg blank display w/intel 915 on -current In-Reply-To: References: <3a142e750904071335t72e3cdb4r70961125e29acef9@mail.gmail.com> Message-ID: <3a142e750904071551obbfa773ned22ca8d37e1c7d1@mail.gmail.com> On 4/7/09, Mark Atkinson wrote: > Paul B. Mahol wrote: > >> On 4/7/09, Mark Atkinson wrote: >>> With a kernel built from March 6, Xorg 1.6.0, and Intel 2.6.3, all I get >>> is a blank screen. >>> >>> However, if I boot to an earlier kernel from Mar 25 (built to pick up the >>> vblank changes), X comes up fine. >>> >>> Interestingly enough, only the static kernel itself is making the >>> difference, I am loading the Mar 6th drm.ko and i915.ko with the Mar 25th >>> kernel. Attached is a working/non-working diff of Xorg.0.log. >> >> 1.6.0 is with hal support? > > 1.6.0 is the Xorg server version, and yes. My diff has some minor > differences where I launch one with sysmouse and one without. There may be > some problem with locking up the computer when launching without > moused/sysmouse, but I haven't narrowed that down yet. Mine Xorg works fine with intel and it is compiled without hal support. (I forced deletion of hal binaries) -- Paul From linimon at FreeBSD.org Tue Apr 7 17:50:39 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue Apr 7 17:50:50 2009 Subject: ports/133465: x11/xorg: X crashes with mplayer -vo xv with xf86-video-intel [regression] Message-ID: <200904080050.n380octK070436@freefall.freebsd.org> Old Synopsis: X crashes with mplayer -vo xv with xf86-video-intel (it worked before) New Synopsis: x11/xorg: X crashes with mplayer -vo xv with xf86-video-intel [regression] Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: linimon Responsible-Changed-When: Wed Apr 8 00:49:52 UTC 2009 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=133465 From dohzono at gmail.com Tue Apr 7 18:20:05 2009 From: dohzono at gmail.com (Kazuo Dohzono) Date: Tue Apr 7 18:20:13 2009 Subject: ports/133465: x11/xorg: X crashes with mplayer -vo xv with xf86-video-intel [regression] Message-ID: <200904080120.n381K5e0007185@freefall.freebsd.org> The following reply was made to PR ports/133465; it has been noted by GNATS. From: Kazuo Dohzono To: bug-followup@FreeBSD.org, dohzono@gmail.com Cc: Subject: Re: ports/133465: x11/xorg: X crashes with mplayer -vo xv with xf86-video-intel [regression] Date: Wed, 8 Apr 2009 10:16:08 +0900 I downdated xf86-video-intel-2.5.1 (make PORTVERION=2.5.1). > 1) X's default background gray-scale pattern > disappeared (as if I executed "xsetroot -solid black"). > mlterm/twm works OK. This doesn't change. This may be a server-side/base-system issue. > 2) mplayer -vo xv doesn't work (it worked fine with > xf86-video-intel-1.5.*). console black outs (It seems that Alt+Fn > switching is working without any display output). And memory usage > is added to Xorg.0.log (after mplayer is executed, perhaps). mplayer works. This must be a driver issue. Here is a diff of Xorg.0.log from 2.5.1 to 2.6.3. | *** Xorg.0.log Wed Apr 8 09:52:50 2009 | --- Xorg.0.log.old Wed Apr 8 00:04:52 2009 | *************** | *** 11,17 **** | Markers: (--) probed, (**) from config file, (==) default setting, | (++) from command line, (!!) notice, (II) informational, | (WW) warning, (EE) error, (NI) not implemented, (??) unknown. | ! (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 8 09:45:36 2009 | (==) Using config file: "/etc/X11/xorg.conf" | (==) ServerLayout "Simple Layout" | (**) |-->Screen "Screen 1" (0) | --- 11,17 ---- | Markers: (--) probed, (**) from config file, (==) default setting, | (++) from command line, (!!) notice, (II) informational, | (WW) warning, (EE) error, (NI) not implemented, (??) unknown. | ! (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 7 23:53:13 2009 | (==) Using config file: "/etc/X11/xorg.conf" | (==) ServerLayout "Simple Layout" | (**) |-->Screen "Screen 1" (0) | *************** | *** 116,122 **** | (II) LoadModule: "intel" | (II) Loading /usr/local/lib/xorg/modules/drivers//intel_drv.so | (II) Module intel: vendor="X.Org Foundation" | ! compiled for 1.6.0, module version = 2.5.1 | Module class: X.Org Video Driver | ABI class: X.Org Video Driver, version 5.0 | (II) LoadModule: "mouse" | --- 116,122 ---- | (II) LoadModule: "intel" | (II) Loading /usr/local/lib/xorg/modules/drivers//intel_drv.so | (II) Module intel: vendor="X.Org Foundation" | ! compiled for 1.6.0, module version = 2.6.3 | Module class: X.Org Video Driver | ABI class: X.Org Video Driver, version 5.0 | (II) LoadModule: "mouse" | *************** | *** 193,205 **** | (II) intel(0): DPLL_TEST: 0x00010001 () | (II) intel(0): CACHE_MODE_0: 0x00006800 | (II) intel(0): D_STATE: 0x00000000 | ! (II) intel(0): DSPCLK_GATE_D: 0x00001000 (clock gates disabled: DPLUNIT) | ! (II) intel(0): RENCLK_GATE_D1: 0x00000000 | (II) intel(0): RENCLK_GATE_D2: 0x00000000 | (II) intel(0): SDVOB: 0x0008001c (disabled, pipe A, stall disabled, | detected) | (II) intel(0): SDVOC: 0x00080018 (disabled, pipe A, stall disabled, | not detected) | (II) intel(0): SDVOUDI: 0x00000000 | ! (II) intel(0): DSPARB: 0x00001d9c | (II) intel(0): DSPFW1: 0x3f8f0f0f | (II) intel(0): DSPFW2: 0x00000f0f | (II) intel(0): DSPFW3: 0x00000000 | --- 193,205 ---- | (II) intel(0): DPLL_TEST: 0x00010001 () | (II) intel(0): CACHE_MODE_0: 0x00006800 | (II) intel(0): D_STATE: 0x00000000 | ! (II) intel(0): DSPCLK_GATE_D: 0x00000000 (clock gates disabled:) | ! (II) intel(0): RENCLK_GATE_D1: 0x20000000 | (II) intel(0): RENCLK_GATE_D2: 0x00000000 | (II) intel(0): SDVOB: 0x0008001c (disabled, pipe A, stall disabled, | detected) | (II) intel(0): SDVOC: 0x00080018 (disabled, pipe A, stall disabled, | not detected) | (II) intel(0): SDVOUDI: 0x00000000 | ! (II) intel(0): DSPARB: 0x00003f80 | (II) intel(0): DSPFW1: 0x3f8f0f0f | (II) intel(0): DSPFW2: 0x00000f0f | (II) intel(0): DSPFW3: 0x00000000 | *************** | *** 216,261 **** | (II) intel(0): PP_ON_DELAYS: 0x012c0fff | (II) intel(0): PP_OFF_DELAYS: 0x00fa07d0 | (II) intel(0): PP_DIVISOR: 0x003e7f07 | ! (II) intel(0): PFIT_CONTROL: 0xa0000000 | (II) intel(0): PFIT_PGM_RATIOS: 0x06180750 | (II) intel(0): PORT_HOTPLUG_EN: 0x00000020 | (II) intel(0): PORT_HOTPLUG_STAT: 0x00000400 | ! (II) intel(0): DSPACNTR: 0x00000000 (disabled, pipe A) | ! (II) intel(0): DSPASTRIDE: 0x00000000 (0 bytes) | (II) intel(0): DSPAPOS: 0x00000000 (0, 0) | (II) intel(0): DSPASIZE: 0x00000000 (1, 1) | (II) intel(0): DSPABASE: 0x00000000 | ! (II) intel(0): DSPASURF: 0x00000000 | (II) intel(0): DSPATILEOFF: 0x00000000 | (II) intel(0): PIPEACONF: 0x00000000 (disabled, inactive) | (II) intel(0): PIPEASRC: 0x027f01df (640, 480) | ! (II) intel(0): PIPEASTAT: 0x00000203 (status: VSYNC_INT_STATUS | VBLANK_INT_STATUS OREG_UPDATE_STATUS) | ! (II) intel(0): FPA0: 0x00031108 (n = 3, m1 = 17, m2 = 8) | (II) intel(0): FPA1: 0x00031108 (n = 3, m1 = 17, m2 = 8) | ! (II) intel(0): DPLL_A: 0x04800c00 (disabled, non-dvo, VGA, default | clock, DAC/serial mode, p1 = 8, p2 = 10) | ! (II) intel(0): DPLL_A_MD: 0x00000303 | ! (II) intel(0): HTOTAL_A: 0x031f027f (640 active, 800 total) | ! (II) intel(0): HBLANK_A: 0x03170287 (648 start, 792 end) | ! (II) intel(0): HSYNC_A: 0x02ef028f (656 start, 752 end) | ! (II) intel(0): VTOTAL_A: 0x020c01df (480 active, 525 total) | ! (II) intel(0): VBLANK_A: 0x020401e7 (488 start, 517 end) | ! (II) intel(0): VSYNC_A: 0x01eb01e9 (490 start, 492 end) | (II) intel(0): BCLRPAT_A: 0x00000000 | (II) intel(0): VSYNCSHIFT_A: 0x00000000 | ! (II) intel(0): DSPBCNTR: 0x49000000 (disabled, pipe B) | ! (II) intel(0): DSPBSTRIDE: 0x00000280 (640 bytes) | (II) intel(0): DSPBPOS: 0x00000000 (0, 0) | (II) intel(0): DSPBSIZE: 0x00000000 (1, 1) | (II) intel(0): DSPBBASE: 0x00000000 | ! (II) intel(0): DSPBSURF: 0x00000000 | (II) intel(0): DSPBTILEOFF: 0x00000000 | (II) intel(0): PIPEBCONF: 0xc0000000 (enabled, active) | ! (II) intel(0): PIPEBSRC: 0x027f018f (640, 400) | ! (II) intel(0): PIPEBSTAT: 0x80000206 (status: FIFO_UNDERRUN | VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS) | ! (II) intel(0): FPB0: 0x00021509 (n = 2, m1 = 21, m2 = 9) | (II) intel(0): FPB1: 0x00031108 (n = 3, m1 = 17, m2 = 8) | ! (II) intel(0): DPLL_B: 0x99086a00 (enabled, non-dvo, spread spectrum | clock, LVDS mode, p1 = 4, p2 = 7) | ! (II) intel(0): DPLL_B_MD: 0x00000003 | (II) intel(0): HTOTAL_B: 0x06970577 (1400 active, 1688 total) | (II) intel(0): HBLANK_B: 0x06970577 (1400 start, 1688 end) | (II) intel(0): HSYNC_B: 0x061705a7 (1448 start, 1560 end) | --- 216,261 ---- | (II) intel(0): PP_ON_DELAYS: 0x012c0fff | (II) intel(0): PP_OFF_DELAYS: 0x00fa07d0 | (II) intel(0): PP_DIVISOR: 0x003e7f07 | ! (II) intel(0): PFIT_CONTROL: 0x00000000 | (II) intel(0): PFIT_PGM_RATIOS: 0x06180750 | (II) intel(0): PORT_HOTPLUG_EN: 0x00000020 | (II) intel(0): PORT_HOTPLUG_STAT: 0x00000400 | ! (II) intel(0): DSPACNTR: 0x58000000 (disabled, pipe A) | ! (II) intel(0): DSPASTRIDE: 0x00001600 (5632 bytes) | (II) intel(0): DSPAPOS: 0x00000000 (0, 0) | (II) intel(0): DSPASIZE: 0x00000000 (1, 1) | (II) intel(0): DSPABASE: 0x00000000 | ! (II) intel(0): DSPASURF: 0x0012b000 | (II) intel(0): DSPATILEOFF: 0x00000000 | (II) intel(0): PIPEACONF: 0x00000000 (disabled, inactive) | (II) intel(0): PIPEASRC: 0x027f01df (640, 480) | ! (II) intel(0): PIPEASTAT: 0x00000000 (status:) | ! (II) intel(0): FPA0: 0x00021108 (n = 2, m1 = 17, m2 = 8) | (II) intel(0): FPA1: 0x00031108 (n = 3, m1 = 17, m2 = 8) | ! (II) intel(0): DPLL_A: 0x14800c00 (disabled, non-dvo, default clock, | DAC/serial mode, p1 = 8, p2 = 10) | ! (II) intel(0): DPLL_A_MD: 0x00000000 | ! (II) intel(0): HTOTAL_A: 0x033f027f (640 active, 832 total) | ! (II) intel(0): HBLANK_A: 0x033f027f (640 start, 832 end) | ! (II) intel(0): HSYNC_A: 0x02bf0297 (664 start, 704 end) | ! (II) intel(0): VTOTAL_A: 0x020701df (480 active, 520 total) | ! (II) intel(0): VBLANK_A: 0x020701df (480 start, 520 end) | ! (II) intel(0): VSYNC_A: 0x01ea01e8 (489 start, 491 end) | (II) intel(0): BCLRPAT_A: 0x00000000 | (II) intel(0): VSYNCSHIFT_A: 0x00000000 | ! (II) intel(0): DSPBCNTR: 0xd9000000 (enabled, pipe B) | ! (II) intel(0): DSPBSTRIDE: 0x00001600 (5632 bytes) | (II) intel(0): DSPBPOS: 0x00000000 (0, 0) | (II) intel(0): DSPBSIZE: 0x00000000 (1, 1) | (II) intel(0): DSPBBASE: 0x00000000 | ! (II) intel(0): DSPBSURF: 0x0012b000 | (II) intel(0): DSPBTILEOFF: 0x00000000 | (II) intel(0): PIPEBCONF: 0xc0000000 (enabled, active) | ! (II) intel(0): PIPEBSRC: 0x05770419 (1400, 1050) | ! (II) intel(0): PIPEBSTAT: 0x00000206 (status: VSYNC_INT_STATUS | SVBLANK_INT_STATUS VBLANK_INT_STATUS) | ! (II) intel(0): FPB0: 0x00031406 (n = 3, m1 = 20, m2 = 6) | (II) intel(0): FPB1: 0x00031108 (n = 3, m1 = 17, m2 = 8) | ! (II) intel(0): DPLL_B: 0x99046c00 (enabled, non-dvo, spread spectrum | clock, LVDS mode, p1 = 3, p2 = 7) | ! (II) intel(0): DPLL_B_MD: 0x00000000 | (II) intel(0): HTOTAL_B: 0x06970577 (1400 active, 1688 total) | (II) intel(0): HBLANK_B: 0x06970577 (1400 start, 1688 end) | (II) intel(0): HSYNC_B: 0x061705a7 (1448 start, 1560 end) | *************** | *** 267,307 **** | (II) intel(0): VCLK_DIVISOR_VGA0: 0x00031108 | (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406 | (II) intel(0): VCLK_POST_DIV: 0x00020002 | ! (II) intel(0): VGACNTRL: 0x22c4008e (enabled) | ! (II) intel(0): TV_CTL: 0x100000c0 | (II) intel(0): TV_DAC: 0x70000000 | ! (II) intel(0): TV_CSC_Y: 0x00000000 | ! (II) intel(0): TV_CSC_Y2: 0x00000000 | ! (II) intel(0): TV_CSC_U: 0x00000000 | ! (II) intel(0): TV_CSC_U2: 0x00000000 | ! (II) intel(0): TV_CSC_V: 0x00000000 | ! (II) intel(0): TV_CSC_V2: 0x00000000 | ! (II) intel(0): TV_CLR_KNOBS: 0x00000000 | ! (II) intel(0): TV_CLR_LEVEL: 0x00000000 | ! (II) intel(0): TV_H_CTL_1: 0x00000000 | ! (II) intel(0): TV_H_CTL_2: 0x00000000 | ! (II) intel(0): TV_H_CTL_3: 0x00000000 | ! (II) intel(0): TV_V_CTL_1: 0x00000000 | ! (II) intel(0): TV_V_CTL_2: 0x00000000 | ! (II) intel(0): TV_V_CTL_3: 0x00000000 | ! (II) intel(0): TV_V_CTL_4: 0x00000000 | ! (II) intel(0): TV_V_CTL_5: 0x00000000 | ! (II) intel(0): TV_V_CTL_6: 0x00000000 | ! (II) intel(0): TV_V_CTL_7: 0x00000000 | ! (II) intel(0): TV_SC_CTL_1: 0x00000000 | ! (II) intel(0): TV_SC_CTL_2: 0x00000000 | (II) intel(0): TV_SC_CTL_3: 0x00000000 | ! (II) intel(0): TV_WIN_POS: 0x00000000 | ! (II) intel(0): TV_WIN_SIZE: 0x00000000 | ! (II) intel(0): TV_FILTER_CTL_1: 0x00000000 | ! (II) intel(0): TV_FILTER_CTL_2: 0x00000000 | ! (II) intel(0): TV_FILTER_CTL_3: 0x00000000 | (II) intel(0): TV_CC_CONTROL: 0x00000000 | (II) intel(0): TV_CC_DATA: 0x00000000 | ! (II) intel(0): TV_H_LUMA_0: 0x00000000 | ! (II) intel(0): TV_H_LUMA_59: 0x00000000 | ! (II) intel(0): TV_H_CHROMA_0: 0x00000000 | ! (II) intel(0): TV_H_CHROMA_59: 0x00000000 | (II) intel(0): FBC_CFB_BASE: 0x00000000 | (II) intel(0): FBC_LL_BASE: 0x00000000 | (II) intel(0): FBC_CONTROL: 0x00000000 | --- 267,307 ---- | (II) intel(0): VCLK_DIVISOR_VGA0: 0x00031108 | (II) intel(0): VCLK_DIVISOR_VGA1: 0x00031406 | (II) intel(0): VCLK_POST_DIV: 0x00020002 | ! (II) intel(0): VGACNTRL: 0xa2c4008e (disabled) | ! (II) intel(0): TV_CTL: 0x000c00c0 | (II) intel(0): TV_DAC: 0x70000000 | ! (II) intel(0): TV_CSC_Y: 0x0332012d | ! (II) intel(0): TV_CSC_Y2: 0x07d30104 | ! (II) intel(0): TV_CSC_U: 0x0733052d | ! (II) intel(0): TV_CSC_U2: 0x05c70200 | ! (II) intel(0): TV_CSC_V: 0x0340030c | ! (II) intel(0): TV_CSC_V2: 0x06d00200 | ! (II) intel(0): TV_CLR_KNOBS: 0x00404000 | ! (II) intel(0): TV_CLR_LEVEL: 0x010b00e1 | ! (II) intel(0): TV_H_CTL_1: 0x00400359 | ! (II) intel(0): TV_H_CTL_2: 0x80480022 | ! (II) intel(0): TV_H_CTL_3: 0x007c0344 | ! (II) intel(0): TV_V_CTL_1: 0x00f01415 | ! (II) intel(0): TV_V_CTL_2: 0x00060607 | ! (II) intel(0): TV_V_CTL_3: 0x80120001 | ! (II) intel(0): TV_V_CTL_4: 0x000900f0 | ! (II) intel(0): TV_V_CTL_5: 0x000a00f0 | ! (II) intel(0): TV_V_CTL_6: 0x000900f0 | ! (II) intel(0): TV_V_CTL_7: 0x000a00f0 | ! (II) intel(0): TV_SC_CTL_1: 0xc1710087 | ! (II) intel(0): TV_SC_CTL_2: 0x6b405140 | (II) intel(0): TV_SC_CTL_3: 0x00000000 | ! (II) intel(0): TV_WIN_POS: 0x00360024 | ! (II) intel(0): TV_WIN_SIZE: 0x02640198 | ! (II) intel(0): TV_FILTER_CTL_1: 0x8000085e | ! (II) intel(0): TV_FILTER_CTL_2: 0x00012d2d | ! (II) intel(0): TV_FILTER_CTL_3: 0x00009696 | (II) intel(0): TV_CC_CONTROL: 0x00000000 | (II) intel(0): TV_CC_DATA: 0x00000000 | ! (II) intel(0): TV_H_LUMA_0: 0xb1403000 | ! (II) intel(0): TV_H_LUMA_59: 0x0000b060 | ! (II) intel(0): TV_H_CHROMA_0: 0xb1403000 | ! (II) intel(0): TV_H_CHROMA_59: 0x0000b060 | (II) intel(0): FBC_CFB_BASE: 0x00000000 | (II) intel(0): FBC_LL_BASE: 0x00000000 | (II) intel(0): FBC_CONTROL: 0x00000000 | *************** | *** 335,343 **** | (II) intel(0): DPD_AUX_CH_DATA3: 0x00000000 | (II) intel(0): DPD_AUX_CH_DATA4: 0x00000000 | (II) intel(0): DPD_AUX_CH_DATA5: 0x00000000 | ! (II) intel(0): pipe A dot 25200 n 3 m1 17 m2 8 p1 8 p2 10 | ! (II) intel(0): SDVO phase shift 5 out of range -- probobly not an issue. | ! (II) intel(0): pipe B dot 112500 n 2 m1 21 m2 9 p1 4 p2 7 | (II) intel(0): DumpRegsEnd | (II) intel(0): 2 display pipes available. | (II) Loading sub module "ddc" | --- 335,342 ---- | (II) intel(0): DPD_AUX_CH_DATA3: 0x00000000 | (II) intel(0): DPD_AUX_CH_DATA4: 0x00000000 | (II) intel(0): DPD_AUX_CH_DATA5: 0x00000000 | ! (II) intel(0): pipe A dot 31500 n 2 m1 17 m2 8 p1 8 p2 10 | ! (II) intel(0): pipe B dot 112380 n 3 m1 20 m2 6 p1 3 p2 7 | (II) intel(0): DumpRegsEnd | (II) intel(0): 2 display pipes available. | (II) Loading sub module "ddc" | *************** | *** 368,373 **** | --- 367,377 ---- | (II) intel(0): SDVOB: device VID/DID: 04:AA.03, clock range 25.0MHz - 165.0MHz | (II) intel(0): SDVOB: 1 input channel | (II) intel(0): SDVOB: TMDS0 output reported | + (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized. | + (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at | address 0x72. | + (II) intel(0): No SDVO device found on SDVOC | + (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed. | + (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed. | (II) intel(0): Output TV has no monitor section | (II) intel(0): SDVOB: W: 20 (SDVO_CMD_GET_CLOCK_RATE_MULT) | (II) intel(0): SDVOB: R: 01 (Success) | *************** | *** 387,392 **** | --- 391,397 ---- | (II) intel(0): SDVOB: W: 19 | (SDVO_CMD_GET_OUTPUT_TIMINGS_PART2) | (II) intel(0): SDVOB: R: 00 00 00 00 1E 00 00 00 (Success) | (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear | + (II) intel(0): Resizable framebuffer: not available (1 3) | (II) intel(0): EDID for output VGA | (II) intel(0): EDID for output LVDS | (II) intel(0): Manufacturer: SEC Model: 4650 Serial#: 0 | *************** | *** 401,406 **** | --- 406,412 ---- | (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 | (II) intel(0): First detailed timing is preferred mode | (II) intel(0): Preferred mode is native pixel format and refresh rate | + (II) intel(0): Display is continuous-frequency | (II) intel(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550 | (II) intel(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329 | (II) intel(0): Manufacturer's mask: 0 | *************** | *** 408,414 **** | (II) intel(0): clock: 108.0 MHz Image Size: 304 x 228 mm | (II) intel(0): h_active: 1400 h_sync: 1448 h_sync_end 1560 h_blank_end 1688 | h_border: 0 | (II) intel(0): v_active: 1050 v_sync: 1051 v_sync_end 1055 v_blanking: 1066 | v_border: 0 | ! (WW) intel(0): Unknown vendor-specific block f | (II) intel(0): U805G | (II) intel(0): $B%`%=! Synopsis: x11/libXext "Generic Event Extension not available" error is annoying Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 8 05:00:18 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=133482 From alex at mailinglist.ahhyes.net Tue Apr 7 22:11:19 2009 From: alex at mailinglist.ahhyes.net (Alex) Date: Tue Apr 7 22:11:26 2009 Subject: Radeon DRIVER In-Reply-To: <1238970381.1829.17.camel@balrog.2hip.net> References: <49BC0BB6.3090007@mailinglist.ahhyes.net> <1237063193.1809.15.camel@balrog.2hip.net> <49BC16C8.7080009@mailinglist.ahhyes.net> <49C2E537.6050102@mailinglist.ahhyes.net> <1237511562.1777.200.camel@balrog.2hip.net> <49D83F4C.8010205@mailinglist.ahhyes.net> <1238926327.1853.4.camel@balrog.2hip.net> <49D93460.8060901@mailinglist.ahhyes.net> <1238970381.1829.17.camel@balrog.2hip.net> Message-ID: <49DC3F14.9070603@mailinglist.ahhyes.net> wiped the slate clean and rebuilt everything from the current ports snapshot. xorg and kde4 got upgraded. Funnily enough now, the problem has disappeared, i suspect the newer version of xorg has done the trick. I can now use DRI and there is no longer the trailing mess on the screen when a window is dragged. cheers Robert Noland wrote: > On Mon, 2009-04-06 at 08:44 +1000, Alex wrote: > >> Or it could be something that is RV6xx specific? There was another lad >> who posted on the list with an identical issue, but didnt have the same >> card. The radeonhd driver is working flawlessly except when DRI is enabled. >> >> Are you testing under the same version of xorg though? Have you tested >> on an amd64 system with 7-stable or are you testing with current? >> > > All of my machines are -CURRENT, but all of the relevant fixes should be > in -STABLE as of a couple of days ago. Yes, I have run both amd64 and > i386. > > >> [root@desktop /usr/home/alex]# ls -l /var/db/pkg |grep xorg-ser >> drwxr-xr-x 2 root wheel 512 Feb 19 11:13 xorg-server-1.5.3_5,1 >> >> Could it be an xorg issue? >> > > Anything is possible... The inter-dependencies are wide. > > robert. > > >> Robert Noland wrote: >> >>> On Sun, 2009-04-05 at 15:19 +1000, Alex wrote: >>> >>> >>>> Hi Robert, >>>> >>>> Have csup'd, rebuilt world and also rebuilt the radeonhd driver from git >>>> just a moment ago, and still have the same issues. >>>> >>>> Any ideas? >>>> >>>> >>> Not really... The only thing I can think of is if it might be related to >>> vblank and/or interrupts somehow... but I've been running the x1650 on >>> amd64 and i386 builds today and they both work perfectly... I'm >>> actually wondering if it might not be a window manager issue or >>> something at this point... >>> >>> robert. >>> >>> >>> >>>> Alex. >>>> >>>> Robert Noland wrote: >>>> >>>> >>>>> On Fri, 2009-03-20 at 11:37 +1100, Alex wrote: >>>>> >>>>> >>>>> >>>>>> Hi Robert, >>>>>> >>>>>> Sorry to be a pest, I realize you have plenty of other issues to contend >>>>>> with atm, just wondering whether you have some ideas on what may be >>>>>> causing the issue I am experiencing when enabling DRI? I have disabled >>>>>> DRI for the time being because of the trailing mess that gets left >>>>>> behind on the screen when I drag windows on the screen. >>>>>> >>>>>> have there been any updates to the DRM code? >>>>>> >>>>>> >>>>>> >>>>> Several actually... I don't know specifically if they might address your >>>>> issue. I was trying to look at a radeon "garbled screen" issue today >>>>> that might be relevant... >>>>> >>>>> I am running on an x1650 right now, without issue though... So I don't >>>>> know why the issue only effects some chips... >>>>> >>>>> robert. >>>>> >>>>> >>>>> >>>>> >>>>>> Alex wrote: >>>>>> >>>>>> >>>>>> >>>>>>> Hi Robert, >>>>>>> >>>>>>> I am using the Radeonhd Driver from git. DRI wouldn't even work at all >>>>>>> until I used the git driver. >>>>>>> >>>>>>> The driver from git was obtained on the 12th March >>>>>>> >>>>>>> Robert Noland wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>>> On Sun, 2009-03-15 at 06:55 +1100, Alex wrote: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> Hi Robert, >>>>>>>>> >>>>>>>>> Any suggestions on this? The problems occur as soon as I enable DRI. >>>>>>>>> xv is working, however I have the issue(s) below: >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> Which driver are you using and what version? I still suggest radeonhd >>>>>>>> from git... I did also commit an updated xf86-video-ati yesterday, that >>>>>>>> is supposed to have support in it... You might try that. >>>>>>>> >>>>>>>> robert. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> -------- Original Message -------- >>>>>>>>> Subject: Re: Radeon DRIVER >>>>>>>>> Date: Thu, 12 Mar 2009 13:51:15 +1100 >>>>>>>>> From: Alex >>>>>>>>> To: freebsd-x11@freebsd.org >>>>>>>>> References: <20090305161651.GB1369@lobo.ewinter.org> >>>>>>>>> <1236275215.1384.50.camel@widget.2hip.net> >>>>>>>>> <20090305180523.GA2039@lobo.ewinter.org> >>>>>>>>> <20090306133119.1af6894c@ernst.jennejohn.org> >>>>>>>>> <1236363408.55221.16.camel@balrog.2hip.net> >>>>>>>>> <20090306203055.582faa02@ernst.jennejohn.org> >>>>>>>>> <1236371734.1671.5.camel@balrog.2hip.net> >>>>>>>>> <49B3D755.2050308@phat.za.net> >>>>>>>>> <1236536316.1778.22.camel@balrog.2hip.net> >>>>>>>>> <49B42548.3000308@phat.za.net> <49B57ACD.5030405@phat.za.net> >>>>>>>>> <1236741375.2091.32.camel@balrog.2hip.net> >>>>>>>>> <49B72FEC.2090909@mailinglist.ahhyes.net> >>>>>>>>> <1236746127.2091.33.camel@balrog.2hip.net> >>>>>>>>> <49B7600A.50204@mailinglist.ahhyes.net> >>>>>>>>> <49B76134.5050501@mailinglist.ahhyes.net> >>>>>>>>> <49B76330.60703@mailinglist.ahhyes.net> >>>>>>>>> <1236761094.1697.5.camel@balrog.2hip.net> >>>>>>>>> <49B7AEE7.4060704@mailinglist.ahhyes.net> >>>>>>>>> <1236796811.1679.9.camel@balrog.2hip.net> >>>>>>>>> <49B815BF.30704@mailinglist.ahhyes.net> >>>>>>>>> <49B83174.3080002@phat.za.net> >>>>>>>>> <49B8709A.20809@mailinglist.ahhyes.net> >>>>>>>>> <49B871CC.1070600@mailinglist.ahhyes! .net> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> I have some weird things going on now... >>>>>>>>> >>>>>>>>> Sometimes when I drag a window, a copy of the window is left behind >>>>>>>>> in the previous position (background is not restored), refer to this >>>>>>>>> screenshot: >>>>>>>>> >>>>>>>>> http://ahhyes.net/gfxweird.jpg >>>>>>>>> >>>>>>>>> I have mozilla firefox open. I have dragged the window down but >>>>>>>>> there is still image data at the top where the image previously was. >>>>>>>>> If I close the application both images are cleared and everything >>>>>>>>> appears normal. >>>>>>>>> >>>>>>>>> Similar things happen in a terminal window as well. If i issue the >>>>>>>>> "clear" command to clear the window contents, part of the window are >>>>>>>>> cleared but there are still characters here and there from the >>>>>>>>> previous screen content. >>>>>>>>> >>>>>>>>> Any ideas? >>>>>>>>> >>>>>>>>> Alex wrote: >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>> IT WORKS!!!!!!!!!!!!!!!!!! >>>>>>>>>> >>>>>>>>>> WOOOOOOOOOOOOOHOOOOOOOOOOOOOOOOOO!!! >>>>>>>>>> >>>>>>>>>> Thanks to everyone that helped! >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Alex wrote: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> Aragon Gouveia wrote: >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>>> Alex wrote: >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>>> Have all the above already. Build is broken. >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> After just getting DRI working on my RV620, I might suggest using >>>>>>>>>>>> the x11-drivers/xf86-video-radeonhd-devel port instead. Seems to >>>>>>>>>>>> work well here, and builds without a hitch of course. :) >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> Regards, >>>>>>>>>>>> Aragon >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> Thank you! That gave me a vital clue. I looked at the Makefile for >>>>>>>>>>> that port as I could see that the configure script for the port >>>>>>>>>>> was finding PCIUTILS fine, but the configure script for the driver >>>>>>>>>>> in git wasnt. The Makefile defines some variables, and I was able >>>>>>>>>>> to get the driver to build by doing the following: >>>>>>>>>>> >>>>>>>>>>> [root@desktop ~/xf86-video-radeonhd]# export >>>>>>>>>>> PCIUTILS_CFLAGS="-I/usr/local/include -lpci -lz" >>>>>>>>>>> [root@desktop ~/xf86-video-radeonhd]# export >>>>>>>>>>> PCIUTILS_LIBS="-L/usr/local/lib" >>>>>>>>>>> >>>>>>>>>>> Now to install the driver and test.. I'll get back to the list >>>>>>>>>>> with the results. >>>>>>>>>>> >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> freebsd-x11@freebsd.org mailing list >>>>>>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>>>>>>>> To unsubscribe, send any mail to >>>>>>>>>>> "freebsd-x11-unsubscribe@freebsd.org" >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>>>>> freebsd-x11@freebsd.org mailing list >>>>>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>>>>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> freebsd-x11@freebsd.org mailing list >>>>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>>>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>>>>>>>> >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> freebsd-x11@freebsd.org mailing list >>>>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>>>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>> _______________________________________________ >>>>>>> freebsd-x11@freebsd.org mailing list >>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> _______________________________________________ >>>>>> freebsd-x11@freebsd.org mailing list >>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>>>>> >>>>>> >>>>>> >>>> _______________________________________________ >>>> freebsd-x11@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >>>> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >>>> >>>> >> _______________________________________________ >> freebsd-x11@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >> From rnoland at FreeBSD.org Tue Apr 7 22:20:03 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Tue Apr 7 22:20:10 2009 Subject: ports/133482: x11/libXext "Generic Event Extension not available" error is annoying Message-ID: <200904080520.n385K3nl035655@freefall.freebsd.org> The following reply was made to PR ports/133482; it has been noted by GNATS. From: Robert Noland To: bug-followup@FreeBSD.org, kientzle@FreeBSD.org Cc: Subject: Re: ports/133482: x11/libXext "Generic Event Extension not available" error is annoying Date: Wed, 08 Apr 2009 00:09:24 -0500 --=-8K2vUwgm7tZFKNoN+co2 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I'm not changing this. If you would like to file a bug upstream, then please do. Server 1.6 supports this feature, so on a local server it is a non-issue now. robert. --=20 Robert Noland FreeBSD --=-8K2vUwgm7tZFKNoN+co2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAkncMYQACgkQM4TrQ4qfROMu6QCeJjG0acin+75vCO8r61yJyMTY 6z0AoIbU8nBfGYBkiD+5SfT4v4z/MomP =s4E5 -----END PGP SIGNATURE----- --=-8K2vUwgm7tZFKNoN+co2-- From andrew at doadesweb.co.uk Wed Apr 8 03:08:15 2009 From: andrew at doadesweb.co.uk (Andrew Doades) Date: Wed Apr 8 03:08:23 2009 Subject: ports error Message-ID: <49DC73A4.4050205@doadesweb.co.uk> Getting error when trying to install boinc on PCBSD 7.0 checking whether to use XCB... (cached) yes ./configure: 21141: Syntax error: word unexpected (expecting ")") ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/libX11/work/libX11-1.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11/libX11. *** Error code 1 Stop in /usr/ports/net/boinc-client. *** Error code 1 Stop in /usr/ports/net/boinc-client. *** Error code 1 Stop in /usr/ports/astro/boinc-setiathome-enhanced. *** Error code 1 Stop in /usr/ports/astro/boinc-setiathome-enhanced. -------------- next part -------------- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libX11 configure 1.2, which was generated by GNU Autoconf 2.62. Invocation command line was $ ./configure --datadir=/usr/local/lib --with-xcb=yes --enable-malloc0returnsnull --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd7.2 ## --------- ## ## Platform. ## ## --------- ## hostname = andrew uname -m = i386 uname -r = 7.2-PRERELEASE uname -s = FreeBSD uname -v = FreeBSD 7.2-PRERELEASE #9: Fri Mar 20 18:29:01 EDT 2009 root@pcbsdx32-7:/usr/obj/pcbsd-build71/cvs/7.1-src/sys/PCBSD /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /Programs/bin PATH: /PCBSD/local/bin PATH: /PCBSD/local/sbin PATH: /PCBSD/local/kde4/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/local/kde4/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2208: checking for a BSD-compatible install configure:2276: result: /usr/bin/install -c -o root -g wheel configure:2287: checking whether build environment is sane configure:2330: result: yes configure:2355: checking for a thread-safe mkdir -p configure:2394: result: ./install-sh -c -d configure:2407: checking for gawk configure:2423: found /PCBSD/local/bin/gawk configure:2434: result: gawk configure:2445: checking whether make sets $(MAKE) configure:2467: result: yes configure:2656: checking whether to enable maintainer-specific portions of Makefiles configure:2665: result: no configure:2690: checking if xorg-macros used to generate configure is at least 1.2 configure:2705: result: yes, 1.2.1 configure:2788: checking build system type configure:2806: result: i386-portbld-freebsd7.2 configure:2828: checking host system type configure:2843: result: i386-portbld-freebsd7.2 configure:2877: checking for style of include used by make configure:2905: result: GNU configure:2975: checking for gcc configure:3002: result: cc configure:3240: checking for C compiler version configure:3248: cc --version >&5 cc (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3252: $? = 0 configure:3259: cc -v >&5 Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:3263: $? = 0 configure:3270: cc -V >&5 cc: '-V' option must have argument configure:3274: $? = 1 configure:3297: checking for C compiler default output file name configure:3319: cc -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:3323: $? = 0 configure:3361: result: a.out configure:3378: checking whether the C compiler works configure:3388: ./a.out configure:3392: $? = 0 configure:3409: result: yes configure:3416: checking whether we are cross compiling configure:3418: result: no configure:3421: checking for suffix of executables configure:3428: cc -o conftest -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:3432: $? = 0 configure:3456: result: configure:3462: checking for suffix of object files configure:3488: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:3492: $? = 0 configure:3515: result: o configure:3519: checking whether we are using the GNU C compiler configure:3548: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:3555: $? = 0 configure:3572: result: yes configure:3581: checking whether cc accepts -g configure:3611: cc -c -g conftest.c >&5 configure:3618: $? = 0 configure:3719: result: yes configure:3736: checking for cc option to accept ISO C89 configure:3810: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:3817: $? = 0 configure:3840: result: none needed configure:3860: checking dependency style of cc configure:3951: result: gcc3 configure:3966: checking for a sed that does not truncate output configure:4022: result: /usr/bin/sed configure:4025: checking for grep that handles long lines and -e configure:4085: result: /usr/bin/grep configure:4090: checking for egrep configure:4154: result: /usr/bin/grep -E configure:4170: checking for ld used by cc configure:4237: result: /usr/bin/ld configure:4246: checking if the linker (/usr/bin/ld) is GNU ld configure:4261: result: yes configure:4266: checking for /usr/bin/ld option to reload object files configure:4273: result: -r configure:4291: checking for BSD-compatible nm configure:4340: result: /usr/bin/nm -B configure:4344: checking whether ln -s works configure:4348: result: yes configure:4355: checking how to recognize dependent libraries configure:4541: result: pass_all configure:4790: checking how to run the C preprocessor configure:4830: cc -E conftest.c configure:4837: $? = 0 configure:4868: cc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4875: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libX11" | #define PACKAGE_TARNAME "libX11" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "libX11 1.2" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE "libX11" | #define VERSION "1.2" | /* end confdefs.h. */ | #include configure:4908: result: cc -E configure:4937: cc -E conftest.c configure:4944: $? = 0 configure:4975: cc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4982: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libX11" | #define PACKAGE_TARNAME "libX11" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "libX11 1.2" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE "libX11" | #define VERSION "1.2" | /* end confdefs.h. */ | #include configure:5020: checking for ANSI C header files configure:5050: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:5057: $? = 0 configure:5156: cc -o conftest -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:5160: $? = 0 configure:5166: ./conftest configure:5170: $? = 0 configure:5188: result: yes configure:5212: checking for sys/types.h configure:5233: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:5240: $? = 0 configure:5257: result: yes configure:5212: checking for sys/stat.h configure:5233: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:5240: $? = 0 configure:5257: result: yes configure:5212: checking for stdlib.h configure:5233: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:5240: $? = 0 configure:5257: result: yes configure:5212: checking for string.h configure:5233: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:5240: $? = 0 configure:5257: result: yes configure:5212: checking for memory.h configure:5233: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:5240: $? = 0 configure:5257: result: yes configure:5212: checking for strings.h configure:5233: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:5240: $? = 0 configure:5257: result: yes configure:5212: checking for inttypes.h configure:5233: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:5240: $? = 0 configure:5257: result: yes configure:5212: checking for stdint.h configure:5233: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:5240: $? = 0 configure:5257: result: yes configure:5212: checking for unistd.h configure:5233: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:5240: $? = 0 configure:5257: result: yes configure:5286: checking dlfcn.h usability configure:5303: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:5310: $? = 0 configure:5324: result: yes configure:5328: checking dlfcn.h presence configure:5343: cc -E conftest.c configure:5350: $? = 0 configure:5364: result: yes configure:5397: checking for dlfcn.h configure:5406: result: yes configure:5536: checking for C++ compiler version configure:5544: c++ --version >&5 c++ (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:5548: $? = 0 configure:5555: c++ -v >&5 Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:5559: $? = 0 configure:5566: c++ -V >&5 c++: '-V' option must have argument configure:5570: $? = 1 configure:5573: checking whether we are using the GNU C++ compiler configure:5602: c++ -c -O2 -fno-strict-aliasing -pipe conftest.cpp >&5 configure:5609: $? = 0 configure:5626: result: yes configure:5635: checking whether c++ accepts -g configure:5665: c++ -c -g conftest.cpp >&5 configure:5672: $? = 0 configure:5773: result: yes configure:5798: checking dependency style of c++ configure:5889: result: gcc3 configure:5914: checking how to run the C++ preprocessor configure:5950: c++ -E conftest.cpp configure:5957: $? = 0 configure:5988: c++ -E conftest.cpp conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory configure:5995: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libX11" | #define PACKAGE_TARNAME "libX11" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "libX11 1.2" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE "libX11" | #define VERSION "1.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:6028: result: c++ -E configure:6057: c++ -E conftest.cpp configure:6064: $? = 0 configure:6095: c++ -E conftest.cpp conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory configure:6102: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libX11" | #define PACKAGE_TARNAME "libX11" | #define PACKAGE_VERSION "1.2" | #define PACKAGE_STRING "libX11 1.2" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE "libX11" | #define VERSION "1.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:6195: checking for g77 configure:6225: result: no configure:6195: checking for xlf configure:6225: result: no configure:6195: checking for f77 configure:6225: result: no configure:6195: checking for frt configure:6225: result: no configure:6195: checking for pgf77 configure:6225: result: no configure:6195: checking for cf77 configure:6225: result: no configure:6195: checking for fort77 configure:6225: result: no configure:6195: checking for fl32 configure:6225: result: no configure:6195: checking for af77 configure:6225: result: no configure:6195: checking for xlf90 configure:6225: result: no configure:6195: checking for f90 configure:6225: result: no configure:6195: checking for pgf90 configure:6225: result: no configure:6195: checking for pghpf configure:6225: result: no configure:6195: checking for epcf90 configure:6225: result: no configure:6195: checking for gfortran configure:6225: result: no configure:6195: checking for g95 configure:6225: result: no configure:6195: checking for xlf95 configure:6225: result: no configure:6195: checking for f95 configure:6225: result: no configure:6195: checking for fort configure:6225: result: no configure:6195: checking for ifort configure:6225: result: no configure:6195: checking for ifc configure:6225: result: no configure:6195: checking for efc configure:6225: result: no configure:6195: checking for pgf95 configure:6225: result: no configure:6195: checking for lf95 configure:6225: result: no configure:6195: checking for ftn configure:6225: result: no configure:6252: checking for Fortran 77 compiler version configure:6260: --version >&5 --version: not found configure:6264: $? = 127 configure:6271: -v >&5 -v: not found configure:6275: $? = 127 configure:6282: -V >&5 -V: not found configure:6286: $? = 127 configure:6294: checking whether we are using the GNU Fortran 77 compiler configure:6313: -c conftest.F >&5 -c: not found configure:6320: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:6337: result: no configure:6343: checking whether accepts -g configure:6360: -c -g conftest.f >&5 -c: not found configure:6367: $? = 127 configure: failed program was: | program main | | end configure:6383: result: no configure:6416: checking the maximum length of command line arguments configure:6528: result: 262144 configure:6540: checking command to parse /usr/bin/nm -B output from cc object configure:6645: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:6648: $? = 0 configure:6652: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:6655: $? = 0 configure:6707: cc -o conftest -O2 -fno-strict-aliasing -pipe conftest.c conftstm.o >&5 configure:6710: $? = 0 configure:6748: result: ok configure:6752: checking for objdir configure:6767: result: .libs configure:6859: checking for ar configure:6875: found /usr/bin/ar configure:6886: result: ar configure:6955: checking for ranlib configure:6971: found /usr/bin/ranlib configure:6982: result: ranlib configure:7051: checking for strip configure:7067: found /usr/bin/strip configure:7078: result: strip configure:7680: checking if cc supports -fno-rtti -fno-exceptions configure:7698: cc -c -O2 -fno-strict-aliasing -pipe -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:7702: $? = 0 configure:7715: result: no configure:7730: checking for cc option to produce PIC configure:7962: result: -fPIC configure:7970: checking if cc PIC flag -fPIC works configure:7988: cc -c -O2 -fno-strict-aliasing -pipe -fPIC -DPIC conftest.c >&5 configure:7992: $? = 0 configure:8005: result: yes configure:8033: checking if cc static flag -static works configure:8061: result: yes configure:8071: checking if cc supports -c -o file.o configure:8092: cc -c -O2 -fno-strict-aliasing -pipe -o out/conftest2.o conftest.c >&5 configure:8096: $? = 0 configure:8118: result: yes configure:8144: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:9132: result: yes configure:9153: checking whether -lc should be explicitly linked in configure:9158: cc -c -O2 -fno-strict-aliasing -pipe conftest.c >&5 configure:9161: $? = 0 configure:9176: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:9179: $? = 0 configure:9191: result: no configure:9199: checking dynamic linker characteristics configure:9801: result: freebsd7.2 ld.so configure:9825: checking how to hardcode library paths into programs configure:9850: result: immediate configure:9864: checking whether stripping libraries is possible configure:9869: result: yes configure:10699: checking if libtool supports shared libraries configure:10701: result: yes configure:10704: checking whether to build shared libraries configure:10725: result: yes configure:10728: checking whether to build static libraries configure:10732: result: yes configure:10826: creating libtool configure:11419: checking for ld used by c++ configure:11486: result: /usr/bin/ld configure:11495: checking if the linker (/usr/bin/ld) is GNU ld configure:11510: result: yes configure:11561: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:12515: result: yes configure:12532: c++ -c -O2 -fno-strict-aliasing -pipe conftest.cpp >&5 configure:12535: $? = 0 configure:12691: checking for c++ option to produce PIC configure:12975: result: -fPIC configure:12983: checking if c++ PIC flag -fPIC works configure:13001: c++ -c -O2 -fno-strict-aliasing -pipe -fPIC -DPIC conftest.cpp >&5 configure:13005: $? = 0 configure:13018: result: yes configure:13046: checking if c++ static flag -static works configure:13074: result: yes configure:13084: checking if c++ supports -c -o file.o configure:13105: c++ -c -O2 -fno-strict-aliasing -pipe -o out/conftest2.o conftest.cpp >&5 configure:13109: $? = 0 configure:13131: result: yes configure:13157: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:13183: result: yes configure:13250: checking dynamic linker characteristics configure:13800: result: freebsd7.2 ld.so configure:13824: checking how to hardcode library paths into programs configure:13849: result: immediate configure:20134: checking for gcc configure:20161: result: cc configure:20399: checking for C compiler version configure:20407: cc --version >&5 cc (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:20411: $? = 0 configure:20418: cc -v >&5 Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:20422: $? = 0 configure:20429: cc -V >&5 cc: '-V' option must have argument configure:20433: $? = 1 configure:20436: checking whether we are using the GNU C compiler configure:20489: result: yes configure:20498: checking whether cc accepts -g configure:20636: result: yes configure:20653: checking for cc option to accept ISO C89 configure:20757: result: none needed configure:20777: checking dependency style of cc configure:20868: result: gcc3 configure:21017: checking for cpp configure:21036: found /usr/bin/cpp configure:21048: result: /usr/bin/cpp configure:21064: checking if /usr/bin/cpp requires -undef configure:21075: result: yes configure:21090: checking if /usr/bin/cpp requires -traditional configure:21101: result: yes configure:21122: checking whether to use XCB configure:21129: result: yes ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-portbld-freebsd7.2 ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set='' ac_cv_env_CCC_value='' ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe' ac_cv_env_CPPFLAGS_set='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_CXXCPP_set='' ac_cv_env_CXXCPP_value='' ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-O2 -fno-strict-aliasing -pipe' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_F77_set='' ac_cv_env_F77_value='' ac_cv_env_FFLAGS_set='' ac_cv_env_FFLAGS_value='' ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-portbld-freebsd7.2 ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_f77_compiler_gnu=no ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i386-portbld-freebsd7.2 ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_RAWCPP=/usr/bin/cpp ac_cv_prog_AWK=gawk ac_cv_prog_CPP='cc -E' ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=cc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89='' ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_use_xcb=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='' lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/usr/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib' lt_cv_sys_lib_search_path_spec=/usr/lib lt_cv_sys_max_cmd_len=262144 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='/usr/local/bin/aclocal-1.10' ADMIN_MAN_DIR='' ADMIN_MAN_SUFFIX='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/x11/libX11/work/libX11-1.2/missing --run tar' APP_MAN_DIR='' APP_MAN_SUFFIX='' AR='ar' AUTOCONF='/usr/local/bin/autoconf-2.62' AUTOHEADER='/usr/local/bin/autoheader-2.62' AUTOMAKE='/usr/local/bin/automake-1.10' AWK='gawk' BIGFONT_CFLAGS='' BIGFONT_LIBS='' CC='cc' CCDEPMODE='depmode=gcc3' CC_FOR_BUILD='cc' CFLAGS='-O2 -fno-strict-aliasing -pipe' CHANGELOG_CMD='' CPP='cc -E' CPPFLAGS='' CWARNFLAGS='-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O2 -fno-strict-aliasing -pipe' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DRIVER_MAN_DIR='' DRIVER_MAN_SUFFIX='' DSYMUTIL='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' F77='' FFLAGS='' FILE_MAN_DIR='' FILE_MAN_SUFFIX='' GREP='/usr/bin/grep' I18N_MODULE_LIBS='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' KEYSYMDEF='' LAUNCHD='' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) /usr/local/bin/libtool' LIB_MAN_DIR='' LIB_MAN_SUFFIX='' LINT='' LINTLIB='' LINT_FALSE='' LINT_FLAGS='' LINT_TRUE='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/ports/x11/libX11/work/libX11-1.2/missing --run makeinfo' MAKE_LINT_LIB_FALSE='' MAKE_LINT_LIB_TRUE='' MALLOC_ZERO_CFLAGS='' MANPAGES_FALSE='' MANPAGES_TRUE='' MISC_MAN_DIR='' MISC_MAN_SUFFIX='' MKDIR_P='./install-sh -c -d' NMEDIT='' OBJEXT='o' OS2_FALSE='' OS2_TRUE='' PACKAGE='libX11' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' PACKAGE_NAME='libX11' PACKAGE_STRING='libX11 1.2' PACKAGE_TARNAME='libX11' PACKAGE_VERSION='1.2' PATH_SEPARATOR=':' RANLIB='ranlib' RAWCPP='/usr/bin/cpp' RAWCPPFLAGS='-undef -traditional' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' THRSTUBS_FALSE='' THRSTUBS_TRUE='' UDC_FALSE='' UDC_TRUE='' VERSION='1.2' WCHAR32='' X11_CFLAGS='' X11_DATADIR='' X11_EXTRA_DEPS='' X11_LIBDIR='' X11_LIBS='' X11_LOCALEDATADIR='' X11_LOCALEDIR='' X11_LOCALELIBDIR='' XCB_FALSE='#' XCB_TRUE='' XCMS_FALSE='' XCMS_TRUE='' XDMCP_CFLAGS='' XDMCP_LIBS='' XERRORDB='' XKBPROTO_REQUIRES='' XKB_FALSE='' XKB_TRUE='' XKEYSYMDB='' XLIB_LOADABLE_I18N_FALSE='' XLIB_LOADABLE_I18N_TRUE='' XLOCALEDATADIR='' XLOCALEDIR='' XLOCALELIBDIR='' XLOCALE_FALSE='' XLOCALE_TRUE='' XMALLOC_ZERO_CFLAGS='' XPROTO_CFLAGS='' XTHREADLIB='' XTHREAD_CFLAGS='' XTMALLOC_ZERO_CFLAGS='' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_F77='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd7.2' build_alias='i386-portbld-freebsd7.2' build_cpu='i386' build_os='freebsd7.2' build_vendor='portbld' datadir='/usr/local/lib' datarootdir='${prefix}/share' distcleancheck_listfiles='' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='i386-portbld-freebsd7.2' host_alias='' host_cpu='i386' host_os='freebsd7.2' host_vendor='portbld' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/local/info' install_sh='$(SHELL) /usr/ports/x11/libX11/work/libX11-1.2/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='/usr/local/man' mkdir_p='$(top_builddir)/./install-sh -c -d' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "libX11" #define PACKAGE_TARNAME "libX11" #define PACKAGE_VERSION "1.2" #define PACKAGE_STRING "libX11 1.2" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" #define PACKAGE "libX11" #define VERSION "1.2" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 configure: exit 2 From vova at fbsd.ru Wed Apr 8 06:27:05 2009 From: vova at fbsd.ru (Vladimir Grebenschikov) Date: Wed Apr 8 06:27:12 2009 Subject: ports/133482: x11/libXext "Generic Event Extension not available" error is annoying In-Reply-To: <200904080520.n385K3nl035655@freefall.freebsd.org> References: <200904080520.n385K3nl035655@freefall.freebsd.org> Message-ID: <1239194557.2215.19.camel@localhost> On Wed, 2009-04-08 at 05:20 +0000, Robert Noland wrote: It is really annoying, probably it worth to fix that. Even with 1.6 issues still remains with remote server. > The following reply was made to PR ports/133482; it has been noted by GNATS. > > From: Robert Noland > To: bug-followup@FreeBSD.org, kientzle@FreeBSD.org > Cc: > Subject: Re: ports/133482: x11/libXext "Generic Event Extension not > available" error is annoying > Date: Wed, 08 Apr 2009 00:09:24 -0500 > > --=-8K2vUwgm7tZFKNoN+co2 > Content-Type: text/plain > Content-Transfer-Encoding: quoted-printable > > I'm not changing this. If you would like to file a bug upstream, then > please do. Server 1.6 supports this feature, so on a local server it is > a non-issue now. > > robert. > > --=20 > Robert Noland > FreeBSD > > --=-8K2vUwgm7tZFKNoN+co2 > Content-Type: application/pgp-signature; name="signature.asc" > Content-Description: This is a digitally signed message part > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.11 (FreeBSD) > > iEYEABECAAYFAkncMYQACgkQM4TrQ4qfROMu6QCeJjG0acin+75vCO8r61yJyMTY > 6z0AoIbU8nBfGYBkiD+5SfT4v4z/MomP > =s4E5 > -----END PGP SIGNATURE----- > > --=-8K2vUwgm7tZFKNoN+co2-- > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" -- Vladimir B. Grebenschikov vova@fbsd.ru From andy.lavr at reactor-xg.kiev.ua Wed Apr 8 10:32:09 2009 From: andy.lavr at reactor-xg.kiev.ua (Andrei V. Lavreniyuk) Date: Wed Apr 8 10:32:17 2009 Subject: No work ports/x11/xkeyboard-config (xkeyboard-config-1.5) Message-ID: <49DCD7C4.8010706@reactor-xg.kiev.ua> Hi! If xkeyboard-config-1.5 then: ------------------------------------------------------- (II) config/hal: Adding input device Ergomedia (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (**) Ergomedia: always reports core events (**) Option "Protocol" "standard" (**) Ergomedia: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Ergomedia: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Ergomedia: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) Ergomedia: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Ergomedia: CustomKeycodes disabled (II) XINPUT: Adding extended input device "Ergomedia" (type: KEYBOARD) (EE) XKB: Rules returned no components (EE) XKB: No components provided for device Ergomedia (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap (II) config/hal: Adding input device AT Keyboard (**) AT Keyboard: always reports core events (**) Option "Protocol" "standard" (**) AT Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) AT Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) AT Keyboard: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) AT Keyboard: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) AT Keyboard: CustomKeycodes disabled (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) (EE) XKB: Rules returned no components (EE) XKB: No components provided for device AT Keyboard (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap (EE) Error compiling keymap (server-0) (EE) XKB: Couldn't compile keymap --------------------------------------------------- If xkeyboard-config-1.4 then: ------------------------------------------------------- (II) config/hal: Adding input device Ergomedia (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (**) Ergomedia: always reports core events (**) Option "Protocol" "standard" (**) Ergomedia: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Ergomedia: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Ergomedia: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) Ergomedia: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Ergomedia: CustomKeycodes disabled (II) XINPUT: Adding extended input device "Ergomedia" (type: KEYBOARD) (II) config/hal: Adding input device AT Keyboard (**) AT Keyboard: always reports core events (**) Option "Protocol" "standard" (**) AT Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) AT Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) AT Keyboard: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) AT Keyboard: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) AT Keyboard: CustomKeycodes disabled (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) --------------------------------------------------- Port xkeyboard-config-1.4 work fine, xkeyboard-config-1.5 is bad! -- Best regards, Andrei V. Lavreniyuk. From rnoland at FreeBSD.org Wed Apr 8 11:06:12 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Wed Apr 8 11:06:19 2009 Subject: No work ports/x11/xkeyboard-config (xkeyboard-config-1.5) In-Reply-To: <49DCD7C4.8010706@reactor-xg.kiev.ua> References: <49DCD7C4.8010706@reactor-xg.kiev.ua> Message-ID: <1239213920.4491.11.camel@balrog.2hip.net> On Wed, 2009-04-08 at 19:58 +0300, Andrei V. Lavreniyuk wrote: > Hi! > > > > If xkeyboard-config-1.5 then: Try updating... I applied a patch this morning. robert. > ------------------------------------------------------- > (II) config/hal: Adding input device Ergomedia > (II) LoadModule: "kbd" > (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > (II) Module kbd: vendor="X.Org Foundation" > compiled for 1.6.0, module version = 1.3.2 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 4.0 > (**) Ergomedia: always reports core events > (**) Option "Protocol" "standard" > (**) Ergomedia: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xorg" > (**) Ergomedia: XkbRules: "xorg" > (**) Option "XkbModel" "pc105" > (**) Ergomedia: XkbModel: "pc105" > (**) Option "XkbLayout" "us" > (**) Ergomedia: XkbLayout: "us" > (**) Option "CustomKeycodes" "off" > (**) Ergomedia: CustomKeycodes disabled > (II) XINPUT: Adding extended input device "Ergomedia" (type: KEYBOARD) > (EE) XKB: Rules returned no components > (EE) XKB: No components provided for device Ergomedia > (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap > (II) config/hal: Adding input device AT Keyboard > (**) AT Keyboard: always reports core events > (**) Option "Protocol" "standard" > (**) AT Keyboard: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xorg" > (**) AT Keyboard: XkbRules: "xorg" > (**) Option "XkbModel" "pc105" > (**) AT Keyboard: XkbModel: "pc105" > (**) Option "XkbLayout" "us" > (**) AT Keyboard: XkbLayout: "us" > (**) Option "CustomKeycodes" "off" > (**) AT Keyboard: CustomKeycodes disabled > (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) > (EE) XKB: Rules returned no components > (EE) XKB: No components provided for device AT Keyboard > (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap > (EE) Error compiling keymap (server-0) > (EE) XKB: Couldn't compile keymap > > --------------------------------------------------- > > > > If xkeyboard-config-1.4 then: > > ------------------------------------------------------- > > (II) config/hal: Adding input device Ergomedia > (II) LoadModule: "kbd" > (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so > (II) Module kbd: vendor="X.Org Foundation" > compiled for 1.6.0, module version = 1.3.2 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 4.0 > (**) Ergomedia: always reports core events > (**) Option "Protocol" "standard" > (**) Ergomedia: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xorg" > (**) Ergomedia: XkbRules: "xorg" > (**) Option "XkbModel" "pc105" > (**) Ergomedia: XkbModel: "pc105" > (**) Option "XkbLayout" "us" > (**) Ergomedia: XkbLayout: "us" > (**) Option "CustomKeycodes" "off" > (**) Ergomedia: CustomKeycodes disabled > (II) XINPUT: Adding extended input device "Ergomedia" (type: KEYBOARD) > (II) config/hal: Adding input device AT Keyboard > (**) AT Keyboard: always reports core events > (**) Option "Protocol" "standard" > (**) AT Keyboard: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xorg" > (**) AT Keyboard: XkbRules: "xorg" > (**) Option "XkbModel" "pc105" > (**) AT Keyboard: XkbModel: "pc105" > (**) Option "XkbLayout" "us" > (**) AT Keyboard: XkbLayout: "us" > (**) Option "CustomKeycodes" "off" > (**) AT Keyboard: CustomKeycodes disabled > (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) > --------------------------------------------------- > > > > > Port xkeyboard-config-1.4 work fine, xkeyboard-config-1.5 is bad! > > > -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090408/1a209f53/attachment.pgp From SergeLeontiev at mail.ru Wed Apr 8 11:36:08 2009 From: SergeLeontiev at mail.ru (Serge Leontiev) Date: Wed Apr 8 11:36:15 2009 Subject: cannot install libSM Message-ID: <200904082146.52636.SergeLeontiev@mail.ru> I was trying to install some packages, but all of them that depends on libSM stoped with error in line below configure: line 20736 was # Checks for pkg-config packages PKG_CHECK_MODULES(SM, ice xproto) could You please tell me how can I succeed? From alexbestms at math.uni-muenster.de Wed Apr 8 12:43:14 2009 From: alexbestms at math.uni-muenster.de (Alexander Best) Date: Wed Apr 8 12:43:22 2009 Subject: Using joypad under X Message-ID: hi there, i'm running FreeBSD moshnroll 8.0-CURRENT FreeBSD 8.0-CURRENT #28 r190845: Wed Apr 8 16:27:42 CEST 2009. i'd like to use my joypad under X in order to play games, but i'm unable to find any information on how to do this. the device get's recognized as HID device. here's the line from dmesg: uhid0: on usbus0 i added the following lines to my xorg.conf: Section "InputDevice" Identifier "Logitech Cordless RumblePad 2" Option "Vendor" "Logitech" Driver "joystick" Option "Path" "/dev/uhid0" Option "Device" "/dev/uhid0" Option "DebugLevel" "99" EndSection and added InputDevice "Logitech Cordless RumblePad 2" "SendCoreEvents" to Section "ServerLayout" after starting X however i'm not able to use the joypad. i checked /var/log/Xorg.0.log and found these entries which seem to be related to the problem: (**) Option "Device" "/dev/uhid0" (**) Option "SendCoreEvents" (**) Logitech Cordless RumblePad 2: always reports core events (**) Option "DebugLevel" "99" (**) Logitech Cordless RumblePad 2: debug level set to 99 (**) Button 1 mapped to 5 (**) Button 2 mapped to 5 (**) Button 3 mapped to 5 (**) Button 4 mapped to 0 (**) Button 5 mapped to 0 (**) Button 6 mapped to 0 (**) Button 7 mapped to 0 (**) Button 8 mapped to 0 (**) Button 9 mapped to 0 (**) Button 10 mapped to 0 (**) Button 11 mapped to 0 (**) Button 12 mapped to 0 (**) Button 13 mapped to 0 (**) Button 14 mapped to 0 (**) Button 15 mapped to 0 (**) Button 16 mapped to 0 (**) Button 17 mapped to 0 (**) Button 18 mapped to 0 (**) Button 19 mapped to 0 (**) Button 20 mapped to 0 (**) Button 21 mapped to 0 (**) Button 22 mapped to 0 (**) Button 23 mapped to 0 (**) Button 24 mapped to 0 (**) Button 25 mapped to 0 (**) Button 26 mapped to 0 (**) Button 27 mapped to 0 (**) Button 28 mapped to 0 (**) Button 29 mapped to 0 (**) Button 30 mapped to 0 (**) Button 31 mapped to 0 (**) Button 32 mapped to 0 (**) Axis 1 type is 1, mapped to 1, amplify=1.000 (**) Axis 2 type is 1, mapped to 2, amplify=1.000 (**) Axis 3 type is 1, mapped to 3, amplify=1.000 (**) Axis 4 type is 1, mapped to 4, amplify=1.000 (**) Axis 5 type is 2, mapped to 1, amplify=1.000 (**) Axis 6 type is 2, mapped to 2, amplify=1.000 (**) Axis 7 type is 0, mapped to 0, amplify=1.000 (**) Axis 8 type is 0, mapped to 0, amplify=1.000 (**) Axis 9 type is 0, mapped to 0, amplify=1.000 (**) Axis 10 type is 0, mapped to 0, amplify=1.000 (**) Axis 11 type is 0, mapped to 0, amplify=1.000 (**) Axis 12 type is 0, mapped to 0, amplify=1.000 (**) Axis 13 type is 0, mapped to 0, amplify=1.000 (**) Axis 14 type is 0, mapped to 0, amplify=1.000 (**) Axis 15 type is 0, mapped to 0, amplify=1.000 (**) Axis 16 type is 0, mapped to 0, amplify=1.000 (**) Axis 17 type is 0, mapped to 0, amplify=1.000 (**) Axis 18 type is 0, mapped to 0, amplify=1.000 (**) Axis 19 type is 0, mapped to 0, amplify=1.000 (**) Axis 20 type is 0, mapped to 0, amplify=1.000 (**) Axis 21 type is 0, mapped to 0, amplify=1.000 (**) Axis 22 type is 0, mapped to 0, amplify=1.000 (**) Axis 23 type is 0, mapped to 0, amplify=1.000 (**) Axis 24 type is 0, mapped to 0, amplify=1.000 (**) Axis 25 type is 0, mapped to 0, amplify=1.000 (**) Axis 26 type is 0, mapped to 0, amplify=1.000 (**) Axis 27 type is 0, mapped to 0, amplify=1.000 (**) Axis 28 type is 0, mapped to 0, amplify=1.000 (**) Axis 29 type is 0, mapped to 0, amplify=1.000 (**) Axis 30 type is 0, mapped to 0, amplify=1.000 (**) Axis 31 type is 0, mapped to 0, amplify=1.000 (**) Axis 32 type is 0, mapped to 0, amplify=1.000 (**) Option "SendCoreEvents" (**) Logitech Cordless RumblePad 2 (keys): always reports core events (II) evaluating device (Razer Diamondback 1600) (II) XINPUT: Adding extended input device "Razer Diamondback 1600" (type: MOUSE) (II) evaluating device (Dell USB Keyboard) (II) XINPUT: Adding extended input device "Dell USB Keyboard" (type: KEYBOARD) (II) evaluating device (Logitech Cordless RumblePad 2) (II) XINPUT: Adding extended input device "Logitech Cordless RumblePad 2" (type: JOYSTICK) (II) evaluating device (Logitech Cordless RumblePad 2 (keys)) (II) XINPUT: Adding extended input device "Logitech Cordless RumblePad 2 (keys)" (type: JOYSTICK) jstkDeviceControlProc what=INIT (EE) Joystick: Didn't find any usable axes. jstkKeyboardDeviceControlProc what=DEVICE_INIT (**) Initializing Keyboard with 1 keys (**) Keymap [8]: 0x00000000 (II) Razer Diamondback 1600: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Razer Diamondback 1600: SetupAuto: protocol is SysMouse jstkKeyboardDeviceControlProc what=DEVICE_ON jstkKeyboardDeviceControlProc what=DEVICE_OFF (II) NVIDIA(0): Setting mode "1152x864" (**) Option "BaudRate" "1200" (**) Option "StopBits" "2" (**) Option "DataBits" "8" (**) Option "Parity" "None" (**) Option "Vmin" "1" (**) Option "Vtime" "0" (**) Option "FlowControl" "None" couldn't enable device 4 jstkKeyboardDeviceControlProc what=DEVICE_ON jstkKeyboardDeviceControlProc what=DEVICE_OFF (II) NVIDIA(0): Setting mode "1152x864" couldn't enable device 4 jstkKeyboardDeviceControlProc what=DEVICE_ON (II) 3rd Button detected: disabling emulate3Button jstkKeyboardDeviceControlProc what=DEVICE_OFF (II) NVIDIA(0): Setting mode "1152x864" couldn't enable device 4 jstkKeyboardDeviceControlProc what=DEVICE_ON (II) 3rd Button detected: disabling emulate3Button i tried running usbhidctl -f /dev/uhid0 -a, but got no output. running usbhidctl -f /dev/uhid0 -r gives me the following output: Report descriptor: Collection page=Generic_Desktop usage=Game_Pad Total input size 0 bytes Total output size 0 bytes Total feature size 0 bytes i did the following to see if the device actually works: hd /dev/uhid0 and this is the result after pressing buttons 1-10: 00000000 01 80 80 7f 80 18 00 08 01 80 80 7f 80 08 00 08 |................| 00000010 01 80 80 7f 80 28 00 08 01 80 80 7f 80 08 00 08 |.....(..........| 00000020 01 80 80 7f 80 48 00 08 01 80 80 7f 80 08 00 08 |.....H..........| 00000030 01 80 80 7f 80 88 00 08 01 80 80 7f 80 08 00 08 |................| 00000040 01 80 80 7f 80 08 01 08 01 80 80 7f 80 08 00 08 |................| 00000050 01 80 80 7f 80 08 02 08 01 80 80 7f 80 08 00 08 |................| 00000060 01 80 80 7f 80 08 04 08 01 80 80 7f 80 08 00 08 |................| 00000070 01 80 80 7f 80 08 08 08 01 80 80 7f 80 08 00 08 |................| 00000080 01 80 80 7f 80 08 10 08 01 80 80 7f 80 08 00 08 |................| 00000090 01 80 80 7f 80 08 20 08 01 80 80 7f 80 08 00 08 |...... .........| cheers. Alex From rnoland at FreeBSD.org Wed Apr 8 13:50:15 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Wed Apr 8 13:50:22 2009 Subject: Using joypad under X In-Reply-To: References: Message-ID: <1239223761.4491.13.camel@balrog.2hip.net> On Wed, 2009-04-08 at 21:13 +0200, Alexander Best wrote: > hi there, > > i'm running FreeBSD moshnroll 8.0-CURRENT FreeBSD 8.0-CURRENT #28 r190845: Wed > Apr 8 16:27:42 CEST 2009. > > i'd like to use my joypad under X in order to play games, but i'm unable to > find any information on how to do this. I don't think that the joystick driver and usb2 get along... robert. > the device get's recognized as HID device. here's the line from dmesg: > > uhid0: 2> on usbus0 > > i added the following lines to my xorg.conf: > > Section "InputDevice" > Identifier "Logitech Cordless RumblePad 2" > Option "Vendor" "Logitech" > Driver "joystick" > Option "Path" "/dev/uhid0" > Option "Device" "/dev/uhid0" > Option "DebugLevel" "99" > EndSection > > and added > > InputDevice "Logitech Cordless RumblePad 2" "SendCoreEvents" to > > Section "ServerLayout" > > after starting X however i'm not able to use the joypad. i checked > /var/log/Xorg.0.log and found these entries which seem to be related to the > problem: > > (**) Option "Device" "/dev/uhid0" > (**) Option "SendCoreEvents" > (**) Logitech Cordless RumblePad 2: always reports core events > (**) Option "DebugLevel" "99" > (**) Logitech Cordless RumblePad 2: debug level set to 99 > (**) Button 1 mapped to 5 > (**) Button 2 mapped to 5 > (**) Button 3 mapped to 5 > (**) Button 4 mapped to 0 > (**) Button 5 mapped to 0 > (**) Button 6 mapped to 0 > (**) Button 7 mapped to 0 > (**) Button 8 mapped to 0 > (**) Button 9 mapped to 0 > (**) Button 10 mapped to 0 > (**) Button 11 mapped to 0 > (**) Button 12 mapped to 0 > (**) Button 13 mapped to 0 > (**) Button 14 mapped to 0 > (**) Button 15 mapped to 0 > (**) Button 16 mapped to 0 > (**) Button 17 mapped to 0 > (**) Button 18 mapped to 0 > (**) Button 19 mapped to 0 > (**) Button 20 mapped to 0 > (**) Button 21 mapped to 0 > (**) Button 22 mapped to 0 > (**) Button 23 mapped to 0 > (**) Button 24 mapped to 0 > (**) Button 25 mapped to 0 > (**) Button 26 mapped to 0 > (**) Button 27 mapped to 0 > (**) Button 28 mapped to 0 > (**) Button 29 mapped to 0 > (**) Button 30 mapped to 0 > (**) Button 31 mapped to 0 > (**) Button 32 mapped to 0 > (**) Axis 1 type is 1, mapped to 1, amplify=1.000 > (**) Axis 2 type is 1, mapped to 2, amplify=1.000 > (**) Axis 3 type is 1, mapped to 3, amplify=1.000 > (**) Axis 4 type is 1, mapped to 4, amplify=1.000 > (**) Axis 5 type is 2, mapped to 1, amplify=1.000 > (**) Axis 6 type is 2, mapped to 2, amplify=1.000 > (**) Axis 7 type is 0, mapped to 0, amplify=1.000 > (**) Axis 8 type is 0, mapped to 0, amplify=1.000 > (**) Axis 9 type is 0, mapped to 0, amplify=1.000 > (**) Axis 10 type is 0, mapped to 0, amplify=1.000 > (**) Axis 11 type is 0, mapped to 0, amplify=1.000 > (**) Axis 12 type is 0, mapped to 0, amplify=1.000 > (**) Axis 13 type is 0, mapped to 0, amplify=1.000 > (**) Axis 14 type is 0, mapped to 0, amplify=1.000 > (**) Axis 15 type is 0, mapped to 0, amplify=1.000 > (**) Axis 16 type is 0, mapped to 0, amplify=1.000 > (**) Axis 17 type is 0, mapped to 0, amplify=1.000 > (**) Axis 18 type is 0, mapped to 0, amplify=1.000 > (**) Axis 19 type is 0, mapped to 0, amplify=1.000 > (**) Axis 20 type is 0, mapped to 0, amplify=1.000 > (**) Axis 21 type is 0, mapped to 0, amplify=1.000 > (**) Axis 22 type is 0, mapped to 0, amplify=1.000 > (**) Axis 23 type is 0, mapped to 0, amplify=1.000 > (**) Axis 24 type is 0, mapped to 0, amplify=1.000 > (**) Axis 25 type is 0, mapped to 0, amplify=1.000 > (**) Axis 26 type is 0, mapped to 0, amplify=1.000 > (**) Axis 27 type is 0, mapped to 0, amplify=1.000 > (**) Axis 28 type is 0, mapped to 0, amplify=1.000 > (**) Axis 29 type is 0, mapped to 0, amplify=1.000 > (**) Axis 30 type is 0, mapped to 0, amplify=1.000 > (**) Axis 31 type is 0, mapped to 0, amplify=1.000 > (**) Axis 32 type is 0, mapped to 0, amplify=1.000 > (**) Option "SendCoreEvents" > (**) Logitech Cordless RumblePad 2 (keys): always reports core events > (II) evaluating device (Razer Diamondback 1600) > (II) XINPUT: Adding extended input device "Razer Diamondback 1600" (type: > MOUSE) > (II) evaluating device (Dell USB Keyboard) > (II) XINPUT: Adding extended input device "Dell USB Keyboard" (type: KEYBOARD) > (II) evaluating device (Logitech Cordless RumblePad 2) > (II) XINPUT: Adding extended input device "Logitech Cordless RumblePad 2" > (type: JOYSTICK) > (II) evaluating device (Logitech Cordless RumblePad 2 (keys)) > (II) XINPUT: Adding extended input device "Logitech Cordless RumblePad 2 > (keys)" (type: JOYSTICK) > jstkDeviceControlProc what=INIT > (EE) Joystick: Didn't find any usable axes. > jstkKeyboardDeviceControlProc what=DEVICE_INIT > (**) Initializing Keyboard with 1 keys > (**) Keymap [8]: 0x00000000 > (II) Razer Diamondback 1600: SetupAuto: hw.iftype is 4, hw.model is 0 > (II) Razer Diamondback 1600: SetupAuto: protocol is SysMouse > jstkKeyboardDeviceControlProc what=DEVICE_ON > jstkKeyboardDeviceControlProc what=DEVICE_OFF > (II) NVIDIA(0): Setting mode "1152x864" > (**) Option "BaudRate" "1200" > (**) Option "StopBits" "2" > (**) Option "DataBits" "8" > (**) Option "Parity" "None" > (**) Option "Vmin" "1" > (**) Option "Vtime" "0" > (**) Option "FlowControl" "None" > couldn't enable device 4 > jstkKeyboardDeviceControlProc what=DEVICE_ON > jstkKeyboardDeviceControlProc what=DEVICE_OFF > (II) NVIDIA(0): Setting mode "1152x864" > couldn't enable device 4 > jstkKeyboardDeviceControlProc what=DEVICE_ON > (II) 3rd Button detected: disabling emulate3Button > jstkKeyboardDeviceControlProc what=DEVICE_OFF > (II) NVIDIA(0): Setting mode "1152x864" > couldn't enable device 4 > jstkKeyboardDeviceControlProc what=DEVICE_ON > (II) 3rd Button detected: disabling emulate3Button > > i tried running usbhidctl -f /dev/uhid0 -a, but got no output. running > usbhidctl -f /dev/uhid0 -r gives me the following output: > > Report descriptor: > Collection page=Generic_Desktop usage=Game_Pad > Total input size 0 bytes > Total output size 0 bytes > Total feature size 0 bytes > > i did the following to see if the device actually works: hd /dev/uhid0 and > this is the result after pressing buttons 1-10: > > 00000000 01 80 80 7f 80 18 00 08 01 80 80 7f 80 08 00 08 |................| > 00000010 01 80 80 7f 80 28 00 08 01 80 80 7f 80 08 00 08 |.....(..........| > 00000020 01 80 80 7f 80 48 00 08 01 80 80 7f 80 08 00 08 |.....H..........| > 00000030 01 80 80 7f 80 88 00 08 01 80 80 7f 80 08 00 08 |................| > 00000040 01 80 80 7f 80 08 01 08 01 80 80 7f 80 08 00 08 |................| > 00000050 01 80 80 7f 80 08 02 08 01 80 80 7f 80 08 00 08 |................| > 00000060 01 80 80 7f 80 08 04 08 01 80 80 7f 80 08 00 08 |................| > 00000070 01 80 80 7f 80 08 08 08 01 80 80 7f 80 08 00 08 |................| > 00000080 01 80 80 7f 80 08 10 08 01 80 80 7f 80 08 00 08 |................| > 00000090 01 80 80 7f 80 08 20 08 01 80 80 7f 80 08 00 08 |...... .........| > > cheers. > Alex > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090408/9fc87b18/attachment.pgp From richard.delaurell at gmail.com Wed Apr 8 15:59:20 2009 From: richard.delaurell at gmail.com (Richard DeLaurell) Date: Wed Apr 8 15:59:27 2009 Subject: libxcb-xlib.la problem Message-ID: <4324dbec0904081532v3db0af8fnc10b51d1961a07d1@mail.gmail.com> I am not sure that this is the right list for this, but I'll give it a go. I recently did a portupgrade which seems to have installed xcb in such a way that all (or at least most of) my .la files were "infected' with a reference to libxcb-xlib.la as a dependency. Many of my ports--related to X--won't build now because of this reference. I can get ls to list all of the files endng in ".la" in my /usr/local/lib directory (and write it out to a .txt file), but I am not facile enough to know how to have xargs/grep find this "/usr/local/lib/libxcb-xlib.la" and delete it from all of the files in my list. If anyone could help I'd appreciate it. Thank you for your time. RD uname -a = FreeBSD bighouse 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sat May 31 18:57:16 CDT 2008 root@bighouse:/usr/obj/usr/src/sys/MYKERNEL7 i386 From alexbestms at math.uni-muenster.de Thu Apr 9 05:33:46 2009 From: alexbestms at math.uni-muenster.de (Alexander Best) Date: Thu Apr 9 05:33:53 2009 Subject: Using joypad under X In-Reply-To: <1239223761.4491.13.camel@balrog.2hip.net> Message-ID: oh. :-( so basically there's no way to use my gamepad with the usb2 stack? will the X joystick driver work if i switch back to usb1? Robert Noland schrieb am 2009-04-08: > On Wed, 2009-04-08 at 21:13 +0200, Alexander Best wrote: > > hi there, > > i'm running FreeBSD moshnroll 8.0-CURRENT FreeBSD 8.0-CURRENT #28 > > r190845: Wed > > Apr 8 16:27:42 CEST 2009. > > i'd like to use my joypad under X in order to play games, but i'm > > unable to > > find any information on how to do this. > I don't think that the joystick driver and usb2 get along... > robert. > > the device get's recognized as HID device. here's the line from > > dmesg: > > uhid0: > 1.10/2.00, addr > > 2> on usbus0 > > i added the following lines to my xorg.conf: > > Section "InputDevice" > > Identifier "Logitech Cordless RumblePad 2" > > Option "Vendor" "Logitech" > > Driver "joystick" > > Option "Path" "/dev/uhid0" > > Option "Device" "/dev/uhid0" > > Option "DebugLevel" "99" > > EndSection > > and added > > InputDevice "Logitech Cordless RumblePad 2" "SendCoreEvents" to > > Section "ServerLayout" > > after starting X however i'm not able to use the joypad. i checked > > /var/log/Xorg.0.log and found these entries which seem to be > > related to the > > problem: > > (**) Option "Device" "/dev/uhid0" > > (**) Option "SendCoreEvents" > > (**) Logitech Cordless RumblePad 2: always reports core events > > (**) Option "DebugLevel" "99" > > (**) Logitech Cordless RumblePad 2: debug level set to 99 > > (**) Button 1 mapped to 5 > > (**) Button 2 mapped to 5 > > (**) Button 3 mapped to 5 > > (**) Button 4 mapped to 0 > > (**) Button 5 mapped to 0 > > (**) Button 6 mapped to 0 > > (**) Button 7 mapped to 0 > > (**) Button 8 mapped to 0 > > (**) Button 9 mapped to 0 > > (**) Button 10 mapped to 0 > > (**) Button 11 mapped to 0 > > (**) Button 12 mapped to 0 > > (**) Button 13 mapped to 0 > > (**) Button 14 mapped to 0 > > (**) Button 15 mapped to 0 > > (**) Button 16 mapped to 0 > > (**) Button 17 mapped to 0 > > (**) Button 18 mapped to 0 > > (**) Button 19 mapped to 0 > > (**) Button 20 mapped to 0 > > (**) Button 21 mapped to 0 > > (**) Button 22 mapped to 0 > > (**) Button 23 mapped to 0 > > (**) Button 24 mapped to 0 > > (**) Button 25 mapped to 0 > > (**) Button 26 mapped to 0 > > (**) Button 27 mapped to 0 > > (**) Button 28 mapped to 0 > > (**) Button 29 mapped to 0 > > (**) Button 30 mapped to 0 > > (**) Button 31 mapped to 0 > > (**) Button 32 mapped to 0 > > (**) Axis 1 type is 1, mapped to 1, amplify=1.000 > > (**) Axis 2 type is 1, mapped to 2, amplify=1.000 > > (**) Axis 3 type is 1, mapped to 3, amplify=1.000 > > (**) Axis 4 type is 1, mapped to 4, amplify=1.000 > > (**) Axis 5 type is 2, mapped to 1, amplify=1.000 > > (**) Axis 6 type is 2, mapped to 2, amplify=1.000 > > (**) Axis 7 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 8 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 9 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 10 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 11 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 12 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 13 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 14 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 15 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 16 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 17 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 18 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 19 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 20 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 21 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 22 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 23 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 24 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 25 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 26 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 27 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 28 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 29 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 30 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 31 type is 0, mapped to 0, amplify=1.000 > > (**) Axis 32 type is 0, mapped to 0, amplify=1.000 > > (**) Option "SendCoreEvents" > > (**) Logitech Cordless RumblePad 2 (keys): always reports core > > events > > (II) evaluating device (Razer Diamondback 1600) > > (II) XINPUT: Adding extended input device "Razer Diamondback 1600" > > (type: > > MOUSE) > > (II) evaluating device (Dell USB Keyboard) > > (II) XINPUT: Adding extended input device "Dell USB Keyboard" > > (type: KEYBOARD) > > (II) evaluating device (Logitech Cordless RumblePad 2) > > (II) XINPUT: Adding extended input device "Logitech Cordless > > RumblePad 2" > > (type: JOYSTICK) > > (II) evaluating device (Logitech Cordless RumblePad 2 (keys)) > > (II) XINPUT: Adding extended input device "Logitech Cordless > > RumblePad 2 > > (keys)" (type: JOYSTICK) > > jstkDeviceControlProc what=INIT > > (EE) Joystick: Didn't find any usable axes. > > jstkKeyboardDeviceControlProc what=DEVICE_INIT > > (**) Initializing Keyboard with 1 keys > > (**) Keymap [8]: 0x00000000 > > (II) Razer Diamondback 1600: SetupAuto: hw.iftype is 4, hw.model is > > 0 > > (II) Razer Diamondback 1600: SetupAuto: protocol is SysMouse > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > jstkKeyboardDeviceControlProc what=DEVICE_OFF > > (II) NVIDIA(0): Setting mode "1152x864" > > (**) Option "BaudRate" "1200" > > (**) Option "StopBits" "2" > > (**) Option "DataBits" "8" > > (**) Option "Parity" "None" > > (**) Option "Vmin" "1" > > (**) Option "Vtime" "0" > > (**) Option "FlowControl" "None" > > couldn't enable device 4 > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > jstkKeyboardDeviceControlProc what=DEVICE_OFF > > (II) NVIDIA(0): Setting mode "1152x864" > > couldn't enable device 4 > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > (II) 3rd Button detected: disabling emulate3Button > > jstkKeyboardDeviceControlProc what=DEVICE_OFF > > (II) NVIDIA(0): Setting mode "1152x864" > > couldn't enable device 4 > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > (II) 3rd Button detected: disabling emulate3Button > > i tried running usbhidctl -f /dev/uhid0 -a, but got no output. > > running > > usbhidctl -f /dev/uhid0 -r gives me the following output: > > Report descriptor: > > Collection page=Generic_Desktop usage=Game_Pad > > Total input size 0 bytes > > Total output size 0 bytes > > Total feature size 0 bytes > > i did the following to see if the device actually works: hd > > /dev/uhid0 and > > this is the result after pressing buttons 1-10: > > 00000000 01 80 80 7f 80 18 00 08 01 80 80 7f 80 08 00 08 > > |................| > > 00000010 01 80 80 7f 80 28 00 08 01 80 80 7f 80 08 00 08 > > |.....(..........| > > 00000020 01 80 80 7f 80 48 00 08 01 80 80 7f 80 08 00 08 > > |.....H..........| > > 00000030 01 80 80 7f 80 88 00 08 01 80 80 7f 80 08 00 08 > > |................| > > 00000040 01 80 80 7f 80 08 01 08 01 80 80 7f 80 08 00 08 > > |................| > > 00000050 01 80 80 7f 80 08 02 08 01 80 80 7f 80 08 00 08 > > |................| > > 00000060 01 80 80 7f 80 08 04 08 01 80 80 7f 80 08 00 08 > > |................| > > 00000070 01 80 80 7f 80 08 08 08 01 80 80 7f 80 08 00 08 > > |................| > > 00000080 01 80 80 7f 80 08 10 08 01 80 80 7f 80 08 00 08 > > |................| > > 00000090 01 80 80 7f 80 08 20 08 01 80 80 7f 80 08 00 08 |...... > > .........| > > cheers. > > Alex > > _______________________________________________ > > freebsd-x11@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > To unsubscribe, send any mail to > > "freebsd-x11-unsubscribe@freebsd.org" From rene at freebsd.org Thu Apr 9 07:05:22 2009 From: rene at freebsd.org (Rene Ladan) Date: Thu Apr 9 07:05:30 2009 Subject: Fwd: [radeonhd] [ANNOUNCE] xf86-video-radeonhd 1.2.5 Release In-Reply-To: <20090409132852.GA16525@suse.de> References: <20090409132852.GA16525@suse.de> Message-ID: Hi list, Just in time for our upcoming ports freeze :-) I'll come up with a patch soon. Regards, Rene ---------- Forwarded message ---------- From: Matthias Hopf Date: 2009/4/9 Subject: [radeonhd] [ANNOUNCE] xf86-video-radeonhd 1.2.5 Release To: xorg@lists.freedesktop.org, xorg-announce@lists.freedesktop.org, radeonhd@opensuse.org Announcing the 1.2.5 Release of the xf86-video-radeonhd driver. RadeonHD is the X.org X11 driver for AMD GPG (ATI) r5xx/r6xx/r7xx chipsets. The development is driven by Novell and AMD at the time of writing, together with a community of open source developers around this driver. AMD provides free documentation for the chipsets. Note the wiki on http://wiki.x.org/wiki/radeonhd Version 1.2.5 improvements: ?- Added 2D acceleration for R6xx and R7xx. ?- Added XVideo support for R6xx and R7xx. ?- Added support for RS880 and RV790. ?- Added RandR 1.3 mandatory properties. ?- Refactoring of MC code. ?- Enable DRI support by default on R5xx and RS6xx. ?- LUT (color lookup table) fixes. ?- Tons of quirk table entries and bug fixes. ?- Fix register accesses for processors that reorder memory writes. http://xorg.freedesktop.org/releases/individual/driver/xf86-video-radeonhd-1.2.5.tar.gz MD5: ?0d024ace7aac324f79a9f516aaba68a0 ?xf86-video-radeonhd-1.2.5.tar.gz SHA1: 5bc97e7b9ed24669466c6bdebcf7062cd790c8f3 ?xf86-video-radeonhd-1.2.5.tar.gz http://xorg.freedesktop.org/releases/individual/driver/xf86-video-radeonhd-1.2.5.tar.bz2 MD5: ?10669b08101cb6d69894cc44b47e5094 ?xf86-video-radeonhd-1.2.5.tar.bz2 SHA1: 64fc0eb5209adba5479396bafe53b50ded6c0940 xf86-video-radeonhd-1.2.5.tar.bz2 Matthias -- Matthias Hopf ? ? ?__ ? ? ? ?__ ? __ Maxfeldstr. 5 / 90409 Nuernberg ? (_ ? | | ?(_ ? |__ ? ? ? ? ?mat@mshopf.de Phone +49-911-74053-715 ? ? ? ? ? __) ?|_| ?__) ?|__ ?R & D ? www.mshopf.de -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090409/80ef8029/attachment.pgp From rene at freebsd.org Thu Apr 9 07:15:48 2009 From: rene at freebsd.org (Rene Ladan) Date: Thu Apr 9 07:15:55 2009 Subject: [radeonhd] [ANNOUNCE] xf86-video-radeonhd 1.2.5 Release In-Reply-To: References: <20090409132852.GA16525@suse.de> Message-ID: 2009/4/9 Rene Ladan : > Hi list, > > Just in time for our upcoming ports freeze :-) > I'll come up with a patch soon. > Here: ftp://rene-ladan.nl/pub/freebsd/xf86-video-radeonhd.diff I did a quick test with portlint and 'port test', I'll do a runtime test later today (when I am physically at the laptop). I'll now pass it through the tinderbox tests. Regards, Rene > > ---------- Forwarded message ---------- > From: Matthias Hopf > Date: 2009/4/9 > Subject: [radeonhd] [ANNOUNCE] xf86-video-radeonhd 1.2.5 Release > To: xorg@lists.freedesktop.org, xorg-announce@lists.freedesktop.org, > radeonhd@opensuse.org > > > Announcing the 1.2.5 Release of the xf86-video-radeonhd driver. > > RadeonHD is the X.org X11 driver for AMD GPG (ATI) r5xx/r6xx/r7xx chipsets. > The development is driven by Novell and AMD at the time of writing, together > with a community of open source developers around this driver. > AMD provides free documentation for the chipsets. > > Note the wiki on http://wiki.x.org/wiki/radeonhd > > > Version 1.2.5 improvements: > > ?- Added 2D acceleration for R6xx and R7xx. > ?- Added XVideo support for R6xx and R7xx. > ?- Added support for RS880 and RV790. > ?- Added RandR 1.3 mandatory properties. > ?- Refactoring of MC code. > ?- Enable DRI support by default on R5xx and RS6xx. > ?- LUT (color lookup table) fixes. > ?- Tons of quirk table entries and bug fixes. > ?- Fix register accesses for processors that reorder memory writes. > > > http://xorg.freedesktop.org/releases/individual/driver/xf86-video-radeonhd-1.2.5.tar.gz > MD5: ?0d024ace7aac324f79a9f516aaba68a0 ?xf86-video-radeonhd-1.2.5.tar.gz > SHA1: 5bc97e7b9ed24669466c6bdebcf7062cd790c8f3 ?xf86-video-radeonhd-1.2.5.tar.gz > http://xorg.freedesktop.org/releases/individual/driver/xf86-video-radeonhd-1.2.5.tar.bz2 > MD5: ?10669b08101cb6d69894cc44b47e5094 ?xf86-video-radeonhd-1.2.5.tar.bz2 > SHA1: 64fc0eb5209adba5479396bafe53b50ded6c0940 > xf86-video-radeonhd-1.2.5.tar.bz2 > > > Matthias > > -- > Matthias Hopf ? ? ?__ ? ? ? ?__ ? __ > Maxfeldstr. 5 / 90409 Nuernberg ? (_ ? | | ?(_ ? |__ ? ? ? ? ?mat@mshopf.de > Phone +49-911-74053-715 ? ? ? ? ? __) ?|_| ?__) ?|__ ?R & D ? www.mshopf.de > -- http://www.rene-ladan.nl/ GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) From richard.delaurell at gmail.com Thu Apr 9 07:27:44 2009 From: richard.delaurell at gmail.com (Richard DeLaurell) Date: Thu Apr 9 07:27:51 2009 Subject: libxcb-xlib.la problem In-Reply-To: <86ocv6tsoh.fsf@gmail.com> References: <4324dbec0904081532v3db0af8fnc10b51d1961a07d1@mail.gmail.com> <86ocv6tsoh.fsf@gmail.com> Message-ID: <4324dbec0904090727m25768725ma49ac1eaf164055f@mail.gmail.com> Well, your xargs/sed script works very well; thanks very much for that. The diff script throws this error however: diff: extra operand '' It is not such a critical thing though; I checked "by hand" on a small group of 10 files or so first to make certain that all was well. Thanks for the help in any event-- Richard On Wed, Apr 8, 2009 at 10:25 PM, Anonymous wrote: > Richard DeLaurell writes: > > > I am not sure that this is the right list for this, but I'll give it a > go. > > > > I recently did a portupgrade which seems to have installed xcb in such a > way > > that all (or at least most of) my .la files were "infected' with a > reference > > to libxcb-xlib.la as a dependency. > > > > Many of my ports--related to X--won't build now because of this > reference. > > > > I can get ls to list all of the files endng in ".la" in my /usr/local/lib > > directory (and write it out to a .txt file), but I am not facile enough > to > > know how to have xargs/grep find this "/usr/local/lib/libxcb-xlib.la" > and > > delete it from all of the files in my list. > > # replace libxcb-xlib.la string with nul in all *.la files, > # and make backup files with .bak extension > $ find /usr/local/lib -name \*.la -exec sed -i '.bak' \ > 's|/usr/local/lib/libxcb-xlib.la||' {} + > > # You can use it with custom made list like so > $ cat list.txt | xargs sed -i '.bak' 's|/usr/local/lib/libxcb-xlib.la||' > > # compare results from previous command using diff(1) > $ find /usr/local/lib -name \*.la -exec diff -u {}.bak {} \; > > # delete backup files > $ find /usr/local/lib -name \*.bak -delete > > Note: specifying '' (nul) instead of '.bak' will leave *no* backup files > > > > > If anyone could help I'd appreciate it. > > > > Thank you for your time. > > > > RD > > > > uname -a = FreeBSD bighouse 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sat May > 31 > > 18:57:16 CDT 2008 root@bighouse:/usr/obj/usr/src/sys/MYKERNEL7 i386 > From csdavec at swansea.ac.uk Thu Apr 9 09:22:07 2009 From: csdavec at swansea.ac.uk (David Chisnall) Date: Thu Apr 9 09:22:14 2009 Subject: libGLU build failure Message-ID: Hi, I am unable to build the libGLU port on a fresh install of 7.1- RELEASE. The issue appears to be that it depends on the xcb port (which, by the way, is not in the dependency list) and runs pkg-config with x11-xcb as the argument, while the port installs it just as xcb. Creating a symlink from xcb.pc to x11-xcb.pc causes the port to fail during build, unable to find the X11/Xlib-xcb.h header. For some reason, it seems to be using the xcb version of xlib but with the dependencies all pointing to the old version. David From rnoland at FreeBSD.org Thu Apr 9 09:24:57 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Apr 9 09:25:04 2009 Subject: Using joypad under X In-Reply-To: References: Message-ID: <1239294242.1922.14.camel@balrog.2hip.net> On Thu, 2009-04-09 at 14:33 +0200, Alexander Best wrote: > oh. :-( > > so basically there's no way to use my gamepad with the usb2 stack? will the X > joystick driver work if i switch back to usb1? Well, I don't have any way to test it, but when I just updated X server, the joystick driver was one of two "maintained" drivers that failed. The error appeared to be related to usb2 as I do all of my builds on -CURRENT. It probably isn't all that difficult to fix, but I don't know the usb stuff. robert. > Robert Noland schrieb am 2009-04-08: > > On Wed, 2009-04-08 at 21:13 +0200, Alexander Best wrote: > > > hi there, > > > > i'm running FreeBSD moshnroll 8.0-CURRENT FreeBSD 8.0-CURRENT #28 > > > r190845: Wed > > > Apr 8 16:27:42 CEST 2009. > > > > i'd like to use my joypad under X in order to play games, but i'm > > > unable to > > > find any information on how to do this. > > > I don't think that the joystick driver and usb2 get along... > > > robert. > > > > the device get's recognized as HID device. here's the line from > > > dmesg: > > > > uhid0: > > 1.10/2.00, addr > > > 2> on usbus0 > > > > i added the following lines to my xorg.conf: > > > > Section "InputDevice" > > > Identifier "Logitech Cordless RumblePad 2" > > > Option "Vendor" "Logitech" > > > Driver "joystick" > > > Option "Path" "/dev/uhid0" > > > Option "Device" "/dev/uhid0" > > > Option "DebugLevel" "99" > > > EndSection > > > > and added > > > > InputDevice "Logitech Cordless RumblePad 2" "SendCoreEvents" to > > > > Section "ServerLayout" > > > > after starting X however i'm not able to use the joypad. i checked > > > /var/log/Xorg.0.log and found these entries which seem to be > > > related to the > > > problem: > > > > (**) Option "Device" "/dev/uhid0" > > > (**) Option "SendCoreEvents" > > > (**) Logitech Cordless RumblePad 2: always reports core events > > > (**) Option "DebugLevel" "99" > > > (**) Logitech Cordless RumblePad 2: debug level set to 99 > > > (**) Button 1 mapped to 5 > > > (**) Button 2 mapped to 5 > > > (**) Button 3 mapped to 5 > > > (**) Button 4 mapped to 0 > > > (**) Button 5 mapped to 0 > > > (**) Button 6 mapped to 0 > > > (**) Button 7 mapped to 0 > > > (**) Button 8 mapped to 0 > > > (**) Button 9 mapped to 0 > > > (**) Button 10 mapped to 0 > > > (**) Button 11 mapped to 0 > > > (**) Button 12 mapped to 0 > > > (**) Button 13 mapped to 0 > > > (**) Button 14 mapped to 0 > > > (**) Button 15 mapped to 0 > > > (**) Button 16 mapped to 0 > > > (**) Button 17 mapped to 0 > > > (**) Button 18 mapped to 0 > > > (**) Button 19 mapped to 0 > > > (**) Button 20 mapped to 0 > > > (**) Button 21 mapped to 0 > > > (**) Button 22 mapped to 0 > > > (**) Button 23 mapped to 0 > > > (**) Button 24 mapped to 0 > > > (**) Button 25 mapped to 0 > > > (**) Button 26 mapped to 0 > > > (**) Button 27 mapped to 0 > > > (**) Button 28 mapped to 0 > > > (**) Button 29 mapped to 0 > > > (**) Button 30 mapped to 0 > > > (**) Button 31 mapped to 0 > > > (**) Button 32 mapped to 0 > > > (**) Axis 1 type is 1, mapped to 1, amplify=1.000 > > > (**) Axis 2 type is 1, mapped to 2, amplify=1.000 > > > (**) Axis 3 type is 1, mapped to 3, amplify=1.000 > > > (**) Axis 4 type is 1, mapped to 4, amplify=1.000 > > > (**) Axis 5 type is 2, mapped to 1, amplify=1.000 > > > (**) Axis 6 type is 2, mapped to 2, amplify=1.000 > > > (**) Axis 7 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 8 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 9 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 10 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 11 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 12 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 13 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 14 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 15 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 16 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 17 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 18 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 19 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 20 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 21 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 22 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 23 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 24 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 25 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 26 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 27 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 28 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 29 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 30 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 31 type is 0, mapped to 0, amplify=1.000 > > > (**) Axis 32 type is 0, mapped to 0, amplify=1.000 > > > (**) Option "SendCoreEvents" > > > (**) Logitech Cordless RumblePad 2 (keys): always reports core > > > events > > > (II) evaluating device (Razer Diamondback 1600) > > > (II) XINPUT: Adding extended input device "Razer Diamondback 1600" > > > (type: > > > MOUSE) > > > (II) evaluating device (Dell USB Keyboard) > > > (II) XINPUT: Adding extended input device "Dell USB Keyboard" > > > (type: KEYBOARD) > > > (II) evaluating device (Logitech Cordless RumblePad 2) > > > (II) XINPUT: Adding extended input device "Logitech Cordless > > > RumblePad 2" > > > (type: JOYSTICK) > > > (II) evaluating device (Logitech Cordless RumblePad 2 (keys)) > > > (II) XINPUT: Adding extended input device "Logitech Cordless > > > RumblePad 2 > > > (keys)" (type: JOYSTICK) > > > jstkDeviceControlProc what=INIT > > > (EE) Joystick: Didn't find any usable axes. > > > jstkKeyboardDeviceControlProc what=DEVICE_INIT > > > (**) Initializing Keyboard with 1 keys > > > (**) Keymap [8]: 0x00000000 > > > (II) Razer Diamondback 1600: SetupAuto: hw.iftype is 4, hw.model is > > > 0 > > > (II) Razer Diamondback 1600: SetupAuto: protocol is SysMouse > > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > > jstkKeyboardDeviceControlProc what=DEVICE_OFF > > > (II) NVIDIA(0): Setting mode "1152x864" > > > (**) Option "BaudRate" "1200" > > > (**) Option "StopBits" "2" > > > (**) Option "DataBits" "8" > > > (**) Option "Parity" "None" > > > (**) Option "Vmin" "1" > > > (**) Option "Vtime" "0" > > > (**) Option "FlowControl" "None" > > > couldn't enable device 4 > > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > > jstkKeyboardDeviceControlProc what=DEVICE_OFF > > > (II) NVIDIA(0): Setting mode "1152x864" > > > couldn't enable device 4 > > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > > (II) 3rd Button detected: disabling emulate3Button > > > jstkKeyboardDeviceControlProc what=DEVICE_OFF > > > (II) NVIDIA(0): Setting mode "1152x864" > > > couldn't enable device 4 > > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > > (II) 3rd Button detected: disabling emulate3Button > > > > i tried running usbhidctl -f /dev/uhid0 -a, but got no output. > > > running > > > usbhidctl -f /dev/uhid0 -r gives me the following output: > > > > Report descriptor: > > > Collection page=Generic_Desktop usage=Game_Pad > > > Total input size 0 bytes > > > Total output size 0 bytes > > > Total feature size 0 bytes > > > > i did the following to see if the device actually works: hd > > > /dev/uhid0 and > > > this is the result after pressing buttons 1-10: > > > > 00000000 01 80 80 7f 80 18 00 08 01 80 80 7f 80 08 00 08 > > > |................| > > > 00000010 01 80 80 7f 80 28 00 08 01 80 80 7f 80 08 00 08 > > > |.....(..........| > > > 00000020 01 80 80 7f 80 48 00 08 01 80 80 7f 80 08 00 08 > > > |.....H..........| > > > 00000030 01 80 80 7f 80 88 00 08 01 80 80 7f 80 08 00 08 > > > |................| > > > 00000040 01 80 80 7f 80 08 01 08 01 80 80 7f 80 08 00 08 > > > |................| > > > 00000050 01 80 80 7f 80 08 02 08 01 80 80 7f 80 08 00 08 > > > |................| > > > 00000060 01 80 80 7f 80 08 04 08 01 80 80 7f 80 08 00 08 > > > |................| > > > 00000070 01 80 80 7f 80 08 08 08 01 80 80 7f 80 08 00 08 > > > |................| > > > 00000080 01 80 80 7f 80 08 10 08 01 80 80 7f 80 08 00 08 > > > |................| > > > 00000090 01 80 80 7f 80 08 20 08 01 80 80 7f 80 08 00 08 |...... > > > .........| > > > > cheers. > > > Alex > > > _______________________________________________ > > > freebsd-x11@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > > To unsubscribe, send any mail to > > > "freebsd-x11-unsubscribe@freebsd.org" -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090409/96f498ad/attachment.pgp From rnoland at FreeBSD.org Thu Apr 9 09:57:16 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Apr 9 09:59:05 2009 Subject: [radeonhd] [ANNOUNCE] xf86-video-radeonhd 1.2.5 Release In-Reply-To: References: <20090409132852.GA16525@suse.de> Message-ID: <1239296183.1922.16.camel@balrog.2hip.net> On Thu, 2009-04-09 at 16:15 +0200, Rene Ladan wrote: > 2009/4/9 Rene Ladan : > > Hi list, > > > > Just in time for our upcoming ports freeze :-) > > I'll come up with a patch soon. > > > Here: ftp://rene-ladan.nl/pub/freebsd/xf86-video-radeonhd.diff > > I did a quick test with portlint and 'port test', I'll do a runtime > test later today (when I am physically at the laptop). > I'll now pass it through the tinderbox tests. tinderbox is actually of very limited value for x drivers. They are leaf ports and nothing depends on them. I saw the announce message before this and so I already updated it. robert. > Regards, > Rene > > > > ---------- Forwarded message ---------- > > From: Matthias Hopf > > Date: 2009/4/9 > > Subject: [radeonhd] [ANNOUNCE] xf86-video-radeonhd 1.2.5 Release > > To: xorg@lists.freedesktop.org, xorg-announce@lists.freedesktop.org, > > radeonhd@opensuse.org > > > > > > Announcing the 1.2.5 Release of the xf86-video-radeonhd driver. > > > > RadeonHD is the X.org X11 driver for AMD GPG (ATI) r5xx/r6xx/r7xx chipsets. > > The development is driven by Novell and AMD at the time of writing, together > > with a community of open source developers around this driver. > > AMD provides free documentation for the chipsets. > > > > Note the wiki on http://wiki.x.org/wiki/radeonhd > > > > > > Version 1.2.5 improvements: > > > > - Added 2D acceleration for R6xx and R7xx. > > - Added XVideo support for R6xx and R7xx. > > - Added support for RS880 and RV790. > > - Added RandR 1.3 mandatory properties. > > - Refactoring of MC code. > > - Enable DRI support by default on R5xx and RS6xx. > > - LUT (color lookup table) fixes. > > - Tons of quirk table entries and bug fixes. > > - Fix register accesses for processors that reorder memory writes. > > > > > > http://xorg.freedesktop.org/releases/individual/driver/xf86-video-radeonhd-1.2.5.tar.gz > > MD5: 0d024ace7aac324f79a9f516aaba68a0 xf86-video-radeonhd-1.2.5.tar.gz > > SHA1: 5bc97e7b9ed24669466c6bdebcf7062cd790c8f3 xf86-video-radeonhd-1.2.5.tar.gz > > http://xorg.freedesktop.org/releases/individual/driver/xf86-video-radeonhd-1.2.5.tar.bz2 > > MD5: 10669b08101cb6d69894cc44b47e5094 xf86-video-radeonhd-1.2.5.tar.bz2 > > SHA1: 64fc0eb5209adba5479396bafe53b50ded6c0940 > > xf86-video-radeonhd-1.2.5.tar.bz2 > > > > > > Matthias > > > > -- > > Matthias Hopf __ __ __ > > Maxfeldstr. 5 / 90409 Nuernberg (_ | | (_ |__ mat@mshopf.de > > Phone +49-911-74053-715 __) |_| __) |__ R & D www.mshopf.de > > > > -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090409/9647c126/attachment.pgp From erwin at FreeBSD.org Thu Apr 9 10:03:56 2009 From: erwin at FreeBSD.org (Erwin Lansing) Date: Thu Apr 9 10:04:03 2009 Subject: [ports-i386@FreeBSD.org: xf86-input-joystick-1.4.0_1 failed on i386 8] Message-ID: <20090409170353.GD78186@droso.net> FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, -erwin ----- Forwarded message from User Ports-i386 ----- Date: Thu, 9 Apr 2009 10:46:26 GMT From: User Ports-i386 To: erwin@FreeBSD.org, linimon@FreeBSD.org Subject: xf86-input-joystick-1.4.0_1 failed on i386 8 You can also find this build log at http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20090405093949/xf86-input-joystick-1.4.0_1.log building xf86-input-joystick-1.4.0_1 on gohan28.freebsd.org in directory /x/tmp/8/20090405093949/chroot/4 building for: 8.0-CURRENT i386 maintained by: x11@FreeBSD.org port directory: /usr/ports/x11-drivers/xf86-input-joystick Makefile ident: $FreeBSD: ports/x11-drivers/xf86-input-joystick/Makefile,v 1.5 2009/04/04 04:05:05 rnoland Exp $ build started at Thu Apr 9 10:40:53 UTC 2009 FETCH_DEPENDS= PATCH_DEPENDS= EXTRACT_DEPENDS= BUILD_DEPENDS=consolekit-0.3.0_6.tbz damageproto-1.1.0_2.tbz dbus-1.2.4.4.tbz dbus-glib-0.80.tbz dmidecode-2.10.tbz dri-7.4,2.tbz dri2proto-1.99.3.tbz expat-2.0.1.tbz fixesproto-4.0.tbz fontsproto-2.0.2.tbz freetype2-2.3.7.tbz gamin-0.1.10.tbz gettext-0.17_1.tbz gio-fam-backend-2.18.4.tbz glib-2.18.4.tbz gnome_subr-1.0.tbz hal-0.5.11_22.tbz inputproto-1.5.0.tbz kbproto-1.0.3.tbz libGL-7.4.tbz libICE-1.0.4_1,1.tbz libSM-1.1.0_1,1.tbz libX11-1.2,1.tbz libXau-1.0.4.tbz libXaw-1.0.5_1,1.tbz libXdamage-1.1.1.tbz libXdmcp-1.0.2_1.tbz libXext-1.0.5,1.tbz libXfixes-4.0.3_1.tbz libXfont-1.3.4,1.tbz libXinerama-1.0.3,1.tbz libXmu-1.0.4,1.tbz libXp-1.0.0,1.tbz libXpm-3.5.7.tbz libXt-1.0.5_1.tbz libXxf86misc-1.0.1.tbz libXxf86vm-1.0.2.tbz libdrm-2.4.5.tbz libfontenc-1.0.4.tbz libiconv-1.11_1.tbz libpciaccess-0.10.5_6.tbz libpthread-stubs-0.1.tbz libvolume_id-0.81.1.tbz libxcb-1.2_1.tbz libxkbfile-1.0.5.tbz libxkbui-1.0.2_1.tbz libxml2-2.7.3.tbz pciids-20090224.tbz pcre-7.8.tbz perl-5.8.9 _2.tbz pixman-0.14.0.tbz pkg-config-0.23_1.tbz policykit-0.9_4.tbz printproto-1.0.4.tbz python25-2.5.4_1.tbz randrproto-1.3.0.tbz xcb-proto-1.4.tbz xextproto-7.0.5.tbz xf86miscproto-0.9.2.tbz xf86vidmodeproto-2.2.2.tbz xineramaproto-1.1.2.tbz xkeyboard-config-1.4.tbz xorg-server-1.6.0,1.tbz xproto-7.0.15.tbz RUN_DEPENDS=consolekit-0.3.0_6.tbz damageproto-1.1.0_2.tbz dbus-1.2.4.4.tbz dbus-glib-0.80.tbz dmidecode-2.10.tbz dri-7.4,2.tbz dri2proto-1.99.3.tbz expat-2.0.1.tbz fixesproto-4.0.tbz fontsproto-2.0.2.tbz freetype2-2.3.7.tbz gamin-0.1.10.tbz gettext-0.17_1.tbz gio-fam-backend-2.18.4.tbz glib-2.18.4.tbz gnome_subr-1.0.tbz hal-0.5.11_22.tbz kbproto-1.0.3.tbz libGL-7.4.tbz libICE-1.0.4_1,1.tbz libSM-1.1.0_1,1.tbz libX11-1.2,1.tbz libXau-1.0.4.tbz libXaw-1.0.5_1,1.tbz libXdamage-1.1.1.tbz libXdmcp-1.0.2_1.tbz libXext-1.0.5,1.tbz libXfixes-4.0.3_1.tbz libXfont-1.3.4,1.tbz libXinerama-1.0.3,1.tbz libXmu-1.0.4,1.tbz libXp-1.0.0,1.tbz libXpm-3.5.7.tbz libXt-1.0.5_1.tbz libXxf86misc-1.0.1.tbz libXxf86vm-1.0.2.tbz libdrm-2.4.5.tbz libfontenc-1.0.4.tbz libiconv-1.11_1.tbz libpciaccess-0.10.5_6.tbz libpthread-stubs-0.1.tbz libvolume_id-0.81.1.tbz libxcb-1.2_1.tbz libxkbfile-1.0.5.tbz libxkbui-1.0.2_1.tbz libxml2-2.7.3.tbz pciids-20090224.tbz pcre-7.8.tbz perl-5.8.9_2.tbz pixman-0.14.0.tb z pkg-config-0.23_1.tbz policykit-0.9_4.tbz printproto-1.0.4.tbz python25-2.5.4_1.tbz xcb-proto-1.4.tbz xextproto-7.0.5.tbz xf86miscproto-0.9.2.tbz xf86vidmodeproto-2.2.2.tbz xineramaproto-1.1.2.tbz xkeyboard-config-1.4.tbz xorg-server-1.6.0,1.tbz xproto-7.0.15.tbz prefixes: LOCALBASE=usr/local X11BASE=usr/local add_pkg ================================================================ ======================================== => xf86-input-joystick-1.4.0.tar.bz2 doesn't seem to exist in /tmp/distfiles/xorg/driver. => Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/xorg/driver/. xf86-input-joystick-1.4.0.tar.bz2 298 kB 715 kBps => MD5 Checksum OK for xorg/driver/xf86-input-joystick-1.4.0.tar.bz2. => SHA256 Checksum OK for xorg/driver/xf86-input-joystick-1.4.0.tar.bz2. ================================================================ ======================================== add_pkg ===> Extracting for xf86-input-joystick-1.4.0_1 => MD5 Checksum OK for xorg/driver/xf86-input-joystick-1.4.0.tar.bz2. => SHA256 Checksum OK for xorg/driver/xf86-input-joystick-1.4.0.tar.bz2. ================================================================ ======================================== add_pkg ===> Patching for xf86-input-joystick-1.4.0_1 ================================================================ ======================================== add_pkg consolekit-0.3.0_6.tbz damageproto-1.1.0_2.tbz dbus-1.2.4.4.tbz dbus-glib-0.80.tbz dmidecode-2.10.tbz dri-7.4,2.tbz dri2proto-1.99.3.tbz expat-2.0.1.tbz fixesproto-4.0.tbz fontsproto-2.0.2.tbz freetype2-2.3.7.tbz gamin-0.1.10.tbz gettext-0.17_1.tbz gio-fam-backend-2.18.4.tbz glib-2.18.4.tbz gnome_subr-1.0.tbz hal-0.5.11_22.tbz inputproto-1.5.0.tbz kbproto-1.0.3.tbz libGL-7.4.tbz libICE-1.0.4_1,1.tbz libSM-1.1.0_1,1.tbz libX11-1.2,1.tbz libXau-1.0.4.tbz libXaw-1.0.5_1,1.tbz libXdamage-1.1.1.tbz libXdmcp-1.0.2_1.tbz libXext-1.0.5,1.tbz libXfixes-4.0.3_1.tbz libXfont-1.3.4,1.tbz libXinerama-1.0.3,1.tbz libXmu-1.0.4,1.tbz libXp-1.0.0,1.tbz libXpm-3.5.7.tbz libXt-1.0.5_1.tbz libXxf86misc-1.0.1.tbz libXxf86vm-1.0.2.tbz libdrm-2.4.5.tbz libfontenc-1.0.4.tbz libiconv-1.11_1.tbz libpciaccess-0.10.5_6.tbz libpthread-stubs-0.1.tbz libvolume_id-0.81.1.tbz libxcb-1.2_1.tbz libxkbfile-1.0.5.tbz libxkbui-1.0.2_1.tbz libxml2-2.7.3.tbz pciids-20090224.tbz pcre-7.8.tbz perl-5.8.9_2.tbz pixman-0.14.0.tbz pkg-config-0.23_1.tbz policykit-0.9_4.tbz printproto-1.0.4.tbz python25-2.5.4_1.tbz randrproto-1.3.0.tbz xcb-proto-1.4.tbz xextproto-7.0.5.tbz xf86miscproto-0.9.2.tbz xf86vidmodeproto-2.2.2.tbz xineramaproto-1.1.2.tbz xkeyboard-config-1.4.tbz xorg-server-1.6.0,1.tbz xproto-7.0.15.tbz adding dependencies pkg_add consolekit-0.3.0_6.tbz ==== Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. ==== Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Spamming /etc/manpath.config... Done. ***************************************************************** Although libxcb can yield dramatic improvements in speed, memory footprint, and responsiveness, and will probably become the default Xlib for X.org/freedesktop.org, it is still experimental software. Some broken callers will abort() on locking assertion failures. As a temporary workaround, set LIBXCB_ALLOW_SLOPPY_LOCK in your environment to skip the abort(). This may result in noisy stacktrace printing. ***************************************************************** =============================================================================== Gamin will only provide realtime notification of changes for at most n files, where n is the minimum value between (kern.maxfiles * 0.7) and (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. If you often open several large folders with Nautilus, you might want to increase the kern.maxfiles tunable (you do not need to set kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). For a typical desktop, add the following line to /boot/loader.conf, then reboot the system: kern.maxfiles="25000" =============================================================================== Added group "messagebus". Added user "messagebus". Added group "polkit". Added user "polkit". pkg_add damageproto-1.1.0_2.tbz pkg_add dbus-1.2.4.4.tbz skipping dbus-1.2.4.4, already added pkg_add dbus-glib-0.80.tbz skipping dbus-glib-0.80, already added pkg_add dmidecode-2.10.tbz pkg_add dri-7.4,2.tbz pkg_add dri2proto-1.99.3.tbz pkg_add expat-2.0.1.tbz skipping expat-2.0.1, already added pkg_add fixesproto-4.0.tbz skipping fixesproto-4.0, already added pkg_add fontsproto-2.0.2.tbz pkg_add freetype2-2.3.7.tbz pkg_add gamin-0.1.10.tbz skipping gamin-0.1.10, already added pkg_add gettext-0.17_1.tbz skipping gettext-0.17_1, already added pkg_add gio-fam-backend-2.18.4.tbz skipping gio-fam-backend-2.18.4, already added pkg_add glib-2.18.4.tbz skipping glib-2.18.4, already added pkg_add gnome_subr-1.0.tbz skipping gnome_subr-1.0, already added pkg_add hal-0.5.11_22.tbz Added group "haldaemon". Added user "haldaemon". pkg_add inputproto-1.5.0.tbz pkg_add kbproto-1.0.3.tbz skipping kbproto-1.0.3, already added pkg_add libGL-7.4.tbz pkg_add libICE-1.0.4_1,1.tbz pkg_add libSM-1.1.0_1,1.tbz pkg_add libX11-1.2,1.tbz skipping libX11-1.2,1, already added pkg_add libXau-1.0.4.tbz skipping libXau-1.0.4, already added pkg_add libXaw-1.0.5_1,1.tbz pkg_add libXdamage-1.1.1.tbz skipping libXdamage-1.1.1, already added pkg_add libXdmcp-1.0.2_1.tbz skipping libXdmcp-1.0.2_1, already added pkg_add libXext-1.0.5,1.tbz skipping libXext-1.0.5,1, already added pkg_add libXfixes-4.0.3_1.tbz skipping libXfixes-4.0.3_1, already added pkg_add libXfont-1.3.4,1.tbz pkg_add libXinerama-1.0.3,1.tbz pkg_add libXmu-1.0.4,1.tbz skipping libXmu-1.0.4,1, already added pkg_add libXp-1.0.0,1.tbz skipping libXp-1.0.0,1, already added pkg_add libXpm-3.5.7.tbz skipping libXpm-3.5.7, already added pkg_add libXt-1.0.5_1.tbz skipping libXt-1.0.5_1, already added pkg_add libXxf86misc-1.0.1.tbz pkg_add libXxf86vm-1.0.2.tbz skipping libXxf86vm-1.0.2, already added pkg_add libdrm-2.4.5.tbz skipping libdrm-2.4.5, already added pkg_add libfontenc-1.0.4.tbz skipping libfontenc-1.0.4, already added pkg_add libiconv-1.11_1.tbz skipping libiconv-1.11_1, already added pkg_add libpciaccess-0.10.5_6.tbz pkg_add libpthread-stubs-0.1.tbz skipping libpthread-stubs-0.1, already added pkg_add libvolume_id-0.81.1.tbz skipping libvolume_id-0.81.1, already added pkg_add libxcb-1.2_1.tbz skipping libxcb-1.2_1, already added pkg_add libxkbfile-1.0.5.tbz pkg_add libxkbui-1.0.2_1.tbz pkg_add libxml2-2.7.3.tbz skipping libxml2-2.7.3, already added pkg_add pciids-20090224.tbz skipping pciids-20090224, already added pkg_add pcre-7.8.tbz skipping pcre-7.8, already added pkg_add perl-5.8.9_2.tbz skipping perl-5.8.9_2, already added pkg_add pixman-0.14.0.tbz pkg_add pkg-config-0.23_1.tbz skipping pkg-config-0.23_1, already added pkg_add policykit-0.9_4.tbz skipping policykit-0.9_4, already added pkg_add printproto-1.0.4.tbz skipping printproto-1.0.4, already added pkg_add python25-2.5.4_1.tbz skipping python25-2.5.4_1, already added pkg_add randrproto-1.3.0.tbz pkg_add xcb-proto-1.4.tbz skipping xcb-proto-1.4, already added pkg_add xextproto-7.0.5.tbz skipping xextproto-7.0.5, already added pkg_add xf86miscproto-0.9.2.tbz skipping xf86miscproto-0.9.2, already added pkg_add xf86vidmodeproto-2.2.2.tbz skipping xf86vidmodeproto-2.2.2, already added pkg_add xineramaproto-1.1.2.tbz skipping xineramaproto-1.1.2, already added pkg_add xkeyboard-config-1.4.tbz pkg_add xorg-server-1.6.0,1.tbz pkg_add xproto-7.0.15.tbz skipping xproto-7.0.15, already added ===> xf86-input-joystick-1.4.0_1 depends on file: /usr/local/libdata/pkgconfig/randrproto.pc - found ===> xf86-input-joystick-1.4.0_1 depends on file: /usr/local/libdata/pkgconfig/inputproto.pc - found ===> xf86-input-joystick-1.4.0_1 depends on file: /usr/local/libdata/pkgconfig/xorg-server.pc - found ===> xf86-input-joystick-1.4.0_1 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found ===> xf86-input-joystick-1.4.0_1 depends on executable: pkg-config - found ===> Configuring for xf86-input-joystick-1.4.0_1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-portbld-freebsd8.0 checking host system type... i386-portbld-freebsd8.0 checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd8.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking if XINPUT is defined... no checking if XKB is defined... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XORG... yes checking linux/joystick.h usability... no checking linux/joystick.h presence... no checking for linux/joystick.h... no checking dev/usb/usb.h usability... yes checking dev/usb/usb.h presence... yes checking for dev/usb/usb.h... yes checking for usbhid.h... yes checking for dev/usb/usbhid.h... yes checking for hid_get_item in -lusbhid... yes checking linux/input.h usability... no checking linux/input.h presence... no checking for linux/input.h... no checking for ANSI C header files... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating config/Makefile config.status: creating include/Makefile config.status: creating xorg-joystick.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Building Linux joystick backend: no Building Linux evdev backend: no Building BSD usbhid backend: yes ===> Building for xf86-input-joystick-1.4.0_1 make all-recursive Making all in src /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT jstk.lo -MD -MP -MF .deps/jstk.Tpo -c -o jstk.lo jstk.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT jstk.lo -MD -MP -MF .deps/jstk.Tpo -c jstk.c -fPIC -DPIC -o .libs/jstk.o mv -f .deps/jstk.Tpo .deps/jstk.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT jstk_axis.lo -MD -MP -MF .deps/jstk_axis.Tpo -c -o jstk_axis.lo jstk_axis.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT jstk_axis.lo -MD -MP -MF .deps/jstk_axis.Tpo -c jstk_axis.c -fPIC -DPIC -o .libs/jstk_axis.o mv -f .deps/jstk_axis.Tpo .deps/jstk_axis.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT jstk_key.lo -MD -MP -MF .deps/jstk_key.Tpo -c -o jstk_key.lo jstk_key.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT jstk_key.lo -MD -MP -MF .deps/jstk_key.Tpo -c jstk_key.c -fPIC -DPIC -o .libs/jstk_key.o mv -f .deps/jstk_key.Tpo .deps/jstk_key.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT jstk_options.lo -MD -MP -MF .deps/jstk_options.Tpo -c -o jstk_options.lo jstk_options.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT jstk_options.lo -MD -MP -MF .deps/jstk_options.Tpo -c jstk_options.c -fPIC -DPIC -o .libs/jstk_options.o mv -f .deps/jstk_options.Tpo .deps/jstk_options.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT jstk_properties.lo -MD -MP -MF .deps/jstk_properties.Tpo -c -o jstk_properties.lo jstk_properties.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT jstk_properties.lo -MD -MP -MF .deps/jstk_properties.Tpo -c jstk_properties.c -fPIC -DPIC -o .libs/jstk_properties.o mv -f .deps/jstk_properties.Tpo .deps/jstk_properties.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT StrKeysym.lo -MD -MP -MF .deps/StrKeysym.Tpo -c -o StrKeysym.lo StrKeysym.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT StrKeysym.lo -MD -MP -MF .deps/StrKeysym.Tpo -c StrKeysym.c -fPIC -DPIC -o .libs/StrKeysym.o mv -f .deps/StrKeysym.Tpo .deps/StrKeysym.Plo /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT backend_bsd.lo -MD -MP -MF .deps/backend_bsd.Tpo -c -o backend_bsd.lo backend_bsd.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT backend_bsd.lo -MD -MP -MF .deps/backend_bsd.Tpo -c backend_bsd.c -fPIC -DPIC -o .libs/backend_bsd.o backend_bsd.c: In function 'jstkOpenDevice_bsd': backend_bsd.c:104: error: 'USB_GET_REPORT_ID' undeclared (first use in this function) backend_bsd.c:104: error: (Each undeclared identifier is reported only once backend_bsd.c:104: error: for each function it appears in.) *** Error code 1 Stop in /work/a/ports/x11-drivers/xf86-input-joystick/work/xf86-input-joystick-1.4.0/src. *** Error code 1 Stop in /work/a/ports/x11-drivers/xf86-input-joystick/work/xf86-input-joystick-1.4.0. *** Error code 1 Stop in /work/a/ports/x11-drivers/xf86-input-joystick/work/xf86-input-joystick-1.4.0. *** Error code 1 Stop in /a/ports/x11-drivers/xf86-input-joystick. ================================================================ build of /usr/ports/x11-drivers/xf86-input-joystick ended at Thu Apr 9 10:45:52 UTC 2009 ----- End forwarded message ----- -- Erwin Lansing http://droso.org Prediction is very difficult erwin@FreeBSD.org especially about the future erwin@aauug.dk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090409/29553d49/attachment.pgp From alexbestms at math.uni-muenster.de Thu Apr 9 10:22:31 2009 From: alexbestms at math.uni-muenster.de (Alexander Best) Date: Thu Apr 9 10:22:38 2009 Subject: Using joypad under X In-Reply-To: <1239294242.1922.14.camel@balrog.2hip.net> Message-ID: i recompiled my kernel with the usb1 stack, but it still doesn't work. i tried recompiling x11-drivers/xf86-input-joystick, but got the following compile errors: backend_bsd.c: In function 'jstkOpenDevice_bsd': backend_bsd.c:104: error: 'USB_GET_REPORT_ID' undeclared (first use in this function) backend_bsd.c:104: error: (Each undeclared identifier is reported only once backend_bsd.c:104: error: for each function it appears in.) since the X joystick driver is installed on my system i tried to start X to see if it works with the usb1 stack, but without any success. this is the debug output from Xorg0.log: (**) Option "Device" "/dev/uhid0" (**) Option "SendCoreEvents" (**) Logitech Cordless RumblePad 2: always reports core events (**) Option "DebugLevel" "99" (**) Logitech Cordless RumblePad 2: debug level set to 99 (**) Button 1 mapped to 5 (**) Option "MapButton2" "button=1" (**) Button 2 mapped to 5 (**) Option "MapButton3" "button=2" (**) Button 3 mapped to 5 (**) Button 4 mapped to 0 (**) Button 5 mapped to 0 (**) Button 6 mapped to 0 (**) Button 7 mapped to 0 (**) Button 8 mapped to 0 (**) Button 9 mapped to 0 (**) Button 10 mapped to 0 (**) Button 11 mapped to 0 (**) Button 12 mapped to 0 (**) Button 13 mapped to 0 (**) Button 14 mapped to 0 (**) Button 15 mapped to 0 (**) Button 16 mapped to 0 (**) Button 17 mapped to 0 (**) Button 18 mapped to 0 (**) Button 19 mapped to 0 (**) Button 20 mapped to 0 (**) Button 21 mapped to 0 (**) Button 22 mapped to 0 (**) Button 23 mapped to 0 (**) Button 24 mapped to 0 (**) Button 25 mapped to 0 (**) Button 26 mapped to 0 (**) Button 27 mapped to 0 (**) Button 28 mapped to 0 (**) Button 29 mapped to 0 (**) Button 30 mapped to 0 (**) Button 31 mapped to 0 (**) Button 32 mapped to 0 (**) Option "MapAxis1" "mode=relative axis=+3x deadzone=30" (**) Axis 1 type is 1, mapped to 1, amplify=3.000 (**) Option "MapAxis2" "mode=relative axis=+3y deadzone=30" (**) Axis 2 type is 1, mapped to 2, amplify=3.000 (**) Axis 3 type is 1, mapped to 3, amplify=1.000 (**) Axis 4 type is 1, mapped to 4, amplify=1.000 (**) Axis 5 type is 2, mapped to 1, amplify=1.000 (**) Axis 6 type is 2, mapped to 2, amplify=1.000 (**) Axis 7 type is 0, mapped to 0, amplify=1.000 (**) Axis 8 type is 0, mapped to 0, amplify=1.000 (**) Axis 9 type is 0, mapped to 0, amplify=1.000 (**) Axis 10 type is 0, mapped to 0, amplify=1.000 (**) Axis 11 type is 0, mapped to 0, amplify=1.000 (**) Axis 12 type is 0, mapped to 0, amplify=1.000 (**) Axis 13 type is 0, mapped to 0, amplify=1.000 (**) Axis 14 type is 0, mapped to 0, amplify=1.000 (**) Axis 15 type is 0, mapped to 0, amplify=1.000 (**) Axis 16 type is 0, mapped to 0, amplify=1.000 (**) Axis 17 type is 0, mapped to 0, amplify=1.000 (**) Axis 18 type is 0, mapped to 0, amplify=1.000 (**) Axis 19 type is 0, mapped to 0, amplify=1.000 (**) Axis 20 type is 0, mapped to 0, amplify=1.000 (**) Axis 21 type is 0, mapped to 0, amplify=1.000 (**) Axis 22 type is 0, mapped to 0, amplify=1.000 (**) Axis 23 type is 0, mapped to 0, amplify=1.000 (**) Axis 24 type is 0, mapped to 0, amplify=1.000 (**) Axis 25 type is 0, mapped to 0, amplify=1.000 (**) Axis 26 type is 0, mapped to 0, amplify=1.000 (**) Axis 27 type is 0, mapped to 0, amplify=1.000 (**) Axis 28 type is 0, mapped to 0, amplify=1.000 (**) Axis 29 type is 0, mapped to 0, amplify=1.000 (**) Axis 30 type is 0, mapped to 0, amplify=1.000 (**) Axis 31 type is 0, mapped to 0, amplify=1.000 (**) Axis 32 type is 0, mapped to 0, amplify=1.000 (**) Option "SendCoreEvents" (**) Logitech Cordless RumblePad 2 (keys): always reports core events (II) evaluating device (Razer Diamondback 1600) (II) XINPUT: Adding extended input device "Razer Diamondback 1600" (type: MOUSE) (II) evaluating device (Dell USB Keyboard) (II) XINPUT: Adding extended input device "Dell USB Keyboard" (type: KEYBOARD) (II) evaluating device (Logitech Cordless RumblePad 2) (II) XINPUT: Adding extended input device "Logitech Cordless RumblePad 2" (type: JOYSTICK) (II) evaluating device (Logitech Cordless RumblePad 2 (keys)) (II) XINPUT: Adding extended input device "Logitech Cordless RumblePad 2 (keys)" (type: JOYSTICK) jstkDeviceControlProc what=INIT (EE) Joystick: hid_get_report_desc failed: Invalid argument jstkKeyboardDeviceControlProc what=DEVICE_INIT (**) Initializing Keyboard with 1 keys (**) Keymap [8]: 0x00000000 (II) Razer Diamondback 1600: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Razer Diamondback 1600: SetupAuto: protocol is SysMouse jstkKeyboardDeviceControlProc what=DEVICE_ON jstkKeyboardDeviceControlProc what=DEVICE_OFF (II) NVIDIA(0): Setting mode "1152x864" (**) Option "BaudRate" "1200" (**) Option "StopBits" "2" (**) Option "DataBits" "8" (**) Option "Parity" "None" (**) Option "Vmin" "1" (**) Option "Vtime" "0" (**) Option "FlowControl" "None" couldn't enable device 4 jstkKeyboardDeviceControlProc what=DEVICE_ON i'm now recompiling my kernel with the usb2 stack and try to somehow make the xf86-input-joystick port compile without any errors. i also posted a thread describing my problem on the freebsd-questions mailinglist. maybe somebody over there knows what to do. here's the thread: http://lists.freebsd.org/pipermail/freebsd-questions/2009-April/196128.html thanks for your help. :) Alex Robert Noland schrieb am 2009-04-09: > On Thu, 2009-04-09 at 14:33 +0200, Alexander Best wrote: > > oh. :-( > > so basically there's no way to use my gamepad with the usb2 stack? > > will the X > > joystick driver work if i switch back to usb1? > Well, I don't have any way to test it, but when I just updated X > server, > the joystick driver was one of two "maintained" drivers that failed. > The error appeared to be related to usb2 as I do all of my builds on > -CURRENT. It probably isn't all that difficult to fix, but I don't > know > the usb stuff. > robert. > > Robert Noland schrieb am 2009-04-08: > > > On Wed, 2009-04-08 at 21:13 +0200, Alexander Best wrote: > > > > hi there, > > > > i'm running FreeBSD moshnroll 8.0-CURRENT FreeBSD 8.0-CURRENT > > > > #28 > > > > r190845: Wed > > > > Apr 8 16:27:42 CEST 2009. > > > > i'd like to use my joypad under X in order to play games, but > > > > i'm > > > > unable to > > > > find any information on how to do this. > > > I don't think that the joystick driver and usb2 get along... > > > robert. > > > > the device get's recognized as HID device. here's the line from > > > > dmesg: > > > > uhid0: > > > 1.10/2.00, addr > > > > 2> on usbus0 > > > > i added the following lines to my xorg.conf: > > > > Section "InputDevice" > > > > Identifier "Logitech Cordless RumblePad 2" > > > > Option "Vendor" "Logitech" > > > > Driver "joystick" > > > > Option "Path" "/dev/uhid0" > > > > Option "Device" "/dev/uhid0" > > > > Option "DebugLevel" "99" > > > > EndSection > > > > and added > > > > InputDevice "Logitech Cordless RumblePad 2" "SendCoreEvents" to > > > > Section "ServerLayout" > > > > after starting X however i'm not able to use the joypad. i > > > > checked > > > > /var/log/Xorg.0.log and found these entries which seem to be > > > > related to the > > > > problem: > > > > (**) Option "Device" "/dev/uhid0" > > > > (**) Option "SendCoreEvents" > > > > (**) Logitech Cordless RumblePad 2: always reports core events > > > > (**) Option "DebugLevel" "99" > > > > (**) Logitech Cordless RumblePad 2: debug level set to 99 > > > > (**) Button 1 mapped to 5 > > > > (**) Button 2 mapped to 5 > > > > (**) Button 3 mapped to 5 > > > > (**) Button 4 mapped to 0 > > > > (**) Button 5 mapped to 0 > > > > (**) Button 6 mapped to 0 > > > > (**) Button 7 mapped to 0 > > > > (**) Button 8 mapped to 0 > > > > (**) Button 9 mapped to 0 > > > > (**) Button 10 mapped to 0 > > > > (**) Button 11 mapped to 0 > > > > (**) Button 12 mapped to 0 > > > > (**) Button 13 mapped to 0 > > > > (**) Button 14 mapped to 0 > > > > (**) Button 15 mapped to 0 > > > > (**) Button 16 mapped to 0 > > > > (**) Button 17 mapped to 0 > > > > (**) Button 18 mapped to 0 > > > > (**) Button 19 mapped to 0 > > > > (**) Button 20 mapped to 0 > > > > (**) Button 21 mapped to 0 > > > > (**) Button 22 mapped to 0 > > > > (**) Button 23 mapped to 0 > > > > (**) Button 24 mapped to 0 > > > > (**) Button 25 mapped to 0 > > > > (**) Button 26 mapped to 0 > > > > (**) Button 27 mapped to 0 > > > > (**) Button 28 mapped to 0 > > > > (**) Button 29 mapped to 0 > > > > (**) Button 30 mapped to 0 > > > > (**) Button 31 mapped to 0 > > > > (**) Button 32 mapped to 0 > > > > (**) Axis 1 type is 1, mapped to 1, amplify=1.000 > > > > (**) Axis 2 type is 1, mapped to 2, amplify=1.000 > > > > (**) Axis 3 type is 1, mapped to 3, amplify=1.000 > > > > (**) Axis 4 type is 1, mapped to 4, amplify=1.000 > > > > (**) Axis 5 type is 2, mapped to 1, amplify=1.000 > > > > (**) Axis 6 type is 2, mapped to 2, amplify=1.000 > > > > (**) Axis 7 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 8 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 9 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 10 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 11 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 12 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 13 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 14 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 15 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 16 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 17 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 18 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 19 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 20 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 21 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 22 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 23 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 24 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 25 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 26 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 27 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 28 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 29 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 30 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 31 type is 0, mapped to 0, amplify=1.000 > > > > (**) Axis 32 type is 0, mapped to 0, amplify=1.000 > > > > (**) Option "SendCoreEvents" > > > > (**) Logitech Cordless RumblePad 2 (keys): always reports core > > > > events > > > > (II) evaluating device (Razer Diamondback 1600) > > > > (II) XINPUT: Adding extended input device "Razer Diamondback > > > > 1600" > > > > (type: > > > > MOUSE) > > > > (II) evaluating device (Dell USB Keyboard) > > > > (II) XINPUT: Adding extended input device "Dell USB Keyboard" > > > > (type: KEYBOARD) > > > > (II) evaluating device (Logitech Cordless RumblePad 2) > > > > (II) XINPUT: Adding extended input device "Logitech Cordless > > > > RumblePad 2" > > > > (type: JOYSTICK) > > > > (II) evaluating device (Logitech Cordless RumblePad 2 (keys)) > > > > (II) XINPUT: Adding extended input device "Logitech Cordless > > > > RumblePad 2 > > > > (keys)" (type: JOYSTICK) > > > > jstkDeviceControlProc what=INIT > > > > (EE) Joystick: Didn't find any usable axes. > > > > jstkKeyboardDeviceControlProc what=DEVICE_INIT > > > > (**) Initializing Keyboard with 1 keys > > > > (**) Keymap [8]: 0x00000000 > > > > (II) Razer Diamondback 1600: SetupAuto: hw.iftype is 4, > > > > hw.model is > > > > 0 > > > > (II) Razer Diamondback 1600: SetupAuto: protocol is SysMouse > > > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > > > jstkKeyboardDeviceControlProc what=DEVICE_OFF > > > > (II) NVIDIA(0): Setting mode "1152x864" > > > > (**) Option "BaudRate" "1200" > > > > (**) Option "StopBits" "2" > > > > (**) Option "DataBits" "8" > > > > (**) Option "Parity" "None" > > > > (**) Option "Vmin" "1" > > > > (**) Option "Vtime" "0" > > > > (**) Option "FlowControl" "None" > > > > couldn't enable device 4 > > > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > > > jstkKeyboardDeviceControlProc what=DEVICE_OFF > > > > (II) NVIDIA(0): Setting mode "1152x864" > > > > couldn't enable device 4 > > > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > > > (II) 3rd Button detected: disabling emulate3Button > > > > jstkKeyboardDeviceControlProc what=DEVICE_OFF > > > > (II) NVIDIA(0): Setting mode "1152x864" > > > > couldn't enable device 4 > > > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > > > (II) 3rd Button detected: disabling emulate3Button > > > > i tried running usbhidctl -f /dev/uhid0 -a, but got no output. > > > > running > > > > usbhidctl -f /dev/uhid0 -r gives me the following output: > > > > Report descriptor: > > > > Collection page=Generic_Desktop usage=Game_Pad > > > > Total input size 0 bytes > > > > Total output size 0 bytes > > > > Total feature size 0 bytes > > > > i did the following to see if the device actually works: hd > > > > /dev/uhid0 and > > > > this is the result after pressing buttons 1-10: > > > > 00000000 01 80 80 7f 80 18 00 08 01 80 80 7f 80 08 00 08 > > > > |................| > > > > 00000010 01 80 80 7f 80 28 00 08 01 80 80 7f 80 08 00 08 > > > > |.....(..........| > > > > 00000020 01 80 80 7f 80 48 00 08 01 80 80 7f 80 08 00 08 > > > > |.....H..........| > > > > 00000030 01 80 80 7f 80 88 00 08 01 80 80 7f 80 08 00 08 > > > > |................| > > > > 00000040 01 80 80 7f 80 08 01 08 01 80 80 7f 80 08 00 08 > > > > |................| > > > > 00000050 01 80 80 7f 80 08 02 08 01 80 80 7f 80 08 00 08 > > > > |................| > > > > 00000060 01 80 80 7f 80 08 04 08 01 80 80 7f 80 08 00 08 > > > > |................| > > > > 00000070 01 80 80 7f 80 08 08 08 01 80 80 7f 80 08 00 08 > > > > |................| > > > > 00000080 01 80 80 7f 80 08 10 08 01 80 80 7f 80 08 00 08 > > > > |................| > > > > 00000090 01 80 80 7f 80 08 20 08 01 80 80 7f 80 08 00 08 > > > > |...... > > > > .........| > > > > cheers. > > > > Alex > > > > _______________________________________________ > > > > freebsd-x11@freebsd.org mailing list > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > > > To unsubscribe, send any mail to > > > > "freebsd-x11-unsubscribe@freebsd.org" From alexbestms at math.uni-muenster.de Thu Apr 9 10:38:54 2009 From: alexbestms at math.uni-muenster.de (Alexander Best) Date: Thu Apr 9 10:39:00 2009 Subject: Using joypad under X In-Reply-To: <1239294242.1922.14.camel@balrog.2hip.net> Message-ID: here's a fix for the xf86-input-joystick port that makes it build under CURRENT: simply add #include to xf86-input-joystick/work/xf86-input-joystick-1.4.0/src/backend_bsd.c should build fine now. cheers. Alex From rnoland at FreeBSD.org Thu Apr 9 10:39:38 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Apr 9 10:39:45 2009 Subject: Using joypad under X In-Reply-To: References: Message-ID: <1239298723.1922.17.camel@balrog.2hip.net> On Thu, 2009-04-09 at 19:22 +0200, Alexander Best wrote: > i recompiled my kernel with the usb1 stack, but it still doesn't work. i tried > recompiling x11-drivers/xf86-input-joystick, but got the following compile > errors: > > backend_bsd.c: In function 'jstkOpenDevice_bsd': > backend_bsd.c:104: error: 'USB_GET_REPORT_ID' undeclared (first use in this > function) > backend_bsd.c:104: error: (Each undeclared identifier is reported only once > backend_bsd.c:104: error: for each function it appears in.) Ok, I'll try and look at it shortly... robert. > since the X joystick driver is installed on my system i tried to start X to > see if it works with the usb1 stack, but without any success. this is the > debug output from Xorg0.log: > > (**) Option "Device" "/dev/uhid0" > (**) Option "SendCoreEvents" > (**) Logitech Cordless RumblePad 2: always reports core events > (**) Option "DebugLevel" "99" > (**) Logitech Cordless RumblePad 2: debug level set to 99 > (**) Button 1 mapped to 5 > (**) Option "MapButton2" "button=1" > (**) Button 2 mapped to 5 > (**) Option "MapButton3" "button=2" > (**) Button 3 mapped to 5 > (**) Button 4 mapped to 0 > (**) Button 5 mapped to 0 > (**) Button 6 mapped to 0 > (**) Button 7 mapped to 0 > (**) Button 8 mapped to 0 > (**) Button 9 mapped to 0 > (**) Button 10 mapped to 0 > (**) Button 11 mapped to 0 > (**) Button 12 mapped to 0 > (**) Button 13 mapped to 0 > (**) Button 14 mapped to 0 > (**) Button 15 mapped to 0 > (**) Button 16 mapped to 0 > (**) Button 17 mapped to 0 > (**) Button 18 mapped to 0 > (**) Button 19 mapped to 0 > (**) Button 20 mapped to 0 > (**) Button 21 mapped to 0 > (**) Button 22 mapped to 0 > (**) Button 23 mapped to 0 > (**) Button 24 mapped to 0 > (**) Button 25 mapped to 0 > (**) Button 26 mapped to 0 > (**) Button 27 mapped to 0 > (**) Button 28 mapped to 0 > (**) Button 29 mapped to 0 > (**) Button 30 mapped to 0 > (**) Button 31 mapped to 0 > (**) Button 32 mapped to 0 > (**) Option "MapAxis1" "mode=relative axis=+3x deadzone=30" > (**) Axis 1 type is 1, mapped to 1, amplify=3.000 > (**) Option "MapAxis2" "mode=relative axis=+3y deadzone=30" > (**) Axis 2 type is 1, mapped to 2, amplify=3.000 > (**) Axis 3 type is 1, mapped to 3, amplify=1.000 > (**) Axis 4 type is 1, mapped to 4, amplify=1.000 > (**) Axis 5 type is 2, mapped to 1, amplify=1.000 > (**) Axis 6 type is 2, mapped to 2, amplify=1.000 > (**) Axis 7 type is 0, mapped to 0, amplify=1.000 > (**) Axis 8 type is 0, mapped to 0, amplify=1.000 > (**) Axis 9 type is 0, mapped to 0, amplify=1.000 > (**) Axis 10 type is 0, mapped to 0, amplify=1.000 > (**) Axis 11 type is 0, mapped to 0, amplify=1.000 > (**) Axis 12 type is 0, mapped to 0, amplify=1.000 > (**) Axis 13 type is 0, mapped to 0, amplify=1.000 > (**) Axis 14 type is 0, mapped to 0, amplify=1.000 > (**) Axis 15 type is 0, mapped to 0, amplify=1.000 > (**) Axis 16 type is 0, mapped to 0, amplify=1.000 > (**) Axis 17 type is 0, mapped to 0, amplify=1.000 > (**) Axis 18 type is 0, mapped to 0, amplify=1.000 > (**) Axis 19 type is 0, mapped to 0, amplify=1.000 > (**) Axis 20 type is 0, mapped to 0, amplify=1.000 > (**) Axis 21 type is 0, mapped to 0, amplify=1.000 > (**) Axis 22 type is 0, mapped to 0, amplify=1.000 > (**) Axis 23 type is 0, mapped to 0, amplify=1.000 > (**) Axis 24 type is 0, mapped to 0, amplify=1.000 > (**) Axis 25 type is 0, mapped to 0, amplify=1.000 > (**) Axis 26 type is 0, mapped to 0, amplify=1.000 > (**) Axis 27 type is 0, mapped to 0, amplify=1.000 > (**) Axis 28 type is 0, mapped to 0, amplify=1.000 > (**) Axis 29 type is 0, mapped to 0, amplify=1.000 > (**) Axis 30 type is 0, mapped to 0, amplify=1.000 > (**) Axis 31 type is 0, mapped to 0, amplify=1.000 > (**) Axis 32 type is 0, mapped to 0, amplify=1.000 > (**) Option "SendCoreEvents" > (**) Logitech Cordless RumblePad 2 (keys): always reports core events > (II) evaluating device (Razer Diamondback 1600) > (II) XINPUT: Adding extended input device "Razer Diamondback 1600" (type: > MOUSE) > (II) evaluating device (Dell USB Keyboard) > (II) XINPUT: Adding extended input device "Dell USB Keyboard" (type: KEYBOARD) > (II) evaluating device (Logitech Cordless RumblePad 2) > (II) XINPUT: Adding extended input device "Logitech Cordless RumblePad 2" > (type: JOYSTICK) > (II) evaluating device (Logitech Cordless RumblePad 2 (keys)) > (II) XINPUT: Adding extended input device "Logitech Cordless RumblePad 2 > (keys)" (type: JOYSTICK) > jstkDeviceControlProc what=INIT > (EE) Joystick: hid_get_report_desc failed: Invalid argument > jstkKeyboardDeviceControlProc what=DEVICE_INIT > (**) Initializing Keyboard with 1 keys > (**) Keymap [8]: 0x00000000 > (II) Razer Diamondback 1600: SetupAuto: hw.iftype is 4, hw.model is 0 > (II) Razer Diamondback 1600: SetupAuto: protocol is SysMouse > jstkKeyboardDeviceControlProc what=DEVICE_ON > jstkKeyboardDeviceControlProc what=DEVICE_OFF > (II) NVIDIA(0): Setting mode "1152x864" > (**) Option "BaudRate" "1200" > (**) Option "StopBits" "2" > (**) Option "DataBits" "8" > (**) Option "Parity" "None" > (**) Option "Vmin" "1" > (**) Option "Vtime" "0" > (**) Option "FlowControl" "None" > couldn't enable device 4 > jstkKeyboardDeviceControlProc what=DEVICE_ON > > i'm now recompiling my kernel with the usb2 stack and try to somehow make the > xf86-input-joystick port compile without any errors. > > i also posted a thread describing my problem on the freebsd-questions > mailinglist. maybe somebody over there knows what to do. here's the thread: > > http://lists.freebsd.org/pipermail/freebsd-questions/2009-April/196128.html > > thanks for your help. :) > > Alex > > Robert Noland schrieb am 2009-04-09: > > On Thu, 2009-04-09 at 14:33 +0200, Alexander Best wrote: > > > oh. :-( > > > > so basically there's no way to use my gamepad with the usb2 stack? > > > will the X > > > joystick driver work if i switch back to usb1? > > > Well, I don't have any way to test it, but when I just updated X > > server, > > the joystick driver was one of two "maintained" drivers that failed. > > The error appeared to be related to usb2 as I do all of my builds on > > -CURRENT. It probably isn't all that difficult to fix, but I don't > > know > > the usb stuff. > > > robert. > > > > Robert Noland schrieb am 2009-04-08: > > > > On Wed, 2009-04-08 at 21:13 +0200, Alexander Best wrote: > > > > > hi there, > > > > > > i'm running FreeBSD moshnroll 8.0-CURRENT FreeBSD 8.0-CURRENT > > > > > #28 > > > > > r190845: Wed > > > > > Apr 8 16:27:42 CEST 2009. > > > > > > i'd like to use my joypad under X in order to play games, but > > > > > i'm > > > > > unable to > > > > > find any information on how to do this. > > > > > I don't think that the joystick driver and usb2 get along... > > > > > robert. > > > > > > the device get's recognized as HID device. here's the line from > > > > > dmesg: > > > > > > uhid0: > > > > 1.10/2.00, addr > > > > > 2> on usbus0 > > > > > > i added the following lines to my xorg.conf: > > > > > > Section "InputDevice" > > > > > Identifier "Logitech Cordless RumblePad 2" > > > > > Option "Vendor" "Logitech" > > > > > Driver "joystick" > > > > > Option "Path" "/dev/uhid0" > > > > > Option "Device" "/dev/uhid0" > > > > > Option "DebugLevel" "99" > > > > > EndSection > > > > > > and added > > > > > > InputDevice "Logitech Cordless RumblePad 2" "SendCoreEvents" to > > > > > > Section "ServerLayout" > > > > > > after starting X however i'm not able to use the joypad. i > > > > > checked > > > > > /var/log/Xorg.0.log and found these entries which seem to be > > > > > related to the > > > > > problem: > > > > > > (**) Option "Device" "/dev/uhid0" > > > > > (**) Option "SendCoreEvents" > > > > > (**) Logitech Cordless RumblePad 2: always reports core events > > > > > (**) Option "DebugLevel" "99" > > > > > (**) Logitech Cordless RumblePad 2: debug level set to 99 > > > > > (**) Button 1 mapped to 5 > > > > > (**) Button 2 mapped to 5 > > > > > (**) Button 3 mapped to 5 > > > > > (**) Button 4 mapped to 0 > > > > > (**) Button 5 mapped to 0 > > > > > (**) Button 6 mapped to 0 > > > > > (**) Button 7 mapped to 0 > > > > > (**) Button 8 mapped to 0 > > > > > (**) Button 9 mapped to 0 > > > > > (**) Button 10 mapped to 0 > > > > > (**) Button 11 mapped to 0 > > > > > (**) Button 12 mapped to 0 > > > > > (**) Button 13 mapped to 0 > > > > > (**) Button 14 mapped to 0 > > > > > (**) Button 15 mapped to 0 > > > > > (**) Button 16 mapped to 0 > > > > > (**) Button 17 mapped to 0 > > > > > (**) Button 18 mapped to 0 > > > > > (**) Button 19 mapped to 0 > > > > > (**) Button 20 mapped to 0 > > > > > (**) Button 21 mapped to 0 > > > > > (**) Button 22 mapped to 0 > > > > > (**) Button 23 mapped to 0 > > > > > (**) Button 24 mapped to 0 > > > > > (**) Button 25 mapped to 0 > > > > > (**) Button 26 mapped to 0 > > > > > (**) Button 27 mapped to 0 > > > > > (**) Button 28 mapped to 0 > > > > > (**) Button 29 mapped to 0 > > > > > (**) Button 30 mapped to 0 > > > > > (**) Button 31 mapped to 0 > > > > > (**) Button 32 mapped to 0 > > > > > (**) Axis 1 type is 1, mapped to 1, amplify=1.000 > > > > > (**) Axis 2 type is 1, mapped to 2, amplify=1.000 > > > > > (**) Axis 3 type is 1, mapped to 3, amplify=1.000 > > > > > (**) Axis 4 type is 1, mapped to 4, amplify=1.000 > > > > > (**) Axis 5 type is 2, mapped to 1, amplify=1.000 > > > > > (**) Axis 6 type is 2, mapped to 2, amplify=1.000 > > > > > (**) Axis 7 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 8 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 9 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 10 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 11 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 12 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 13 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 14 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 15 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 16 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 17 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 18 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 19 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 20 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 21 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 22 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 23 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 24 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 25 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 26 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 27 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 28 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 29 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 30 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 31 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Axis 32 type is 0, mapped to 0, amplify=1.000 > > > > > (**) Option "SendCoreEvents" > > > > > (**) Logitech Cordless RumblePad 2 (keys): always reports core > > > > > events > > > > > (II) evaluating device (Razer Diamondback 1600) > > > > > (II) XINPUT: Adding extended input device "Razer Diamondback > > > > > 1600" > > > > > (type: > > > > > MOUSE) > > > > > (II) evaluating device (Dell USB Keyboard) > > > > > (II) XINPUT: Adding extended input device "Dell USB Keyboard" > > > > > (type: KEYBOARD) > > > > > (II) evaluating device (Logitech Cordless RumblePad 2) > > > > > (II) XINPUT: Adding extended input device "Logitech Cordless > > > > > RumblePad 2" > > > > > (type: JOYSTICK) > > > > > (II) evaluating device (Logitech Cordless RumblePad 2 (keys)) > > > > > (II) XINPUT: Adding extended input device "Logitech Cordless > > > > > RumblePad 2 > > > > > (keys)" (type: JOYSTICK) > > > > > jstkDeviceControlProc what=INIT > > > > > (EE) Joystick: Didn't find any usable axes. > > > > > jstkKeyboardDeviceControlProc what=DEVICE_INIT > > > > > (**) Initializing Keyboard with 1 keys > > > > > (**) Keymap [8]: 0x00000000 > > > > > (II) Razer Diamondback 1600: SetupAuto: hw.iftype is 4, > > > > > hw.model is > > > > > 0 > > > > > (II) Razer Diamondback 1600: SetupAuto: protocol is SysMouse > > > > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > > > > jstkKeyboardDeviceControlProc what=DEVICE_OFF > > > > > (II) NVIDIA(0): Setting mode "1152x864" > > > > > (**) Option "BaudRate" "1200" > > > > > (**) Option "StopBits" "2" > > > > > (**) Option "DataBits" "8" > > > > > (**) Option "Parity" "None" > > > > > (**) Option "Vmin" "1" > > > > > (**) Option "Vtime" "0" > > > > > (**) Option "FlowControl" "None" > > > > > couldn't enable device 4 > > > > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > > > > jstkKeyboardDeviceControlProc what=DEVICE_OFF > > > > > (II) NVIDIA(0): Setting mode "1152x864" > > > > > couldn't enable device 4 > > > > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > > > > (II) 3rd Button detected: disabling emulate3Button > > > > > jstkKeyboardDeviceControlProc what=DEVICE_OFF > > > > > (II) NVIDIA(0): Setting mode "1152x864" > > > > > couldn't enable device 4 > > > > > jstkKeyboardDeviceControlProc what=DEVICE_ON > > > > > (II) 3rd Button detected: disabling emulate3Button > > > > > > i tried running usbhidctl -f /dev/uhid0 -a, but got no output. > > > > > running > > > > > usbhidctl -f /dev/uhid0 -r gives me the following output: > > > > > > Report descriptor: > > > > > Collection page=Generic_Desktop usage=Game_Pad > > > > > Total input size 0 bytes > > > > > Total output size 0 bytes > > > > > Total feature size 0 bytes > > > > > > i did the following to see if the device actually works: hd > > > > > /dev/uhid0 and > > > > > this is the result after pressing buttons 1-10: > > > > > > 00000000 01 80 80 7f 80 18 00 08 01 80 80 7f 80 08 00 08 > > > > > |................| > > > > > 00000010 01 80 80 7f 80 28 00 08 01 80 80 7f 80 08 00 08 > > > > > |.....(..........| > > > > > 00000020 01 80 80 7f 80 48 00 08 01 80 80 7f 80 08 00 08 > > > > > |.....H..........| > > > > > 00000030 01 80 80 7f 80 88 00 08 01 80 80 7f 80 08 00 08 > > > > > |................| > > > > > 00000040 01 80 80 7f 80 08 01 08 01 80 80 7f 80 08 00 08 > > > > > |................| > > > > > 00000050 01 80 80 7f 80 08 02 08 01 80 80 7f 80 08 00 08 > > > > > |................| > > > > > 00000060 01 80 80 7f 80 08 04 08 01 80 80 7f 80 08 00 08 > > > > > |................| > > > > > 00000070 01 80 80 7f 80 08 08 08 01 80 80 7f 80 08 00 08 > > > > > |................| > > > > > 00000080 01 80 80 7f 80 08 10 08 01 80 80 7f 80 08 00 08 > > > > > |................| > > > > > 00000090 01 80 80 7f 80 08 20 08 01 80 80 7f 80 08 00 08 > > > > > |...... > > > > > .........| > > > > > > cheers. > > > > > Alex > > > > > _______________________________________________ > > > > > freebsd-x11@freebsd.org mailing list > > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > > > > To unsubscribe, send any mail to > > > > > "freebsd-x11-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090409/6e9c57e7/attachment.pgp From rnoland at FreeBSD.org Thu Apr 9 10:41:28 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Apr 9 10:41:34 2009 Subject: Using joypad under X In-Reply-To: References: Message-ID: <1239298834.1922.18.camel@balrog.2hip.net> On Thu, 2009-04-09 at 19:38 +0200, Alexander Best wrote: > here's a fix for the xf86-input-joystick port that makes it build under > CURRENT: > > simply add > > #include > > to xf86-input-joystick/work/xf86-input-joystick-1.4.0/src/backend_bsd.c > > should build fine now. Cool, I'll do a couple of tests and then commit upstream as well. robert. > cheers. > Alex > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090409/bb9e4cfe/attachment.pgp From rnoland at FreeBSD.org Thu Apr 9 10:46:39 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Apr 9 10:46:45 2009 Subject: Unable to update: xf86-video-nsc In-Reply-To: <1239040384.1852.4.camel@balrog.2hip.net> References: <20090406094121.751eff18@scorpio> <1239040384.1852.4.camel@balrog.2hip.net> Message-ID: <1239299146.1922.19.camel@balrog.2hip.net> On Mon, 2009-04-06 at 12:53 -0500, Robert Noland wrote: > On Mon, 2009-04-06 at 09:41 -0400, Gerard wrote: > > SYSTEM INFO: > > > > FreeBSD scorpio.seibercom.net 6.3-RELEASE-p6 FreeBSD 6.3-RELEASE-p6 #0: > > Thu Dec 11 22:02:51 EST 2008 > > gerard@scorpio.seibercom.net:/usr/obj/usr/src/sys/SCORPIO i386 > > > > PORT INFO: > > > > PORTNAME= xf86-video-nsc > > PORTVERSION= 2.8.3 > > PORTREVISION= 3 > > I did run this driver through tinderbox on -CURRENT, I'm pretty sure > that nothing actually changed in that driver. The header file that it > claims is missing is part of mesa, but doesn't appear to be installed. > Have you updated graphics/libGL and graphics/dri? > > robert. > > > I have an older version of the above port installed. When I attempt to > > update to the latest version, the build fails. I have attached a copy > > of the build log for your perusal. The log is also available here: > > > > http://pastebin.ca/1383699 This is only failing on i386... Do you actually own this hardware? robert. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090409/ee3d651f/attachment.pgp From alexbestms at math.uni-muenster.de Thu Apr 9 10:50:38 2009 From: alexbestms at math.uni-muenster.de (Alexander Best) Date: Thu Apr 9 10:50:44 2009 Subject: Using joypad under X In-Reply-To: <1239298834.1922.18.camel@balrog.2hip.net> Message-ID: after re-installing the xf86-input-joystick port and restarting X this is the result (taken from Xorg.0.log): (**) Option "Device" "/dev/uhid0" (**) Option "SendCoreEvents" (**) Logitech Cordless RumblePad 2: always reports core events (**) Option "DebugLevel" "99" (**) Logitech Cordless RumblePad 2: debug level set to 99 (**) Button 1 mapped to 5 (**) Option "MapButton2" "button=1" (**) Button 2 mapped to 5 (**) Option "MapButton3" "button=2" (**) Button 3 mapped to 5 (**) Button 4 mapped to 0 (**) Button 5 mapped to 0 (**) Button 6 mapped to 0 (**) Button 7 mapped to 0 (**) Button 8 mapped to 0 (**) Button 9 mapped to 0 (**) Button 10 mapped to 0 (**) Button 11 mapped to 0 (**) Button 12 mapped to 0 (**) Button 13 mapped to 0 (**) Button 14 mapped to 0 (**) Button 15 mapped to 0 (**) Button 16 mapped to 0 (**) Button 17 mapped to 0 (**) Button 18 mapped to 0 (**) Button 19 mapped to 0 (**) Button 20 mapped to 0 (**) Button 21 mapped to 0 (**) Button 22 mapped to 0 (**) Button 23 mapped to 0 (**) Button 24 mapped to 0 (**) Button 25 mapped to 0 (**) Button 26 mapped to 0 (**) Button 27 mapped to 0 (**) Button 28 mapped to 0 (**) Button 29 mapped to 0 (**) Button 30 mapped to 0 (**) Button 31 mapped to 0 (**) Button 32 mapped to 0 (**) Option "MapAxis1" "mode=relative axis=+3x deadzone=30" (**) Axis 1 type is 1, mapped to 1, amplify=3.000 (**) Option "MapAxis2" "mode=relative axis=+3y deadzone=30" (**) Axis 2 type is 1, mapped to 2, amplify=3.000 (**) Axis 3 type is 1, mapped to 3, amplify=1.000 (**) Axis 4 type is 1, mapped to 4, amplify=1.000 (**) Axis 5 type is 2, mapped to 1, amplify=1.000 (**) Axis 6 type is 2, mapped to 2, amplify=1.000 (**) Axis 7 type is 0, mapped to 0, amplify=1.000 (**) Axis 8 type is 0, mapped to 0, amplify=1.000 (**) Axis 9 type is 0, mapped to 0, amplify=1.000 (**) Axis 10 type is 0, mapped to 0, amplify=1.000 (**) Axis 11 type is 0, mapped to 0, amplify=1.000 (**) Axis 12 type is 0, mapped to 0, amplify=1.000 (**) Axis 13 type is 0, mapped to 0, amplify=1.000 (**) Axis 14 type is 0, mapped to 0, amplify=1.000 (**) Axis 15 type is 0, mapped to 0, amplify=1.000 (**) Axis 16 type is 0, mapped to 0, amplify=1.000 (**) Axis 17 type is 0, mapped to 0, amplify=1.000 (**) Axis 18 type is 0, mapped to 0, amplify=1.000 (**) Axis 19 type is 0, mapped to 0, amplify=1.000 (**) Axis 20 type is 0, mapped to 0, amplify=1.000 (**) Axis 21 type is 0, mapped to 0, amplify=1.000 (**) Axis 22 type is 0, mapped to 0, amplify=1.000 (**) Axis 23 type is 0, mapped to 0, amplify=1.000 (**) Axis 24 type is 0, mapped to 0, amplify=1.000 (**) Axis 25 type is 0, mapped to 0, amplify=1.000 (**) Axis 26 type is 0, mapped to 0, amplify=1.000 (**) Axis 27 type is 0, mapped to 0, amplify=1.000 (**) Axis 28 type is 0, mapped to 0, amplify=1.000 (**) Axis 29 type is 0, mapped to 0, amplify=1.000 (**) Axis 30 type is 0, mapped to 0, amplify=1.000 (**) Axis 31 type is 0, mapped to 0, amplify=1.000 (**) Axis 32 type is 0, mapped to 0, amplify=1.000 (**) Option "SendCoreEvents" (**) Logitech Cordless RumblePad 2 (keys): always reports core events (II) evaluating device (Razer Diamondback 1600) (II) XINPUT: Adding extended input device "Razer Diamondback 1600" (type: MOUSE) (II) evaluating device (Dell USB Keyboard) (II) XINPUT: Adding extended input device "Dell USB Keyboard" (type: KEYBOARD) (II) evaluating device (Logitech Cordless RumblePad 2) (II) XINPUT: Adding extended input device "Logitech Cordless RumblePad 2" (type: JOYSTICK) (II) evaluating device (Logitech Cordless RumblePad 2 (keys)) (II) XINPUT: Adding extended input device "Logitech Cordless RumblePad 2 (keys)" (type: JOYSTICK) jstkDeviceControlProc what=INIT (EE) Joystick: ioctl JSIOCGVERSION on '/dev/uhid0' failed: Invalid argument (EE) Joystick: Didn't find any usable axes. jstkKeyboardDeviceControlProc what=DEVICE_INIT (**) Initializing Keyboard with 1 keys (**) Keymap [8]: 0x00000000 (II) Razer Diamondback 1600: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Razer Diamondback 1600: SetupAuto: protocol is SysMouse jstkKeyboardDeviceControlProc what=DEVICE_ON jstkKeyboardDeviceControlProc what=DEVICE_OFF (II) NVIDIA(0): Setting mode "1152x864" (**) Option "BaudRate" "1200" (**) Option "StopBits" "2" (**) Option "DataBits" "8" (**) Option "Parity" "None" (**) Option "Vmin" "1" (**) Option "Vtime" "0" (**) Option "FlowControl" "None" couldn't enable device 4 jstkKeyboardDeviceControlProc what=DEVICE_ON (II) 3rd Button detected: disabling emulate3Button jstkKeyboardDeviceControlProc what=DEVICE_OFF (II) NVIDIA(0): Setting mode "1152x864" couldn't enable device 4 jstkKeyboardDeviceControlProc what=DEVICE_ON this is how the joystick section of my xorg.conf looks like atm: Section "InputDevice" Identifier "Logitech Cordless RumblePad 2" Option "Vendor" "Logitech" Driver "joystick" Option "Device" "/dev/uhid0" Option "Path" "/dev/uhid0" Option "DebugLevel" "99" Option "SendCoreEvents" "true" Option "MapAxis1" "mode=relative axis=+3x deadzone=30" Option "MapAxis2" "mode=relative axis=+3y deadzone=30" Option "MapButton2" "button=1" #left click Option "MapButton3" "button=2" #right click EndSection Alex From jhein at timing.com Thu Apr 9 12:11:19 2009 From: jhein at timing.com (John Hein) Date: Thu Apr 9 12:11:27 2009 Subject: libGLU build failure In-Reply-To: References: Message-ID: <18910.18495.667301.492093@gromit.timing.com> David Chisnall wrote at 16:44 +0100 on Apr 9, 2009: > I am unable to build the libGLU port on a fresh install of 7.1- > RELEASE. The issue appears to be that it depends on the xcb port > (which, by the way, is not in the dependency list) and runs pkg-config > with x11-xcb as the argument, while the port installs it just as xcb. > Creating a symlink from xcb.pc to x11-xcb.pc causes the port to fail xcb.pc is from x11/libxcb x11-xcb.pc is from x11/libX11 Creating that sym link is probably a bad idea. > during build, unable to find the X11/Xlib-xcb.h header. For some > reason, it seems to be using the xcb version of xlib but with the > dependencies all pointing to the old version. And libGLU does depend on x11/libX11 Well, it depends on it directly now - maybe the version of the port packaged with 7.1-RELEASE didn't depend on libX11 directly, but had an indirect dependency. Either way, somehow you are missing libX11. From rnoland at FreeBSD.org Thu Apr 9 13:04:19 2009 From: rnoland at FreeBSD.org (rnoland@FreeBSD.org) Date: Thu Apr 9 13:04:25 2009 Subject: ports/133454: [patch] graphics/libdrm: update to 2.4.6 Message-ID: <200904092004.n39K4H8O075337@freefall.freebsd.org> Synopsis: [patch] graphics/libdrm: update to 2.4.6 State-Changed-From-To: open->closed State-Changed-By: rnoland State-Changed-When: Thu Apr 9 20:04:16 UTC 2009 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=133454 From dfilter at FreeBSD.ORG Thu Apr 9 13:10:08 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Thu Apr 9 13:10:14 2009 Subject: ports/133454: commit references a PR Message-ID: <200904092010.n39KA7j6075505@freefall.freebsd.org> The following reply was made to PR ports/133454; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/133454: commit references a PR Date: Thu, 9 Apr 2009 20:04:05 +0000 (UTC) rnoland 2009-04-09 20:03:54 UTC FreeBSD ports repository Modified files: graphics/libdrm Makefile distinfo pkg-plist Log: Update to 2.4.7 Based mostly on a patch from Anonymous for the 2.4.6 update. PR: 133454 Revision Changes Path 1.14 +4 -2 ports/graphics/libdrm/Makefile 1.10 +3 -3 ports/graphics/libdrm/distinfo 1.8 +14 -0 ports/graphics/libdrm/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From swell.k at gmail.com Thu Apr 9 20:20:05 2009 From: swell.k at gmail.com (Anonymous) Date: Thu Apr 9 20:20:11 2009 Subject: ports/132035: [patch] graphics/libdrm: allow slave ports use their own COMMENT Message-ID: <200904100320.n3A3K5ko056410@freefall.freebsd.org> The following reply was made to PR ports/132035; it has been noted by GNATS. From: Anonymous To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/132035: [patch] graphics/libdrm: allow slave ports use their own COMMENT Date: Fri, 10 Apr 2009 07:16:14 +0400 Please, close this PR, too. The idea about slave port of libdrm-nouveau was discarded in preference of inclusion nouveau api into main libdrm port after discussion on freebsd-x11@[1]. And it was done with update to 2.4.7. [1] http://docs.FreeBSD.org/cgi/mid.cgi?1235669033.1289.4.camel From rnoland at FreeBSD.org Thu Apr 9 20:21:54 2009 From: rnoland at FreeBSD.org (rnoland@FreeBSD.org) Date: Thu Apr 9 20:22:01 2009 Subject: ports/132035: [patch] graphics/libdrm: allow slave ports use their own COMMENT Message-ID: <200904100321.n3A3Lq5p068034@freefall.freebsd.org> Synopsis: [patch] graphics/libdrm: allow slave ports use their own COMMENT State-Changed-From-To: open->closed State-Changed-By: rnoland State-Changed-When: Fri Apr 10 03:21:51 UTC 2009 State-Changed-Why: No longer needed. http://www.freebsd.org/cgi/query-pr.cgi?pr=132035 From edwin at FreeBSD.org Thu Apr 9 21:20:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Apr 9 21:20:23 2009 Subject: ports/133557: [patch] x11-drivers/xf86-video-nouveau: update to recent snapshot, 20090408.d8545e6 Message-ID: <200904100420.n3A4KG1H037697@freefall.freebsd.org> Synopsis: [patch] x11-drivers/xf86-video-nouveau: update to recent snapshot, 20090408.d8545e6 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 10 04:20:16 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=133557 From bsam at ipt.ru Fri Apr 10 02:10:51 2009 From: bsam at ipt.ru (Boris Samorodov) Date: Fri Apr 10 02:10:58 2009 Subject: SUCCESS: xorg, hal and international keyboard Message-ID: <34088967@bb.ipt.ru> Hello List, I didn't find any full information on how to configure hal to use international keyboard with new xorg versions. That's my success story. When hal is used (it's a default for new xorg) the keyboard is configured according to LOCALBASE/share/hal/fdi/policy/10osvendor/10-x11-input.fdi My previous xorg.conf has defined keyboard as: ----- Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru(winkeys)" Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,altwin:menu" EndSection ----- The last two options should be moved to 10-x11-input.fdi. Beware that Option "XkbLayout" "us,ru(winkeys)" is equal to ----- Option "XkbLayout" "us,ru" Option "XkbVariant" ",winkeys" ----- One more change should be done at 10-x11-input.fdi: a match key for "linux" should be changed to "FreeBSD". ;-) So, for my keyboard the diff is (well, I've changed a comment also): ----- --- 10-x11-input.fdi.orig 2009-04-10 10:35:51.000000000 +0400 +++ 10-x11-input.fdi 2009-04-10 13:06:49.000000000 +0400 @@ -2,12 +2,13 @@ - + kbd - evdev + string="FreeBSD"> + us,ru + ,winkeys + grp:ctrl_shift_toggle,grp_led:scroll,altwin:menu ----- If nothing helps you may wish to restart hald. ;-) HTH & WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From rnoland at FreeBSD.org Fri Apr 10 11:27:15 2009 From: rnoland at FreeBSD.org (rnoland@FreeBSD.org) Date: Fri Apr 10 11:27:21 2009 Subject: ports/133557: [patch] x11-drivers/xf86-video-nouveau: update to recent snapshot, 20090408.d8545e6 Message-ID: <200904101827.n3AIRF34002991@freefall.freebsd.org> Synopsis: [patch] x11-drivers/xf86-video-nouveau: update to recent snapshot, 20090408.d8545e6 State-Changed-From-To: open->closed State-Changed-By: rnoland State-Changed-When: Fri Apr 10 18:27:14 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=133557 From dfilter at FreeBSD.ORG Fri Apr 10 11:30:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Fri Apr 10 11:30:11 2009 Subject: ports/133557: commit references a PR Message-ID: <200904101830.n3AIU4uf003223@freefall.freebsd.org> The following reply was made to PR ports/133557; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/133557: commit references a PR Date: Fri, 10 Apr 2009 18:26:20 +0000 (UTC) rnoland 2009-04-10 18:26:09 UTC FreeBSD ports repository Modified files: x11-drivers/xf86-video-nouveau Makefile distinfo Log: Update the nouveau snapshot and remove BROKEN now that libdrm has been updated. PR: 133557 Submitted by: Anonymous Revision Changes Path 1.4 +31 -7 ports/x11-drivers/xf86-video-nouveau/Makefile 1.2 +3 -3 ports/x11-drivers/xf86-video-nouveau/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From dsh at wizard.volgograd.ru Fri Apr 10 14:00:09 2009 From: dsh at wizard.volgograd.ru (Denis Shaposhnikov) Date: Fri Apr 10 14:00:16 2009 Subject: xf86-video-intel-2.6.3 and xvideo Message-ID: <20090411005341.139ad782@wizard.volgograd.ru> Hello, It seems I have a little problem with xvideo on intel(4). Using mplayer I see some strange artifacts in big scenes with lots of movements. Like it doesn't know about double buffering or something like this. I don't see such artifacts with "mplayer -vo gl2", I see it with xvideo only. Anybody knows how to fix it? I have next chipset onboard: (II) intel(0): Integrated Graphics Chipset: Intel(R) Mobile Intel?? GM45 Express Chipset (--) intel(0): Chipset: "Mobile Intel?? GM45 Express Chipset" Thanks! -- DSS5-RIPE DSS-RIPN mailto:dsh@wizard.volgograd.ru xmpp:dsh@vlink.ru http://wizard.volgograd.ru/ 2:550/5068@fidonet 2:550/5069@fidonet From geekounet at poildetroll.net Fri Apr 10 15:04:10 2009 From: geekounet at poildetroll.net (Pierre Guinoiseau) Date: Fri Apr 10 15:04:17 2009 Subject: xf86-video-intel-2.6.3 and xvideo In-Reply-To: <20090411005341.139ad782@wizard.volgograd.ru> References: <20090411005341.139ad782@wizard.volgograd.ru> Message-ID: <49DFC251.10304@poildetroll.net> I also have some problems with the 2.6.3 version and xv on my i965GM: X is crashing when I read high resolution video (larger than my 13" screen, before I can send it to the other bigger screen). Also, everything is very slow, maybe some problems with EXA... I switched back to the 2.5.1 version for the moment, and everything works fine (it's even faster than before), so this is not a problem with xorg-server 1.6. Denis Shaposhnikov wrote: > Hello, > > It seems I have a little problem with xvideo on intel(4). Using mplayer > I see some strange artifacts in big scenes with lots of movements. Like > it doesn't know about double buffering or something like this. I don't > see such artifacts with "mplayer -vo gl2", I see it with xvideo only. > Anybody knows how to fix it? > > I have next chipset onboard: > > (II) intel(0): Integrated Graphics Chipset: Intel(R) Mobile Intel?? > GM45 Express Chipset > (--) intel(0): Chipset: "Mobile Intel?? GM45 Express Chipset" > > Thanks! > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 259 bytes Desc: OpenPGP digital signature Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090410/5e8b7c0c/signature.pgp From avg at icyb.net.ua Sat Apr 11 01:29:38 2009 From: avg at icyb.net.ua (Andriy Gapon) Date: Sat Apr 11 01:29:45 2009 Subject: EQ overflowing. The server is probably stuck in an infinite loop. In-Reply-To: <49D0DE1D.8080201@icyb.net.ua> References: <49CC8EEF.4090202@icyb.net.ua> <1238175370.8491.187.camel@balrog.2hip.net> <49D0DE1D.8080201@icyb.net.ua> Message-ID: <49E054ED.5080009@icyb.net.ua> on 30/03/2009 17:58 Andriy Gapon said the following: > on 27/03/2009 19:36 Robert Noland said the following: >> On Fri, 2009-03-27 at 10:31 +0200, Andriy Gapon wrote: >>> [mi] EQ overflowing. The server is probably stuck in an infinite loop. >>> [mi] mieqEnequeue: out-of-order valuator event; dropping. >>> [mi] EQ overflowing. The server is probably stuck in an infinite loop. >>> [mi] mieqEnequeue: out-of-order valuator event; dropping. >>> [... ad infinitum...] >> This generally means that we have crashed the GPU and it is no longer >> processing the command stream. You might want to update the ati driver >> to 6.12.1 and see if that helps. It should be safe to update only that >> driver if you like. > > OK, I have now updated the driver. Happened again today. Same messages: [mi] EQ overflowing. The server is probably stuck in an infinite loop. [mi] mieqEnequeue: out-of-order valuator event; dropping. [mi] EQ overflowing. The server is probably stuck in an infinite loop. [mi] mieqEnequeue: out-of-order valuator event; dropping. Environment now: 7.2-PRERELEASE r178835 i386 xorg-server-1.5.3_5,1 xf86-video-ati-6.12.1 -- Andriy Gapon From dsh at wizard.volgograd.ru Sat Apr 11 03:26:13 2009 From: dsh at wizard.volgograd.ru (Denis Shaposhnikov) Date: Sat Apr 11 03:26:19 2009 Subject: xf86-video-intel-2.6.3 and xvideo In-Reply-To: <49DFC251.10304@poildetroll.net> References: <20090411005341.139ad782@wizard.volgograd.ru> <49DFC251.10304@poildetroll.net> Message-ID: <20090411141051.0302f463@wizard.volgograd.ru> Hello, On Sat, 11 Apr 2009 00:04:01 +0200 Pierre Guinoiseau wrote: > I switched back to the 2.5.1 version for the moment, and everything > works fine (it's even faster than before), so this is not a problem > with xorg-server 1.6. I've downgraded it to 2.5.1 too and you are right it seems faster than 2.6.1. I see it using Emacs with Xft. With 2.6.3 I saw some flickers inside Emacs window. But on my notebook 2.5.1 has the same problem with xvideo. If I remember right it first began after upgrade to 2.5.1 from 2.4.3. Anyway 2.5.1 seems better than 2.6.3. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090411/8171ed91/signature.pgp From rnoland at FreeBSD.org Sat Apr 11 11:58:41 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Apr 11 11:58:48 2009 Subject: EQ overflowing. The server is probably stuck in an infinite loop. In-Reply-To: <49E054ED.5080009@icyb.net.ua> References: <49CC8EEF.4090202@icyb.net.ua> <1238175370.8491.187.camel@balrog.2hip.net> <49D0DE1D.8080201@icyb.net.ua> <49E054ED.5080009@icyb.net.ua> Message-ID: <1239476263.1932.0.camel@balrog.2hip.net> On Sat, 2009-04-11 at 11:29 +0300, Andriy Gapon wrote: > on 30/03/2009 17:58 Andriy Gapon said the following: > > on 27/03/2009 19:36 Robert Noland said the following: > >> On Fri, 2009-03-27 at 10:31 +0200, Andriy Gapon wrote: > >>> [mi] EQ overflowing. The server is probably stuck in an infinite loop. > >>> [mi] mieqEnequeue: out-of-order valuator event; dropping. > >>> [mi] EQ overflowing. The server is probably stuck in an infinite loop. > >>> [mi] mieqEnequeue: out-of-order valuator event; dropping. > >>> [... ad infinitum...] > >> This generally means that we have crashed the GPU and it is no longer > >> processing the command stream. You might want to update the ati driver > >> to 6.12.1 and see if that helps. It should be safe to update only that > >> driver if you like. > > > > OK, I have now updated the driver. > > Happened again today. > Same messages: > [mi] EQ overflowing. The server is probably stuck in an infinite loop. > [mi] mieqEnequeue: out-of-order valuator event; dropping. > [mi] EQ overflowing. The server is probably stuck in an infinite loop. > [mi] mieqEnequeue: out-of-order valuator event; dropping. > > Environment now: > 7.2-PRERELEASE r178835 i386 This should be at r190653 | rnoland | 2009-04-02 13:21:41 -0500 (Thu, 02 Apr 2009) | 7 lines robert. > xorg-server-1.5.3_5,1 > xf86-video-ati-6.12.1 > -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090411/050ff8f9/attachment.pgp From linimon at FreeBSD.org Sat Apr 11 14:48:16 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sat Apr 11 14:48:22 2009 Subject: ports/133609: x11/xorg crashes with vlc, intel video driver Message-ID: <200904112148.n3BLmFag067012@freefall.freebsd.org> Old Synopsis: Xorg crashes with vlc, intel video driver New Synopsis: x11/xorg crashes with vlc, intel video driver Responsible-Changed-From-To: freebsd-bugs->freebsd-x11 Responsible-Changed-By: linimon Responsible-Changed-When: Sat Apr 11 21:47:58 UTC 2009 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=133609 From swell.k at gmail.com Sat Apr 11 15:20:05 2009 From: swell.k at gmail.com (Anonymous) Date: Sat Apr 11 15:20:14 2009 Subject: ports/132136: [PATCH] x11-drivers/xf86-video-nouveau: unbreak build after libdrm update Message-ID: <200904112220.n3BMK4cj007096@freefall.freebsd.org> The following reply was made to PR ports/132136; it has been noted by GNATS. From: Anonymous To: bug-followup@FreeBSD.org, bf2006a@yahoo.com Cc: Subject: Re: ports/132136: [PATCH] x11-drivers/xf86-video-nouveau: unbreak build after libdrm update Date: Sun, 12 Apr 2009 02:16:52 +0400 Since xf86-video-nouveau was recently updated[1] I think the problem should be fixed by now. So, can you reproduce it using new snapshot? [1] http://docs.FreeBSD.org/cgi/mid.cgi?200904101826.n3AIQ94r074708 From bf2006a at yahoo.com Sat Apr 11 17:50:04 2009 From: bf2006a at yahoo.com (bf) Date: Sat Apr 11 17:50:13 2009 Subject: ports/132136: [PATCH] x11-drivers/xf86-video-nouveau: unbreak build after libdrm update Message-ID: <200904120050.n3C0o3j4012699@freefall.freebsd.org> The following reply was made to PR ports/132136; it has been noted by GNATS. From: bf To: bug-followup@FreeBSD.org, Anonymous Cc: rnoland@FreeBSD.org Subject: Re: ports/132136: [PATCH] x11-drivers/xf86-video-nouveau: unbreak build after libdrm update Date: Sat, 11 Apr 2009 17:46:51 -0700 (PDT) --- On Sat, 4/11/09, Anonymous wrote: > Since xf86-video-nouveau was recently > updated[1] I think the problem > should be fixed by now. So, can you reproduce it using new > snapshot? No, I think that we can close this PR. Also, as a side note, the updates to graphics/libdrm and x11-drivers/xf86-video-nouveau, together with rnoland's recent patch to the kernel libdrm: http://people.freebsd.org/~rnoland/drm-nouveau-032109.patch suffice to provide some direct rendering with a Nvidia GeForce 6100 nForce 405 on a 8-CURRENT amd64 r190917, and with Nvidia Vanta on 8-CURRENT i386 r190917. However, if the line Option "AIGLX" "true" is present in the ServerLayout section of xorg.conf, the driver looks for and fails to find /usr/local/lib/dri/nouveau_dri.so causing xorg-server to malfunction, rather than using /usr/local/lib/dri/swrast_dri.so as is done when this option is not explicitly set in xorg.conf. Perhaps xorg-server's handling of this option should be altered? Regards, b. From linimon at FreeBSD.org Sat Apr 11 19:25:06 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sat Apr 11 19:25:12 2009 Subject: ports/132136: [PATCH] x11-drivers/xf86-video-nouveau: unbreak build after libdrm update Message-ID: <200904120225.n3C2P5r0046337@freefall.freebsd.org> Synopsis: [PATCH] x11-drivers/xf86-video-nouveau: unbreak build after libdrm update State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Apr 12 02:24:46 UTC 2009 State-Changed-Why: The new snapshot seems to fix the problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=132136 From linimon at FreeBSD.org Sat Apr 11 19:41:36 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sat Apr 11 19:41:46 2009 Subject: FreeBSD ports that you maintain which are currently marked broken Message-ID: <20090412024134.7891A1CD91@mail.droso.net> Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 5.x/6.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: x11-drivers/xf86-video-vga broken because: Needs to be removed build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-vga If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From avg at icyb.net.ua Sun Apr 12 00:48:58 2009 From: avg at icyb.net.ua (Andriy Gapon) Date: Sun Apr 12 00:49:06 2009 Subject: EQ overflowing. The server is probably stuck in an infinite loop. In-Reply-To: <1239476263.1932.0.camel@balrog.2hip.net> References: <49CC8EEF.4090202@icyb.net.ua> <1238175370.8491.187.camel@balrog.2hip.net> <49D0DE1D.8080201@icyb.net.ua> <49E054ED.5080009@icyb.net.ua> <1239476263.1932.0.camel@balrog.2hip.net> Message-ID: <49E19CE4.7000600@icyb.net.ua> on 11/04/2009 21:57 Robert Noland said the following: > On Sat, 2009-04-11 at 11:29 +0300, Andriy Gapon wrote: >> on 30/03/2009 17:58 Andriy Gapon said the following: >>> on 27/03/2009 19:36 Robert Noland said the following: >>>> On Fri, 2009-03-27 at 10:31 +0200, Andriy Gapon wrote: >>>>> [mi] EQ overflowing. The server is probably stuck in an infinite loop. >>>>> [mi] mieqEnequeue: out-of-order valuator event; dropping. >>>>> [mi] EQ overflowing. The server is probably stuck in an infinite loop. >>>>> [mi] mieqEnequeue: out-of-order valuator event; dropping. >>>>> [... ad infinitum...] >>>> This generally means that we have crashed the GPU and it is no longer >>>> processing the command stream. You might want to update the ati driver >>>> to 6.12.1 and see if that helps. It should be safe to update only that >>>> driver if you like. >>> OK, I have now updated the driver. >> Happened again today. >> Same messages: >> [mi] EQ overflowing. The server is probably stuck in an infinite loop. >> [mi] mieqEnequeue: out-of-order valuator event; dropping. >> [mi] EQ overflowing. The server is probably stuck in an infinite loop. >> [mi] mieqEnequeue: out-of-order valuator event; dropping. >> >> Environment now: >> 7.2-PRERELEASE r178835 i386 > > This should be at r190653 | rnoland | 2009-04-02 13:21:41 -0500 (Thu, 02 > Apr 2009) | 7 lines Ah, sorry, actual rev is 190669. r178835 is too ancient and crept in because of a local MFH in git. >> xorg-server-1.5.3_5,1 >> xf86-video-ati-6.12.1 >> -- Andriy Gapon From vinnix.bsd at gmail.com Sun Apr 12 21:31:11 2009 From: vinnix.bsd at gmail.com (=?ISO-8859-1?Q?Vin=EDcius_Abrah=E3o?=) Date: Sun Apr 12 22:02:26 2009 Subject: How do I compile modules freetype and xtrap ? Message-ID: <1e31c7980904122109v6356bfcax977b4044be6eb98d@mail.gmail.com> Hi people, How I install this modules? My Xorg.0.log is show me this erros, but my X is working fine. (II) LoadModule: "xtrap" (WW) Warning, couldn't open module xtrap (II) UnloadModule: "xtrap" (EE) Failed to load module "xtrap" (module does not exist, 0) (II) LoadModule: "freetype" (WW) Warning, couldn't open module freetype (II) UnloadModule: "freetype" (EE) Failed to load module "freetype" (module does not exist, 0) Thanks, Vinnix From gary.jennejohn at freenet.de Mon Apr 13 02:21:53 2009 From: gary.jennejohn at freenet.de (Gary Jennejohn) Date: Mon Apr 13 03:11:45 2009 Subject: How do I compile modules freetype and xtrap ? In-Reply-To: <1e31c7980904122109v6356bfcax977b4044be6eb98d@mail.gmail.com> References: <1e31c7980904122109v6356bfcax977b4044be6eb98d@mail.gmail.com> Message-ID: <20090413112149.1a1a34d6@ernst.jennejohn.org> On Mon, 13 Apr 2009 01:09:13 -0300 Vin__cius Abrah__o wrote: > How I install this modules? > My Xorg.0.log is show me this erros, but my X is working fine. > > (II) LoadModule: "xtrap" > (WW) Warning, couldn't open module xtrap > (II) UnloadModule: "xtrap" > (EE) Failed to load module "xtrap" (module does not exist, 0) > > > (II) LoadModule: "freetype" > (WW) Warning, couldn't open module freetype > (II) UnloadModule: "freetype" > (EE) Failed to load module "freetype" (module does not exist, 0) > They should have been automatically installed by /usr/ports/x11-servers/xorg-server --- Gary Jennejohn From bugmaster at FreeBSD.org Mon Apr 13 04:07:04 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Apr 13 04:35:31 2009 Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org Message-ID: <200904131107.n3DB73Bu085143@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/133609 x11 x11/xorg crashes with vlc, intel video driver o ports/133482 x11 x11/libXext "Generic Event Extension not available" er o ports/133465 x11 x11/xorg: X crashes with mplayer -vo xv with xf86-vide o ports/133419 x11 Unable to build x11-drivers/xf86-video-nsc o ports/133175 x11 [patch] x11/pixman: enable SSE2 support autodetection o ports/133025 x11 [patch] graphics/libGL: mark Mesa ports as MAKE_JOBS_S o ports/132621 x11 x11/xorg tries to install event when deselected o ports/132403 x11 x11/xorg with Radeon X600 (R370): cannot re-initialize o ports/132100 x11 x11/xorg: Xorg server forgets pointer map after xlock o ports/132041 x11 x11/xorg: Broken Intel video driver o ports/131930 x11 [PATCH] x11-servers/xorg-server coredumps on exit o ports/131726 x11 x11-servers/xorg-server: xorg server messes with my eh o ports/131696 x11 x11-servers/xorg-server: hald core dumps make X11 unus o ports/131644 x11 x11-servers/xorg-server: Xinerama mouse event (focus f f ports/131124 x11 x11/xorg - New xorg 7.4 hangs until mouse is moved whe o ports/131016 x11 x11/xorg - xorg-7.4 renders system unusable! f ports/126812 x11 x11-drivers/xf86-video-ati - System freeze when exitin o ports/125883 x11 x11-fonts/xorg-fonts-cyrillic is installed, but fonts f ports/123137 x11 x11/libX11: missing ru_RU.UTF-8 locale o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() f ports/119037 x11 x11: Can't type _ (Underscore) under X (gnome) f ports/118645 x11 Xorg need realtime priority for mouse work nice s ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) f ports/117766 x11 x11-servers/xorg-server (7.3) crashes under heavy load f ports/117195 x11 ix11/Xorg 7.3 dumps core at exit (sig 11) o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke 26 problems total. From cokane at FreeBSD.org Mon Apr 13 08:02:25 2009 From: cokane at FreeBSD.org (Coleman Kane) Date: Mon Apr 13 08:35:06 2009 Subject: How do I compile modules freetype and xtrap ? In-Reply-To: <20090413112149.1a1a34d6@ernst.jennejohn.org> References: <1e31c7980904122109v6356bfcax977b4044be6eb98d@mail.gmail.com> <20090413112149.1a1a34d6@ernst.jennejohn.org> Message-ID: <1239633927.1923.6.camel@localhost> On Mon, 2009-04-13 at 11:21 +0200, Gary Jennejohn wrote: > On Mon, 13 Apr 2009 01:09:13 -0300 > Vin__cius Abrah__o wrote: > > > How I install this modules? > > My Xorg.0.log is show me this erros, but my X is working fine. > > > > (II) LoadModule: "xtrap" > > (WW) Warning, couldn't open module xtrap > > (II) UnloadModule: "xtrap" > > (EE) Failed to load module "xtrap" (module does not exist, 0) > > > > > > (II) LoadModule: "freetype" > > (WW) Warning, couldn't open module freetype > > (II) UnloadModule: "freetype" > > (EE) Failed to load module "freetype" (module does not exist, 0) > > > > They should have been automatically installed by > /usr/ports/x11-servers/xorg-server > > --- > Gary Jennejohn Actually, I think that these are now handled by libXfont and no longer by the modules in question (as of xorg-server 1.6.0). You used to have these loaded in the "Module" section of your xorg.conf but they should no longer be needed. I'm maintaining an embedded Linux project where I hit this ambiguous problem too. The solution was to take the modules out of the config file. I still have TrueType font support from apps in X. Anybody, correct me if I am wrong. -- Coleman Kane -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090413/51270933/attachment.pgp From atkin901 at yahoo.com Mon Apr 13 08:09:33 2009 From: atkin901 at yahoo.com (Mark Atkinson) Date: Mon Apr 13 08:36:08 2009 Subject: Xorg blank display w/intel 915 on -current References: <3a142e750904071335t72e3cdb4r70961125e29acef9@mail.gmail.com> <3a142e750904071551obbfa773ned22ca8d37e1c7d1@mail.gmail.com> Message-ID: Paul B. Mahol wrote: > Mine Xorg works fine with intel and it is compiled without hal support. > (I forced deletion of hal binaries) The problem does not appear to have anything to do with hal so far, Under any recent -current kernel 'xorg' only gets to this line: (II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD) With the older, Mar 25th kernel, these lines appear immediately afterwords. Something with accessing the i2c bus, maybe? (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C bus "CRTDDC_A" removed. (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" registered at address 0x60. (II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0. (II) intel(0): I2C device "CRTDDC_A:ddc2" removed. (II) intel(0): I2C device "CRTDDC_A:E-EDID segment register" removed. (II) intel(0): I2C bus "CRTDDC_A" removed. (II) intel(0): EDID vendor "DEL", prod id 40992 (II) intel(0): Using hsync ranges from config file (II) intel(0): Using vrefresh ranges from config file (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) -- Mark Atkinson atkin901@yahoo.com (!wired)?(coffee++):(wired); From rnoland at FreeBSD.org Mon Apr 13 14:26:05 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Mon Apr 13 14:53:57 2009 Subject: How do I compile modules freetype and xtrap ? In-Reply-To: <1e31c7980904122109v6356bfcax977b4044be6eb98d@mail.gmail.com> References: <1e31c7980904122109v6356bfcax977b4044be6eb98d@mail.gmail.com> Message-ID: <1239657954.26166.3.camel@wombat.2hip.net> On Mon, 2009-04-13 at 01:09 -0300, Vin?cius Abrah?o wrote: > Hi people, > > How I install this modules? > My Xorg.0.log is show me this erros, but my X is working fine. > > (II) LoadModule: "xtrap" > (WW) Warning, couldn't open module xtrap > (II) UnloadModule: "xtrap" > (EE) Failed to load module "xtrap" (module does not exist, 0) > > > (II) LoadModule: "freetype" > (WW) Warning, couldn't open module freetype > (II) UnloadModule: "freetype" > (EE) Failed to load module "freetype" (module does not exist, 0) Stop trying to load them in you xorg.conf, since they don't exist now? robert. > > Thanks, > Vinnix > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090413/9317477e/attachment.pgp From lists at jnielsen.net Mon Apr 13 16:37:47 2009 From: lists at jnielsen.net (John Nielsen) Date: Mon Apr 13 17:13:29 2009 Subject: r128 dual-head error Message-ID: <200904131902.22584.lists@jnielsen.net> I'm trying to get dual-head + Xinerama going on a Dell Inspiron 4000 laptop so I can use both the integrated flat panel and an external CRT. From what I can tell I have my xorg.conf configured properly and it's trying to do the right thing but it's throwing an error when initializing the secondary screen: (EE) R128(1): Unable to map MMIO aperture. Invalid argument (22) How should I go about troubleshooting this? The laptop is running recent 7-STABLE with mostly up-to-date ports. (I'll post again if anything changes after the current update run completes.) Full xorg.conf and log output below. Any pointers or advice appreciated. JN ===== xorg.conf ===== Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" Option "Xinerama" "true" EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/local/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/URW/" FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" FontPath "/usr/local/lib/X11/fonts/cyrillic/" FontPath "/usr/local/lib/X11/fonts/mozilla/" FontPath "/usr/local/lib/X11/fonts/freefont/" FontPath "/usr/local/lib/X11/fonts/webfonts/" FontPath "/usr/local/lib/X11/fonts/terminus-font/" FontPath "/usr/local/lib/X11/fonts/artwiz-fonts/" FontPath "/usr/local/lib/X11/fonts/winTTF/" FontPath "/usr/local/share/fonts/cmpsfont/type1/" FontPath "/usr/local/share/fonts/amspsfont/type1/" FontPath "/usr/local/share/ghostscript/fonts/" FontPath "/usr/local/diablo-jdk1.6.0/jre/lib/fonts/" EndSection Section "Module" Load "extmod" Load "glx" Load "GLcore" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "freetype" Load "bitmap" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" VertRefresh 53-65 HorizSync 30-90 DisplaySize 308 231 Option "DPMS" EndSection Section "Monitor" #DisplaySize 320 240 # mm Identifier "Monitor1" VendorName "DEL" ModelName "DELL E770s" HorizSync 30.0 - 70.0 VertRefresh 50.0 - 160.0 Option "DPMS" EndSection Section "Device" Identifier "Card0" Driver "r128" Option "Display" "FP" VendorName "ATI Technologies Inc" BoardName "Rage Mobility M3 AGP 2x" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "Card1" Driver "r128" Option "Display" "CRT" VendorName "ATI Technologies Inc" BoardName "Rage Mobility M3 AGP 2x" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection ===== Xorg.0.log ===== _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/insp.local:0 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 7.1-STABLE i386 Current Operating System: FreeBSD insp.local 7.2-PRERELEASE FreeBSD 7.2- PRERELEASE #0: Mon Apr 13 16:43:30 EDT 2009 root@insp.local:/usr/obj/usr/src/sys/INSP i386 Build Date: 09 March 2009 02:21:30AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 13 18:44:37 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Screen "Screen1" (1) (**) | |-->Monitor "Monitor1" (**) | |-->Device "Card1" (**) Option "Xinerama" "true" (==) Automatically adding devices (==) Automatically enabling devices (**) Xinerama: enabled (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. (**) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/local/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/75dpi/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/URW/, /usr/local/lib/X11/fonts/bitstream-vera/, /usr/local/lib/X11/fonts/cyrillic/, /usr/local/lib/X11/fonts/mozilla/, /usr/local/lib/X11/fonts/freefont/, /usr/local/lib/X11/fonts/webfonts/, /usr/local/lib/X11/fonts/terminus-font/, /usr/local/lib/X11/fonts/artwiz-fonts/, /usr/local/lib/X11/fonts/winTTF/, /usr/local/share/fonts/cmpsfont/type1/, /usr/local/share/fonts/amspsfont/type1/, /usr/local/share/ghostscript/fonts/, /usr/local/diablo-jdk1.6.0/jre/lib/fonts/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ (**) ModulePath set to "/usr/local/lib/xorg/modules" (**) Extension "Composite" is enabled (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AllowEmptyInput. (II) Loader magic: 0x81bede0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on freebsd (--) Using syscons driver with X support (version 2.0) (--) using VT number 8 (--) PCI:*(0@1:0:0) ATI Technologies Inc Rage Mobility M3 AGP 2x rev 2, Mem @ 0xf8000000/0, 0xfdffc000/0, I/O @ 0x0000ec00/0, BIOS @ 0x????????/65536 (II) System resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (==) AIGLX disabled (==) Exporting typical set of GLX visuals (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "xtrap" (II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DEC-XTRAP (II) LoadModule: "freetype" (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.5.3, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.6 (II) Loading font FreeType (II) LoadModule: "r128" (II) Loading /usr/local/lib/xorg/modules/drivers//r128_drv.so (II) Module r128: vendor="X.Org Foundation" compiled for 1.5.3, module version = 6.8.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP), ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP), ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP), ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI), ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP), ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP), ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP), ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP), ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP), ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI), ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI), ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP), ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP), ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP), ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI), ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP), ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP), ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP), ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP), ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?), ATI Rage 128 Pro ULTRA TU (AGP?) (II) Primary Device is: PCI 01@00:00:0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Setting vga for screen 1. (II) R128(0): PCI bus 1 card 0 func 0 (**) R128(0): Depth 24, (--) framebuffer bpp 32 (II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) R128(0): Default visual is TrueColor (**) R128(0): Option "Display" "FP" (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/local/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.5.3, module version = 0.1.0 ABI class: X.Org Video Driver, version 4.1 (II) R128(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) R128(0): RGB weight 888 (II) R128(0): Using 8 bits per RGB (8 bit DAC) (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) R128(0): initializing int10 (==) R128(0): Write-combining range (0xa0000,0x20000) was already clear (==) R128(0): Write-combining range (0xc0000,0x40000) was already clear (II) R128(0): Primary V_BIOS segment is: 0xc000 (==) R128(0): Write-combining range (0x0,0x1000) was already clear (--) R128(0): Chipset: "ATI Rage 128 Mobility M3 LF (AGP)" (ChipID = 0x4c46) (--) R128(0): Linear framebuffer at 0xf8000000 (--) R128(0): MMIO registers at 0xfdffc000 (--) R128(0): VideoRAM: 8192 kByte (128-bit SDR SGRAM 1:1) (II) R128(0): Using 4096k of videoram for primary head (**) R128(0): Dual display (II) R128(0): Primary Display == Type 2 (II) R128(0): Panel size: 1024x768 (II) R128(0): Panel ID: Samsung LT141X8-L02 (II) R128(0): Panel Type: Color, Single, TFT (II) R128(0): Panel Interface: LVDS (II) R128(0): PLL parameters: rf=2700 rd=12 min=12000 max=27000; xclk=10500 (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/local/lib/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.1.0 ABI class: X.Org Video Driver, version 4.1 (II) R128(0): VESA BIOS detected (II) R128(0): VESA VBE Version 2.0 (II) R128(0): VESA VBE Total Mem: 8192 kB (II) R128(0): VESA VBE OEM: ATI MOBILE M3 (II) R128(0): VESA VBE OEM Software Rev: 1.0 (II) R128(0): VESA VBE OEM Vendor: ATI Technologies Inc. (II) R128(0): VESA VBE OEM Product: M3 (II) R128(0): VESA VBE OEM Product Rev: 01.00 (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) R128(0): VESA VBE DDC supported (II) R128(0): VESA VBE DDC Level 2 (II) R128(0): VESA VBE DDC transfer in appr. 2 sec. (II) R128(0): VESA VBE DDC read successfully (II) R128(0): Manufacturer: DEL Model: 300a Serial#: 1110725204 (II) R128(0): Year: 2000 Week: 37 (II) R128(0): EDID Version: 1.2 (II) R128(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) R128(0): Sync: Separate (II) R128(0): Max Image Size [cm]: horiz.: 32 vert.: 24 (II) R128(0): Gamma: 2.26 (II) R128(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) R128(0): First detailed timing is preferred mode (II) R128(0): redX: 0.645 redY: 0.321 greenX: 0.285 greenY: 0.600 (II) R128(0): blueX: 0.142 blueY: 0.057 whiteX: 0.281 whiteY: 0.311 (II) R128(0): Supported VESA Video Modes: (II) R128(0): 720x400@70Hz (II) R128(0): 640x480@60Hz (II) R128(0): 640x480@75Hz (II) R128(0): 800x600@60Hz (II) R128(0): 800x600@75Hz (II) R128(0): 1024x768@60Hz (II) R128(0): 1024x768@75Hz (II) R128(0): Manufacturer's mask: 0 (II) R128(0): Supported Future Video Modes: (II) R128(0): #0: hsize: 1024 vsize 768 refresh: 85 vid: 22881 (II) R128(0): #1: hsize: 640 vsize 480 refresh: 85 vid: 22833 (II) R128(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) R128(0): Supported additional Video Mode: (II) R128(0): clock: 94.5 MHz Image Size: 306 x 230 mm (II) R128(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0 (II) R128(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0 (II) R128(0): Serial No: 2010V09CB4RT (II) R128(0): Monitor name: DELL E770s (II) R128(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz (II) R128(0): EDID (in hex): (II) R128(0): 00ffffffffffff0010ac0a3054523442 (II) R128(0): 250a01026820187eea1262a552499924 (II) R128(0): 0e484fa54a0061593159818001010101 (II) R128(0): 010101010101ea240060410028303060 (II) R128(0): 130032e61000001e000000ff00323031 (II) R128(0): 3056303943423452540a000000fc0044 (II) R128(0): 454c4c2045373730730a2020000000fd (II) R128(0): 0032a01e460b000a20202020202000a7 (II) R128(0): EDID vendor "DEL", prod id 12298 (II) R128(0): Using hsync ranges from config file (II) R128(0): Using vrefresh ranges from config file (II) R128(0): Printing DDC gathered Modelines: (II) R128(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) R128(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) R128(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) R128(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) R128(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) R128(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) R128(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) R128(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) R128(0): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz) (II) R128(0): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz) (II) R128(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (==) R128(0): Using gamma correction (1.0, 1.0, 1.0) (II) R128(0): Monitor0: Using hsync range of 30.00-90.00 kHz (II) R128(0): Monitor0: Using vrefresh range of 53.00-65.00 Hz (II) R128(0): Monitor0: Using maximum pixel clock of 110.00 MHz (II) R128(0): Estimated virtual size for aspect ratio 1.3333 is 1024x768 (II) R128(0): Clock range: 12.00 to 270.00 MHz (II) R128(0): Not using default mode "640x350" (vrefresh out of range) (II) R128(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "640x400" (vrefresh out of range) (II) R128(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "720x400" (no mode of this name) (II) R128(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "640x480" (vrefresh out of range) (II) R128(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "640x480" (vrefresh out of range) (II) R128(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "640x480" (vrefresh out of range) (II) R128(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "800x600" (vrefresh out of range) (II) R128(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "800x600" (vrefresh out of range) (II) R128(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "800x600" (vrefresh out of range) (II) R128(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1024x768" (vrefresh out of range) (II) R128(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1024x768" (vrefresh out of range) (II) R128(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1024x768" (vrefresh out of range) (II) R128(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1152x864" (width too large for virtual size) (II) R128(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1280x960" (insufficient memory for mode) (II) R128(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1280x960" (insufficient memory for mode) (II) R128(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1280x1024" (insufficient memory for mode) (II) R128(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1280x1024" (insufficient memory for mode) (II) R128(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1280x1024" (insufficient memory for mode) (II) R128(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) R128(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) R128(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) R128(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) R128(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) R128(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) R128(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) R128(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) R128(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) R128(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) R128(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) R128(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "832x624" (no mode of this name) (II) R128(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1400x1050" (insufficient memory for mode) (II) R128(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1400x1050" (insufficient memory for mode) (II) R128(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) R128(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) R128(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) R128(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) R128(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) R128(0): Not using driver mode "1024x768" (vrefresh out of range) (II) R128(0): Not using driver mode "640x480" (vrefresh out of range) (II) R128(0): Not using driver mode "720x400" (no mode of this name) (II) R128(0): Not using driver mode "1024x768" (vrefresh out of range) (II) R128(0): Not using driver mode "800x600" (vrefresh out of range) (II) R128(0): Not using driver mode "1024x768" (vrefresh out of range) (II) R128(0): Not using driver mode "640x480" (vrefresh out of range) (II) R128(0): Not using driver mode "1280x1024" (insufficient memory for mode) (II) R128(0): Modifying mode according to VBIOS: 1024x768 [pclk 65.0 MHz] for FP to: 1024x768 [pclk 65.0 MHz] (II) R128(0): Modifying mode according to VBIOS: 1024x768 [pclk 65.0 MHz] for FP to: 1024x768 [pclk 65.0 MHz] (II) R128(0): Modifying mode according to VBIOS: 800x600 [pclk 40.0 MHz] for FP to: 800x600 [pclk 65.0 MHz] (II) R128(0): Modifying mode according to VBIOS: 800x600 [pclk 40.0 MHz] for FP to: 800x600 [pclk 65.0 MHz] (II) R128(0): Modifying mode according to VBIOS: 800x600 [pclk 36.0 MHz] for FP to: 800x600 [pclk 65.0 MHz] (II) R128(0): Modifying mode according to VBIOS: 640x480 [pclk 25.2 MHz] for FP to: 640x480 [pclk 65.0 MHz] (II) R128(0): Modifying mode according to VBIOS: 640x480 [pclk 25.2 MHz] for FP to: 640x480 [pclk 65.0 MHz] (--) R128(0): Virtual size is 1024x768 (pitch 1024) (**) R128(0): *Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) R128(0): Modeline "1024x768"x60.0 65.00 1024 1048 1065 1344 768 770 776 806 -hsync -vsync (48.4 kHz) (**) R128(0): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) R128(0): Modeline "1024x768"x60.0 65.00 1024 1048 1065 1344 768 770 776 806 -hsync -vsync (48.4 kHz) (**) R128(0): *Driver mode "800x600": 65.0 MHz (scaled from 40.0 MHz), 37.9 kHz, 60.3 Hz (II) R128(0): Modeline "800x600"x60.3 65.00 800 824 841 1120 600 602 608 638 +hsync +vsync (37.9 kHz) (**) R128(0): *Default mode "800x600": 65.0 MHz (scaled from 40.0 MHz), 37.9 kHz, 60.3 Hz (II) R128(0): Modeline "800x600"x60.3 65.00 800 824 841 1120 600 602 608 638 +hsync +vsync (37.9 kHz) (**) R128(0): *Default mode "800x600": 65.0 MHz (scaled from 36.0 MHz), 35.2 kHz, 56.2 Hz (II) R128(0): Modeline "800x600"x56.2 65.00 800 824 841 1120 600 602 608 638 +hsync +vsync (35.2 kHz) (**) R128(0): *Driver mode "640x480": 65.0 MHz (scaled from 25.2 MHz), 31.5 kHz, 60.0 Hz (II) R128(0): Modeline "640x480"x60.0 65.00 640 664 681 960 480 482 488 518 -hsync -vsync (31.5 kHz) (**) R128(0): *Default mode "640x480": 65.0 MHz (scaled from 25.2 MHz), 31.5 kHz, 59.9 Hz (II) R128(0): Modeline "640x480"x59.9 65.00 640 664 681 960 480 482 488 518 -hsync -vsync (31.5 kHz) (**) R128(0): Display dimensions: (308, 231) mm (WW) R128(0): Probed monitor is 320x240 mm, using Displaysize 308x231 mm (**) R128(0): DPI set to (84, 84) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/local/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/local/lib/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.2.0 ABI class: X.Org Video Driver, version 4.1 (II) Loading sub module "shadowfb" (II) LoadModule: "shadowfb" (II) Loading /usr/local/lib/xorg/modules//libshadowfb.so (II) Module shadowfb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) R128(0): Page flipping disabled (==) R128(0): Write-combining range (0x0,0x1000) was already clear (!!) R128(0): For information on using the multimedia capabilities of this adapter, please see http://gatos.sf.net. (II) R128(1): PCI bus 1 card 0 func 0 (**) R128(1): Depth 24, (--) framebuffer bpp 32 (II) R128(1): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) R128(1): Default visual is TrueColor (**) R128(1): Option "Display" "CRT" (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Reloading /usr/local/lib/xorg/modules//libvgahw.so (II) R128(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) R128(1): RGB weight 888 (II) R128(1): Using 8 bits per RGB (8 bit DAC) (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/local/lib/xorg/modules//libint10.so (II) R128(1): initializing int10 (==) R128(0): Write-combining range (0xa0000,0x20000) was already clear (II) R128(0): Primary V_BIOS segment is: 0xc000 (==) R128(0): Write-combining range (0x0,0x1000) was already clear (--) R128(1): Chipset: "ATI Rage 128 Mobility M3 LF (AGP)" (ChipID = 0x4c46) (--) R128(1): Linear framebuffer at 0xf8000000 (--) R128(1): MMIO registers at 0xfdffc000 (--) R128(1): VideoRAM: 8192 kByte (128-bit SDR SGRAM 1:1) (II) R128(1): Using 4096k of videoram for secondary head (**) R128(1): Dual display (II) R128(1): Secondary Display == Type 1 (WW) R128(1): Can't determine panel dimensions, and none specified. Disabling programming of FP registers. (II) R128(1): PLL parameters: rf=2700 rd=12 min=12000 max=27000; xclk=10500 (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Reloading /usr/local/lib/xorg/modules//libvbe.so (II) R128(0): VESA BIOS detected (II) R128(0): VESA VBE Version 2.0 (II) R128(0): VESA VBE Total Mem: 8192 kB (II) R128(0): VESA VBE OEM: ATI MOBILE M3 (II) R128(0): VESA VBE OEM Software Rev: 1.0 (II) R128(0): VESA VBE OEM Vendor: ATI Technologies Inc. (II) R128(0): VESA VBE OEM Product: M3 (II) R128(0): VESA VBE OEM Product Rev: 01.00 (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) R128(0): VESA VBE DDC supported (II) R128(0): VESA VBE DDC Level 2 (II) R128(0): VESA VBE DDC transfer in appr. 2 sec. (II) R128(0): VESA VBE DDC read successfully (II) R128(0): Manufacturer: DEL Model: 300a Serial#: 1110725204 (II) R128(0): Year: 2000 Week: 37 (II) R128(0): EDID Version: 1.2 (II) R128(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) R128(0): Sync: Separate (II) R128(0): Max Image Size [cm]: horiz.: 32 vert.: 24 (II) R128(0): Gamma: 2.26 (II) R128(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) R128(0): First detailed timing is preferred mode (II) R128(0): redX: 0.645 redY: 0.321 greenX: 0.285 greenY: 0.600 (II) R128(0): blueX: 0.142 blueY: 0.057 whiteX: 0.281 whiteY: 0.311 (II) R128(0): Supported VESA Video Modes: (II) R128(0): 720x400@70Hz (II) R128(0): 640x480@60Hz (II) R128(0): 640x480@75Hz (II) R128(0): 800x600@60Hz (II) R128(0): 800x600@75Hz (II) R128(0): 1024x768@60Hz (II) R128(0): 1024x768@75Hz (II) R128(0): Manufacturer's mask: 0 (II) R128(0): Supported Future Video Modes: (II) R128(0): #0: hsize: 1024 vsize 768 refresh: 85 vid: 22881 (II) R128(0): #1: hsize: 640 vsize 480 refresh: 85 vid: 22833 (II) R128(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) R128(0): Supported additional Video Mode: (II) R128(0): clock: 94.5 MHz Image Size: 306 x 230 mm (II) R128(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0 (II) R128(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0 (II) R128(0): Serial No: 2010V09CB4RT (II) R128(0): Monitor name: DELL E770s (II) R128(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz (II) R128(0): EDID (in hex): (II) R128(0): 00ffffffffffff0010ac0a3054523442 (II) R128(0): 250a01026820187eea1262a552499924 (II) R128(0): 0e484fa54a0061593159818001010101 (II) R128(0): 010101010101ea240060410028303060 (II) R128(0): 130032e61000001e000000ff00323031 (II) R128(0): 3056303943423452540a000000fc0044 (II) R128(0): 454c4c2045373730730a2020000000fd (II) R128(0): 0032a01e460b000a20202020202000a7 (II) R128(1): EDID vendor "DEL", prod id 12298 (II) R128(1): Using hsync ranges from config file (II) R128(1): Using vrefresh ranges from config file (II) R128(1): Printing DDC gathered Modelines: (II) R128(1): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) R128(1): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) R128(1): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) R128(1): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) R128(1): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) R128(1): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) R128(1): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) R128(1): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) R128(1): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz) (II) R128(1): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz) (II) R128(1): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (==) R128(1): Using gamma correction (1.0, 1.0, 1.0) (II) R128(1): Monitor1: Using hsync range of 30.00-70.00 kHz (II) R128(1): Monitor1: Using vrefresh range of 50.00-160.00 Hz (II) R128(1): Monitor1: Using maximum pixel clock of 110.00 MHz (II) R128(1): Estimated virtual size for aspect ratio 1.3333 is 1024x768 (II) R128(1): Clock range: 12.00 to 270.00 MHz (II) R128(1): Not using default mode "1152x864" (width too large for virtual size) (II) R128(1): Not using default mode "1280x960" (insufficient memory for mode) (II) R128(1): Not using default mode "1280x960" (insufficient memory for mode) (II) R128(1): Not using default mode "640x480" (hsync out of range) (II) R128(1): Not using default mode "1280x1024" (insufficient memory for mode) (II) R128(1): Not using default mode "1280x1024" (insufficient memory for mode) (II) R128(1): Not using default mode "640x512" (hsync out of range) (II) R128(1): Not using default mode "1280x1024" (insufficient memory for mode) (II) R128(1): Not using default mode "640x512" (hsync out of range) (II) R128(1): Not using default mode "1600x1200" (insufficient memory for mode) (II) R128(1): Not using default mode "800x600" (hsync out of range) (II) R128(1): Not using default mode "1600x1200" (insufficient memory for mode) (II) R128(1): Not using default mode "800x600" (hsync out of range) (II) R128(1): Not using default mode "1600x1200" (insufficient memory for mode) (II) R128(1): Not using default mode "800x600" (hsync out of range) (II) R128(1): Not using default mode "1600x1200" (insufficient memory for mode) (II) R128(1): Not using default mode "800x600" (hsync out of range) (II) R128(1): Not using default mode "1600x1200" (insufficient memory for mode) (II) R128(1): Not using default mode "800x600" (hsync out of range) (II) R128(1): Not using default mode "1792x1344" (insufficient memory for mode) (II) R128(1): Not using default mode "896x672" (hsync out of range) (II) R128(1): Not using default mode "1792x1344" (insufficient memory for mode) (II) R128(1): Not using default mode "896x672" (hsync out of range) (II) R128(1): Not using default mode "1856x1392" (insufficient memory for mode) (II) R128(1): Not using default mode "928x696" (hsync out of range) (II) R128(1): Not using default mode "1856x1392" (insufficient memory for mode) (II) R128(1): Not using default mode "928x696" (hsync out of range) (II) R128(1): Not using default mode "1920x1440" (insufficient memory for mode) (II) R128(1): Not using default mode "960x720" (hsync out of range) (II) R128(1): Not using default mode "1920x1440" (insufficient memory for mode) (II) R128(1): Not using default mode "960x720" (hsync out of range) (II) R128(1): Not using default mode "1400x1050" (insufficient memory for mode) (II) R128(1): Not using default mode "1400x1050" (insufficient memory for mode) (II) R128(1): Not using default mode "700x525" (hsync out of range) (II) R128(1): Not using default mode "1920x1440" (insufficient memory for mode) (II) R128(1): Not using default mode "960x720" (hsync out of range) (II) R128(1): Not using default mode "2048x1536" (insufficient memory for mode) (II) R128(1): Not using default mode "1024x768" (hsync out of range) (II) R128(1): Not using default mode "2048x1536" (insufficient memory for mode) (II) R128(1): Not using default mode "1024x768" (hsync out of range) (II) R128(1): Not using default mode "2048x1536" (insufficient memory for mode) (II) R128(1): Not using default mode "1024x768" (hsync out of range) (II) R128(1): Not using driver mode "1280x1024" (insufficient memory for mode) (--) R128(1): Virtual size is 1024x768 (pitch 1024) (**) R128(1): *Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) R128(1): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (**) R128(1): *Driver mode "1024x768": 94.4 MHz, 68.6 kHz, 85.0 Hz (II) R128(1): Modeline "1024x768"x85.0 94.39 1024 1088 1200 1376 768 769 772 807 -hsync +vsync (68.6 kHz) (**) R128(1): *Driver mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz (II) R128(1): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (**) R128(1): *Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) R128(1): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) R128(1): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) R128(1): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (**) R128(1): *Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz (II) R128(1): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (**) R128(1): *Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) R128(1): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (**) R128(1): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) R128(1): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) R128(1): *Default mode "1024x768": 44.9 MHz, 35.5 kHz, 86.9 Hz (I) (II) R128(1): Modeline "1024x768"x86.9 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz) (**) R128(1): *Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) R128(1): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (**) R128(1): *Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) R128(1): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) R128(1): *Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) R128(1): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) R128(1): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz (II) R128(1): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (**) R128(1): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) R128(1): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) R128(1): *Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) R128(1): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (**) R128(1): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) R128(1): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) R128(1): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) R128(1): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (**) R128(1): *Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D) (II) R128(1): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz) (**) R128(1): *Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D) (II) R128(1): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz) (**) R128(1): *Driver mode "640x480": 35.7 MHz, 42.9 kHz, 85.0 Hz (II) R128(1): Modeline "640x480"x85.0 35.71 640 672 736 832 480 481 484 505 -hsync +vsync (42.9 kHz) (**) R128(1): *Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) R128(1): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) R128(1): *Driver mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz (II) R128(1): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) R128(1): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz (II) R128(1): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz) (**) R128(1): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) R128(1): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) R128(1): *Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) R128(1): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (**) R128(1): *Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) (II) R128(1): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz) (**) R128(1): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz (II) R128(1): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) R128(1): *Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz (II) R128(1): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (**) R128(1): *Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz (II) R128(1): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz) (**) R128(1): *Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) R128(1): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz) (**) R128(1): *Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D) (II) R128(1): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz) (**) R128(1): *Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) R128(1): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz) (**) R128(1): *Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D) (II) R128(1): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz) (**) R128(1): *Default mode "512x384": 39.4 MHz, 60.0 kHz, 75.0 Hz (D) (II) R128(1): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz) (**) R128(1): *Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) (II) R128(1): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz) (**) R128(1): *Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) (II) R128(1): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz) (**) R128(1): *Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.6 Hz (D) (II) R128(1): Modeline "512x384"x86.6 22.45 512 516 604 632 384 384 388 409 interlace doublescan +hsync +vsync (35.5 kHz) (**) R128(1): *Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) (II) R128(1): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz) (**) R128(1): *Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D) (II) R128(1): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz) (**) R128(1): *Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) (II) R128(1): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz) (**) R128(1): *Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) (II) R128(1): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz) (**) R128(1): *Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) (II) R128(1): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz) (**) R128(1): *Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) (II) R128(1): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz) (**) R128(1): *Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D) (II) R128(1): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz) (**) R128(1): *Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) (II) R128(1): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz) (**) R128(1): *Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) (II) R128(1): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz) (**) R128(1): *Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) (II) R128(1): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz) (**) R128(1): *Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D) (II) R128(1): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz) (**) R128(1): *Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) (II) R128(1): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz) (**) R128(1): *Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D) (II) R128(1): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz) (**) R128(1): Display dimensions: (320, 240) mm (**) R128(1): DPI set to (81, 81) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Reloading /usr/local/lib/xorg/modules//libfb.so (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Reloading /usr/local/lib/xorg/modules//libxaa.so (II) Loading sub module "shadowfb" (II) LoadModule: "shadowfb" (II) Reloading /usr/local/lib/xorg/modules//libshadowfb.so (II) R128(1): Page flipping disabled (==) R128(0): Write-combining range (0x0,0x1000) was already clear (!!) R128(1): For information on using the multimedia capabilities of this adapter, please see http://gatos.sf.net. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? Yes, I do. (II) resource ranges after preInit: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (==) R128(0): Write-combining range (0xa0000,0x10000) was already clear (WW) R128(0): Static buffer allocation failed -- need at least 9216 kB video memory (II) R128(0): Memory manager initialized to (0,0) (1024,1024) (II) R128(0): Reserved area from (0,768) to (1024,770) (II) R128(0): Largest offscreen area available: 1024 x 254 (II) R128(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Dashed Lines Scanline Image Writes Setting up tile and stipple cache: 8 128x128 slots (II) R128(0): Acceleration enabled (==) R128(0): Backing store disabled (==) R128(0): Silken mouse enabled (II) R128(0): Using hardware cursor (scanline 3080) (II) R128(0): Largest offscreen area available: 1024 x 252 (**) Option "dpms" (**) R128(0): DPMS enabled (WW) R128(0): Direct rendering disabled (==) RandR enabled (EE) R128(1): Unable to map MMIO aperture. Invalid argument (22) Fatal server error: AddScreen/ScreenInit failed for driver 1 (II) Screen 0 shares mem & io resources (II) Screen 1 shares mem & io resources From wblock at wonkity.com Mon Apr 13 21:22:19 2009 From: wblock at wonkity.com (Warren Block) Date: Mon Apr 13 21:36:12 2009 Subject: r128 dual-head error In-Reply-To: <200904131902.22584.lists@jnielsen.net> References: <200904131902.22584.lists@jnielsen.net> Message-ID: On Mon, 13 Apr 2009, John Nielsen wrote: > I'm trying to get dual-head + Xinerama going on a Dell Inspiron 4000 laptop > so I can use both the integrated flat panel and an external CRT. Multiple screens aren't done with Xinerama any more. xrandr is the new way. > From what I can tell I have my xorg.conf configured properly and it's trying > to do the right thing but it's throwing an error when initializing the > secondary screen: > > (EE) R128(1): Unable to map MMIO aperture. Invalid argument (22) Don't know about r128 specifically, but that's an old-style xorg.conf. > How should I go about troubleshooting this? Rework your xorg.conf, example below. Notes: Only one Device section for a single video card. Overall screen size defined as Virtual: For side-by-side: (monitor1X + monitor2x) X max(monitor1y,monitor2y) 1024+1920 x max(768,1200) = 2944x1200 Monitor positions on virtual screen set in Monitor sections. Monitor/video connectors set in Device section. Don't know if AccelMethod EXA works on r128. Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" EndSection Section "DRI" Group 0 Mode 0660 EndSection Section "Monitor" Identifier "Monitor0" VendorName "HWP" ModelName "2615" Option "PreferredMode" "1920x1200" Option "Position" "1024 0" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "PHL" ModelName "Philips 150B3" Option "PreferredMode" "1024x768" Option "Position" "0 0" EndSection Section "Device" Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon X1650 Pro" BusID "PCI:1:0:0" Option "AccelMethod" "EXA" Option "Monitor-DVI-0" "Monitor0" Option "Monitor-DVI-1" "Monitor1" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Virtual 2944 1200 EndSubSection EndSection -Warren Block * Rapid City, South Dakota USA From meta at club.kyutech.ac.jp Tue Apr 14 03:00:11 2009 From: meta at club.kyutech.ac.jp (Kouichiro Iwao) Date: Tue Apr 14 03:12:34 2009 Subject: NX dumps core on 7.1-RELEASE Message-ID: <20090414094003.GB85438@club.kyutech.ac.jp> Hi. I asked freebsd-questions mailing list how to solve the problem below but nobody replied. I moved here to ask you. I'm in trouble using net/freenx port. My system is 7.1-RELEASE-p2 and I installed freenx from the ports tree. I already installed gnome desktop environment and I can use it on x11 console. $ pkg_info|grep nx freenx-0.6.0_1 Frontend (auth/session management) for nxserver libraries nxserver-2.1.0_2 Low-bandwidth X network server I installed nomachine's nxclient 3.3.0-6 to another linux system. Then I tried to connect to the freebsd system, nxclient shows error that "Session Startup File". After that, I logged into the freebsd system from the linux system with ssh x11 forwarding enabled and I executed nxagent. Then it dumped core. [meta@freebsd ~]$ /usr/local/NX/bin/nxagent NXAGENT - Version 2.1.0 Copyright (C) 2001, 2006 NoMachine. See http://www.nomachine.com/ for more information. Info: Agent running with pid '80414'. Session: Starting session at 'Sat Apr 11 09:57:36 2009'. Info: Detected window manager running. Assertion failed: (ret != inval_id), function _XAllocID, file xcb_io.c, line 378. Abort trap: 6 (core dumped) I guess this is why nxclient on linux raises session start up failed error. I can find "xcb_io.c" in nxagent's error message, so I did "portupgrade -rf \*xcb\* libX11 nxserver" but nothing's solved. x11/libX11 contains xcb_io.c. Does this cause to dump core? Here's the nxclient's nxserver log. Please give me solution. http://www.club.kyutech.ac.jp/~meta/temp/nxserver_error.log Thanks. -- Iwao, Koichiro From seanjstrand at gmail.com Tue Apr 14 07:10:37 2009 From: seanjstrand at gmail.com (SEan Strand) Date: Tue Apr 14 07:46:22 2009 Subject: LibGLU/work/Mesa-7.4 Problem for Firefox and Opera Message-ID: <7619cc20904140639u155698d5q6ef199cfe7485199@mail.gmail.com> Hi gents this lib is stuffing up both the browsers with in the 7.1 amd64 and i386 version. This am writing this from my dos( dumb obsolete software) box. Can some one PLEASE fix up the problem? Thanks in advance, SEanS ---------- Forwarded message ---------- From: Arjan van Leeuwen Date: 2009/4/14 Subject: Re: installation error To: SEan Strand Hi Sean, On Mon, 13 Apr 2009 19:49:15 +0200, SEan Strand wrote: Good after noon gents, > > Please can you have a good look at the att'd file. then make > recommendation > as to what I do in order to fix the problem and get back into my or your > Opera. > > Thanks a Million, Rgds SEanS. > As you noticed, you are having a problem with installing Mesa. We can't help you with that, since this is a software package that is separate from Opera. I suggest you ask your question on the freebsd-ports@freebsd.org mailing list. If you do so, make sure to include some output of the installation process as well, so that people can check what actually goes wrong. Best regards, Arjan van Leeuwen -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ From gary.jennejohn at freenet.de Tue Apr 14 08:39:30 2009 From: gary.jennejohn at freenet.de (Gary Jennejohn) Date: Tue Apr 14 09:07:29 2009 Subject: LibGLU/work/Mesa-7.4 Problem for Firefox and Opera In-Reply-To: <7619cc20904140639u155698d5q6ef199cfe7485199@mail.gmail.com> References: <7619cc20904140639u155698d5q6ef199cfe7485199@mail.gmail.com> Message-ID: <20090414173926.3eb1f722@ernst.jennejohn.org> On Tue, 14 Apr 2009 14:39:21 +0100 SEan Strand wrote: > Hi gents this lib is stuffing up both the browsers with in the 7.1 amd64 and > i386 version. > > This am writing this from my dos( dumb obsolete software) box. > Can some one PLEASE fix up the problem? > I have both of these installed (firefox3/opera) and, based on the output of ldd, neither one of them requires libGLU. I also just compiled the libGLU port without any errors (admittedly on 8-current). Is your ports tree up-to-date? --- Gary Jennejohn From ohartman at mail.zedat.fu-berlin.de Tue Apr 14 09:08:57 2009 From: ohartman at mail.zedat.fu-berlin.de (O. Hartmann) Date: Tue Apr 14 09:43:20 2009 Subject: Xorg/X11 driver Radeon: radeon vs. radeonhd, a mess! Message-ID: <49E4B516.2080901@mail.zedat.fu-berlin.de> On two boxes running FreeBSD 8.0-CURRENT/amd64 (both PCIe-basis) I utilise AMD/ATi RV770LE and RV730 based graphicsadapter. Both machines run the most recent FreeBSD 8.0-CURRENT and most recent X11 from ports (with all the subsequent packages). The box with the most powerful graphicsadapter is the lowest powerful box, equipted with a UP kernel, single core CPU, PCIe 1.1. The GPU is a RV770LE mounted on a MSI R4830T2D512, This box does only work properly with driver 'radeon', using driver 'radeonhd' results in a missing display adapter - means, driver connot find a valid graphics card. On my lab's box, a 4-core SMP box with a more modern P35 chipset I utilise a MSI R4760 graphics card, this uses a AMD/ATi RV730 chip as GPU. This box does only run with 'radeonhd' in a propper manner, using 'radeon' craches the box when shutting down/resetting (kill -1) Xorg (server) when rebooting or leaving windowmaker. Although 'radeonhd' works and 'radeon' not, using 'radeonhd' renders X unusable. Window movement is like a slideshow, firefox seems to sleep randomly, scrolling is a game for patient people. VESA driver is much faster than 'radeonhd' on this fast chipset! Well, xf86-video-radeonhd is at revision 1.2.5 and this one is, when believing what the Wiki says, under development and advisory of AMD itself. Why is it so bumpy and unwilling to recognize an RV770LE chipset? Does anyone has a hint or tip? It feels like a mess having two ATI drivers each one following different ways of development. What 'radeon' is capable of is missing in 'radeonhd' and vice versa. Regards, Oliver From lists at jnielsen.net Tue Apr 14 19:11:53 2009 From: lists at jnielsen.net (John Nielsen) Date: Tue Apr 14 19:20:48 2009 Subject: r128 dual-head error In-Reply-To: References: <200904131902.22584.lists@jnielsen.net> Message-ID: <200904142212.07237.lists@jnielsen.net> On Monday 13 April 2009, Warren Block wrote: > On Mon, 13 Apr 2009, John Nielsen wrote: > > I'm trying to get dual-head + Xinerama going on a Dell Inspiron 4000 > > laptop so I can use both the integrated flat panel and an external CRT. > > Multiple screens aren't done with Xinerama any more. xrandr is the new > way. I don't think r128 is that modern.. > > From what I can tell I have my xorg.conf configured properly and it's > > trying to do the right thing but it's throwing an error when > > initializing the secondary screen: > > > > (EE) R128(1): Unable to map MMIO aperture. Invalid argument (22) > > Don't know about r128 specifically, but that's an old-style xorg.conf. > > > How should I go about troubleshooting this? > > Rework your xorg.conf, example below. I did but without much luck. > Section "Monitor" > Option "PreferredMode" "1920x1200" > Option "Position" "1024 0" These options parsed fine but generated warnings about the fact that they were ignored. Running with a single active "Screen" section works fine, but xrandr gives no indication that it's aware of more than one head/display. Looking through the r128_driver.c code it looks like the IsPrimary and IsSecondary booleans only get set to true if there is more than one screen defined by the configuration. I did some poor man's debugging of the original issue (by adding some log print statements to the code). The function which is throwing the "invalid argument" error is pci_device_map_range, called from R128MapMMIO. With my dual-screen xinerama config, R128MapMMIO is called once for each screen during pre-init. This succeeds for both screens (and is followed by corresponding UnMap calls). It is called again in ScreenInit. The call for the primary screen succeeds, but the call for the secondary screen fails. The arguments from the secondary screen's ScreenInit call are _exactly_ the same as they are in the pre-init call so it's either a really weird bug or something is happening to pScrn structure in the interim to make it "invalid." I didn't follow the chain of events any farther than that. Is there a good forum on e.g. freedesktop to get some help with this if it's not FreeBSD- specific? Thanks, JN From dohzono at gmail.com Tue Apr 14 21:10:04 2009 From: dohzono at gmail.com (Kazuo Dohzono) Date: Tue Apr 14 21:29:00 2009 Subject: ports/133465: x11/xorg: X crashes with mplayer -vo xv with xf86-video-intel [regression] Message-ID: <200904150410.n3F4A4v4046282@freefall.freebsd.org> The following reply was made to PR ports/133465; it has been noted by GNATS. From: Kazuo Dohzono To: bug-followup@freebsd.org, dohzono@gmail.com Cc: Subject: Re: ports/133465: x11/xorg: X crashes with mplayer -vo xv with xf86-video-intel [regression] Date: Wed, 15 Apr 2009 13:09:16 +0900 >> 1) X's default background gray-scale pattern >> disappeared (as if I executed "xsetroot -solid black"). >> mlterm/twm works OK. > >This doesn't change. This may be a server-side/base-system issue. This may not be a bug. http://bgoglin.livejournal.com/16916.html | Say goodbye to the old well-known grey | background. Now you get a black background by | default. To revert to the old behavior, pass | -retro on the server command line (for instance | in /etc/X11/xinit/xserverrc). Note that this | option also reenables Ctrl-Alt-Backspace killing | the server. I couldn't find an X document about this, though. >> 2) mplayer -vo xv doesn't work (it worked fine with >> xf86-video-intel-1.5.*). console black outs (It seems that Alt+Fn >> switching is working without any display output). And memory usage >> is added to Xorg.0.log (after mplayer is executed, perhaps). > >mplayer works. This must be a driver issue. From dohzono at gmail.com Tue Apr 14 22:30:05 2009 From: dohzono at gmail.com (Kazuo Dohzono) Date: Tue Apr 14 22:57:15 2009 Subject: ports/133465: x11/xorg: X crashes with mplayer -vo xv with xf86-video-intel [regression] Message-ID: <200904150530.n3F5U4dF058847@freefall.freebsd.org> The following reply was made to PR ports/133465; it has been noted by GNATS. From: Kazuo Dohzono To: bug-followup@freebsd.org, dohzono@gmail.com Cc: Subject: Re: ports/133465: x11/xorg: X crashes with mplayer -vo xv with xf86-video-intel [regression] Date: Wed, 15 Apr 2009 14:23:26 +0900 2009/4/15 Kazuo Dohzono : >>> 2) mplayer -vo xv doesn't work (it worked fine with >>> xf86-video-intel-1.5.*). console black outs (It seems that Alt+Fn >>> switching is working without any display output). And memory usage >>> is added to Xorg.0.log (after mplayer is executed, perhaps). >> >>mplayer works. This must be a driver issue. This may depend on some server/driver's conditions. I've tried: http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.6.99.903 "mplayer -vo xv FILE" worked. I switched back to console with Ctrl-Alt-F1, then to X with Alt-F8 (without restarting X), running mplayer ruins entire screen. I tried same sequence with 2.5.1, and mplayer worked fine. From larinus at gmail.com Wed Apr 15 00:05:57 2009 From: larinus at gmail.com (larinus@gmail.com) Date: Wed Apr 15 00:38:42 2009 Subject: ports/133465: x11/xorg: X crashes with mplayer -vo xv with xf86-video-intel [regression] In-Reply-To: <200904150530.n3F5U4dF058847@freefall.freebsd.org> References: <200904150530.n3F5U4dF058847@freefall.freebsd.org> Message-ID: <49E580AE.1010507@gmail.com> Kazuo Dohzono wrote: > The following reply was made to PR ports/133465; it has been noted by GNATS. > > From: Kazuo Dohzono > To: bug-followup@freebsd.org, dohzono@gmail.com > Cc: > Subject: Re: ports/133465: x11/xorg: X crashes with mplayer -vo xv with > xf86-video-intel [regression] > Date: Wed, 15 Apr 2009 14:23:26 +0900 > > 2009/4/15 Kazuo Dohzono : > >>> 2) mplayer -vo xv doesn't work (it worked fine with > >>> xf86-video-intel-1.5.*). console black outs (It seems that Alt+Fn > >>> switching is working without any display output). And memory usage > >>> is added to Xorg.0.log (after mplayer is executed, perhaps). > >> > >>mplayer works. This must be a driver issue. > > This may depend on some server/driver's > conditions. I've tried: > > http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.6.99.903 > > "mplayer -vo xv FILE" worked. I switched back to > console with Ctrl-Alt-F1, then to X with Alt-F8 > (without restarting X), running mplayer ruins > entire screen. > > I tried same sequence with 2.5.1, and mplayer > worked fine. > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > I have the same problem. you found any solution? From peterjeremy at optushome.com.au Wed Apr 15 04:24:20 2009 From: peterjeremy at optushome.com.au (Peter Jeremy) Date: Wed Apr 15 04:47:39 2009 Subject: Further Xorg regressions Message-ID: <20090415090751.GD1390@server.vk2pj.dyndns.org> Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090415/530ad4ab/attachment.pgp From dohzono at gmail.com Wed Apr 15 07:48:49 2009 From: dohzono at gmail.com (Kazuo Dohzono) Date: Wed Apr 15 08:12:52 2009 Subject: ports/133465: x11/xorg: X crashes with mplayer -vo xv with xf86-video-intel [regression] In-Reply-To: <49E580AE.1010507@gmail.com> References: <200904150530.n3F5U4dF058847@freefall.freebsd.org> <49E580AE.1010507@gmail.com> Message-ID: <76f43ca40904150717m37dbdcc9maaf3fde7856aefb6@mail.gmail.com> >> 2009/4/15 Kazuo Dohzono : >> >>> 2) mplayer -vo xv doesn't work (it worked fine with >> >>> xf86-video-intel-1.5.*). console black outs (It seems that Alt+Fn >> >>> switching is working without any display output). And memory usage >> >>> is added to Xorg.0.log (after mplayer is executed, perhaps). >> >> >> >>mplayer works. This must be a driver issue. >> This may depend on some server/driver's >> conditions. I've tried: >> >> http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.6.99.903 >> "mplayer -vo xv FILE" worked. I switched back to >> console with Ctrl-Alt-F1, then to X with Alt-F8 >> (without restarting X), running mplayer ruins >> entire screen. >> I tried same sequence with 2.5.1, and mplayer >> worked fine. > > I have the same problem. you found any solution? I'm sorry I don't think I can do something except testing. Workaround? When I want to stop X, I switch back to console with Ctrl-Alt-F1 and Ctrl-C to kill the server (I'm using simple wm - twm). Restarting X with startx seems to be working with intel-1.5.1, but I'm not sure about this. From dejuren at lycos.com Wed Apr 15 11:51:12 2009 From: dejuren at lycos.com (Dragomir Minkovski) Date: Wed Apr 15 12:29:50 2009 Subject: libX11-1.2 compilation error Message-ID: <20090415142153.HM.0000000000001ZY@dejuren.mail-wwl19.bo3.lycos.com.lycos.com> ./configure: 21141: Syntax error: word unexpected (expecting ")") ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/libX11/work/libX11-1.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). ls /var/db/pkg autoconf-2.62 libXdmcp-1.0.2_1 xcb-proto-1.4 autoconf-wrapper-20071109 libcheck-0.9.6 xcmiscproto-1.1.2 automake-1.10.1 libpthread-stubs-0.1 xextproto-7.0.5 automake-wrapper-20071109 libtool-1.5.26 xf86bigfontproto-1.1.2 bigreqsproto-1.0.2 libxcb-1.2 xineramaproto-1.1.2 inputproto-1.5.0 m4-1.4.12,1 xorg-macros-1.2.1 kbproto-1.0.3 perl-5.8.9_2 xproto-7.0.15 libXau-1.0.4 python25-2.5.4_1 xtrans-1.2.3 -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: application/octet-stream Size: 27308 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090415/a966ee14/config.obj From rnoland at FreeBSD.org Wed Apr 15 11:55:36 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Wed Apr 15 12:37:51 2009 Subject: r128 dual-head error In-Reply-To: <200904142212.07237.lists@jnielsen.net> References: <200904131902.22584.lists@jnielsen.net> <200904142212.07237.lists@jnielsen.net> Message-ID: <1239821670.2194.10.camel@balrog.2hip.net> On Tue, 2009-04-14 at 22:12 -0400, John Nielsen wrote: > On Monday 13 April 2009, Warren Block wrote: > > On Mon, 13 Apr 2009, John Nielsen wrote: > > > I'm trying to get dual-head + Xinerama going on a Dell Inspiron 4000 > > > laptop so I can use both the integrated flat panel and an external CRT. > > > > Multiple screens aren't done with Xinerama any more. xrandr is the new > > way. > > I don't think r128 is that modern.. > > > > From what I can tell I have my xorg.conf configured properly and it's > > > trying to do the right thing but it's throwing an error when > > > initializing the secondary screen: > > > > > > (EE) R128(1): Unable to map MMIO aperture. Invalid argument (22) > > > > Don't know about r128 specifically, but that's an old-style xorg.conf. > > > > > How should I go about troubleshooting this? > > > > Rework your xorg.conf, example below. > > I did but without much luck. > > > Section "Monitor" > > > Option "PreferredMode" "1920x1200" > > Option "Position" "1024 0" > > These options parsed fine but generated warnings about the fact that they > were ignored. > > Running with a single active "Screen" section works fine, but xrandr gives > no indication that it's aware of more than one head/display. > > Looking through the r128_driver.c code it looks like the IsPrimary and > IsSecondary booleans only get set to true if there is more than one screen > defined by the configuration. > > I did some poor man's debugging of the original issue (by adding some log > print statements to the code). The function which is throwing the "invalid > argument" error is pci_device_map_range, called from R128MapMMIO. With my This is in libpciaccess. 22 is EINVAL, the call may be failing on mtrr or just the attempt to remap the same register space a second time. The problem is either in libpciaccess or the r128 driver. robert. > dual-screen xinerama config, R128MapMMIO is called once for each screen > during pre-init. This succeeds for both screens (and is followed by > corresponding UnMap calls). It is called again in ScreenInit. The call for > the primary screen succeeds, but the call for the secondary screen fails. > The arguments from the secondary screen's ScreenInit call are _exactly_ the > same as they are in the pre-init call so it's either a really weird bug or > something is happening to pScrn structure in the interim to make it > "invalid." > > I didn't follow the chain of events any farther than that. Is there a good > forum on e.g. freedesktop to get some help with this if it's not FreeBSD- > specific? > > Thanks, > > JN > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090415/c0eddf73/attachment.pgp From rnoland at FreeBSD.org Wed Apr 15 12:05:19 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Wed Apr 15 12:59:30 2009 Subject: Further Xorg regressions In-Reply-To: <20090415090751.GD1390@server.vk2pj.dyndns.org> References: <20090415090751.GD1390@server.vk2pj.dyndns.org> Message-ID: <1239822252.2194.11.camel@balrog.2hip.net> On Wed, 2009-04-15 at 19:07 +1000, Peter Jeremy wrote: > I have just finished upgrading my amd64 to a fairly recent -current > (from Sunday), together with a completely up-to-date ports tree and > X.org has now "improved" to the point where it doesn't work at all. > > The video card is a Radeon HD 2400 Pro (RV610). > > With the radeonhd driver, Xorg starts and just displays a totally blank > (though active) screen. I can switch to/from VTY screens without > problem and Ctrl-Alt-BS works properly (after enabling it). Output > from X is: > server# X -nolisten inet6 -config /etc/X11/xorg.conf.rhd > > X.Org X Server 1.6.0 > Release Date: 2009-2-25 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 8.0-CURRENT amd64 > Current Operating System: FreeBSD server.vk2pj.dyndns.org 8.0-CURRENT FreeBSD 8.0-CURRENT #6: Sun Apr 12 22:57:30 EST 2009 root@server.vk2pj.dyndns.org:/var/obj/usr/src/sys/server amd64 > Build Date: 15 April 2009 07:03:06AM > > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 15 18:55:03 2009 > (++) Using config file: "/etc/X11/xorg.conf.rhd" > None > server# > > With the radeon driver, it dies with an undefined symbol and destroys my > video output (no video so monitor shuts down): > server# X -nolisten inet6 -config /etc/X11/xorg.conf > > X.Org X Server 1.6.0 > Release Date: 2009-2-25 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 8.0-CURRENT amd64 > Current Operating System: FreeBSD server.vk2pj.dyndns.org 8.0-CURRENT FreeBSD 8.0-CURRENT #6: Sun Apr 12 22:57:30 EST 2009 root@server.vk2pj.dyndns.org:/var/obj/usr/src/sys/server amd64 > Build Date: 15 April 2009 07:03:06AM > > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 15 18:54:49 2009 > (++) Using config file: "/etc/X11/xorg.conf" > (EE) Failed to load module "xtrap" (module does not exist, 0) > Shared DDC line: 2 3 > Shared DDC line: 2 4 > Shared DDC line: 3 2 > XRANDR name: VGA-0 > Connector: VGA > CRT2: INTERNAL_KLDSCP_DAC2 > DDC reg: 0x7e50 > XRANDR name: DVI-0 > Connector: DVI-I > CRT1: INTERNAL_KLDSCP_DAC1 > DFP1: INTERNAL_LVTM1 > DDC reg: 0x7e40 > Dac detection success > finished output detect: 0 > finished output detect: 1 > finished all detect > before xf86InitialConfiguration > Dac detection success > after xf86InitialConfiguration > Output DFP1 disable success > Blank CRTC 0 success > Disable CRTC 0 success > Blank CRTC 1 success > Disable CRTC 1 success > mc fb loc is 00df00d0 > /libexec/ld-elf.so.1: /usr/local/lib/xorg/modules/drivers//radeon_drv.so: Undefined symbol "exaDriverAlloc" > server# You did recompile xf86-video-ati, right? robert. > Unfortunately, the only way to recover is to reboot. > > The radeonhd log is attached. Relevant dmesg output is: > pcib1: at device 2.0 on pci0 > pci1: on pcib1 > vgapci0: port 0xde00-0xdeff mem 0xd0000000-0xdfffffff,0xfdee0000-0xfdeeffff irq 18 at device 0.0 on pci1 > drm0: on vgapci0 > info: [drm] MSI enabled 1 message(s) > vgapci0: child drm0 requested pci_enable_busmaster > info: [drm] Initialized radeon 1.29.0 20080528 > pci1: at device 0.1 (no driver attached) -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090415/0443c89f/attachment.pgp From lists at jnielsen.net Wed Apr 15 12:29:10 2009 From: lists at jnielsen.net (John Nielsen) Date: Wed Apr 15 13:09:25 2009 Subject: r128 dual-head error In-Reply-To: <1239821670.2194.10.camel@balrog.2hip.net> References: <200904131902.22584.lists@jnielsen.net> <200904142212.07237.lists@jnielsen.net> <1239821670.2194.10.camel@balrog.2hip.net> Message-ID: <200904151529.06871.lists@jnielsen.net> On Wednesday 15 April 2009, Robert Noland wrote: > On Tue, 2009-04-14 at 22:12 -0400, John Nielsen wrote: > > On Monday 13 April 2009, Warren Block wrote: > > > On Mon, 13 Apr 2009, John Nielsen wrote: > > > > I'm trying to get dual-head + Xinerama going on a Dell Inspiron > > > > 4000 laptop so I can use both the integrated flat panel and an > > > > external CRT. > > > > > > Multiple screens aren't done with Xinerama any more. xrandr is the > > > new way. > > > > I don't think r128 is that modern.. > > > > > > From what I can tell I have my xorg.conf configured properly and > > > > it's trying to do the right thing but it's throwing an error when > > > > initializing the secondary screen: > > > > > > > > (EE) R128(1): Unable to map MMIO aperture. Invalid argument (22) > > > > > > Don't know about r128 specifically, but that's an old-style > > > xorg.conf. > > > > > > > How should I go about troubleshooting this? > > > > > > Rework your xorg.conf, example below. > > > > I did but without much luck. > > > > > Section "Monitor" > > > > > > > > > Option "PreferredMode" "1920x1200" > > > Option "Position" "1024 0" > > > > These options parsed fine but generated warnings about the fact that > > they were ignored. > > > > Running with a single active "Screen" section works fine, but xrandr > > gives no indication that it's aware of more than one head/display. > > > > Looking through the r128_driver.c code it looks like the IsPrimary and > > IsSecondary booleans only get set to true if there is more than one > > screen defined by the configuration. > > > > I did some poor man's debugging of the original issue (by adding some > > log print statements to the code). The function which is throwing the > > "invalid argument" error is pci_device_map_range, called from > > R128MapMMIO. With my > > This is in libpciaccess. 22 is EINVAL, the call may be failing on mtrr > or just the attempt to remap the same register space a second time. The > problem is either in libpciaccess or the r128 driver. Thanks. FWIW I did confirm that the space is un-mapped between the two calls. I'll see if I can grok libpciaccess. > > dual-screen xinerama config, R128MapMMIO is called once for each screen > > during pre-init. This succeeds for both screens (and is followed by > > corresponding UnMap calls). It is called again in ScreenInit. The call > > for the primary screen succeeds, but the call for the secondary screen > > fails. The arguments from the secondary screen's ScreenInit call are > > _exactly_ the same as they are in the pre-init call so it's either a > > really weird bug or something is happening to pScrn structure in the > > interim to make it "invalid." > > > > I didn't follow the chain of events any farther than that. Is there a > > good forum on e.g. freedesktop to get some help with this if it's not > > FreeBSD- specific? > > > > Thanks, > > > > JN > > > > _______________________________________________ > > freebsd-x11@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" From peterjeremy at optushome.com.au Wed Apr 15 14:54:47 2009 From: peterjeremy at optushome.com.au (Peter Jeremy) Date: Wed Apr 15 15:31:02 2009 Subject: Further Xorg regressions In-Reply-To: <1239822252.2194.11.camel@balrog.2hip.net> References: <20090415090751.GD1390@server.vk2pj.dyndns.org> <1239822252.2194.11.camel@balrog.2hip.net> Message-ID: <20090415215443.GA39616@server.vk2pj.dyndns.org> On 2009-Apr-15 14:04:12 -0500, Robert Noland wrote: >> /libexec/ld-elf.so.1: /usr/local/lib/xorg/modules/drivers//radeon_drv.so: Undefined symbol "exaDriverAlloc" >> server# > >You did recompile xf86-video-ati, right? Yes. That was the first thing I checked. -- Peter Jeremy -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090415/d30113ba/attachment.pgp From rnoland at FreeBSD.org Wed Apr 15 20:16:08 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Wed Apr 15 21:01:03 2009 Subject: Further Xorg regressions In-Reply-To: <20090415215443.GA39616@server.vk2pj.dyndns.org> References: <20090415090751.GD1390@server.vk2pj.dyndns.org> <1239822252.2194.11.camel@balrog.2hip.net> <20090415215443.GA39616@server.vk2pj.dyndns.org> Message-ID: <1239851702.2194.21.camel@balrog.2hip.net> On Thu, 2009-04-16 at 07:54 +1000, Peter Jeremy wrote: > On 2009-Apr-15 14:04:12 -0500, Robert Noland wrote: > >> /libexec/ld-elf.so.1: /usr/local/lib/xorg/modules/drivers//radeon_drv.so: Undefined symbol "exaDriverAlloc" > >> server# > > > >You did recompile xf86-video-ati, right? > > Yes. That was the first thing I checked. Ok, so something is out of sync with your ports tree is all that I can come up with. I'm running on the radeon driver from ports right now... The missing symbol is provided by the server port. balrog% nm libexa.so|grep exaDriverAlloc 0000000000004aa0 T exaDriverAlloc balrog% pkg_info -W /usr/local/lib/xorg/modules/libexa.so /usr/local/lib/xorg/modules/libexa.so was installed by package xorg-server-1.6.0,1 robert. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090416/0d8ee13b/attachment.pgp From vehemens at verizon.net Wed Apr 15 20:46:21 2009 From: vehemens at verizon.net (vehemens) Date: Wed Apr 15 21:19:52 2009 Subject: Further Xorg regressions In-Reply-To: <20090415090751.GD1390@server.vk2pj.dyndns.org> References: <20090415090751.GD1390@server.vk2pj.dyndns.org> Message-ID: <200904152049.44291.vehemens@verizon.net> On Wednesday 15 April 2009 02:07:52 am Peter Jeremy wrote: > I have just finished upgrading my amd64 to a fairly recent -current > (from Sunday), together with a completely up-to-date ports tree and > X.org has now "improved" to the point where it doesn't work at all. > > The video card is a Radeon HD 2400 Pro (RV610). > > With the radeonhd driver, Xorg starts and just displays a totally blank > (though active) screen. I can switch to/from VTY screens without > problem and Ctrl-Alt-BS works properly (after enabling it). Output > from X is: > server# X -nolisten inet6 -config /etc/X11/xorg.conf.rhd > > X.Org X Server 1.6.0 > Release Date: 2009-2-25 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 8.0-CURRENT amd64 > Current Operating System: FreeBSD server.vk2pj.dyndns.org 8.0-CURRENT > FreeBSD 8.0-CURRENT #6: Sun Apr 12 22:57:30 EST 2009 > root@server.vk2pj.dyndns.org:/var/obj/usr/src/sys/server amd64 Build Date: > 15 April 2009 07:03:06AM > > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 15 18:55:03 2009 > (++) Using config file: "/etc/X11/xorg.conf.rhd" > None > server# > > With the radeon driver, it dies with an undefined symbol and destroys my > video output (no video so monitor shuts down): > server# X -nolisten inet6 -config /etc/X11/xorg.conf > > X.Org X Server 1.6.0 > Release Date: 2009-2-25 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 8.0-CURRENT amd64 > Current Operating System: FreeBSD server.vk2pj.dyndns.org 8.0-CURRENT > FreeBSD 8.0-CURRENT #6: Sun Apr 12 22:57:30 EST 2009 > root@server.vk2pj.dyndns.org:/var/obj/usr/src/sys/server amd64 Build Date: > 15 April 2009 07:03:06AM > > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 15 18:54:49 2009 > (++) Using config file: "/etc/X11/xorg.conf" > (EE) Failed to load module "xtrap" (module does not exist, 0) > Shared DDC line: 2 3 > Shared DDC line: 2 4 > Shared DDC line: 3 2 > XRANDR name: VGA-0 > Connector: VGA > CRT2: INTERNAL_KLDSCP_DAC2 > DDC reg: 0x7e50 > XRANDR name: DVI-0 > Connector: DVI-I > CRT1: INTERNAL_KLDSCP_DAC1 > DFP1: INTERNAL_LVTM1 > DDC reg: 0x7e40 > Dac detection success > finished output detect: 0 > finished output detect: 1 > finished all detect > before xf86InitialConfiguration > Dac detection success > after xf86InitialConfiguration > Output DFP1 disable success > Blank CRTC 0 success > Disable CRTC 0 success > Blank CRTC 1 success > Disable CRTC 1 success > mc fb loc is 00df00d0 > /libexec/ld-elf.so.1: /usr/local/lib/xorg/modules/drivers//radeon_drv.so: > Undefined symbol "exaDriverAlloc" server# > > Unfortunately, the only way to recover is to reboot. The ati driver works fine on my amd64 7.2 system with a HD 2600 pro with a fairly recent snap of src and ports. Suggest that you rebuild as a minimum, the xserver and ati ports. If that doesn't work, rebuild the ports tree from scratch. > The radeonhd log is attached. Relevant dmesg output is: > pcib1: at device 2.0 on pci0 > pci1: on pcib1 > vgapci0: port 0xde00-0xdeff mem > 0xd0000000-0xdfffffff,0xfdee0000-0xfdeeffff irq 18 at device 0.0 on pci1 > drm0: on vgapci0 > info: [drm] MSI enabled 1 message(s) > vgapci0: child drm0 requested pci_enable_busmaster > info: [drm] Initialized radeon 1.29.0 20080528 > pci1: at device 0.1 (no driver attached) From rick at sloservers.com Wed Apr 15 22:39:11 2009 From: rick at sloservers.com (ollopa) Date: Wed Apr 15 23:22:41 2009 Subject: libX11 config failure In-Reply-To: <9d5506db0903221931y760ba890o524894a0bf6187d3@mail.gmail.com> References: <9d5506db0903221931y760ba890o524894a0bf6187d3@mail.gmail.com> Message-ID: <23071637.post@talk.nabble.com> The fix for this, by the way, is to install /usr/ports/devel/pkg-config Even though pkg-config is installed in the base PC-BSD, it and the files it installs are being looked for under /usr/local. Larry Gadallah wrote: > > Dear x11@FreeBSD.org: > > For some reason, configuration for libX11 fails on the current ports > tree (fetched via portsnap). For your reference, I have attached the > config.log file per the error messages below: > > ./configure: 21141: Syntax error: word unexpected (expecting ")") > -- View this message in context: http://www.nabble.com/libX11-config-failure-tp22653605p23071637.html Sent from the freebsd-x11 mailing list archive at Nabble.com. From grey.leo at gmail.com Thu Apr 16 00:36:02 2009 From: grey.leo at gmail.com (Leo Cherepanov) Date: Thu Apr 16 00:57:14 2009 Subject: Mesa-7.4 cross-build bug Message-ID: <2fffb80904160010l3e9149fem963b7b118551e9fc@mail.gmail.com> Hi. Host - amd64, 7.1-p4 Chroot - i386 7.1-p4 Compiling i386 ports in chroot failed in packets which use Mesa-7.4 - graphics/dri and graphics/libGL Configuration part doesn't find cross-compiling environment and tries to use x86_64 subdir for asm code. Compiling in pure x86 box is OK Compiling other ports in chroot is OK Thanx an avance :) From ohartman at zedat.fu-berlin.de Thu Apr 16 01:13:00 2009 From: ohartman at zedat.fu-berlin.de (O. Hartmann) Date: Thu Apr 16 01:48:52 2009 Subject: Xorg/X11 driver Radeon: radeon vs. radeonhd, a mess! In-Reply-To: <200904152053.56058.vehemens@verizon.net> References: <49E4B516.2080901@mail.zedat.fu-berlin.de> <20090415160311.2e898844@ernst.jennejohn.org> <49E5EE04.1050208@zedat.fu-berlin.de> <200904152053.56058.vehemens@verizon.net> Message-ID: <49E6E833.3010105@zedat.fu-berlin.de> vehemens wrote: > On Wednesday 15 April 2009 07:24:04 am O. Hartmann wrote: >> Gary Jennejohn wrote: >>> On Wed, 15 Apr 2009 10:07:59 +0000 >>> >>> "O. Hartmann" wrote: >>>> Gary Jennejohn wrote: >>>>> On Wed, 15 Apr 2009 06:55:44 +0000 >>>>> >>>>> "O. Hartmann" wrote: >>>>>> Martin wrote: >>>>>>> Am Tue, 14 Apr 2009 18:08:54 +0200 >>>>>>> >>>>>>> schrieb "O. Hartmann" : >>>>>>>> [...] >>>>>>> Hi, >>>>>>> >>>>>>> if you have problems with the radeonhd driver, you should tell the >>>>>>> guys who work at it. They are really nice and try to help everywhere. >>>>>>> >>>>>>> Subscribe there: >>>>>>> http://lists.opensuse.org/radeonhd/ >>>>>>> >>>>>>> I am only using radeonhd, because it works for me on all cards I >>>>>>> have. >>>>>>> >>>>>>> I noticed that window movement may get choppy, when you compile a new >>>>>>> kernel (DRM) and don't recompile a fresh radeonhd driver. This >>>>>>> happens especially when DRI is enabled for your xorg server. >>>>>>> >>>>>>> -- >>>>>>> Martin >>>>>> As far as I know, radeonhd from ports doesn't work with DRI enabled on >>>>>> FreeBSD - so it doesn't work on my box either. I guess you're >>>>>> following the recommendations using the development brnach directly >>>>>> from GIT. >>>>> Works for me on amd64 8-current. >>>>> >>>>> garyj:ernst:~:-bash:4> grep DRI /var/log/Xorg.0.log >>>>> (II) Loading extension XFree86-DRI >>>>> (II) Loading extension DRI2 >>>>> (**) RADEONHD(0): Option "DRI" >>>>> (II) RADEONHD(0): FB: Allocated DRI Back Buffer at offset 0x024B4000 >>>>> (size = 0x00B13000) (II) RADEONHD(0): FB: Allocated DRI Depth Buffer at >>>>> offset 0x02FC7000 (size = 0x00B13000) (II) RADEONHD(0): FB: Allocated >>>>> DRI Textures at offset 0x03ADA000 (size = 0x0C400000) (II) RADEONHD(0): >>>>> [DRI] installation complete >>>>> (II) GLX: Initialized DRISWRAST GL provider for screen 0 >>>>> garyj:ernst:~:-bash:5> ls -d /var/db/pkg/*radeon* >>>>> drwxr-xr-x 2 root wheel 512 Apr 14 11:32 >>>>> /var/db/pkg/xf86-video-radeonhd-devel-1.2.5.20090412 >>>> Tried radeonhd-devel and failed also! >>>> >>>> When enabling DRI in config file, I see the XDM login box and the box >>>> crashes and freezes immediately. Without DRI radeonhd-devel is horrible >>>> slow when moving windows around - inacceptable. It doesn't matter >>>> whether EXA is enabled or not and the phenomenon ist the same as with >>>> the regular radeonhd-driver from xorg-drivers. >>>> >>>> I'm back with the VESA driver. >>> Hmm. Are the drm and radeondrm in your kernel up-to-date? Your posting >>> was chopped by the first replier and I can't remember. >>> >>> Can't think of anything else. >>> >>> I personally don't use xdm/gdm/kdm. I just use startx. >>> >>> --- >>> Gary Jennejohn >> The kernel modules 'radeon' and 'drm' are loaded via /boot/loader.conf >> when booting and they are up to date (I do a buildworld on a regular >> basis these days and it takes ~30 minutes for a quad core box). >> >> Even when not starting X via xdm, the box crashes immediately, freezes >> and is only 'revivable' by cold resetting. This happens with driver >> radeonhd and enabled DRI. Without DRI the radeonhd driver works, but >> moving a window looks like on Windooze when using standard VGA driver >> without acceleration (this is bot with EXA on or off) - scrolling and >> moving objects is really choppy. >> >> 'radeon' doesn't even show up anything, freezes the box as well as >> 'radeonhd', but no matter whether DRI enabled or not. >> >> At home I will test radeonhd-devel with the RV770LE chipset (here I have >> only RV730). The RV770LE seems not to be recognized by 'radeonhd', but >> works fine with 'radeon'. But in both cases, DRI enabled crashes the box. > > Could you post your xorg.conf? > > Well, next round. First some notices. All probem occure at the very moment on FreeBSD 8.0-CURRENT/amd64 due to the fact I do not have any i386 box and I'm not running any graphical 7.X-based boxes. So, here we go. My private box is a UP machine equipted with a RV770LE based graphicscard (MSI R4830). Yesterday I replaced the 'radeon' driver from xf86-video-ati with 'radeonhd' from xf86-video-radeonhd-devel (most recent in ports). Without DRI enabled, this driver is as horrible choppy as I mentioned before. But with all the DRI and EXA stuff enabled, it is as fast as the 'radeon' driver, no difference. On my lab's box the picture is different. This box is a quadcore Q6600 based box, P35 chipset (for PCIe-specs), SMP. This box doesn't work with 'radeon', it crashes immediateley. Using 'radeonhd', either from xf86-video-radeonhd or xf86-video-radeonhd-devel leaves my desktop as choppy as unaccelerated. But enabling DRI crahes the box immediately. Attached you'll find my xorg.conf (at the moment with the VESA driver enabled) and the last Xorg.0.log when the box crashed. It surprises me that there is no evidence of 'RADEONHD' loaded, only 'VESA'. I hope Xorg writes a logfile before killing itself. A comment to the driver section of my xorg.conf: I also commented out everything but Options DRI and EXA without success. Files named Xorg.log.XXX are older files and results of experiments with the regular, non-devel-drivers and dated from the 26. March this year, I put them also into the attachment, for your convenience. Regards, Oliver -------------- next part -------------- _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/telesto.geoinf.fu-berlin.de:0 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 X.Org X Server 1.6.0 Release Date: 2009-2-25 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 8.0-CURRENT amd64 Current Operating System: FreeBSD telesto.geoinf.fu-berlin.de 8.0-CURRENT FreeBSD 8.0-CURRENT #12 r191101: Wed Apr 15 07:16:32 UTC 2009 root@telesto.geoinf.fu-berlin.de:/usr/obj/usr/src/sys/TELESTO amd64 Build Date: 15 April 2009 07:36:25AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 15 09:57:23 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "SyncMaster204B" (**) | |-->Device "HD4670" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (**) Option "DontZoom" (**) Option "AllowEmptyInput" "Off" (**) Option "AutoAddDevices" "Off" (**) Option "AutoEnableDevices" "Off" (**) Not automatically adding devices (**) Not automatically enabling devices (WW) `fonts.dir' not found (or not valid) in "/usr/local/lib/X11/fonts/local/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/local/"). (WW) The directory "/usr/local/lib/X11/fonts/Speedo/" does not exist. Entry deleted from font path. (WW) The directory "/usr/local/lib/X11/fonts/freefont/" does not exist. Entry deleted from font path. (**) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, /usr/local/lib/X11/fonts/TrueType/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, built-ins (==) ModulePath set to "/usr/local/lib/xorg/modules" (II) Loader magic: 0x1520 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 5.0 X.Org XInput driver : 4.0 X.Org Server Extension : 2.0 (II) Loader running on freebsd (--) Using syscons driver with X support (version 2.0) (--) using VT number 8 (--) PCI:*(0@1:0:0) ATI Technologies Inc RV730XT [Radeon HD 4670] rev 0, Mem @ 0xd0000000/268435456, 0xfe9e0000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/65536 (II) System resource ranges: [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded by default. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded by default. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) "dri2" will be loaded by default. (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "type1" (WW) Warning, couldn't open module type1 (II) UnloadModule: "type1" (EE) Failed to load module "type1" (module does not exist, 0) (II) LoadModule: "freetype" (WW) Warning, couldn't open module freetype (II) UnloadModule: "freetype" (EE) Failed to load module "freetype" (module does not exist, 0) (II) LoadModule: "xtt" (WW) Warning, couldn't open module xtt (II) UnloadModule: "xtt" (EE) Failed to load module "xtt" (module does not exist, 0) (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri2" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "vesa" (II) Loading /usr/local/lib/xorg/modules/drivers//vesa_drv.so (II) Module vesa: vendor="X.Org Foundation" compiled for 1.6.0, module version = 2.1.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (II) VESA: driver for VESA chipsets: vesa (II) Primary Device is: PCI 01@00:00:0 (II) resource ranges after probing: [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/local/lib/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.1.0 ABI class: X.Org Video Driver, version 5.0 (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 5.0 (II) VESA(0): initializing int10 (==) VESA(0): Write-combining range (0xa0000,0x20000) was already clear (==) VESA(0): Write-combining range (0xc0000,0x40000) was already clear (II) VESA(0): Primary V_BIOS segment is: 0xc000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (II) VESA(0): VESA BIOS detected (II) VESA(0): VESA VBE Version 3.0 (II) VESA(0): VESA VBE Total Mem: 16384 kB (II) VESA(0): VESA VBE OEM: ATI ATOMBIOS (II) VESA(0): VESA VBE OEM Software Rev: 11.9 (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. (II) VESA(0): VESA VBE OEM Product: RV730 (II) VESA(0): VESA VBE OEM Product Rev: 01.00 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (**) VESA(0): Depth 24, (--) framebuffer bpp 32 (==) VESA(0): RGB weight 888 (==) VESA(0): Default visual is TrueColor (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0) (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (II) VESA(0): VESA VBE DDC supported (II) VESA(0): VESA VBE DDC Level 2 (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec. (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (II) VESA(0): VESA VBE DDC read successfully (II) VESA(0): Manufacturer: SAM Model: 1ae Serial#: 1112683056 (II) VESA(0): Year: 2006 Week: 16 (II) VESA(0): EDID Version: 1.3 (II) VESA(0): Digital Display Input (II) VESA(0): Max Image Size [cm]: horiz.: 41 vert.: 31 (II) VESA(0): Gamma: 2.20 (II) VESA(0): DPMS capabilities: Off (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) VESA(0): First detailed timing is preferred mode (II) VESA(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600 (II) VESA(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329 (II) VESA(0): Supported VESA Video Modes: (II) VESA(0): 720x400@70Hz (II) VESA(0): 640x480@60Hz (II) VESA(0): 640x480@67Hz (II) VESA(0): 640x480@72Hz (II) VESA(0): 640x480@75Hz (II) VESA(0): 800x600@56Hz (II) VESA(0): 800x600@60Hz (II) VESA(0): 800x600@72Hz (II) VESA(0): 800x600@75Hz (II) VESA(0): 832x624@75Hz (II) VESA(0): 1024x768@60Hz (II) VESA(0): 1024x768@70Hz (II) VESA(0): 1024x768@75Hz (II) VESA(0): 1280x1024@75Hz (II) VESA(0): 1152x870@75Hz (II) VESA(0): Manufacturer's mask: 0 (II) VESA(0): Supported Future Video Modes: (II) VESA(0): #0: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 (II) VESA(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) VESA(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) VESA(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) VESA(0): Supported additional Video Mode: (II) VESA(0): clock: 162.0 MHz Image Size: 408 x 306 mm (II) VESA(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160 h_border: 0 (II) VESA(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250 v_border: 0 (II) VESA(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 170 MHz (II) VESA(0): Monitor name: SyncMaster (II) VESA(0): Serial No: HSXL401264 (II) VESA(0): EDID (in hex): (II) VESA(0): 00ffffffffffff004c2dae0130325242 (II) VESA(0): 1010010380291f782aee95a3544c9926 (II) VESA(0): 0f5054bfef80a94081808140714f0101 (II) VESA(0): 010101010101483f403062b0324040c0 (II) VESA(0): 130098321100001e000000fd00384b1e (II) VESA(0): 5111000a202020202020000000fc0053 (II) VESA(0): 796e634d61737465720a2020000000ff (II) VESA(0): 004853584c3430313236340a20200028 (II) VESA(0): EDID vendor "SAM", prod id 430 (II) VESA(0): Using hsync ranges from config file (II) VESA(0): Using vrefresh ranges from config file (II) VESA(0): Printing DDC gathered Modelines: (II) VESA(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) (II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) VESA(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) VESA(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (II) VESA(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) VESA(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) VESA(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) VESA(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) VESA(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) VESA(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) VESA(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) VESA(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) VESA(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) (II) VESA(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) VESA(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) (II) VESA(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) VESA(0): Searching for matching VESA mode(s): (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 100 (640x400) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 640 XResolution: 640 YResolution: 400 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 63 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 640 BnkNumberOfImagePages: 63 LinNumberOfImagePages: 63 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 101 (640x480) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 640 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 50 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 640 BnkNumberOfImagePages: 50 LinNumberOfImagePages: 50 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 103 (800x600) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 832 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 14 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 31 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 832 BnkNumberOfImagePages: 31 LinNumberOfImagePages: 31 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 105 (1024x768) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1024 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 18 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1024 BnkNumberOfImagePages: 18 LinNumberOfImagePages: 18 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 107 (1280x1024) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1280 XResolution: 1280 YResolution: 1024 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 11 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1280 BnkNumberOfImagePages: 11 LinNumberOfImagePages: 11 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 110 (640x480) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1280 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 24 RedMaskSize: 5 RedFieldPosition: 10 GreenMaskSize: 5 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1280 BnkNumberOfImagePages: 24 LinNumberOfImagePages: 24 LinRedMaskSize: 5 LinRedFieldPosition: 10 LinGreenMaskSize: 5 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 111 (640x480) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1280 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 24 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1280 BnkNumberOfImagePages: 24 LinNumberOfImagePages: 24 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 113 (800x600) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1600 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 14 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 16 RedMaskSize: 5 RedFieldPosition: 10 GreenMaskSize: 5 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1600 BnkNumberOfImagePages: 16 LinNumberOfImagePages: 16 LinRedMaskSize: 5 LinRedFieldPosition: 10 LinGreenMaskSize: 5 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 114 (800x600) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1600 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 14 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 16 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1600 BnkNumberOfImagePages: 16 LinNumberOfImagePages: 16 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 116 (1024x768) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 2048 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 9 RedMaskSize: 5 RedFieldPosition: 10 GreenMaskSize: 5 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 2048 BnkNumberOfImagePages: 9 LinNumberOfImagePages: 9 LinRedMaskSize: 5 LinRedFieldPosition: 10 LinGreenMaskSize: 5 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 117 (1024x768) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 2048 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 9 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 2048 BnkNumberOfImagePages: 9 LinNumberOfImagePages: 9 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 119 (1280x1024) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 2560 XResolution: 1280 YResolution: 1024 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 5 RedMaskSize: 5 RedFieldPosition: 10 GreenMaskSize: 5 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 2560 BnkNumberOfImagePages: 5 LinNumberOfImagePages: 5 LinRedMaskSize: 5 LinRedFieldPosition: 10 LinGreenMaskSize: 5 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 11a (1280x1024) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 2560 XResolution: 1280 YResolution: 1024 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 5 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 2560 BnkNumberOfImagePages: 5 LinNumberOfImagePages: 5 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 10d (320x200) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 640 XResolution: 320 YResolution: 200 XCharSize: 8 YCharSize: 8 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 127 RedMaskSize: 5 RedFieldPosition: 10 GreenMaskSize: 5 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 640 BnkNumberOfImagePages: 127 LinNumberOfImagePages: 127 LinRedMaskSize: 5 LinRedFieldPosition: 10 LinGreenMaskSize: 5 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 10e (320x200) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 640 XResolution: 320 YResolution: 200 XCharSize: 8 YCharSize: 8 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 127 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 640 BnkNumberOfImagePages: 127 LinNumberOfImagePages: 127 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear *Mode: 120 (320x200) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1280 XResolution: 320 YResolution: 200 XCharSize: 8 YCharSize: 8 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 63 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1280 BnkNumberOfImagePages: 63 LinNumberOfImagePages: 63 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 193 (320x240) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 320 XResolution: 320 YResolution: 240 XCharSize: 8 YCharSize: 8 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 127 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 320 BnkNumberOfImagePages: 127 LinNumberOfImagePages: 127 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 195 (320x240) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 640 XResolution: 320 YResolution: 240 XCharSize: 8 YCharSize: 8 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 84 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 640 BnkNumberOfImagePages: 84 LinNumberOfImagePages: 84 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear *Mode: 196 (320x240) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1280 XResolution: 320 YResolution: 240 XCharSize: 8 YCharSize: 8 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 50 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1280 BnkNumberOfImagePages: 50 LinNumberOfImagePages: 50 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 1b3 (512x384) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 512 XResolution: 512 YResolution: 384 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 63 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 512 BnkNumberOfImagePages: 63 LinNumberOfImagePages: 63 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 1b5 (512x384) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1024 XResolution: 512 YResolution: 384 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 35 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1024 BnkNumberOfImagePages: 35 LinNumberOfImagePages: 35 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear *Mode: 1b6 (512x384) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 2048 XResolution: 512 YResolution: 384 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 18 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 2048 BnkNumberOfImagePages: 18 LinNumberOfImagePages: 18 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 1c3 (640x350) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 640 XResolution: 640 YResolution: 350 XCharSize: 8 YCharSize: 14 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 63 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 640 BnkNumberOfImagePages: 63 LinNumberOfImagePages: 63 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 1c5 (640x350) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1280 XResolution: 640 YResolution: 350 XCharSize: 8 YCharSize: 14 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 35 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1280 BnkNumberOfImagePages: 35 LinNumberOfImagePages: 35 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear *Mode: 1c6 (640x350) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 2560 XResolution: 640 YResolution: 350 XCharSize: 8 YCharSize: 14 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 17 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 2560 BnkNumberOfImagePages: 17 LinNumberOfImagePages: 17 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 133 (720x400) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 768 XResolution: 720 YResolution: 400 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 50 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 768 BnkNumberOfImagePages: 50 LinNumberOfImagePages: 50 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 135 (720x400) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1472 XResolution: 720 YResolution: 400 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 27 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1472 BnkNumberOfImagePages: 27 LinNumberOfImagePages: 27 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear *Mode: 136 (720x400) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 2944 XResolution: 720 YResolution: 400 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 13 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 2944 BnkNumberOfImagePages: 13 LinNumberOfImagePages: 13 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 153 (1152x864) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1152 XResolution: 1152 YResolution: 864 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 15 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1152 BnkNumberOfImagePages: 15 LinNumberOfImagePages: 15 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 155 (1152x864) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 2304 XResolution: 1152 YResolution: 864 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 7 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 2304 BnkNumberOfImagePages: 7 LinNumberOfImagePages: 7 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear *Mode: 156 (1152x864) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 4608 XResolution: 1152 YResolution: 864 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 3 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 4608 BnkNumberOfImagePages: 3 LinNumberOfImagePages: 3 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 163 (1280x960) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1280 XResolution: 1280 YResolution: 960 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 12 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1280 BnkNumberOfImagePages: 12 LinNumberOfImagePages: 12 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 165 (1280x960) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 2560 XResolution: 1280 YResolution: 960 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 5 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 2560 BnkNumberOfImagePages: 5 LinNumberOfImagePages: 5 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear *Mode: 166 (1280x960) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 5120 XResolution: 1280 YResolution: 960 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 2 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 5120 BnkNumberOfImagePages: 2 LinNumberOfImagePages: 2 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear *Mode: 121 (640x480) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 2560 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 12 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 2560 BnkNumberOfImagePages: 12 LinNumberOfImagePages: 12 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear *Mode: 122 (800x600) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 3200 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 14 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 7 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 3200 BnkNumberOfImagePages: 7 LinNumberOfImagePages: 7 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear *Mode: 123 (1024x768) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 4096 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 4 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 4096 BnkNumberOfImagePages: 4 LinNumberOfImagePages: 4 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear *Mode: 124 (1280x1024) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 5120 XResolution: 1280 YResolution: 1024 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 2 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 5120 BnkNumberOfImagePages: 2 LinNumberOfImagePages: 2 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 143 (1400x1050) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1408 XResolution: 1400 YResolution: 1050 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 10 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1408 BnkNumberOfImagePages: 10 LinNumberOfImagePages: 10 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 145 (1400x1050) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 2816 XResolution: 1400 YResolution: 1050 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 4 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 2816 BnkNumberOfImagePages: 4 LinNumberOfImagePages: 4 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear *Mode: 146 (1400x1050) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 5632 XResolution: 1400 YResolution: 1050 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 1 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 5632 BnkNumberOfImagePages: 1 LinNumberOfImagePages: 1 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 173 (1600x1200) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1600 XResolution: 1600 YResolution: 1200 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 7 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1600 BnkNumberOfImagePages: 7 LinNumberOfImagePages: 7 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 175 (1600x1200) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 3200 XResolution: 1600 YResolution: 1200 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 3 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 3200 BnkNumberOfImagePages: 3 LinNumberOfImagePages: 3 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear *Mode: 176 (1600x1200) ModeAttributes: 0xbb WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 6400 XResolution: 1600 YResolution: 1200 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 1 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 6400 BnkNumberOfImagePages: 1 LinNumberOfImagePages: 1 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 183 (1792x1344) ModeAttributes: 0xba WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1792 XResolution: 1792 YResolution: 1344 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 5 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1792 BnkNumberOfImagePages: 5 LinNumberOfImagePages: 5 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 185 (1792x1344) ModeAttributes: 0xba WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 3584 XResolution: 1792 YResolution: 1344 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 2 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 3584 BnkNumberOfImagePages: 2 LinNumberOfImagePages: 2 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 186 (1792x1344) ModeAttributes: 0xba WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 7168 XResolution: 1792 YResolution: 1344 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 1 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 7168 BnkNumberOfImagePages: 1 LinNumberOfImagePages: 1 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 1d3 (1856x1392) ModeAttributes: 0xba WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1856 XResolution: 1856 YResolution: 1392 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 5 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1856 BnkNumberOfImagePages: 5 LinNumberOfImagePages: 5 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 1d5 (1856x1392) ModeAttributes: 0xba WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 3712 XResolution: 1856 YResolution: 1392 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 2 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 3712 BnkNumberOfImagePages: 2 LinNumberOfImagePages: 2 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 1d6 (1856x1392) ModeAttributes: 0xba WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 7424 XResolution: 1856 YResolution: 1392 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 1 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 7424 BnkNumberOfImagePages: 1 LinNumberOfImagePages: 1 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 1e3 (1920x1440) ModeAttributes: 0xba WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 1920 XResolution: 1920 YResolution: 1440 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 4 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 1920 BnkNumberOfImagePages: 4 LinNumberOfImagePages: 4 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 1e5 (1920x1440) ModeAttributes: 0xba WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 3840 XResolution: 1920 YResolution: 1440 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 2 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 3840 BnkNumberOfImagePages: 2 LinNumberOfImagePages: 2 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Mode: 1e6 (1920x1440) ModeAttributes: 0xba WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc000506f BytesPerScanline: 7680 XResolution: 1920 YResolution: 1440 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 1 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xd0000000 LinBytesPerScanLine: 7680 BnkNumberOfImagePages: 1 LinNumberOfImagePages: 1 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 400000000 (II) VESA(0): Total Memory: 256 64KB banks (16384kB) (II) VESA(0): SyncMaster204B: Using hsync range of 24.00-90.50 kHz (II) VESA(0): SyncMaster204B: Using vrefresh value of 60.00 Hz (II) VESA(0): SyncMaster204B: Using maximum pixel clock of 170.00 MHz (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (II) VESA(0): Not using built-in mode "1400x1050" (no mode of this name) (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (II) VESA(0): Not using built-in mode "1152x864" (no mode of this name) (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (II) VESA(0): Not using built-in mode "720x400" (no mode of this name) (II) VESA(0): Not using built-in mode "640x350" (no mode of this name) (II) VESA(0): Not using built-in mode "512x384" (no mode of this name) (II) VESA(0): Not using built-in mode "320x240" (no mode of this name) (II) VESA(0): Not using built-in mode "320x200" (no mode of this name) (--) VESA(0): Virtual size is 1600x1200 (pitch 1600) (**) VESA(0): *Built-in mode "1600x1200" (**) VESA(0): Built-in mode "1280x1024" (**) VESA(0): Built-in mode "1280x960" (**) VESA(0): Built-in mode "1024x768" (**) VESA(0): Built-in mode "800x600" (**) VESA(0): Built-in mode "640x480" (**) VESA(0): Display dimensions: (410, 310) mm (**) VESA(0): DPI set to (99, 98) (**) VESA(0): Using "Shadow Framebuffer" (II) Loading sub module "shadow" (II) LoadModule: "shadow" (II) Loading /usr/local/lib/xorg/modules//libshadow.so (II) Module shadow: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.1.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/local/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/local/lib/xorg/modules//libint10.so (II) VESA(0): initializing int10 (==) VESA(0): Write-combining range (0xa0000,0x20000) was already clear (II) VESA(0): Primary V_BIOS segment is: 0xc000 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (II) VESA(0): VESA BIOS detected (II) VESA(0): VESA VBE Version 3.0 (II) VESA(0): VESA VBE Total Mem: 16384 kB (II) VESA(0): VESA VBE OEM: ATI ATOMBIOS (II) VESA(0): VESA VBE OEM Software Rev: 11.9 (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. (II) VESA(0): VESA VBE OEM Product: RV730 (II) VESA(0): VESA VBE OEM Product Rev: 01.00 (II) VESA(0): virtual address = 0x802a00000, physical address = 0xd0000000, size = 16777216 (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (II) VESA(0): Setting up VESA Mode 0x176 (1600x1200) (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (II) VESA(0): VBESetVBEMode failed(==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear ...Tried again without customized values. (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Default visual is TrueColor (==) VESA(0): Backing store disabled (II) VESA(0): DPMS enabled (==) RandR enabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 (**) Option "Protocol" "Auto" (**) Mouse1: Device: "/dev/sysmouse" (**) Mouse1: Protocol: "Auto" (**) Option "CorePointer" (**) Mouse1: always reports core events (**) Option "Device" "/dev/sysmouse" (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse1: Buttons: 11 (**) Option "Resolution" "1024" (**) Mouse1: Resolution: 1024 (**) Mouse1: Sensitivity: 1 (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE) (**) Mouse1: (accel) keeping acceleration scheme 1 (**) Mouse1: (accel) filter chain progression: 2.00 (**) Mouse1: (accel) filter stage 0: 20.00 ms (**) Mouse1: (accel) set acceleration profile 0 (II) Mouse1: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Mouse1: SetupAuto: protocol is SysMouse (**) Option "CoreKeyboard" (**) Keyboard1: always reports core events (**) Option "Protocol" "standard" (**) Keyboard1: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard1: XkbRules: "xorg" (**) Option "XkbModel" "pc101" (**) Keyboard1: XkbModel: "pc101" (**) Option "XkbLayout" "us" (**) Keyboard1: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard1: CustomKeycodes disabled (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD) (II) 3rd Button detected: disabling emulate3Button (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (II) UnloadModule: "mouse" (II) UnloadModule: "kbd" (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear (==) VESA(0): Write-combining range (0x0,0x1000) was already clear Fatal server error: Caught signal 10. Server aborting Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. -------------- next part -------------- # File generated by xorgconfig. # # Copyright 2004 The X.Org Foundation # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of The X.Org Foundation shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from # The X.Org Foundation. # # ********************************************************************** # Refer to the xorg.conf(5) man page for details about the format of # this file. # ********************************************************************** # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** # Section "Module" # This loads the DBE extension module. # Load "dbe" # Double buffer extension # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # This loads the font modules Load "type1" Load "freetype" Load "xtt" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # # FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/local/" FontPath "/usr/local/lib/X11/fonts/Speedo/" FontPath "/usr/local/lib/X11/fonts/TrueType/" FontPath "/usr/local/lib/X11/fonts/freefont/" # The module search path. The default path is shown here. # ModulePath "/usr/local/lib/modules" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # Option "NoTrapSignals" # Uncomment this to disable the VT switch sequence # (where n is 1 through 12). This allows clients to receive these key # events. # Option "DontVTSwitch" # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. # Option "DontZap" # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. Option "Dont Zoom" # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # Option "DisableVidModeExtension" # Uncomment this to enable the use of a non-local xvidtune client. # Option "AllowNonLocalXvidtune" # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # Option "DisableModInDev" # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset). # Option "AllowNonLocalModInDev" # # Neccessary due to avoidance of hald # Option "AutoAddDevices" "Off" Option "AutoEnableDevices" "Off" Option "AllowEmptyInput" "Off" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" # For most OSs the protocol can be omitted (it defaults to "Standard"). # When using XQUEUE (only for SVR3 and SVR4, but not Solaris), # uncomment the following line. # Option "Protocol" "Xqueue" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc105" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # These are the default XKB settings for Xorg # Option "XkbRules" "xorg" # Option "XkbModel" "pc105" # Option "XkbLayout" "us" # Option "XkbVariant" "" # Option "XkbOptions" "" # Option "XkbDisable" Option "XkbRules" "xorg" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/sysmouse" #Option "Device" "/dev/ums0" # When using XQUEUE, comment out the above two lines, and uncomment # the following line. Option "Protocol" "Xqueue" # Mouse-speed setting for PS/2 mouse. Option "Resolution" "1024" # Baudrate and SampleRate are only for some Logitech mice. In # almost every case these lines should be omitted. # Option "BaudRate" "9600" # Option "SampleRate" "150" # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5, # horizontal wheel to buttons 6 & 7. Change if your mouse has more than # 3 buttons and you need to map the wheel to different button ids to avoid # conflicts. Option "ZAxisMapping" "4 5 6 7" # Emulate3Buttons is an option for 2-button mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) # Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" # ChordMiddle is an option for some 3-button Logitech mice # Option "ChordMiddle" EndSection # ********************************************************************** # Other input device sections # this is optional and is required only if you # are using extended input devices. This is for example only. Refer # to the xorg.conf man page for a description of the options. # ********************************************************************** # # Section "InputDevice" # Identifier "Mouse2" # Driver "mouse" # Option "Protocol" "MouseMan" # Option "Device" "/dev/mouse2" # EndSection # # Section "InputDevice" # Identifier "spaceball" # Driver "magellan" # Option "Device" "/dev/cua0" # EndSection # # Section "InputDevice" # Identifier "spaceball2" # Driver "spaceorb" # Option "Device" "/dev/cua0" # EndSection # # Section "InputDevice" # Identifier "touchscreen0" # Driver "microtouch" # Option "Device" "/dev/ttyS0" # Option "MinX" "1412" # Option "MaxX" "15184" # Option "MinY" "15372" # Option "MaxY" "1230" # Option "ScreenNumber" "0" # Option "ReportingMode" "Scaled" # Option "ButtonNumber" "1" # Option "SendCoreEvents" # EndSection # # Section "InputDevice" # Identifier "touchscreen1" # Driver "elo2300" # Option "Device" "/dev/ttyS0" # Option "MinX" "231" # Option "MaxX" "3868" # Option "MinY" "3858" # Option "MaxY" "272" # Option "ScreenNumber" "0" # Option "ReportingMode" "Scaled" # Option "ButtonThreshold" "17" # Option "ButtonNumber" "1" # Option "SendCoreEvents" # EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "SyncMaster204B" # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. HorizSync 24.0-90.5 # HorizSync 30-64 # multisync # HorizSync 31.5, 35.2 # multiple fixed sync frequencies # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. VertRefresh 60 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" # The chipset line is optional in most cases. It can be used to override # the driver's chipset detection, and should not normally be specified. # Chipset "generic" # The Driver line must be present. When using run-time loadable driver # modules, this line instructs the server to load the specified driver # module. Even when not using loadable driver modules, this line # indicates which driver should interpret the information in this section. Driver "vga" # The BusID line is used to specify which of possibly multiple devices # this section is intended for. When this line isn't present, a device # section can only match up with the primary video device. For PCI # devices a line like the following could be used. This line should not # normally be included unless there is more than one video device # intalled. # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 EndSection # Device configured by xorgconfig: Section "Device" Identifier "HD4670" #Driver "radeonhd" Driver "vesa" Option "AccelMethod" "EXA" Option "DRI" "On" Option "Audio" #Option "DynamicClocks" "On" EndSection # ********************************************************************** # Screen sections # ********************************************************************** # Any number of screen sections may be present. Each describes # the configuration of a single screen. A single specific screen section # may be specified from the X server command line with the "-screen" # option. Section "Screen" Identifier "Screen 1" Device "HD4670" Monitor "SyncMaster204B" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1600x1200" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** # Any number of ServerLayout sections may be present. Each describes # the way multiple screens are organised. A specific ServerLayout # section may be specified from the X server command line with the # "-layout" option. In the absence of this, the first section is used. # When now ServerLayout section is present, the first Screen section # is used alone. Section "ServerLayout" # The Identifier line must be present Identifier "Simple Layout" # Each Screen line specifies a Screen section name, and optionally # the relative position of other screens. The four names after # primary screen name are the screens to the top, bottom, left and right # of the primary screen. In this example, screen 2 is located to the # right of screen 1. Screen "Screen 1" # Each InputDevice line specifies an InputDevice section name and # optionally some options to specify the way the device is to be # used. Those options include "CorePointer", "CoreKeyboard" and # "SendCoreEvents". InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection -------------- next part -------------- _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/telesto.geoinf.fu-berlin.de:0 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 8.0-CURRENT amd64 Current Operating System: FreeBSD telesto.geoinf.fu-berlin.de 8.0-CURRENT FreeBSD 8.0-CURRENT #28 r190437: Thu Mar 26 07:51:49 UTC 2009 root@telesto.geoinf.fu-berlin.de:/usr/obj/usr/src/sys/TELESTO amd64 Build Date: 18 March 2009 11:24:10AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 26 11:33:18 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "SyncMaster204B" (**) | |-->Device "HD4670" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (**) Option "DontZoom" (**) Option "AllowEmptyInput" "Off" (**) Option "AutoAddDevices" "Off" (**) Option "AutoEnableDevices" "Off" (**) Not automatically adding devices (**) Not automatically enabling devices (WW) `fonts.dir' not found (or not valid) in "/usr/local/lib/X11/fonts/local/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/local/"). (WW) The directory "/usr/local/lib/X11/fonts/Speedo/" does not exist. Entry deleted from font path. (WW) The directory "/usr/local/lib/X11/fonts/TrueType/" does not exist. Entry deleted from font path. (WW) The directory "/usr/local/lib/X11/fonts/freefont/" does not exist. Entry deleted from font path. (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. (**) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ (==) ModulePath set to "/usr/local/lib/xorg/modules" (II) Loader magic: 0x65e6e0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on freebsd (--) Using syscons driver with X support (version 2.0) (--) using VT number 8 (--) PCI:*(0@1:0:0) ATI Technologies Inc RV730XT [Radeon HD 4670] rev 0, Mem @ 0xd0000000/268435456, I/O @ 0x0000c000/256, BIOS @ 0x????????/65536 (II) System resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded by default. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded by default. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "type1" (WW) Warning, couldn't open module type1 (II) UnloadModule: "type1" (EE) Failed to load module "type1" (module does not exist, 0) (II) LoadModule: "freetype" (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.5.3, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.6 (II) Loading font FreeType (II) LoadModule: "xtt" (WW) Warning, couldn't open module xtt (II) UnloadModule: "xtt" (EE) Failed to load module "xtt" (module does not exist, 0) (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (==) AIGLX disabled (==) Exporting typical set of GLX visuals (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "radeon" (II) Loading /usr/local/lib/xorg/modules/drivers//radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.5.3, module version = 6.12.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon RV710, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics (II) Primary Device is: PCI 01@00:00:0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) RADEON(0): TOTO SAYS 0000000000000000 (EE) RADEON(0): No valid MMIO address (II) UnloadModule: "radeon" (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found -------------- next part -------------- _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/telesto.geoinf.fu-berlin.de:0 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 8.0-CURRENT amd64 Current Operating System: FreeBSD telesto.geoinf.fu-berlin.de 8.0-CURRENT FreeBSD 8.0-CURRENT #28 r190437: Thu Mar 26 07:51:49 UTC 2009 root@telesto.geoinf.fu-berlin.de:/usr/obj/usr/src/sys/TELESTO amd64 Build Date: 18 March 2009 11:24:10AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 26 11:33:03 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "SyncMaster204B" (**) | |-->Device "HD4670" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (**) Option "DontZoom" (**) Option "AllowEmptyInput" "Off" (**) Option "AutoAddDevices" "Off" (**) Option "AutoEnableDevices" "Off" (**) Not automatically adding devices (**) Not automatically enabling devices (WW) `fonts.dir' not found (or not valid) in "/usr/local/lib/X11/fonts/local/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/local/"). (WW) The directory "/usr/local/lib/X11/fonts/Speedo/" does not exist. Entry deleted from font path. (WW) The directory "/usr/local/lib/X11/fonts/TrueType/" does not exist. Entry deleted from font path. (WW) The directory "/usr/local/lib/X11/fonts/freefont/" does not exist. Entry deleted from font path. (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. (**) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ (==) ModulePath set to "/usr/local/lib/xorg/modules" (II) Loader magic: 0x65e6e0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on freebsd (--) Using syscons driver with X support (version 2.0) (--) using VT number 8 (--) PCI:*(0@1:0:0) ATI Technologies Inc RV730XT [Radeon HD 4670] rev 0, Mem @ 0xd0000000/268435456, I/O @ 0x0000c000/256, BIOS @ 0x????????/65536 (II) System resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded by default. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded by default. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "type1" (WW) Warning, couldn't open module type1 (II) UnloadModule: "type1" (EE) Failed to load module "type1" (module does not exist, 0) (II) LoadModule: "freetype" (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.5.3, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.6 (II) Loading font FreeType (II) LoadModule: "xtt" (WW) Warning, couldn't open module xtt (II) UnloadModule: "xtt" (EE) Failed to load module "xtt" (module does not exist, 0) (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (==) AIGLX disabled (==) Exporting typical set of GLX visuals (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "radeonhd" (II) Loading /usr/local/lib/xorg/modules/drivers//radeonhd_drv.so (II) Module radeonhd: vendor="AMD GPG" compiled for 1.5.3, module version = 1.2.4 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) LoadModule: "mouse" (II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) LoadModule: "kbd" (II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) RADEONHD: X driver for the following AMD GPG (ATI) graphics devices: RV505 : Radeon X1550, X1550 64bit. RV515 : Radeon X1300, X1550, X1600; FireGL V3300, V3350. RV516 : Radeon X1300, X1550, X1550 64-bit, X1600; FireMV 2250. R520 : Radeon X1800; FireGL V5300, V7200, V7300, V7350. RV530 : Radeon X1300 XT, X1600, X1600 Pro, X1650; FireGL V3400, V5200. RV535 : Radeon X1300, X1650. RV550 : Radeon X2300 HD. RV560 : Radeon X1650. RV570 : Radeon X1950, X1950 GT; FireGL V7400. R580 : Radeon X1900, X1950; AMD Stream Processor. R600 : Radeon HD 2900 GT/Pro/XT; FireGL V7600/V8600/V8650. RV610 : Radeon HD 2350, HD 2400 Pro/XT, HD 2400 Pro AGP; FireGL V4000. RV620 : Radeon HD 3450, HD 3470. RV630 : Radeon HD 2600 LE/Pro/XT, HD 2600 Pro/XT AGP; Gemini RV630; FireGL V3600/V5600. RV635 : Radeon HD 3650, HD 3670. RV670 : Radeon HD 3690, 3850, HD 3870, FireGL V7700, FireStream 9170. R680 : Radeon HD 3870 X2. M52 : Mobility Radeon X1300. M54 : Mobility Radeon X1400; M54-GL. M56 : Mobility Radeon X1600; Mobility FireGL V5200. M58 : Mobility Radeon X1800, X1800 XT; Mobility FireGL V7100, V7200. M62 : Mobility Radeon X1350. M64 : Mobility Radeon X1450, X2300. M66 : Mobility Radeon X1700, X1700 XT; FireGL V5250. M68 : Mobility Radeon X1900. M71 : Mobility Radeon HD 2300. M72 : Mobility Radeon HD 2400; Radeon E2400. M74 : Mobility Radeon HD 2400 XT. M76 : Mobility Radeon HD 2600; (Gemini ATI) Mobility Radeon HD 2600 XT. M82 : Mobility Radeon HD 3400. M86 : Mobility Radeon HD 3650, HD 3670, Mobility FireGL V5700. M88 : Mobility Radeon HD 3850, HD 3850 X2, HD 3870, HD3870 X2. RS600 : Radeon Xpress 1200, Xpress 1250. RS690 : Radeon X1200, X1250, X1270. RS740 : RS740, RS740M. RS780 : Radeon HD 3100/3200/3300 Series. RV770 : Radeon HD 4800 Series; Everest, K2, Denali ATI FirePro. R700 : Radeon R700. M98 : Radeon M98 Mobility. RV730 : Radeon HD4670, HD4650. M96 : Radeon M96 Mobility. RV710 : Radeon HD4570, HD4350. (II) RADEONHD: version 1.2.4, built from dist of git branch master, commit 4e897263 (II) Primary Device is: PCI 01@00:00:0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (**) RADEONHD(0): Depth 24, (--) framebuffer bpp 32 (**) RADEONHD(0): Selected ShadowFB. (II) RADEONHD(0): Unknown card detected: 0x9490:0x1462:0x1590. If - and only if - your card does not work or does not work optimally please contact radeonhd@opensuse.org to help rectify this. Use the subject: 0x9490:0x1462:0x1590: and *please* describe the problems you are seeing in your message. (--) RADEONHD(0): Detected an RV730 on an unidentified card (EE) RADEONHD(0): Failed to map MMIO. (II) RADEONHD(0): Query for AtomBIOS Teardown: failed (II) UnloadModule: "radeonhd" (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found From ohartman at zedat.fu-berlin.de Thu Apr 16 01:57:27 2009 From: ohartman at zedat.fu-berlin.de (O. Hartmann) Date: Thu Apr 16 02:38:23 2009 Subject: Xorg/X11 driver Radeon: radeon vs. radeonhd, a mess! In-Reply-To: <49E6E833.3010105@zedat.fu-berlin.de> References: <49E4B516.2080901@mail.zedat.fu-berlin.de> <20090415160311.2e898844@ernst.jennejohn.org> <49E5EE04.1050208@zedat.fu-berlin.de> <200904152053.56058.vehemens@verizon.net> <49E6E833.3010105@zedat.fu-berlin.de> Message-ID: <49E6F29E.7050004@zedat.fu-berlin.de> O. Hartmann wrote: > vehemens wrote: >> On Wednesday 15 April 2009 07:24:04 am O. Hartmann wrote: >>> Gary Jennejohn wrote: >>>> On Wed, 15 Apr 2009 10:07:59 +0000 >>>> >>>> "O. Hartmann" wrote: >>>>> Gary Jennejohn wrote: >>>>>> On Wed, 15 Apr 2009 06:55:44 +0000 >>>>>> >>>>>> "O. Hartmann" wrote: >>>>>>> Martin wrote: >>>>>>>> Am Tue, 14 Apr 2009 18:08:54 +0200 >>>>>>>> >>>>>>>> schrieb "O. Hartmann" : >>>>>>>>> [...] >>>>>>>> Hi, >>>>>>>> >>>>>>>> if you have problems with the radeonhd driver, you should tell the >>>>>>>> guys who work at it. They are really nice and try to help >>>>>>>> everywhere. >>>>>>>> >>>>>>>> Subscribe there: >>>>>>>> http://lists.opensuse.org/radeonhd/ >>>>>>>> >>>>>>>> I am only using radeonhd, because it works for me on all cards I >>>>>>>> have. >>>>>>>> >>>>>>>> I noticed that window movement may get choppy, when you compile >>>>>>>> a new >>>>>>>> kernel (DRM) and don't recompile a fresh radeonhd driver. This >>>>>>>> happens especially when DRI is enabled for your xorg server. >>>>>>>> >>>>>>>> -- >>>>>>>> Martin >>>>>>> As far as I know, radeonhd from ports doesn't work with DRI >>>>>>> enabled on >>>>>>> FreeBSD - so it doesn't work on my box either. I guess you're >>>>>>> following the recommendations using the development brnach directly >>>>>>> from GIT. >>>>>> Works for me on amd64 8-current. >>>>>> >>>>>> garyj:ernst:~:-bash:4> grep DRI /var/log/Xorg.0.log >>>>>> (II) Loading extension XFree86-DRI >>>>>> (II) Loading extension DRI2 >>>>>> (**) RADEONHD(0): Option "DRI" >>>>>> (II) RADEONHD(0): FB: Allocated DRI Back Buffer at offset 0x024B4000 >>>>>> (size = 0x00B13000) (II) RADEONHD(0): FB: Allocated DRI Depth >>>>>> Buffer at >>>>>> offset 0x02FC7000 (size = 0x00B13000) (II) RADEONHD(0): FB: Allocated >>>>>> DRI Textures at offset 0x03ADA000 (size = 0x0C400000) (II) >>>>>> RADEONHD(0): >>>>>> [DRI] installation complete >>>>>> (II) GLX: Initialized DRISWRAST GL provider for screen 0 >>>>>> garyj:ernst:~:-bash:5> ls -d /var/db/pkg/*radeon* >>>>>> drwxr-xr-x 2 root wheel 512 Apr 14 11:32 >>>>>> /var/db/pkg/xf86-video-radeonhd-devel-1.2.5.20090412 >>>>> Tried radeonhd-devel and failed also! >>>>> >>>>> When enabling DRI in config file, I see the XDM login box and the box >>>>> crashes and freezes immediately. Without DRI radeonhd-devel is >>>>> horrible >>>>> slow when moving windows around - inacceptable. It doesn't matter >>>>> whether EXA is enabled or not and the phenomenon ist the same as with >>>>> the regular radeonhd-driver from xorg-drivers. >>>>> >>>>> I'm back with the VESA driver. >>>> Hmm. Are the drm and radeondrm in your kernel up-to-date? Your >>>> posting >>>> was chopped by the first replier and I can't remember. >>>> >>>> Can't think of anything else. >>>> >>>> I personally don't use xdm/gdm/kdm. I just use startx. >>>> >>>> --- >>>> Gary Jennejohn >>> The kernel modules 'radeon' and 'drm' are loaded via /boot/loader.conf >>> when booting and they are up to date (I do a buildworld on a regular >>> basis these days and it takes ~30 minutes for a quad core box). >>> >>> Even when not starting X via xdm, the box crashes immediately, freezes >>> and is only 'revivable' by cold resetting. This happens with driver >>> radeonhd and enabled DRI. Without DRI the radeonhd driver works, but >>> moving a window looks like on Windooze when using standard VGA driver >>> without acceleration (this is bot with EXA on or off) - scrolling and >>> moving objects is really choppy. >>> >>> 'radeon' doesn't even show up anything, freezes the box as well as >>> 'radeonhd', but no matter whether DRI enabled or not. >>> >>> At home I will test radeonhd-devel with the RV770LE chipset (here I have >>> only RV730). The RV770LE seems not to be recognized by 'radeonhd', but >>> works fine with 'radeon'. But in both cases, DRI enabled crashes the >>> box. >> >> Could you post your xorg.conf? >> >> > > Well, > next round. > > First some notices. All probem occure at the very moment on FreeBSD > 8.0-CURRENT/amd64 due to the fact I do not have any i386 box and I'm not > running any graphical 7.X-based boxes. > > So, here we go. My private box is a UP machine equipted with a RV770LE > based graphicscard (MSI R4830). Yesterday I replaced the 'radeon' driver > from xf86-video-ati with 'radeonhd' from xf86-video-radeonhd-devel (most > recent in ports). Without DRI enabled, this driver is as horrible choppy > as I mentioned before. But with all the DRI and EXA stuff enabled, it is > as fast as the 'radeon' driver, no difference. > > On my lab's box the picture is different. This box is a quadcore Q6600 > based box, P35 chipset (for PCIe-specs), SMP. > This box doesn't work with 'radeon', it crashes immediateley. Using > 'radeonhd', either from xf86-video-radeonhd or xf86-video-radeonhd-devel > leaves my desktop as choppy as unaccelerated. But enabling DRI crahes > the box immediately. > > Attached you'll find my xorg.conf (at the moment with the VESA driver > enabled) and the last Xorg.0.log when the box crashed. It surprises me > that there is no evidence of 'RADEONHD' loaded, only 'VESA'. I hope Xorg > writes a logfile before killing itself. > > A comment to the driver section of my xorg.conf: I also commented out > everything but Options DRI and EXA without success. > > Files named Xorg.log.XXX are older files and results of experiments with > the regular, non-devel-drivers and dated from the 26. March this year, I > put them also into the attachment, for your convenience. > > Regards, > Oliver > > > ------------------------------------------------------------------------ > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Please forget about the log file 'Xorg.0.log'. X-server does not write properly a suitable log, so the log is always the last successfully written log. I tried starting X via 'startx', redirecting the log, but whenever the server starts, the box crashes/reboots. Regards, Oliver From gary.jennejohn at freenet.de Thu Apr 16 04:41:33 2009 From: gary.jennejohn at freenet.de (Gary Jennejohn) Date: Thu Apr 16 05:26:06 2009 Subject: Xorg/X11 driver Radeon: radeon vs. radeonhd, a mess! In-Reply-To: <49E6F29E.7050004@zedat.fu-berlin.de> References: <49E4B516.2080901@mail.zedat.fu-berlin.de> <20090415160311.2e898844@ernst.jennejohn.org> <49E5EE04.1050208@zedat.fu-berlin.de> <200904152053.56058.vehemens@verizon.net> <49E6E833.3010105@zedat.fu-berlin.de> <49E6F29E.7050004@zedat.fu-berlin.de> Message-ID: <20090416133934.40427f74@ernst.jennejohn.org> On Thu, 16 Apr 2009 08:55:58 +0000 "O. Hartmann" wrote: [very large snip - radeonhd with dri kills Xorg] > Please forget about the log file 'Xorg.0.log'. X-server does not write > properly a suitable log, so the log is always the last successfully > written log. > So it's crashing before it can even write the log. > I tried starting X via 'startx', redirecting the log, but whenever the > server starts, the box crashes/reboots. > No crash dump from the kernel? How about starting it in gdb? That might give you a chance to narrow down where it's crashing, if gdb can stop it before the box crashes. --- Gary Jennejohn From ohartman at mail.zedat.fu-berlin.de Thu Apr 16 07:32:33 2009 From: ohartman at mail.zedat.fu-berlin.de (O. Hartmann) Date: Thu Apr 16 08:12:49 2009 Subject: Xorg/X11 driver Radeon: radeon vs. radeonhd, a mess! In-Reply-To: <20090416133934.40427f74@ernst.jennejohn.org> References: <49E4B516.2080901@mail.zedat.fu-berlin.de> <20090415160311.2e898844@ernst.jennejohn.org> <49E5EE04.1050208@zedat.fu-berlin.de> <200904152053.56058.vehemens@verizon.net> <49E6E833.3010105@zedat.fu-berlin.de> <49E6F29E.7050004@zedat.fu-berlin.de> <20090416133934.40427f74@ernst.jennejohn.org> Message-ID: <49E74186.906@mail.zedat.fu-berlin.de> Gary Jennejohn wrote: > On Thu, 16 Apr 2009 08:55:58 +0000 > "O. Hartmann" wrote: > > [very large snip - radeonhd with dri kills Xorg] > >> Please forget about the log file 'Xorg.0.log'. X-server does not write >> properly a suitable log, so the log is always the last successfully >> written log. >> >> > > So it's crashing before it can even write the log. > > >> I tried starting X via 'startx', redirecting the log, but whenever the >> server starts, the box crashes/reboots. >> >> > > No crash dump from the kernel? > > How about starting it in gdb? That might give you a chance to narrow > down where it's crashing, if gdb can stop it before the box crashes. > > --- > Gary Jennejohn > No, no crash dump from kernel. Just before the box dies and reboots, I can see a completely distorted mousepointer / sprite. I saw this before with electrically damaged garphics devices, so I will exchange it with another one of which I know it's working. I'll try starting X within gdb, but I can perform this not today. Regards, Oliver From lists at jnielsen.net Thu Apr 16 09:34:05 2009 From: lists at jnielsen.net (John Nielsen) Date: Thu Apr 16 10:14:19 2009 Subject: r128 dual-head error In-Reply-To: <200904151529.06871.lists@jnielsen.net> References: <200904131902.22584.lists@jnielsen.net> <1239821670.2194.10.camel@balrog.2hip.net> <200904151529.06871.lists@jnielsen.net> Message-ID: <200904161234.02099.lists@jnielsen.net> On Wednesday 15 April 2009 03:29:06 pm John Nielsen wrote: > On Wednesday 15 April 2009, Robert Noland wrote: > > On Tue, 2009-04-14 at 22:12 -0400, John Nielsen wrote: > > > On Monday 13 April 2009, Warren Block wrote: > > > > On Mon, 13 Apr 2009, John Nielsen wrote: > > > > > From what I can tell I have my xorg.conf configured properly > > > > > and it's trying to do the right thing but it's throwing an > > > > > error when initializing the secondary screen: > > > > > > > > > > (EE) R128(1): Unable to map MMIO aperture. Invalid argument > > > > > (22) > > > I did some poor man's debugging of the original issue (by adding > > > some log print statements to the code). The function which is > > > throwing the "invalid argument" error is pci_device_map_range, > > > called from R128MapMMIO. With my > > > > This is in libpciaccess. 22 is EINVAL, the call may be failing on > > mtrr or just the attempt to remap the same register space a second > > time. The problem is either in libpciaccess or the r128 driver. > > Thanks. FWIW I did confirm that the space is un-mapped between the two > calls. I'll see if I can grok libpciaccess. So the above isn't 100% true. The sequence is: r128(0): map r128(0): unmap r128(1): map r128(1): unmap r128(0): map r128(1): map (fails) My previous (and false) assumption was that the two screens were trying to map _different_ regions for the MMIO. Since they share the same one, the sanity check in libpciaccess to make sure the same memory isn't mapped more than once fails and returns EINVAL. It looks like the previous regime (before libpciaccess) didn't have this sanity check. Removing the sanity check from libpciaccess allows the second screen to come up and it works fine, but that's more of a hack than a fix. The correct behavior would be to copy the MMIO pointer from the primary screen into the secondary screen's "info" structure rather than calling pci_device_map_range the final time. I'll see how long my ambition lasts and file a bug report (with Xorg) with whatever I end up with. Thanks, JN From chris at isecpartners.com Thu Apr 16 16:08:50 2009 From: chris at isecpartners.com (Chris Palmer) Date: Thu Apr 16 16:46:07 2009 Subject: X SECURITY extension gone in latest Xorg; XACE not working? Message-ID: <7E3B942D6F9AE64EA28CE80B7283C1EC212C0D872C@exch01.isecpartners.com> Hello, With a recent build of FreeBSD ports (I am on FreeBSD 7), the X SECURITY extension is nonexistent, and its functionality is missing. For example, "ssh -X" is equivalent to "ssh -Y", "xauth -f foo generate :0.0 . untrusted" doesn't work, and so on. I am developing a program (http://code.google.com/p/isolate) that depends on being able to put X clients in the "untrusted" group. I dimly understand that XACE is supposed to replace the old SECURITY extension with new and more exciting (but compatible) behavior, but currently, I get no joy either way. On OpenBSD 4.4 and Ubuntu 8.10, SECURITY still works; I assume it's because their builds are old enough to not have whatever recent changes were made. In the configure script for the xorg-server port, I found an option to re-enable SECURITY, and it appears to mostly work. But normal people are not going to do that, and so won't get the security features of the extension. Any clues, explanations of how I'm missing something, et c., greatly appreciated. Thanks! -- Chris Palmer, iSEC Partners (415) 235 2888 From ewalsh at tycho.nsa.gov Thu Apr 16 20:57:02 2009 From: ewalsh at tycho.nsa.gov (Eamon Walsh) Date: Thu Apr 16 21:31:05 2009 Subject: X SECURITY extension gone in latest Xorg; XACE not working? In-Reply-To: <7E3B942D6F9AE64EA28CE80B7283C1EC212C0D872C@exch01.isecpartners.com> References: <7E3B942D6F9AE64EA28CE80B7283C1EC212C0D872C@exch01.isecpartners.com> Message-ID: <49E7FAFA.3010900@tycho.nsa.gov> Chris Palmer wrote: > Hello, > > With a recent build of FreeBSD ports (I am on FreeBSD 7), the X SECURITY extension is nonexistent, and its functionality is missing. For example, "ssh -X" is equivalent to "ssh -Y", "xauth -f foo generate :0.0 . untrusted" doesn't work, and so on. I am developing a program (http://code.google.com/p/isolate) that depends on being able to put X clients in the "untrusted" group. I dimly understand that XACE is supposed to replace the old SECURITY extension with new and more exciting (but compatible) behavior, but currently, I get no joy either way. > > On OpenBSD 4.4 and Ubuntu 8.10, SECURITY still works; I assume it's because their builds are old enough to not have whatever recent changes were made. > > In the configure script for the xorg-server port, I found an option to re-enable SECURITY, and it appears to mostly work. But normal people are not going to do that, and so won't get the security features of the extension. > > Any clues, explanations of how I'm missing something, et c., greatly appreciated. Thanks! > > > The SECURITY extension is still present in the upstream source. In 2007 it was rebased on top of XACE (which is a security hook framework somewhat like Linux LSM) and it looks like at that time the default configuration was changed to not compile it. It could be re-enabled upstream, by the distro, or by compiling from source. I ran the untrusted scrot, xspy, and xeyes tests shown at the link above on Xorg compiled from git. They all worked as expected, except for xeyes, which was able to access the Shape extension in untrusted mode. I fixed it upstream to only allow untrusted clients to access the BIG-REQUESTS, XC-MISC, and XPrint extensions, which was the original behavior. If I may suggest, a good alternative to SECURITY for sandboxing applications is to run a nested X server, such as Xephyr, and have the isolated X client connect to it. This has the advantage of giving the client full run of the display. Hope this helps! -- Eamon Walsh National Security Agency From lists at jnielsen.net Fri Apr 17 09:26:49 2009 From: lists at jnielsen.net (John Nielsen) Date: Fri Apr 17 10:14:36 2009 Subject: r128 dual-head error In-Reply-To: <200904161234.02099.lists@jnielsen.net> References: <200904131902.22584.lists@jnielsen.net> <200904151529.06871.lists@jnielsen.net> <200904161234.02099.lists@jnielsen.net> Message-ID: <200904171226.46112.lists@jnielsen.net> On Thursday 16 April 2009 12:34:01 pm John Nielsen wrote: > I'll see how long my ambition lasts and file a bug report (with Xorg) > with whatever I end up with. In case anyone else is interested, I filed a bug with a decent patch: https://bugs.freedesktop.org/show_bug.cgi?id=21251 JN From rnoland at FreeBSD.org Fri Apr 17 13:23:44 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Fri Apr 17 13:56:22 2009 Subject: r128 dual-head error In-Reply-To: <200904171226.46112.lists@jnielsen.net> References: <200904131902.22584.lists@jnielsen.net> <200904151529.06871.lists@jnielsen.net> <200904161234.02099.lists@jnielsen.net> <200904171226.46112.lists@jnielsen.net> Message-ID: <1239999755.24514.7.camel@balrog.2hip.net> On Fri, 2009-04-17 at 12:26 -0400, John Nielsen wrote: > On Thursday 16 April 2009 12:34:01 pm John Nielsen wrote: > > I'll see how long my ambition lasts and file a bug report (with Xorg) > > with whatever I end up with. > > In case anyone else is interested, I filed a bug with a decent patch: > https://bugs.freedesktop.org/show_bug.cgi?id=21251 Ok, talked to the AMD folks... This is pushed upstream now... robert. > JN > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090417/9afabdec/attachment.pgp From invalid.pointer at gmail.com Fri Apr 17 14:12:25 2009 From: invalid.pointer at gmail.com (Manish Jain) Date: Fri Apr 17 14:52:53 2009 Subject: Request for adding i810 DRM support to i915.ko Message-ID: <49E8E9D4.9050608@gmail.com> Hello, I am using FreeBSD 7.1R on a Celeron Coppermine 800 MHz + Intel 810 chipset-based system. I believe that the original i810 code is no longer being maintained. Instead, the i915.ko module is taking care of Intel graphics chipsets. This mostly works fine, except that DRM support in i915.ko begins with i830 instead of i810. To quote from the sources, /usr/src/sys/dev/drm/i915_drv.c says : static drm_pci_id_list_t i915_pciidlist[] = { i915_PCI_IDS }; /usr/src/sys/dev/drm/drm_pciids.h in turn says : #define i915_PCI_IDS \ {0x8086, 0x3577, 0, "Intel i830M GMCH"}, \ {0x8086, 0x2562, 0, "Intel i845G GMCH"}, \ {0x8086, 0x3582, 0, "Intel i852GM/i855GM GMCH"}, \ {0x8086, 0x2572, 0, "Intel i865G GMCH"}, \ {0x8086, 0x2582, 0, "Intel i915G"}, \ {0x8086, 0x2592, 0, "Intel i915GM"}, \ {0x8086, 0x2772, 0, "Intel i945G"}, \ {0x8086, 0x27A2, 0, "Intel i945GM"}, \ {0x8086, 0x2972, 0, "Intel i946GZ"}, \ {0x8086, 0x2982, 0, "Intel i965G"}, \ {0x8086, 0x2992, 0, "Intel i965Q"}, \ {0x8086, 0x29A2, 0, "Intel i965G"}, \ {0x8086, 0x2A02, 0, "Intel i965GM"}, \ {0x8086, 0x2A12, 0, "Intel i965GME"}, \ {0, 0, 0, NULL} Intel 810 is quite clearly missing from the i915_PCI_IDS list. As a result, I am unable to play any video applications on my system. I am therefore forced to request this list for help. Would it be possible for someone to add support for i810 to i915.ko ? This would save me, and hopefully many others facing a similar situation, from having to trash a system which performs very well indeed in all other respects, and unnecessarily invest significant amounts of time and money purchasing, installing and configuring a new system. Any help would be greatly appreciated. -- Thank you and Regards Manish Jain invalid.pointer@gmail.com Laast year I kudn't spell Software Engineer. Now I are won. From edwin at FreeBSD.org Sat Apr 18 16:10:21 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Apr 18 16:10:28 2009 Subject: ports/133837: [patch] graphics/libdrm: update to 2.4.9 Message-ID: <200904181610.n3IGAIbo071363@freefall.freebsd.org> Synopsis: [patch] graphics/libdrm: update to 2.4.9 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Sat Apr 18 16:10:18 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=133837 From kkiller at gmail.com Sun Apr 19 20:07:02 2009 From: kkiller at gmail.com (Sniper) Date: Sun Apr 19 20:07:09 2009 Subject: Xorg + Xfce4 resolution problem Message-ID: Hi! When i set in xorg.conf resolution 1280x1024 displey don't show whole desktop. 1280x1024 is native resolution for my LCD Prestigion P171. It look like http://www.shrani.si/f/1c/PU/2feOamWG/photo098.jpg If i set resolution 1024x768 then show whole desktob but fonts and panel beacome blur (not clear). Using Xorg 7.4_1 and Xfce 4.6.0 Here is my xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "record" Load "dbe" Load "glx" Load "dri" Load "dri2" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 330 270 # mm Identifier "Monitor0" VendorName "ASB" ModelName " P171" HorizSync 31.5 - 80.0 VertRefresh 60.0 - 60.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShadowFB" # [] #Option "UseFBDev" # [] #Option "Rotate" # [] #Option "VideoKey" # #Option "FlatPanel" # [] #Option "FPDither" # [] #Option "CrtcNumber" # #Option "FPScale" # [] #Option "FPTweak" # #Option "DualHead" # [] Identifier "Card0" Driver "nv" VendorName "nVidia Corporation" BoardName "NV11 [GeForce2 MX/MX 400]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" # SubSection "Display" # Viewport 0 0 # Depth 1 # Modes "1280x1024" # EndSubSection # SubSection "Display" # Viewport 0 0 # Depth 4 # Modes "1280x1024" # EndSubSection # SubSection "Display" # Viewport 0 0 # Depth 8 # Modes "1280x1024" # EndSubSection # SubSection "Display" # Viewport 0 0 # Depth 15 # Modes "1280x1024" # EndSubSection # SubSection "Display" # Viewport 0 0 # Depth 16 # Modes "1280x1024" # EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" EndSubSection EndSection Thanks for any advice Note: at 1280x1024 fonts are clear! From bugmaster at FreeBSD.org Mon Apr 20 11:07:03 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Apr 20 11:09:36 2009 Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org Message-ID: <200904201107.n3KB727Z033212@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/133837 x11 [patch] graphics/libdrm: update to 2.4.9 o ports/133609 x11 x11/xorg crashes with vlc, intel video driver o ports/133482 x11 x11/libXext "Generic Event Extension not available" er o ports/133465 x11 x11/xorg: X crashes with mplayer -vo xv with xf86-vide o ports/133419 x11 Unable to build x11-drivers/xf86-video-nsc o ports/133175 x11 [patch] x11/pixman: enable SSE2 support autodetection o ports/133025 x11 [patch] graphics/libGL: mark Mesa ports as MAKE_JOBS_S o ports/132621 x11 x11/xorg tries to install event when deselected o ports/132403 x11 x11/xorg with Radeon X600 (R370): cannot re-initialize o ports/132100 x11 x11/xorg: Xorg server forgets pointer map after xlock o ports/132041 x11 x11/xorg: Broken Intel video driver o ports/131930 x11 [PATCH] x11-servers/xorg-server coredumps on exit o ports/131726 x11 x11-servers/xorg-server: xorg server messes with my eh o ports/131696 x11 x11-servers/xorg-server: hald core dumps make X11 unus o ports/131644 x11 x11-servers/xorg-server: Xinerama mouse event (focus f f ports/131124 x11 x11/xorg - New xorg 7.4 hangs until mouse is moved whe o ports/131016 x11 x11/xorg - xorg-7.4 renders system unusable! f ports/126812 x11 x11-drivers/xf86-video-ati - System freeze when exitin o ports/125883 x11 x11-fonts/xorg-fonts-cyrillic is installed, but fonts f ports/123137 x11 x11/libX11: missing ru_RU.UTF-8 locale o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() f ports/119037 x11 x11: Can't type _ (Underscore) under X (gnome) f ports/118645 x11 Xorg need realtime priority for mouse work nice s ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) f ports/117766 x11 x11-servers/xorg-server (7.3) crashes under heavy load f ports/117195 x11 ix11/Xorg 7.3 dumps core at exit (sig 11) o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke 27 problems total. From silmar.oliveira at ac.gov.br Mon Apr 20 16:04:36 2009 From: silmar.oliveira at ac.gov.br (Silmar Antonio Buchner de Oliveira) Date: Mon Apr 20 16:04:44 2009 Subject: error Message-ID: <49EC961F.6020105@ac.gov.br> Make: /usr/ports/graphics/libglut# make install clean ===> Extracting for libglut-7.4_1 => MD5 Checksum OK for MesaLib-7.4.tar.bz2. => SHA256 Checksum OK for MesaLib-7.4.tar.bz2. => MD5 Checksum OK for MesaGLUT-7.4.tar.bz2. => SHA256 Checksum OK for MesaGLUT-7.4.tar.bz2. ===> Patching for libglut-7.4_1 ===> Applying FreeBSD patches for libglut-7.4_1 ===> libglut-7.4_1 depends on executable: gmake - found ===> libglut-7.4_1 depends on file: /usr/local/libdata/pkgconfig/glproto.pc - found ===> libglut-7.4_1 depends on file: /usr/local/libdata/pkgconfig/dri2proto.pc - found ===> libglut-7.4_1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> libglut-7.4_1 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> libglut-7.4_1 depends on file: /usr/local/libdata/pkgconfig/xxf86vm.pc - found ===> libglut-7.4_1 depends on file: /usr/local/libdata/pkgconfig/xdamage.pc - found ===> libglut-7.4_1 depends on file: /usr/local/libdata/pkgconfig/xfixes.pc - found ===> libglut-7.4_1 depends on file: /usr/local/libdata/pkgconfig/xi.pc - found ===> libglut-7.4_1 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> libglut-7.4_1 depends on shared library: GLU.1 - found ===> Configuring for libglut-7.4_1 checking build system type... amd64-portbld-freebsd7.0 checking host system type... amd64-portbld-freebsd7.0 checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for gmake... gmake checking for makedepend... /usr/local/bin/makedepend checking for sed... /usr/bin/sed checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether to enable assembly... yes, amd64 checking for cc option to produce PIC... -fPIC checking for dlopen... yes checking for posix_memalign... yes checking pkg-config files for X11 are available... yes checking for LIBDRM... yes checking for DRI2PROTO... yes checking for DRIGL... gnome-config: not found configure: error: Package requirements (x11 xext xxf86vm xdamage xfixes x11-xcb xcb-glx) were not met: No package 'x11-xcb' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables DRIGL_CFLAGS and DRIGL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/graphics/libglut/work/Mesa-7.4/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/graphics/libglut. -------------------------------------------------------------------------------------------------- /usr/ports/graphics/libglut/work/Mesa-7.4/config.log: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Mesa configure 7.3.0, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --disable-glw --with-demos=no --with-dri-drivers=no --enable-xcb --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd7.0 ## --------- ## ## Platform. ## ## --------- ## hostname = seisrv06.ac.gov.br uname -m = amd64 uname -r = 7.0-RC2 uname -s = FreeBSD uname -v = FreeBSD 7.0-RC2 #0: Fri Feb 8 00:02:33 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC /usr/bin/uname -p = amd64 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1927: checking build system type configure:1945: result: amd64-portbld-freebsd7.0 configure:1967: checking host system type configure:1982: result: amd64-portbld-freebsd7.0 configure:2056: checking for gcc configure:2083: result: cc configure:2321: checking for C compiler version configure:2328: cc --version >&5 cc (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2331: $? = 0 configure:2338: cc -v >&5 Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:2341: $? = 0 configure:2348: cc -V >&5 cc: '-V' option must have argument configure:2351: $? = 1 configure:2374: checking for C compiler default output file name configure:2401: cc -O2 -fno-strict-aliasing -pipe -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2404: $? = 0 configure:2442: result: a.out configure:2459: checking whether the C compiler works configure:2469: ./a.out configure:2472: $? = 0 configure:2489: result: yes configure:2496: checking whether we are cross compiling configure:2498: result: no configure:2501: checking for suffix of executables configure:2508: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2511: $? = 0 configure:2535: result: configure:2541: checking for suffix of object files configure:2567: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5 configure:2570: $? = 0 configure:2593: result: o configure:2597: checking whether we are using the GNU C compiler configure:2626: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5 configure:2632: $? = 0 configure:2649: result: yes configure:2654: checking whether cc accepts -g configure:2684: cc -c -g -I/usr/local/include conftest.c >&5 configure:2690: $? = 0 configure:2789: result: yes configure:2806: checking for cc option to accept ISO C89 configure:2880: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5 configure:2886: $? = 0 configure:2909: result: none needed configure:2932: checking how to run the C preprocessor configure:2972: cc -E -I/usr/local/include conftest.c configure:2978: $? = 0 configure:3009: cc -E -I/usr/local/include conftest.c conftest.c:8:28: error: ac_nonexistent.h: No such file or directory configure:3015: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "7.3.0" | #define PACKAGE_STRING "Mesa 7.3.0" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | /* end confdefs.h. */ | #include configure:3048: result: cc -E configure:3077: cc -E -I/usr/local/include conftest.c configure:3083: $? = 0 configure:3114: cc -E -I/usr/local/include conftest.c conftest.c:8:28: error: ac_nonexistent.h: No such file or directory configure:3120: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "7.3.0" | #define PACKAGE_STRING "Mesa 7.3.0" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | /* end confdefs.h. */ | #include configure:3205: checking for gcc configure:3232: result: cc configure:3470: checking for C compiler version configure:3477: cc --version >&5 cc (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3480: $? = 0 configure:3487: cc -v >&5 Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:3490: $? = 0 configure:3497: cc -V >&5 cc: '-V' option must have argument configure:3500: $? = 1 configure:3503: checking whether we are using the GNU C compiler configure:3555: result: yes configure:3560: checking whether cc accepts -g configure:3695: result: yes configure:3712: checking for cc option to accept ISO C89 configure:3815: result: none needed configure:3949: checking for C++ compiler version configure:3956: c++ --version >&5 c++ (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3959: $? = 0 configure:3966: c++ -v >&5 Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:3969: $? = 0 configure:3976: c++ -V >&5 c++: '-V' option must have argument configure:3979: $? = 1 configure:3982: checking whether we are using the GNU C++ compiler configure:4011: c++ -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.cpp >&5 configure:4017: $? = 0 configure:4034: result: yes configure:4039: checking whether c++ accepts -g configure:4069: c++ -c -g -I/usr/local/include conftest.cpp >&5 configure:4075: $? = 0 configure:4174: result: yes configure:4201: checking for gmake configure:4228: result: gmake configure:4241: checking for makedepend configure:4259: found /usr/local/bin/makedepend configure:4271: result: /usr/local/bin/makedepend configure:4281: checking for sed configure:4299: found /usr/bin/sed configure:4311: result: /usr/bin/sed configure:4435: checking for pkg-config configure:4453: found /usr/local/bin/pkg-config configure:4465: result: /usr/local/bin/pkg-config configure:4494: checking pkg-config is at least version 0.9.0 configure:4497: result: yes configure:4683: checking whether to enable assembly configure:4735: result: yes, amd64 configure:4769: checking for cc option to produce PIC configure:4855: result: -fPIC configure:4862: checking for dlopen configure:4918: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:4924: $? = 0 configure:4941: result: yes configure:5014: checking for posix_memalign configure:5070: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:5076: $? = 0 configure:5093: result: yes configure:5826: checking pkg-config files for X11 are available configure:5829: $PKG_CONFIG --exists --print-errors "x11" configure:5832: $? = 0 configure:5843: result: yes configure:7335: checking for LIBDRM configure:7343: $PKG_CONFIG --exists --print-errors "libdrm >= $LIBDRM_REQUIRED" configure:7346: $? = 0 configure:7361: $PKG_CONFIG --exists --print-errors "libdrm >= $LIBDRM_REQUIRED" configure:7364: $? = 0 configure:7440: result: yes configure:7446: checking for DRI2PROTO configure:7454: $PKG_CONFIG --exists --print-errors "dri2proto >= $DRI2PROTO_REQUIRED" configure:7457: $? = 0 configure:7472: $PKG_CONFIG --exists --print-errors "dri2proto >= $DRI2PROTO_REQUIRED" configure:7475: $? = 0 configure:7551: result: yes configure:7568: checking for DRIGL configure:7576: $PKG_CONFIG --exists --print-errors "$dri_modules" gnome-config: not found Package x11-xcb was not found in the pkg-config search path. Perhaps you should add the directory containing `x11-xcb.pc' to the PKG_CONFIG_PATH environment variable No package 'x11-xcb' found configure:7579: $? = 1 configure:7594: $PKG_CONFIG --exists --print-errors "$dri_modules" gnome-config: not found Package x11-xcb was not found in the pkg-config search path. Perhaps you should add the directory containing `x11-xcb.pc' to the PKG_CONFIG_PATH environment variable No package 'x11-xcb' found configure:7597: $? = 1 No package 'x11-xcb' found configure:7625: error: Package requirements (x11 xext xxf86vm xdamage xfixes x11-xcb xcb-glx) were not met: No package 'x11-xcb' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables DRIGL_CFLAGS and DRIGL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=amd64-portbld-freebsd7.0 ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_ARCH_FLAGS_set='' ac_cv_env_ARCH_FLAGS_value='' ac_cv_env_CCC_set='' ac_cv_env_CCC_value='' ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-O2 -fno-strict-aliasing -pipe' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_DRI2PROTO_CFLAGS_set='' ac_cv_env_DRI2PROTO_CFLAGS_value='' ac_cv_env_DRI2PROTO_LIBS_set='' ac_cv_env_DRI2PROTO_LIBS_value='' ac_cv_env_DRIGL_CFLAGS_set='' ac_cv_env_DRIGL_CFLAGS_value='' ac_cv_env_DRIGL_LIBS_set='' ac_cv_env_DRIGL_LIBS_value='' ac_cv_env_EXTRA_LIB_PATH_set='' ac_cv_env_EXTRA_LIB_PATH_value='' ac_cv_env_GLUT_CFLAGS_set='' ac_cv_env_GLUT_CFLAGS_value='' ac_cv_env_GLUT_LIBS_set='' ac_cv_env_GLUT_LIBS_value='' ac_cv_env_GLW_CFLAGS_set='' ac_cv_env_GLW_CFLAGS_value='' ac_cv_env_GLW_LIBS_set='' ac_cv_env_GLW_LIBS_value='' ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=-L/usr/local/lib ac_cv_env_LIBDRM_CFLAGS_set='' ac_cv_env_LIBDRM_CFLAGS_value='' ac_cv_env_LIBDRM_LIBS_set='' ac_cv_env_LIBDRM_LIBS_value='' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_MKLIB_OPTIONS_set='' ac_cv_env_MKLIB_OPTIONS_value='' ac_cv_env_OPT_FLAGS_set='' ac_cv_env_OPT_FLAGS_value='' ac_cv_env_PIC_FLAGS_set='' ac_cv_env_PIC_FLAGS_value='' ac_cv_env_PKG_CONFIG_set='' ac_cv_env_PKG_CONFIG_value='' ac_cv_env_X11_INCLUDES_set='' ac_cv_env_X11_INCLUDES_value='' ac_cv_env_XCB_CFLAGS_set='' ac_cv_env_XCB_CFLAGS_value='' ac_cv_env_XCB_LIBS_set='' ac_cv_env_XCB_LIBS_value='' ac_cv_env_XLIBGL_CFLAGS_set='' ac_cv_env_XLIBGL_CFLAGS_value='' ac_cv_env_XLIBGL_LIBS_set='' ac_cv_env_XLIBGL_LIBS_value='' ac_cv_env_XMKMF_set='' ac_cv_env_XMKMF_value='' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=amd64-portbld-freebsd7.0 ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_func_dlopen=yes ac_cv_func_posix_memalign=yes ac_cv_host=amd64-portbld-freebsd7.0 ac_cv_objext=o ac_cv_path_MKDEP=/usr/local/bin/makedepend ac_cv_path_SED=/usr/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_prog_CPP='cc -E' ac_cv_prog_MAKE=gmake ac_cv_prog_ac_ct_CC=cc ac_cv_prog_cc_c89='' ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes lt_cv_sys_max_cmd_len=262144 pkg_cv_DRI2PROTO_CFLAGS='-I/usr/local/include ' pkg_cv_DRI2PROTO_LIBS=' ' pkg_cv_LIBDRM_CFLAGS='-I/usr/local/include -I/usr/local/include/drm ' pkg_cv_LIBDRM_LIBS='-L/usr/local/lib -ldrm ' ## ----------------- ## ## Output variables. ## ## ----------------- ## APP_LIB_DEPS='' ARCH_FLAGS='' ASM_API='$(X86-64_API)' ASM_FLAGS='-DUSE_X86_64_ASM' ASM_SOURCES='$(X86-64_SOURCES)' CC='cc' CFLAGS='-O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing' CPP='cc -E' CPPFLAGS='-I/usr/local/include' CXX='c++' CXXFLAGS='-O2 -fno-strict-aliasing -pipe -Wall -fno-strict-aliasing' DEFINES=' -DHAVE_POSIX_MEMALIGN -DUSE_XCB' DEFS='' DRI2PROTO_CFLAGS='-I/usr/local/include ' DRI2PROTO_LIBS=' ' DRIGL_CFLAGS='' DRIGL_LIBS='' DRIVER_DIRS='dri' DRI_DIRS='' DRI_DRIVER_INSTALL_DIR='' DRI_LIB_DEPS='' DRI_PC_REQ_PRIV='libdrm >= 2.4.3' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' EXPAT_INCLUDES='' EXTRA_LIB_PATH='' GLUT_CFLAGS='' GLUT_LIBS='' GLUT_LIB_DEPS='' GLUT_LIB_NAME='lib$(GLUT_LIB).so' GLUT_MESA_DEPS='' GLUT_PC_CFLAGS='' GLUT_PC_LIB_PRIV='' GLUT_PC_REQ_PRIV='' GLU_DIRS='sgi' GLU_LIB_DEPS='' GLU_LIB_NAME='lib$(GLU_LIB).so' GLU_MESA_DEPS='' GLU_PC_CFLAGS='' GLU_PC_LIB_PRIV='' GLU_PC_REQ='' GLU_PC_REQ_PRIV='' GLW_CFLAGS='' GLW_LIBS='' GLW_LIB_DEPS='' GLW_LIB_NAME='lib$(GLW_LIB).so' GLW_MESA_DEPS='' GLW_PC_CFLAGS='' GLW_PC_LIB_PRIV='' GLW_PC_REQ_PRIV='' GLW_SOURCES='' GL_LIB_DEPS='' GL_LIB_NAME='lib$(GL_LIB).so' GL_PC_CFLAGS='' GL_PC_LIB_PRIV='' GL_PC_REQ_PRIV='libdrm >= 2.4.3 dri2proto >= 1.99.3' GREP='' LDFLAGS='-L/usr/local/lib' LIBDRM_CFLAGS='-I/usr/local/include -I/usr/local/include/drm ' LIBDRM_LIBS='-L/usr/local/lib -ldrm ' LIBOBJS='' LIBS='' LIB_DIR='lib' LTLIBOBJS='' MAKE='gmake' MKDEP='/usr/local/bin/makedepend' MKDEP_OPTIONS='-fdepend' MKLIB_OPTIONS='' MOTIF_CFLAGS='' MOTIF_CONFIG='' OBJEXT='o' OPT_FLAGS='' OSMESA_LIB='' OSMESA_LIB_DEPS='' OSMESA_LIB_NAME='lib$(OSMESA_LIB).so' OSMESA_MESA_DEPS='' OSMESA_PC_LIB_PRIV='' OSMESA_PC_REQ='' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa' PACKAGE_NAME='Mesa' PACKAGE_STRING='Mesa 7.3.0' PACKAGE_TARNAME='mesa' PACKAGE_VERSION='7.3.0' PATH_SEPARATOR=':' PIC_FLAGS='-fPIC' PKG_CONFIG='/usr/local/bin/pkg-config' POSIX_SHELL='' PROGRAM_DIRS='' SED='/usr/bin/sed' SHELL='/bin/sh' SRC_DIRS='glx/x11 mesa' USING_EGL='' WINDOW_SYSTEM='dri' X11_INCLUDES='' XCB_CFLAGS='' XCB_LIBS='' XLIBGL_CFLAGS='' XLIBGL_LIBS='' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_CC='cc' ac_ct_CXX='' bindir='${exec_prefix}/bin' build='amd64-portbld-freebsd7.0' build_alias='amd64-portbld-freebsd7.0' build_cpu='amd64' build_os='freebsd7.0' build_vendor='portbld' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='amd64-portbld-freebsd7.0' host_alias='' host_cpu='amd64' host_os='freebsd7.0' host_vendor='portbld' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/local/info/' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='/usr/local/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "Mesa" #define PACKAGE_TARNAME "mesa" #define PACKAGE_VERSION "7.3.0" #define PACKAGE_STRING "Mesa 7.3.0" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" configure: exit 1 =================================================================== Silmar Antonio Buchner de Oliveira Chefe da Divis?o de Redes Corporativas Departamento de Seguran?a de Tecnologia de Informa??o e Comunica??o Diretoria de Tecnologia de Informa??o e Comunica??o Secretaria Adjunta de Tecnologias de Gest?o Secretaria de Gest?o Administrativa - SGA Governo do Estado Acre 68-3212-7607 From kinphi at gmail.com Mon Apr 20 23:25:33 2009 From: kinphi at gmail.com (Phillip Kinsley) Date: Mon Apr 20 23:25:39 2009 Subject: Meas won't build from ports Message-ID: <74c4f9520904201556h64254033nee4e95cbef87ccb0@mail.gmail.com> Mesa won't build on a new installation of 7.2-RC1. I did a portsnap first and then installed Xorg and then tried to install gnustep on the system. I stopped compiling on libGLU, giving a error of: configure: error: Package requirements (x11 xext xxf86vm xdamage xfixes x11-xcb xcb-glx) were not met: No package 'x11-xcb' found I tried installing xcb files and still got the same error. I've attached two docs. mesa-config.log and ls-db-pkg.txt Thanks Phillip -------------- next part -------------- appres-1.0.1 listres-1.0.1 aspell-0.60.6_2 luit-1.0.2_2 autoconf-2.62 m4-1.4.12,1 autoconf-wrapper-20071109 makedepend-1.0.1,1 automake-1.9.6_3 mesagl-mangled-5.0.2 automake-wrapper-20071109 mkcomposecache-1.2_1 bash-4.0.10_2 mkfontdir-1.0.3_1 bdftopcf-1.0.1 mkfontscale-1.0.3 beforelight-1.0.2 mpfr-2.4.1 bigreqsproto-1.0.2 oclock-1.0.1 bison-2.4.1,1 p5-gettext-1.05_2 bitmap-1.0.3 pciids-20080901 bitstream-vera-1.10_4 pcre-7.7_1 compositeproto-0.4 perl-5.8.8_1 consolekit-0.2.10_2 pixman-0.10.0_2 cups-base-1.3.9_3 pkg-config-0.23_1 damageproto-1.1.0_2 png-1.2.32 dbus-1.2.1 policykit-0.9_1 dbus-glib-0.76 portaudio-19.20071207 dmidecode-2.9 portaudit-0.5.12 dmxproto-2.2.2 portmanager-0.4.1_9 dri-7.0.3_1,2 printproto-1.0.4 dri2proto-1.99.3 python25-2.5.2_3 editres-1.0.3 randrproto-1.2.1 encodings-1.0.2,1 recordproto-1.13.2 expat-2.0.1 renderproto-0.9.3 ffcall-1.10_1 resourceproto-1.0.2 fixesproto-4.0 rgb-1.0.1 font-adobe-100dpi-1.0.0_1 rstart-1.0.2 font-adobe-75dpi-1.0.0 scripts-1.0.1 font-adobe-utopia-100dpi-1.0.1 scrnsaverproto-1.1.0 font-adobe-utopia-75dpi-1.0.1 sessreg-1.0.3 font-adobe-utopia-type1-1.0.1 setxkbmap-1.0.4 font-alias-1.0.1 showfont-1.0.1_1 font-arabic-misc-1.0.0 smproxy-1.0.2 font-bh-100dpi-1.0.0 tiff-3.8.2_3 font-bh-75dpi-1.0.0 trapproto-3.4.3 font-bh-lucidatypewriter-100dpi-1.0.0 twm-1.0.3_3 font-bh-lucidatypewriter-75dpi-1.0.0 unzip-5.52_5 font-bh-ttf-1.0.0 videoproto-2.2.2 font-bh-type1-1.0.0 viewres-1.0.1 font-bitstream-100dpi-1.0.0 vim-7.2.14 font-bitstream-75dpi-1.0.0 vnc-4.1.3_1 font-bitstream-type1-1.0.0 x11perf-1.4.1 font-cronyx-cyrillic-1.0.0 xauth-1.0.2 font-cursor-misc-1.0.0 xbacklight-1.1 font-daewoo-misc-1.0.0 xbiff-1.0.1 font-dec-misc-1.0.0 xbitmaps-1.0.1 font-ibm-type1-1.0.0 xcalc-1.0.2 font-isas-misc-1.0.0 xcb-2.4_1 font-jis-misc-1.0.0 xcb-proto-1.4 font-micro-misc-1.0.0 xcb-util-0.3.3 font-misc-cyrillic-1.0.0 xclipboard-1.0.1 font-misc-ethiopic-1.0.0 xclock-1.0.3 font-misc-meltho-1.0.0_1 xcmiscproto-1.1.2 font-misc-misc-1.0.0 xcmsdb-1.0.1 font-mutt-misc-1.0.0 xconsole-1.0.3 font-schumacher-misc-1.0.0 xcursor-themes-1.0.1_1 font-screen-cyrillic-1.0.1 xcursorgen-1.0.2 font-sony-misc-1.0.0 xdbedizzy-1.0.2 font-sun-misc-1.0.0 xditview-1.0.1 font-util-1.0.1 xdm-1.1.6_3 font-winitzki-cyrillic-1.0.0 xdpyinfo-1.0.2_1 font-xfree86-type1-1.0.0 xdriinfo-1.0.2 fontcacheproto-0.1.2 xedit-1.0.2 fontconfig-2.6.0,1 xev-1.0.2 fontsproto-2.0.2 xextproto-7.0.5 fonttosfnt-1.0.3 xeyes-1.0.1 freetype-1.3.1_4 xf86-input-keyboard-1.2.2_2 freetype2-2.3.9_1 xf86-input-mouse-1.2.3_2 fslsfonts-1.0.1 xf86-video-ati-6.9.0 fstobdf-1.0.2 xf86-video-intel-2.4.2 gamin-0.1.9_2 xf86-video-mach64-6.8.0 gcc-4.2.5_20090325 xf86-video-nv-2.1.12 gccmakedep-1.0.2 xf86-video-r128-6.8.0 gettext-0.17_1 xf86-video-radeonhd-1.2.1_1 gio-fam-backend-2.16.5 xf86-video-vesa-1.3.0_2 glib-1.2.10_12 xf86-video-vga-4.1.0_2 glib-2.16.5 xf86-video-via-0.2.2_3 glproto-1.4.8 xf86bigfontproto-1.1.2 gmake-3.81_3 xf86dga-1.0.2 gnome_subr-1.0 xf86dgaproto-2.0.3 gnustep-back-0.16.0 xf86driproto-2.0.3 gnustep-back-art-0.16.0 xf86miscproto-0.9.2 gnustep-base-1.18.0 xf86rushproto-1.1.2 gnustep-gui-0.16.0 xf86vidmodeproto-2.2.2 gnustep-make-2.0.8 xfd-1.0.1 gnutls-2.6.4 xfindproxy-1.0.1 gperf-3.0.3 xfontsel-1.0.2 gtk-1.2.10_20 xfs-1.0.5_1,1 hal-0.5.11_1 xfsinfo-1.0.1 help2man-1.36.4_2 xfwp-1.0.1 iceauth-1.0.2 xgamma-1.0.2 ico-1.0.2 xgc-1.0.1 imake-1.0.2_4,1 xhost-1.0.2 inputproto-1.5.0 xineramaproto-1.1.2 jpeg-6b_7 xinit-1.0.7 kbproto-1.0.3 xkbcomp-1.0.3 libFS-1.0.0_1 xkbevd-1.0.2 libGL-7.0.3 xkbprint-1.0.1 libICE-1.0.4_1,1 xkbutils-1.0.1_1 libSM-1.0.3_1,1 xkeyboard-config-1.3 libX11-1.1.3_1,1 xkill-1.0.1 libXScrnSaver-1.1.2 xload-1.0.2 libXTrap-1.0.0 xlogo-1.0.1 libXau-1.0.4 xlsatoms-1.0.1 libXaw-1.0.4_1,1 xlsclients-1.0.1 libXcomposite-0.4.0,1 xlsfonts-1.0.2 libXcursor-1.1.9_1 xmag-1.0.2 libXdamage-1.1.1 xman-1.0.3 libXdmcp-1.0.2_1 xmessage-1.0.2 libXevie-1.0.2 xmodmap-1.0.3 libXext-1.0.3,1 xmore-1.0.1 libXfixes-4.0.3_1 xorg-7.4_1 libXfont-1.3.1_3,1 xorg-apps-7.3 libXfontcache-1.0.4 xorg-cf-files-1.0.2_3 libXft-2.1.13 xorg-docs-1.4,1 libXi-1.1.3,1 xorg-drivers-7.3_3 libXinerama-1.0.2,1 xorg-fonts-100dpi-7.3 libXmu-1.0.3,1 xorg-fonts-7.3_1 libXp-1.0.0,1 xorg-fonts-75dpi-7.3 libXpm-3.5.7 xorg-fonts-cyrillic-7.3 libXprintAppUtil-1.0.1 xorg-fonts-miscbitmaps-7.3 libXprintUtil-1.0.1 xorg-fonts-truetype-7.3 libXrandr-1.2.2_1 xorg-fonts-type1-7.3 libXrender-0.9.4_1 xorg-libraries-7.3_2 libXres-1.0.3_3 xorg-macros-1.2.1 libXt-1.0.5_1 xorg-protos-7.3_2 libXtst-1.0.3_1 xorg-server-1.4.2,1 libXv-1.0.3_1,1 xphelloworld-1.0.1_1 libXvMC-1.0.4_1 xplsprinters-1.0.1 libXxf86dga-1.0.2 xpr-1.0.2 libXxf86misc-1.0.1 xprehashprinterlist-1.0.1 libXxf86vm-1.0.1 xprop-1.0.3 libart_lgpl-2.3.20,1 xproto-7.0.15 libaudiofile-0.2.6 xproxymanagementprotocol-1.0.2 libcheck-0.9.6 xrandr-1.2.2 libdmx-1.0.2_1 xrdb-1.0.4 libdrm-2.4.7 xrefresh-1.0.2 libfontenc-1.0.4 xrx-1.0.1_1 libgcrypt-1.4.4 xset-1.0.3 libgmp-4.2.4 xsetmode-1.0.0 libgpg-error-1.7 xsetpointer-1.0.1 libiconv-1.11_1 xsetroot-1.0.2 liboldX-1.0.1 xsm-1.0.1 libpthread-stubs-0.1 xstdcmap-1.0.1 libtool-1.5.26 xterm-236 libungif-4.1.4_5 xtrans-1.2.3 libutempter-1.1.5_1 xtrap-1.0.2 libvolume_id-0.81.0 xvidtune-1.0.1 libxcb-1.2_1 xvinfo-1.0.2 libxkbfile-1.0.4 xwd-1.0.1 libxkbui-1.0.2_1 xwininfo-1.0.3 libxml2-2.6.32 xwud-1.0.1 libxslt-1.1.24_2 zip-3.0 -------------- next part -------------- A non-text attachment was scrubbed... Name: mesa-config.log Type: application/octet-stream Size: 16571 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090420/53b5d4f0/mesa-config.obj From jhein at timing.com Tue Apr 21 01:08:44 2009 From: jhein at timing.com (John Hein) Date: Tue Apr 21 01:08:56 2009 Subject: Meas won't build from ports In-Reply-To: <74c4f9520904201556h64254033nee4e95cbef87ccb0@mail.gmail.com> References: <74c4f9520904201556h64254033nee4e95cbef87ccb0@mail.gmail.com> Message-ID: <18925.6972.396702.705205@gromit.timing.com> Phillip Kinsley wrote at 15:56 -0700 on Apr 20, 2009: > Mesa won't build on a new installation of 7.2-RC1. > I did a portsnap first and then installed Xorg and then tried to > install gnustep on the system. I stopped compiling on libGLU, giving > a error of: > > configure: error: Package requirements (x11 xext xxf86vm xdamage > xfixes x11-xcb xcb-glx) were not met: > > No package 'x11-xcb' found > > I tried installing xcb files and still got the same error. read the archives - out of date libX11 From info at ariesltd.com.ua Tue Apr 21 08:17:16 2009 From: info at ariesltd.com.ua (Aries LTD) Date: Tue Apr 21 08:17:23 2009 Subject: Apache install fails on xproto-7.0.15 Script "configure" failed unexpectedly Message-ID: <2A655B55AE3047A2BF294F6C0F5BA3C7@ARIESTWO> Dear sirs, Good day, When I try to install Apache 2.2.11_4 the install process fails on xproto-7.0.15 see attached config.log What can I do? NewBSD# cd apache22 NewBSD# ls Makefile distinfo pkg-message Makefile.doc files pkg-plist Makefile.modules pkg-descr work Makefile.options pkg-install NewBSD# make NewBSD# make install ===> Installing for apache-2.2.11_4 ===> apache-2.2.11_4 depends on file: /usr/local/lib/libcrypto.so.5 - not found ===> Verifying install for /usr/local/lib/libcrypto.so.5 in /usr/ports/security/openssl ===> Vulnerability check disabled, database not found => openssl-0.9.8k.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://www.openssl.org/source/. openssl-0.9.8k.tar.gz 100% of 3761 kB 116 kBps 00m00s ===> Extracting for openssl-0.9.8k => MD5 Checksum OK for openssl-0.9.8k.tar.gz. => SHA256 Checksum OK for openssl-0.9.8k.tar.gz. ===> openssl-0.9.8k depends on file: /usr/local/bin/perl5.8.9 - found ===> Patching for openssl-0.9.8k ===> openssl-0.9.8k depends on file: /usr/local/bin/perl5.8.9 - found ===> Applying FreeBSD patches for openssl-0.9.8k ===> openssl-0.9.8k depends on executable: makedepend - not found ===> Verifying install for makedepend in /usr/ports/devel/makedepend ===> Vulnerability check disabled, database not found => makedepend-1.0.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/xorg/util. => Attempting to fetch from ftp://ftp.gwdg.de/pub/x11/x.org/pub/individual/util/. makedepend-1.0.1.tar.bz2 100% of 105 kB 98 kBps ===> Extracting for makedepend-1.0.1,1 => MD5 Checksum OK for xorg/util/makedepend-1.0.1.tar.bz2. => SHA256 Checksum OK for xorg/util/makedepend-1.0.1.tar.bz2. ===> Patching for makedepend-1.0.1,1 ===> makedepend-1.0.1,1 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/xproto.pc in /usr/ports/x11/xproto ===> Vulnerability check disabled, database not found => xproto-7.0.15.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/xorg/proto. => Attempting to fetch from ftp://ftp.gwdg.de/pub/x11/x.org/pub/individual/proto/. xproto-7.0.15.tar.bz2 100% of 155 kB 106 kBps ===> Extracting for xproto-7.0.15 => MD5 Checksum OK for xorg/proto/xproto-7.0.15.tar.bz2. => SHA256 Checksum OK for xorg/proto/xproto-7.0.15.tar.bz2. ===> Patching for xproto-7.0.15 ===> xproto-7.0.15 depends on executable: pkg-config - found ===> Configuring for xproto-7.0.15 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking if xorg-macros used to generate configure is at least 1.2... yes, 1.2.1 checking build system type... i386-portbld-freebsd6.2 checking host system type... i386-portbld-freebsd6.2 checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... unsupported checking dependency style of cc... none checking how to run the C preprocessor... /lib/cpp configure: error: in `/usr/ports/x11/xproto/work/xproto-7.0.15': configure: error: C preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/xproto/work/xproto-7.0.15/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11/xproto. *** Error code 1 Stop in /usr/ports/devel/makedepend. *** Error code 1 Stop in /usr/ports/security/openssl. *** Error code 1 Stop in /usr/ports/www/apache22. *** Error code 1 Stop in /usr/ports/www/apache22. NewBSD# ls /var/db/pkg autoconf-2.62 lynx-2.8.6.5_5,1 autoconf-wrapper-20071109 m4-1.4.12,1 automake-1.9.6_3 mc-4.6.2 automake-wrapper-20071109 mime-support-3.44.1 cvsup-without-gui-16.1h_2 mysql-client-5.0.77_1 db41-4.1.25_4 p5-gettext-1.05_2 expat-2.0.1 pcre-7.9 ezm3-1.2_1 perl-5.8.9_2 gamin-0.1.10 pkg-config-0.23_1 gettext-0.14.5_2 pkgdb.db gio-fam-backend-2.20.1 png-1.2.35 glib-2.20.1 portupgrade-2.4.6_2,2 gmake-3.81_1 python25-2.5.4_1 help2man-1.36.4_2 ruby-1.8.7.72_1,1 libiconv-1.9.2_2 ruby18-bdb-0.6.5 libslang2-2.1.4_1 screen-4.0.3_6 libtool-1.5.22_2 wget-1.11.4 ++++++++++++++++++++++++++++++++++++++ Best regards, Alexey info@ariesltd.com.ua -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: application/octet-stream Size: 33249 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090421/0715fe74/config.obj From ricardo.meb.jesus at gmail.com Tue Apr 21 11:07:36 2009 From: ricardo.meb.jesus at gmail.com (Ricardo Jesus) Date: Tue Apr 21 11:07:44 2009 Subject: error In-Reply-To: <49EC961F.6020105@ac.gov.br> References: <49EC961F.6020105@ac.gov.br> Message-ID: <49EDA45A.5060902@gmail.com> Silmar Antonio Buchner de Oliveira wrote: > Make: > > /usr/ports/graphics/libglut# make install clean > ===> Extracting for libglut-7.4_1 > => MD5 Checksum OK for MesaLib-7.4.tar.bz2. > => SHA256 Checksum OK for MesaLib-7.4.tar.bz2. > => MD5 Checksum OK for MesaGLUT-7.4.tar.bz2. > => SHA256 Checksum OK for MesaGLUT-7.4.tar.bz2. > ===> Patching for libglut-7.4_1 > ===> Applying FreeBSD patches for libglut-7.4_1 > ===> libglut-7.4_1 depends on executable: gmake - found > ===> libglut-7.4_1 depends on file: > /usr/local/libdata/pkgconfig/glproto.pc - found > ===> libglut-7.4_1 depends on file: > /usr/local/libdata/pkgconfig/dri2proto.pc - found > ===> libglut-7.4_1 depends on file: > /usr/local/libdata/pkgconfig/x11.pc - found > ===> libglut-7.4_1 depends on file: > /usr/local/libdata/pkgconfig/xext.pc - found > ===> libglut-7.4_1 depends on file: > /usr/local/libdata/pkgconfig/xxf86vm.pc - found > ===> libglut-7.4_1 depends on file: > /usr/local/libdata/pkgconfig/xdamage.pc - found > ===> libglut-7.4_1 depends on file: > /usr/local/libdata/pkgconfig/xfixes.pc - found > ===> libglut-7.4_1 depends on file: /usr/local/libdata/pkgconfig/xi.pc > - found > ===> libglut-7.4_1 depends on file: > /usr/local/libdata/pkgconfig/xmu.pc - found > ===> libglut-7.4_1 depends on shared library: GLU.1 - found > ===> Configuring for libglut-7.4_1 > checking build system type... amd64-portbld-freebsd7.0 > checking host system type... amd64-portbld-freebsd7.0 > checking for gcc... cc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... checking for suffix of object > files... o > checking whether we are using the GNU C compiler... yes > checking whether cc accepts -g... yes > checking for cc option to accept ISO C89... none needed > checking how to run the C preprocessor... cc -E > checking for gcc... (cached) cc > checking whether we are using the GNU C compiler... (cached) yes > checking whether cc accepts -g... (cached) yes > checking for cc option to accept ISO C89... (cached) none needed > checking whether we are using the GNU C++ compiler... yes > checking whether c++ accepts -g... yes > checking for gmake... gmake > checking for makedepend... /usr/local/bin/makedepend > checking for sed... /usr/bin/sed > checking for pkg-config... /usr/local/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking whether to enable assembly... yes, amd64 > checking for cc option to produce PIC... -fPIC > checking for dlopen... yes > checking for posix_memalign... yes > checking pkg-config files for X11 are available... yes > checking for LIBDRM... yes > checking for DRI2PROTO... yes > checking for DRIGL... gnome-config: not found > configure: error: Package requirements (x11 xext xxf86vm xdamage xfixes > x11-xcb xcb-glx) were not met: > > No package 'x11-xcb' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables DRIGL_CFLAGS > and DRIGL_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > ===> Script "configure" failed unexpectedly. > Please report the problem to x11@FreeBSD.org [maintainer] and attach the > "/usr/ports/graphics/libglut/work/Mesa-7.4/config.log" including the output > of the failure of your make command. Also, it might be a good idea to > provide > an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/graphics/libglut. > > > -------------------------------------------------------------------------------------------------- > > > /usr/ports/graphics/libglut/work/Mesa-7.4/config.log: > > > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by Mesa configure 7.3.0, which was > generated by GNU Autoconf 2.61. Invocation command line was > > $ ./configure --disable-glw --with-demos=no --with-dri-drivers=no > --enable-xcb --x-libraries=/usr/local/lib > --x-includes=/usr/local/include --prefix=/usr/local > --mandir=/usr/local/man --infodir=/usr/local/info/ > --build=amd64-portbld-freebsd7.0 > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = seisrv06.ac.gov.br > uname -m = amd64 > uname -r = 7.0-RC2 > uname -s = FreeBSD > uname -v = FreeBSD 7.0-RC2 #0: Fri Feb 8 00:02:33 UTC 2008 > root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > /usr/bin/uname -p = amd64 > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sbin > PATH: /bin > PATH: /usr/sbin > PATH: /usr/bin > PATH: /usr/games > PATH: /usr/local/sbin > PATH: /usr/local/bin > PATH: /root/bin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1927: checking build system type > configure:1945: result: amd64-portbld-freebsd7.0 > configure:1967: checking host system type > configure:1982: result: amd64-portbld-freebsd7.0 > configure:2056: checking for gcc > configure:2083: result: cc > configure:2321: checking for C compiler version > configure:2328: cc --version >&5 > cc (GCC) 4.2.1 20070719 [FreeBSD] > Copyright (C) 2007 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > configure:2331: $? = 0 > configure:2338: cc -v >&5 > Using built-in specs. > Target: amd64-undermydesk-freebsd > Configured with: FreeBSD/amd64 system compiler > Thread model: posix > gcc version 4.2.1 20070719 [FreeBSD] > configure:2341: $? = 0 > configure:2348: cc -V >&5 > cc: '-V' option must have argument > configure:2351: $? = 1 > configure:2374: checking for C compiler default output file name > configure:2401: cc -O2 -fno-strict-aliasing -pipe -I/usr/local/include > -L/usr/local/lib conftest.c >&5 > configure:2404: $? = 0 > configure:2442: result: a.out > configure:2459: checking whether the C compiler works > configure:2469: ./a.out > configure:2472: $? = 0 > configure:2489: result: yes > configure:2496: checking whether we are cross compiling > configure:2498: result: no > configure:2501: checking for suffix of executables > configure:2508: cc -o conftest -O2 -fno-strict-aliasing -pipe > -I/usr/local/include -L/usr/local/lib conftest.c >&5 > configure:2511: $? = 0 > configure:2535: result: configure:2541: checking for suffix of object files > configure:2567: cc -c -O2 -fno-strict-aliasing -pipe > -I/usr/local/include conftest.c >&5 > configure:2570: $? = 0 > configure:2593: result: o > configure:2597: checking whether we are using the GNU C compiler > configure:2626: cc -c -O2 -fno-strict-aliasing -pipe > -I/usr/local/include conftest.c >&5 > configure:2632: $? = 0 > configure:2649: result: yes > configure:2654: checking whether cc accepts -g > configure:2684: cc -c -g -I/usr/local/include conftest.c >&5 > configure:2690: $? = 0 > configure:2789: result: yes > configure:2806: checking for cc option to accept ISO C89 > configure:2880: cc -c -O2 -fno-strict-aliasing -pipe > -I/usr/local/include conftest.c >&5 > configure:2886: $? = 0 > configure:2909: result: none needed > configure:2932: checking how to run the C preprocessor > configure:2972: cc -E -I/usr/local/include conftest.c > configure:2978: $? = 0 > configure:3009: cc -E -I/usr/local/include conftest.c > conftest.c:8:28: error: ac_nonexistent.h: No such file or directory > configure:3015: $? = 1 > configure: failed program was: > | /* confdefs.h. */ > | #define PACKAGE_NAME "Mesa" > | #define PACKAGE_TARNAME "mesa" > | #define PACKAGE_VERSION "7.3.0" > | #define PACKAGE_STRING "Mesa 7.3.0" > | #define PACKAGE_BUGREPORT > "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" > | /* end confdefs.h. */ > | #include > configure:3048: result: cc -E > configure:3077: cc -E -I/usr/local/include conftest.c > configure:3083: $? = 0 > configure:3114: cc -E -I/usr/local/include conftest.c > conftest.c:8:28: error: ac_nonexistent.h: No such file or directory > configure:3120: $? = 1 > configure: failed program was: > | /* confdefs.h. */ > | #define PACKAGE_NAME "Mesa" > | #define PACKAGE_TARNAME "mesa" > | #define PACKAGE_VERSION "7.3.0" > | #define PACKAGE_STRING "Mesa 7.3.0" > | #define PACKAGE_BUGREPORT > "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" > | /* end confdefs.h. */ > | #include > configure:3205: checking for gcc > configure:3232: result: cc > configure:3470: checking for C compiler version > configure:3477: cc --version >&5 > cc (GCC) 4.2.1 20070719 [FreeBSD] > Copyright (C) 2007 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > configure:3480: $? = 0 > configure:3487: cc -v >&5 > Using built-in specs. > Target: amd64-undermydesk-freebsd > Configured with: FreeBSD/amd64 system compiler > Thread model: posix > gcc version 4.2.1 20070719 [FreeBSD] > configure:3490: $? = 0 > configure:3497: cc -V >&5 > cc: '-V' option must have argument > configure:3500: $? = 1 > configure:3503: checking whether we are using the GNU C compiler > configure:3555: result: yes > configure:3560: checking whether cc accepts -g > configure:3695: result: yes > configure:3712: checking for cc option to accept ISO C89 > configure:3815: result: none needed > configure:3949: checking for C++ compiler version > configure:3956: c++ --version >&5 > c++ (GCC) 4.2.1 20070719 [FreeBSD] > Copyright (C) 2007 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > configure:3959: $? = 0 > configure:3966: c++ -v >&5 > Using built-in specs. > Target: amd64-undermydesk-freebsd > Configured with: FreeBSD/amd64 system compiler > Thread model: posix > gcc version 4.2.1 20070719 [FreeBSD] > configure:3969: $? = 0 > configure:3976: c++ -V >&5 > c++: '-V' option must have argument > configure:3979: $? = 1 > configure:3982: checking whether we are using the GNU C++ compiler > configure:4011: c++ -c -O2 -fno-strict-aliasing -pipe > -I/usr/local/include conftest.cpp >&5 > configure:4017: $? = 0 > configure:4034: result: yes > configure:4039: checking whether c++ accepts -g > configure:4069: c++ -c -g -I/usr/local/include conftest.cpp >&5 > configure:4075: $? = 0 > configure:4174: result: yes > configure:4201: checking for gmake > configure:4228: result: gmake > configure:4241: checking for makedepend > configure:4259: found /usr/local/bin/makedepend > configure:4271: result: /usr/local/bin/makedepend > configure:4281: checking for sed > configure:4299: found /usr/bin/sed > configure:4311: result: /usr/bin/sed > configure:4435: checking for pkg-config > configure:4453: found /usr/local/bin/pkg-config > configure:4465: result: /usr/local/bin/pkg-config > configure:4494: checking pkg-config is at least version 0.9.0 > configure:4497: result: yes > configure:4683: checking whether to enable assembly > configure:4735: result: yes, amd64 > configure:4769: checking for cc option to produce PIC > configure:4855: result: -fPIC > configure:4862: checking for dlopen > configure:4918: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall > -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing > -I/usr/local/include -L/usr/local/lib conftest.c >&5 > configure:4924: $? = 0 > configure:4941: result: yes > configure:5014: checking for posix_memalign > configure:5070: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall > -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing > -I/usr/local/include -L/usr/local/lib conftest.c >&5 > configure:5076: $? = 0 > configure:5093: result: yes > configure:5826: checking pkg-config files for X11 are available > configure:5829: $PKG_CONFIG --exists --print-errors "x11" > configure:5832: $? = 0 > configure:5843: result: yes > configure:7335: checking for LIBDRM > configure:7343: $PKG_CONFIG --exists --print-errors "libdrm >= > $LIBDRM_REQUIRED" > configure:7346: $? = 0 > configure:7361: $PKG_CONFIG --exists --print-errors "libdrm >= > $LIBDRM_REQUIRED" > configure:7364: $? = 0 > configure:7440: result: yes > configure:7446: checking for DRI2PROTO > configure:7454: $PKG_CONFIG --exists --print-errors "dri2proto >= > $DRI2PROTO_REQUIRED" > configure:7457: $? = 0 > configure:7472: $PKG_CONFIG --exists --print-errors "dri2proto >= > $DRI2PROTO_REQUIRED" > configure:7475: $? = 0 > configure:7551: result: yes > configure:7568: checking for DRIGL > configure:7576: $PKG_CONFIG --exists --print-errors "$dri_modules" > gnome-config: not found > Package x11-xcb was not found in the pkg-config search path. > Perhaps you should add the directory containing `x11-xcb.pc' > to the PKG_CONFIG_PATH environment variable > No package 'x11-xcb' found > configure:7579: $? = 1 > configure:7594: $PKG_CONFIG --exists --print-errors "$dri_modules" > gnome-config: not found > Package x11-xcb was not found in the pkg-config search path. > Perhaps you should add the directory containing `x11-xcb.pc' > to the PKG_CONFIG_PATH environment variable > No package 'x11-xcb' found > configure:7597: $? = 1 > No package 'x11-xcb' found > configure:7625: error: Package requirements (x11 xext xxf86vm xdamage > xfixes x11-xcb xcb-glx) were not met: > > No package 'x11-xcb' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables DRIGL_CFLAGS > and DRIGL_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=amd64-portbld-freebsd7.0 > ac_cv_c_compiler_gnu=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_ARCH_FLAGS_set='' > ac_cv_env_ARCH_FLAGS_value='' > ac_cv_env_CCC_set='' > ac_cv_env_CCC_value='' > ac_cv_env_CC_set=set > ac_cv_env_CC_value=cc > ac_cv_env_CFLAGS_set=set > ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe' > ac_cv_env_CPPFLAGS_set=set > ac_cv_env_CPPFLAGS_value=-I/usr/local/include > ac_cv_env_CPP_set='' > ac_cv_env_CPP_value='' > ac_cv_env_CXXFLAGS_set=set > ac_cv_env_CXXFLAGS_value='-O2 -fno-strict-aliasing -pipe' > ac_cv_env_CXX_set=set > ac_cv_env_CXX_value=c++ > ac_cv_env_DRI2PROTO_CFLAGS_set='' > ac_cv_env_DRI2PROTO_CFLAGS_value='' > ac_cv_env_DRI2PROTO_LIBS_set='' > ac_cv_env_DRI2PROTO_LIBS_value='' > ac_cv_env_DRIGL_CFLAGS_set='' > ac_cv_env_DRIGL_CFLAGS_value='' > ac_cv_env_DRIGL_LIBS_set='' > ac_cv_env_DRIGL_LIBS_value='' > ac_cv_env_EXTRA_LIB_PATH_set='' > ac_cv_env_EXTRA_LIB_PATH_value='' > ac_cv_env_GLUT_CFLAGS_set='' > ac_cv_env_GLUT_CFLAGS_value='' > ac_cv_env_GLUT_LIBS_set='' > ac_cv_env_GLUT_LIBS_value='' > ac_cv_env_GLW_CFLAGS_set='' > ac_cv_env_GLW_CFLAGS_value='' > ac_cv_env_GLW_LIBS_set='' > ac_cv_env_GLW_LIBS_value='' > ac_cv_env_LDFLAGS_set=set > ac_cv_env_LDFLAGS_value=-L/usr/local/lib > ac_cv_env_LIBDRM_CFLAGS_set='' > ac_cv_env_LIBDRM_CFLAGS_value='' > ac_cv_env_LIBDRM_LIBS_set='' > ac_cv_env_LIBDRM_LIBS_value='' > ac_cv_env_LIBS_set='' > ac_cv_env_LIBS_value='' > ac_cv_env_MKLIB_OPTIONS_set='' > ac_cv_env_MKLIB_OPTIONS_value='' > ac_cv_env_OPT_FLAGS_set='' > ac_cv_env_OPT_FLAGS_value='' > ac_cv_env_PIC_FLAGS_set='' > ac_cv_env_PIC_FLAGS_value='' > ac_cv_env_PKG_CONFIG_set='' > ac_cv_env_PKG_CONFIG_value='' > ac_cv_env_X11_INCLUDES_set='' > ac_cv_env_X11_INCLUDES_value='' > ac_cv_env_XCB_CFLAGS_set='' > ac_cv_env_XCB_CFLAGS_value='' > ac_cv_env_XCB_LIBS_set='' > ac_cv_env_XCB_LIBS_value='' > ac_cv_env_XLIBGL_CFLAGS_set='' > ac_cv_env_XLIBGL_CFLAGS_value='' > ac_cv_env_XLIBGL_LIBS_set='' > ac_cv_env_XLIBGL_LIBS_value='' > ac_cv_env_XMKMF_set='' > ac_cv_env_XMKMF_value='' > ac_cv_env_build_alias_set=set > ac_cv_env_build_alias_value=amd64-portbld-freebsd7.0 > ac_cv_env_host_alias_set='' > ac_cv_env_host_alias_value='' > ac_cv_env_target_alias_set='' > ac_cv_env_target_alias_value='' > ac_cv_func_dlopen=yes > ac_cv_func_posix_memalign=yes > ac_cv_host=amd64-portbld-freebsd7.0 > ac_cv_objext=o > ac_cv_path_MKDEP=/usr/local/bin/makedepend > ac_cv_path_SED=/usr/bin/sed > ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config > ac_cv_prog_CPP='cc -E' > ac_cv_prog_MAKE=gmake > ac_cv_prog_ac_ct_CC=cc > ac_cv_prog_cc_c89='' > ac_cv_prog_cc_g=yes > ac_cv_prog_cxx_g=yes > lt_cv_sys_max_cmd_len=262144 > pkg_cv_DRI2PROTO_CFLAGS='-I/usr/local/include ' > pkg_cv_DRI2PROTO_LIBS=' ' > pkg_cv_LIBDRM_CFLAGS='-I/usr/local/include -I/usr/local/include/drm ' > pkg_cv_LIBDRM_LIBS='-L/usr/local/lib -ldrm ' > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > APP_LIB_DEPS='' > ARCH_FLAGS='' > ASM_API='$(X86-64_API)' > ASM_FLAGS='-DUSE_X86_64_ASM' > ASM_SOURCES='$(X86-64_SOURCES)' > CC='cc' > CFLAGS='-O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes > -std=c99 -ffast-math -fno-strict-aliasing' > CPP='cc -E' > CPPFLAGS='-I/usr/local/include' > CXX='c++' > CXXFLAGS='-O2 -fno-strict-aliasing -pipe -Wall -fno-strict-aliasing' > DEFINES=' -DHAVE_POSIX_MEMALIGN -DUSE_XCB' > DEFS='' > DRI2PROTO_CFLAGS='-I/usr/local/include ' > DRI2PROTO_LIBS=' ' > DRIGL_CFLAGS='' > DRIGL_LIBS='' > DRIVER_DIRS='dri' > DRI_DIRS='' > DRI_DRIVER_INSTALL_DIR='' > DRI_LIB_DEPS='' > DRI_PC_REQ_PRIV='libdrm >= 2.4.3' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='' > EXEEXT='' > EXPAT_INCLUDES='' > EXTRA_LIB_PATH='' > GLUT_CFLAGS='' > GLUT_LIBS='' > GLUT_LIB_DEPS='' > GLUT_LIB_NAME='lib$(GLUT_LIB).so' > GLUT_MESA_DEPS='' > GLUT_PC_CFLAGS='' > GLUT_PC_LIB_PRIV='' > GLUT_PC_REQ_PRIV='' > GLU_DIRS='sgi' > GLU_LIB_DEPS='' > GLU_LIB_NAME='lib$(GLU_LIB).so' > GLU_MESA_DEPS='' > GLU_PC_CFLAGS='' > GLU_PC_LIB_PRIV='' > GLU_PC_REQ='' > GLU_PC_REQ_PRIV='' > GLW_CFLAGS='' > GLW_LIBS='' > GLW_LIB_DEPS='' > GLW_LIB_NAME='lib$(GLW_LIB).so' > GLW_MESA_DEPS='' > GLW_PC_CFLAGS='' > GLW_PC_LIB_PRIV='' > GLW_PC_REQ_PRIV='' > GLW_SOURCES='' > GL_LIB_DEPS='' > GL_LIB_NAME='lib$(GL_LIB).so' > GL_PC_CFLAGS='' > GL_PC_LIB_PRIV='' > GL_PC_REQ_PRIV='libdrm >= 2.4.3 dri2proto >= 1.99.3' > GREP='' > LDFLAGS='-L/usr/local/lib' > LIBDRM_CFLAGS='-I/usr/local/include -I/usr/local/include/drm ' > LIBDRM_LIBS='-L/usr/local/lib -ldrm ' > LIBOBJS='' > LIBS='' > LIB_DIR='lib' > LTLIBOBJS='' > MAKE='gmake' > MKDEP='/usr/local/bin/makedepend' > MKDEP_OPTIONS='-fdepend' > MKLIB_OPTIONS='' > MOTIF_CFLAGS='' > MOTIF_CONFIG='' > OBJEXT='o' > OPT_FLAGS='' > OSMESA_LIB='' > OSMESA_LIB_DEPS='' > OSMESA_LIB_NAME='lib$(OSMESA_LIB).so' > OSMESA_MESA_DEPS='' > OSMESA_PC_LIB_PRIV='' > OSMESA_PC_REQ='' > PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa' > PACKAGE_NAME='Mesa' > PACKAGE_STRING='Mesa 7.3.0' > PACKAGE_TARNAME='mesa' > PACKAGE_VERSION='7.3.0' > PATH_SEPARATOR=':' > PIC_FLAGS='-fPIC' > PKG_CONFIG='/usr/local/bin/pkg-config' > POSIX_SHELL='' > PROGRAM_DIRS='' > SED='/usr/bin/sed' > SHELL='/bin/sh' > SRC_DIRS='glx/x11 mesa' > USING_EGL='' > WINDOW_SYSTEM='dri' > X11_INCLUDES='' > XCB_CFLAGS='' > XCB_LIBS='' > XLIBGL_CFLAGS='' > XLIBGL_LIBS='' > XMKMF='' > X_CFLAGS='' > X_EXTRA_LIBS='' > X_LIBS='' > X_PRE_LIBS='' > ac_ct_CC='cc' > ac_ct_CXX='' > bindir='${exec_prefix}/bin' > build='amd64-portbld-freebsd7.0' > build_alias='amd64-portbld-freebsd7.0' > build_cpu='amd64' > build_os='freebsd7.0' > build_vendor='portbld' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' > dvidir='${docdir}' > exec_prefix='NONE' > host='amd64-portbld-freebsd7.0' > host_alias='' > host_cpu='amd64' > host_os='freebsd7.0' > host_vendor='portbld' > htmldir='${docdir}' > includedir='${prefix}/include' > infodir='/usr/local/info/' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localedir='${datarootdir}/locale' > localstatedir='${prefix}/var' > mandir='/usr/local/man' > oldincludedir='/usr/include' > pdfdir='${docdir}' > prefix='/usr/local' > program_transform_name='s,x,x,' > psdir='${docdir}' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target_alias='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > #define PACKAGE_NAME "Mesa" > #define PACKAGE_TARNAME "mesa" > #define PACKAGE_VERSION "7.3.0" > #define PACKAGE_STRING "Mesa 7.3.0" > #define PACKAGE_BUGREPORT > "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" > > configure: exit 1 > > =================================================================== > Silmar Antonio Buchner de Oliveira > Chefe da Divis?o de Redes Corporativas > Departamento de Seguran?a de Tecnologia de Informa??o e Comunica??o > Diretoria de Tecnologia de Informa??o e Comunica??o > Secretaria Adjunta de Tecnologias de Gest?o > Secretaria de Gest?o Administrativa - SGA > Governo do Estado Acre > 68-3212-7607 > > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > The problem seems to be x11-xcb. Deinstall and reinstall it, then run install libglut as you intend. From tevans.uk at googlemail.com Tue Apr 21 11:50:40 2009 From: tevans.uk at googlemail.com (Tom Evans) Date: Tue Apr 21 11:50:48 2009 Subject: Apache install fails on xproto-7.0.15 Script "configure" failed unexpectedly In-Reply-To: <2A655B55AE3047A2BF294F6C0F5BA3C7@ARIESTWO> References: <2A655B55AE3047A2BF294F6C0F5BA3C7@ARIESTWO> Message-ID: <1240313056.8205.22.camel@strangepork.mintel.co.uk> On Tue, 2009-04-21 at 10:34 +0300, Aries LTD wrote: > Dear sirs, > > Good day, > > When I try to install Apache 2.2.11_4 the install process fails on xproto-7.0.15 see attached config.log > What can I do? > > > NewBSD# cd apache22 > NewBSD# ls > Makefile distinfo pkg-message > Makefile.doc files pkg-plist > Makefile.modules pkg-descr work > Makefile.options pkg-install > NewBSD# make > NewBSD# make install > ===> Installing for apache-2.2.11_4 > ===> apache-2.2.11_4 depends on file: /usr/local/lib/libcrypto.so.5 - not found > ===> Verifying install for /usr/local/lib/libcrypto.so.5 in /usr/ports/security/openssl > ===> Vulnerability check disabled, database not found > => openssl-0.9.8k.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > => Attempting to fetch from http://www.openssl.org/source/. > openssl-0.9.8k.tar.gz 100% of 3761 kB 116 kBps 00m00s > ===> Extracting for openssl-0.9.8k > => MD5 Checksum OK for openssl-0.9.8k.tar.gz. > => SHA256 Checksum OK for openssl-0.9.8k.tar.gz. > ===> openssl-0.9.8k depends on file: /usr/local/bin/perl5.8.9 - found > ===> Patching for openssl-0.9.8k > ===> openssl-0.9.8k depends on file: /usr/local/bin/perl5.8.9 - found > ===> Applying FreeBSD patches for openssl-0.9.8k > ===> openssl-0.9.8k depends on executable: makedepend - not found > ===> Verifying install for makedepend in /usr/ports/devel/makedepend > ===> Vulnerability check disabled, database not found > => makedepend-1.0.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/xorg/util. > => Attempting to fetch from ftp://ftp.gwdg.de/pub/x11/x.org/pub/individual/util/. > makedepend-1.0.1.tar.bz2 100% of 105 kB 98 kBps > ===> Extracting for makedepend-1.0.1,1 > => MD5 Checksum OK for xorg/util/makedepend-1.0.1.tar.bz2. > => SHA256 Checksum OK for xorg/util/makedepend-1.0.1.tar.bz2. > ===> Patching for makedepend-1.0.1,1 > ===> makedepend-1.0.1,1 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - not found > ===> Verifying install for /usr/local/libdata/pkgconfig/xproto.pc in /usr/ports/x11/xproto > ===> Vulnerability check disabled, database not found > => xproto-7.0.15.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/xorg/proto. > => Attempting to fetch from ftp://ftp.gwdg.de/pub/x11/x.org/pub/individual/proto/. > xproto-7.0.15.tar.bz2 100% of 155 kB 106 kBps > ===> Extracting for xproto-7.0.15 > => MD5 Checksum OK for xorg/proto/xproto-7.0.15.tar.bz2. > => SHA256 Checksum OK for xorg/proto/xproto-7.0.15.tar.bz2. > ===> Patching for xproto-7.0.15 > ===> xproto-7.0.15 depends on executable: pkg-config - found > ===> Configuring for xproto-7.0.15 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... ./install-sh -c -d > checking for gawk... no > checking for mawk... no > checking for nawk... nawk > checking whether make sets $(MAKE)... yes > checking if xorg-macros used to generate configure is at least 1.2... yes, 1.2.1 > checking build system type... i386-portbld-freebsd6.2 > checking host system type... i386-portbld-freebsd6.2 > checking for style of include used by make... GNU > checking for gcc... cc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether cc accepts -g... yes > checking for cc option to accept ISO C89... unsupported > checking dependency style of cc... none > checking how to run the C preprocessor... /lib/cpp > configure: error: in `/usr/ports/x11/xproto/work/xproto-7.0.15': > configure: error: C preprocessor "/lib/cpp" fails sanity check ^^^^^^^^^ And how does it run when you dont have a non standard C preprocessor set? > See `config.log' for more details. > ===> Script "configure" failed unexpectedly. > Please report the problem to x11@FreeBSD.org [maintainer] and attach the > "/usr/ports/x11/xproto/work/xproto-7.0.15/config.log" including the output > of the failure of your make command. Also, it might be a good idea to provide > an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/x11/xproto. > *** Error code 1 > > Stop in /usr/ports/devel/makedepend. > *** Error code 1 > > Stop in /usr/ports/security/openssl. > *** Error code 1 > > Stop in /usr/ports/www/apache22. > *** Error code 1 > > Stop in /usr/ports/www/apache22. > > NewBSD# ls /var/db/pkg > autoconf-2.62 lynx-2.8.6.5_5,1 > autoconf-wrapper-20071109 m4-1.4.12,1 > automake-1.9.6_3 mc-4.6.2 > automake-wrapper-20071109 mime-support-3.44.1 > cvsup-without-gui-16.1h_2 mysql-client-5.0.77_1 > db41-4.1.25_4 p5-gettext-1.05_2 > expat-2.0.1 pcre-7.9 > ezm3-1.2_1 perl-5.8.9_2 > gamin-0.1.10 pkg-config-0.23_1 > gettext-0.14.5_2 pkgdb.db > gio-fam-backend-2.20.1 png-1.2.35 > glib-2.20.1 portupgrade-2.4.6_2,2 > gmake-3.81_1 python25-2.5.4_1 > help2man-1.36.4_2 ruby-1.8.7.72_1,1 > libiconv-1.9.2_2 ruby18-bdb-0.6.5 > libslang2-2.1.4_1 screen-4.0.3_6 > libtool-1.5.22_2 wget-1.11.4 > > ++++++++++++++++++++++++++++++++++++++ > > Best regards, > > Alexey > > info@ariesltd.com.ua > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" From tevans.uk at googlemail.com Tue Apr 21 12:58:27 2009 From: tevans.uk at googlemail.com (Tom Evans) Date: Tue Apr 21 12:58:34 2009 Subject: error In-Reply-To: <49EDA45A.5060902@gmail.com> References: <49EC961F.6020105@ac.gov.br> <49EDA45A.5060902@gmail.com> Message-ID: <1240318703.8205.39.camel@strangepork.mintel.co.uk> On Tue, 2009-04-21 at 11:47 +0100, Ricardo Jesus wrote: > Silmar Antonio Buchner de Oliveira wrote: .. > > configure: error: Package requirements (x11 xext xxf86vm xdamage xfixes > > x11-xcb xcb-glx) were not met: > > > > No package 'x11-xcb' found > > .. > The problem seems to be x11-xcb. Deinstall and reinstall it, then run > install libglut as you intend. I might be wrong, but isn't this a FAQ, with the answer being 'You have an old libX11, upgrade all your packages, try again'. Cheers Tom From info at ariesltd.com.ua Tue Apr 21 14:10:49 2009 From: info at ariesltd.com.ua (Aries LTD) Date: Tue Apr 21 14:11:11 2009 Subject: Apache install fails on xproto-7.0.15 Script "configure"failed unexpectedly In-Reply-To: <1240313056.8205.22.camel@strangepork.mintel.co.uk> References: <2A655B55AE3047A2BF294F6C0F5BA3C7@ARIESTWO> <1240313056.8205.22.camel@strangepork.mintel.co.uk> Message-ID: Dear Tom, It is standard FreeBSD 6.2!!! Do I need install another C preprocessor? please advise. Installed packets listed below: NewBSD# ls /var/db/pkg >> autoconf-2.62 lynx-2.8.6.5_5,1 >> autoconf-wrapper-20071109 m4-1.4.12,1 >> automake-1.9.6_3 mc-4.6.2 >> automake-wrapper-20071109 mime-support-3.44.1 >> cvsup-without-gui-16.1h_2 mysql-client-5.0.77_1 >> db41-4.1.25_4 p5-gettext-1.05_2 >> expat-2.0.1 pcre-7.9 >> ezm3-1.2_1 perl-5.8.9_2 >> gamin-0.1.10 pkg-config-0.23_1 >> gettext-0.14.5_2 pkgdb.db >> gio-fam-backend-2.20.1 png-1.2.35 >> glib-2.20.1 portupgrade-2.4.6_2,2 >> gmake-3.81_1 python25-2.5.4_1 >> help2man-1.36.4_2 ruby-1.8.7.72_1,1 >> libiconv-1.9.2_2 ruby18-bdb-0.6.5 >> libslang2-2.1.4_1 screen-4.0.3_6 >> libtool-1.5.22_2 wget-1.11.4 Best regards, Alexey info@ariesltd.com.ua ----- Original Message ----- From: "Tom Evans" To: "Aries LTD" Cc: Sent: Tuesday, April 21, 2009 2:24 PM Subject: Re: Apache install fails on xproto-7.0.15 Script "configure"failed unexpectedly > On Tue, 2009-04-21 at 10:34 +0300, Aries LTD wrote: >> Dear sirs, >> >> Good day, >> >> When I try to install Apache 2.2.11_4 the install process fails on >> xproto-7.0.15 see attached config.log >> What can I do? >> >> >> NewBSD# cd apache22 >> NewBSD# ls >> Makefile distinfo pkg-message >> Makefile.doc files pkg-plist >> Makefile.modules pkg-descr work >> Makefile.options pkg-install >> NewBSD# make >> NewBSD# make install >> ===> Installing for apache-2.2.11_4 >> ===> apache-2.2.11_4 depends on file: /usr/local/lib/libcrypto.so.5 - >> not found >> ===> Verifying install for /usr/local/lib/libcrypto.so.5 in >> /usr/ports/security/openssl >> ===> Vulnerability check disabled, database not found >> => openssl-0.9.8k.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> => Attempting to fetch from http://www.openssl.org/source/. >> openssl-0.9.8k.tar.gz 100% of 3761 kB 116 kBps >> 00m00s >> ===> Extracting for openssl-0.9.8k >> => MD5 Checksum OK for openssl-0.9.8k.tar.gz. >> => SHA256 Checksum OK for openssl-0.9.8k.tar.gz. >> ===> openssl-0.9.8k depends on file: /usr/local/bin/perl5.8.9 - found >> ===> Patching for openssl-0.9.8k >> ===> openssl-0.9.8k depends on file: /usr/local/bin/perl5.8.9 - found >> ===> Applying FreeBSD patches for openssl-0.9.8k >> ===> openssl-0.9.8k depends on executable: makedepend - not found >> ===> Verifying install for makedepend in /usr/ports/devel/makedepend >> ===> Vulnerability check disabled, database not found >> => makedepend-1.0.1.tar.bz2 doesn't seem to exist in >> /usr/ports/distfiles/xorg/util. >> => Attempting to fetch from >> ftp://ftp.gwdg.de/pub/x11/x.org/pub/individual/util/. >> makedepend-1.0.1.tar.bz2 100% of 105 kB 98 kBps >> ===> Extracting for makedepend-1.0.1,1 >> => MD5 Checksum OK for xorg/util/makedepend-1.0.1.tar.bz2. >> => SHA256 Checksum OK for xorg/util/makedepend-1.0.1.tar.bz2. >> ===> Patching for makedepend-1.0.1,1 >> ===> makedepend-1.0.1,1 depends on file: >> /usr/local/libdata/pkgconfig/xproto.pc - not found >> ===> Verifying install for /usr/local/libdata/pkgconfig/xproto.pc in >> /usr/ports/x11/xproto >> ===> Vulnerability check disabled, database not found >> => xproto-7.0.15.tar.bz2 doesn't seem to exist in >> /usr/ports/distfiles/xorg/proto. >> => Attempting to fetch from >> ftp://ftp.gwdg.de/pub/x11/x.org/pub/individual/proto/. >> xproto-7.0.15.tar.bz2 100% of 155 kB 106 kBps >> ===> Extracting for xproto-7.0.15 >> => MD5 Checksum OK for xorg/proto/xproto-7.0.15.tar.bz2. >> => SHA256 Checksum OK for xorg/proto/xproto-7.0.15.tar.bz2. >> ===> Patching for xproto-7.0.15 >> ===> xproto-7.0.15 depends on executable: pkg-config - found >> ===> Configuring for xproto-7.0.15 >> checking for a BSD-compatible install... /usr/bin/install -c -o root -g >> wheel >> checking whether build environment is sane... yes >> checking for a thread-safe mkdir -p... ./install-sh -c -d >> checking for gawk... no >> checking for mawk... no >> checking for nawk... nawk >> checking whether make sets $(MAKE)... yes >> checking if xorg-macros used to generate configure is at least 1.2... >> yes, 1.2.1 >> checking build system type... i386-portbld-freebsd6.2 >> checking host system type... i386-portbld-freebsd6.2 >> checking for style of include used by make... GNU >> checking for gcc... cc >> checking for C compiler default output file name... a.out >> checking whether the C compiler works... yes >> checking whether we are cross compiling... no >> checking for suffix of executables... >> checking for suffix of object files... o >> checking whether we are using the GNU C compiler... yes >> checking whether cc accepts -g... yes >> checking for cc option to accept ISO C89... unsupported >> checking dependency style of cc... none >> checking how to run the C preprocessor... /lib/cpp >> configure: error: in `/usr/ports/x11/xproto/work/xproto-7.0.15': >> configure: error: C preprocessor "/lib/cpp" fails sanity check > ^^^^^^^^^ > > And how does it run when you dont have a non standard C preprocessor > set? > >> See `config.log' for more details. >> ===> Script "configure" failed unexpectedly. >> Please report the problem to x11@FreeBSD.org [maintainer] and attach the >> "/usr/ports/x11/xproto/work/xproto-7.0.15/config.log" including the >> output >> of the failure of your make command. Also, it might be a good idea to >> provide >> an overview of all packages installed on your system (e.g. an `ls >> /var/db/pkg`). >> *** Error code 1 >> >> Stop in /usr/ports/x11/xproto. >> *** Error code 1 >> >> Stop in /usr/ports/devel/makedepend. >> *** Error code 1 >> >> Stop in /usr/ports/security/openssl. >> *** Error code 1 >> >> Stop in /usr/ports/www/apache22. >> *** Error code 1 >> >> Stop in /usr/ports/www/apache22. >> >> NewBSD# ls /var/db/pkg >> autoconf-2.62 lynx-2.8.6.5_5,1 >> autoconf-wrapper-20071109 m4-1.4.12,1 >> automake-1.9.6_3 mc-4.6.2 >> automake-wrapper-20071109 mime-support-3.44.1 >> cvsup-without-gui-16.1h_2 mysql-client-5.0.77_1 >> db41-4.1.25_4 p5-gettext-1.05_2 >> expat-2.0.1 pcre-7.9 >> ezm3-1.2_1 perl-5.8.9_2 >> gamin-0.1.10 pkg-config-0.23_1 >> gettext-0.14.5_2 pkgdb.db >> gio-fam-backend-2.20.1 png-1.2.35 >> glib-2.20.1 portupgrade-2.4.6_2,2 >> gmake-3.81_1 python25-2.5.4_1 >> help2man-1.36.4_2 ruby-1.8.7.72_1,1 >> libiconv-1.9.2_2 ruby18-bdb-0.6.5 >> libslang2-2.1.4_1 screen-4.0.3_6 >> libtool-1.5.22_2 wget-1.11.4 >> >> ++++++++++++++++++++++++++++++++++++++ >> >> Best regards, >> >> Alexey >> >> info@ariesltd.com.ua >> _______________________________________________ >> freebsd-x11@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 >> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > > From peterjeremy at optushome.com.au Wed Apr 22 00:26:57 2009 From: peterjeremy at optushome.com.au (Peter Jeremy) Date: Wed Apr 22 00:27:04 2009 Subject: Apache install fails on xproto-7.0.15 Script "configure" failed unexpectedly In-Reply-To: <2A655B55AE3047A2BF294F6C0F5BA3C7@ARIESTWO> References: <2A655B55AE3047A2BF294F6C0F5BA3C7@ARIESTWO> Message-ID: <20090421215516.GA24983@server.vk2pj.dyndns.org> Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090422/95b00f0c/attachment.pgp From ka at flu.if0.org Wed Apr 22 04:15:14 2009 From: ka at flu.if0.org (Kazumaro Aoki) Date: Wed Apr 22 04:15:46 2009 Subject: can't work function keys on xorg-7.4 + twm Message-ID: <20090422.130041.45656170.maro@flu.if0.org> After upgrading xorg version to 7.4, several setting: "F1" = : all : f.iconify "1" = m: all : f.iconify "F3" = : all : f.raise "3" = m: all : f.raise "F4" = : all : f.lower "4" = m: all : f.lower "F5" = : all : f.zoom "5" = m: all : f.zoom "z" = c|s:all: f.fullzoom "n" = c|s:all: f.downiconmgr "p" = c|s:all: f.upiconmgr in my .twmrc does not work. I used FreeBSD-7.1R/i386 and on-board video in the mother board: Intel D865GLC. I use xf86-video-intel and it is specified in xorg.conf: Section "Device" Driver "intel" I also tried vesa driver, and the problem does not solved. Moreover, I tried "pkg_delete -a" and reinstalled ports-current, but the same problem occurs. How to solve the problem? Thanks in advance. Kazumaro Aoki From Lars.Hermansen at nationaltheatret.no Wed Apr 22 15:39:11 2009 From: Lars.Hermansen at nationaltheatret.no (Lars Hermansen) Date: Wed Apr 22 15:39:18 2009 Subject: Requested 'randrproto >= 1.3' but version of RandrProto is 1.2.1 Message-ID: <89F83C7483118245B3D656441586F8069F04E1BA35@nt-mail.nationaltheatret.loc> Hi, I keep getting this error on several ports I try to install, allways stops at RandrProto. I'm running PC-BSD. Hope you can help me on this Regards, Lars Hermansen checking for pkg-config... /PCBSD/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for RANDR... configure: error: Package requirements (x11 randrproto >= 1.3 xext xextproto xrender renderproto) were not met: Requested 'randrproto >= 1.3' but version of RandrProto is 1.2.1 Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables RANDR_CFLAGS and RANDR_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/libXrandr/work/libXrandr-1.3.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11/libXrandr. *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk20. *** Error code 1 Stop in /usr/ports/www/firefox. *** Error code 1 Stop in /usr/ports/www/firefox. *** Error code 1 Stop in /usr/ports/x11-toolkits/py-gnome-extras. [root@pcbsd /usr/ports/x11-toolkits/py-gnome-extras]# ls /var/db/pkg BitchX-1.1.0.1_4 gnome-mime-data-2.18.0_3 miracl-5.3.2_1,1 portcheck-1.13 ORBit2-2.14.17 gnome_subr-1.0 nspr-4.7 portmanager-0.4.1_9 aspell-0.60.6_2 gnomehier-2.3_12 nss-3.11.9_2 portmaster-2.7 atk-1.24.0 gnutls-2.6.4 openssl-0.9.8k printproto-1.0.4 autoconf-2.13.000227_6 gperf-3.0.3 p5-Compress-Raw-Zlib-2.017 py25-cairo-1.8.2 autoconf-2.62 gtk-1.2.10_20 p5-Compress-Zlib-2.015 py25-gobject-2.16.1 autoconf-wrapper-20071109 icu-3.8.1_2 p5-HTML-Parser-3.60 py25-libxml2-2.7.3 automake-1.10.1 inputproto-1.5.0 p5-HTML-Tagset-3.20 py25-orbit-2.24.0 automake-1.4.6_5 intltool-0.40.6 p5-HTML-Tree-3.23 python-2.5,2 automake-1.9.6_3 iso-codes-3.7 p5-IO-Compress-Base-2.015 python25-2.5.4_1 automake-wrapper-20071109 iso8879-1986_2 p5-IO-Compress-Zlib-2.015 randrproto-1.3.0 bigreqsproto-1.0.2 jpeg-6b_7 p5-Net-DBus-0.33.6 rarian-0.8.1 cairo-1.8.6_1,1 kbproto-1.0.3 p5-Text-Iconv-1.7 renderproto-0.9.3 dbus-1.2.4.4 libICE-1.0.4_1,1 p5-Tie-IxHash-1.21 rpm-3.0.6_14 dbus-glib-0.80 libIDL-0.8.13 p5-Time-HiRes-1.9719,1 socks5-1.0.11_5 docbook-1.4 libSM-1.1.0_1,1 p5-URI-1.37 system-tools-backends-2.6.0_1 docbook-4.1_3 libX11-1.2.1,1 p5-XML-Filter-BufferText-1.01 tcl-8.6.b.1_3 docbook-4.2 libXau-1.0.4 p5-XML-Grove-0.46.a tcl-modules-8.5.6 docbook-4.3 libXdmcp-1.0.2_1 p5-XML-Handler-YAWriter-0.23 unzip-5.52_5 docbook-4.4_2 libXext-1.0.5,1 p5-XML-NamespaceSupport-1.09_1 v4l_compat-1.0.20060801 docbook-4.5_2 libXft-2.1.13 p5-XML-Parser-2.36 vulnerability-test-port-2009.04.22 docbook-5.0_1 libXi-1.2.1,1 p5-XML-SAX-0.96 wget-1.11.4 docbook-sk-4.1.2_4 libXinerama-1.0.3,1 p5-XML-SAX-Expat-0.40 xcb-proto-1.4 docbook-xml-4.2_1 libXrender-0.9.4_1 p5-XML-SAX-Writer-0.52 xcb-util-0.3.3 docbook-xml-4.3 libXt-1.0.5_1 p5-XML-Simple-2.18 xchat-1.8.11_11 docbook-xml-4.4_1 libXxf86misc-1.0.1 p5-XML-Twig-3.32 xchat-fish-0.98_1 docbook-xml-4.5 libcheck-0.9.6 p5-XML-XPath-1.13 xchat-mircryption-0.3.3_1,1 docbook-xsl-1.74.0_1 libgcrypt-1.4.4 p5-libwww-5.825 xcmiscproto-1.1.2 enchant-1.4.2 libgpg-error-1.7 p5-libxml-0.08 xextproto-7.0.5 expat-2.0.1 libiconv-1.11_1 pcre-7.9 xf86bigfontproto-1.1.2 fontconfig-2.6.0,1 libpthread-stubs-0.1 perl-5.8.9_2 xf86miscproto-0.9.2 freetype2-2.3.9_1 libsigsegv-2.5 php5-5.2.9 xineramaproto-1.1.2 gamin-0.1.10_1 libtool-1.5.26 pixman-0.15.2 xinit-1.1.1_1 getopt-1.1.4_1 libxcb-1.2_1 pkg-config-0.23_1 xmlcatmgr-2.2 gettext-0.17_1 libxml2-2.7.3 pkg_install-20080708_1 xmlcharent-0.3_2 gio-fam-backend-2.20.1 libxslt-1.1.24_2 png-1.2.35 xorg-macros-1.2.1 glib-1.2.10_12 linux-gtk-1.2.10_5 policykit-0.9_4 xproto-7.0.15 glib-2.20.1 linux-gtk2-2.6.10_2 popt-1.7_5 xtrans-1.2.3 gmake-3.81_3 m4-1.4.12,1 portaudit-0.5.12 gnome-doc-utils-0.14.2 makedepend-1.0.1,1 portaudit-db-0.2.3_1 [root@pcbsd /usr/ports/x11-toolkits/py-gnome-extras]# -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: application/octet-stream Size: 20116 bytes Desc: config.log Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090422/c2ec5355/config.obj From rnoland at FreeBSD.org Wed Apr 22 16:03:48 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Wed Apr 22 16:03:55 2009 Subject: Requested 'randrproto >= 1.3' but version of RandrProto is 1.2.1 In-Reply-To: <89F83C7483118245B3D656441586F8069F04E1BA35@nt-mail.nationaltheatret.loc> References: <89F83C7483118245B3D656441586F8069F04E1BA35@nt-mail.nationaltheatret.loc> Message-ID: <1240416210.1949.22.camel@balrog.2hip.net> On Wed, 2009-04-22 at 17:04 +0200, Lars Hermansen wrote: > Hi, > > I keep getting this error on several ports I try to install, allways stops at RandrProto. > I'm running PC-BSD. > > Hope you can help me on this > > Regards, Lars Hermansen > > checking for pkg-config... /PCBSD/local/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for RANDR... configure: error: Package requirements (x11 randrproto >= 1.3 xext xextproto xrender renderproto) were not met: > > Requested 'randrproto >= 1.3' but version of RandrProto is 1.2.1 Update x11/randrproto? robert. > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables RANDR_CFLAGS > and RANDR_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > ===> Script "configure" failed unexpectedly. > Please report the problem to x11@FreeBSD.org [maintainer] and attach the > "/usr/ports/x11/libXrandr/work/libXrandr-1.3.0/config.log" including the > output of the failure of your make command. Also, it might be a good idea to > provide an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/x11/libXrandr. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/gtk20. > *** Error code 1 > > Stop in /usr/ports/www/firefox. > *** Error code 1 > > Stop in /usr/ports/www/firefox. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/py-gnome-extras. > [root@pcbsd /usr/ports/x11-toolkits/py-gnome-extras]# ls /var/db/pkg > BitchX-1.1.0.1_4 gnome-mime-data-2.18.0_3 miracl-5.3.2_1,1 portcheck-1.13 > ORBit2-2.14.17 gnome_subr-1.0 nspr-4.7 portmanager-0.4.1_9 > aspell-0.60.6_2 gnomehier-2.3_12 nss-3.11.9_2 portmaster-2.7 > atk-1.24.0 gnutls-2.6.4 openssl-0.9.8k printproto-1.0.4 > autoconf-2.13.000227_6 gperf-3.0.3 p5-Compress-Raw-Zlib-2.017 py25-cairo-1.8.2 > autoconf-2.62 gtk-1.2.10_20 p5-Compress-Zlib-2.015 py25-gobject-2.16.1 > autoconf-wrapper-20071109 icu-3.8.1_2 p5-HTML-Parser-3.60 py25-libxml2-2.7.3 > automake-1.10.1 inputproto-1.5.0 p5-HTML-Tagset-3.20 py25-orbit-2.24.0 > automake-1.4.6_5 intltool-0.40.6 p5-HTML-Tree-3.23 python-2.5,2 > automake-1.9.6_3 iso-codes-3.7 p5-IO-Compress-Base-2.015 python25-2.5.4_1 > automake-wrapper-20071109 iso8879-1986_2 p5-IO-Compress-Zlib-2.015 randrproto-1.3.0 > bigreqsproto-1.0.2 jpeg-6b_7 p5-Net-DBus-0.33.6 rarian-0.8.1 > cairo-1.8.6_1,1 kbproto-1.0.3 p5-Text-Iconv-1.7 renderproto-0.9.3 > dbus-1.2.4.4 libICE-1.0.4_1,1 p5-Tie-IxHash-1.21 rpm-3.0.6_14 > dbus-glib-0.80 libIDL-0.8.13 p5-Time-HiRes-1.9719,1 socks5-1.0.11_5 > docbook-1.4 libSM-1.1.0_1,1 p5-URI-1.37 system-tools-backends-2.6.0_1 > docbook-4.1_3 libX11-1.2.1,1 p5-XML-Filter-BufferText-1.01 tcl-8.6.b.1_3 > docbook-4.2 libXau-1.0.4 p5-XML-Grove-0.46.a tcl-modules-8.5.6 > docbook-4.3 libXdmcp-1.0.2_1 p5-XML-Handler-YAWriter-0.23 unzip-5.52_5 > docbook-4.4_2 libXext-1.0.5,1 p5-XML-NamespaceSupport-1.09_1 v4l_compa