You are not logged in.

#1 2012-04-30 06:36:28

Natanji
Member
Registered: 2009-09-22
Posts: 133

Xorg crashes when Firefox loads a lot of images; Intel driver bug?

For some time now I'm seeing a weird error. Basically, when I load a *lot* of images in Firefox, Xorg crashes completely. In Xorg logfile I can see the following error:

[  2993.177] (EE) intel(0): Failed to submit batch buffer, expect rendering corruption or even a frozen display: No space left on device.
[  2993.180] 
[  2993.180] Backtrace:
[  2993.214] 0: /usr/bin/X (xorg_backtrace+0x49) [0x81b6bb9]
[  2993.214] 1: /usr/bin/X (0x8048000+0x172816) [0x81ba816]
[  2993.214] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb77b140c]
[  2993.214] 3: /lib/libc.so.6 (0xb7412000+0x12dd10) [0xb753fd10]
[  2993.214] 4: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb71dd000+0xe51c) [0xb71eb51c]
[  2993.214] 5: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb71dd000+0x105c4) [0xb71ed5c4]
[  2993.214] 6: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb71dd000+0x3248d) [0xb720f48d]
[  2993.214] 7: /usr/bin/X (0x8048000+0xfb844) [0x8143844]
[  2993.214] 8: /usr/bin/X (0x8048000+0x2b84f) [0x807384f]
[  2993.214] 9: /usr/bin/X (0x8048000+0x2f0ad) [0x80770ad]
[  2993.214] 10: /usr/bin/X (0x8048000+0x1ccd5) [0x8064cd5]
[  2993.214] 11: /lib/libc.so.6 (__libc_start_main+0xf5) [0xb742b3d5]
[  2993.214] 12: /usr/bin/X (0x8048000+0x1d019) [0x8065019]
[  2993.214] 
[  2993.214] Bus error at address 0xb2f8a748
[  2993.214] 
Fatal server error:
[  2993.214] Caught signal 7 (Bus error). Server aborting

I have an Intel GMA 945 and I'm using x586-video-intel and intel-dri.

It is interesting to see that these crashes happen as soon as the total memory used by Linux approaches/reaches my physical memory size of 2 GB. I should note that I have an SSD - so I do not use swap. With total memory used I mean memory that programs use plus cached memory, so my memory isn't actually "full" since the kernel could just free some cached memory to accommodate the memory Firefox needs. But this is not what happens: as soon as all of the memory is used, Xorg crashes in this scenario. I can prolong the time of crash by manually freeing the cached memory before, but again, as soon as the memory that "free -m" reports as used approaches my physical limit of 2 GB, I get a crash.

Note that this is not an OOM Killer issue. OOM Killer doesn't do anything (and it shouldn't: the cached memory is available to the system, after all).

I'm willing to test out any suggestions. My guess is that there is a bug in the intel driver but I rather be sure beforehand.

Last edited by Natanji (2012-04-30 06:38:45)

Offline

#2 2012-04-30 08:13:46

Ranmaru
Member
From: Japan
Registered: 2011-11-20
Posts: 60

Re: Xorg crashes when Firefox loads a lot of images; Intel driver bug?

Hmm, I noticed the same bug after upgrading to kernel 3.3.4, also with Intel drivers. Downgrading to kernel 3.3.3 fixed the issue for me until I can find a better solution.

Offline

#3 2012-04-30 19:29:10

Natanji
Member
Registered: 2009-09-22
Posts: 133

Re: Xorg crashes when Firefox loads a lot of images; Intel driver bug?

Does it happen in the same scenario for you? Or do you also see it somehow else than with Firefox? Can you also see it happening when the memory fills up? Please provide some more details! smile

For me, this has been happening for a while already. Kernel 3.0 already had this bug for me, definitely...

Offline

#4 2012-04-30 20:29:39

moetunes
Member
From: A comfortable couch
Registered: 2010-10-09
Posts: 1,033

Re: Xorg crashes when Firefox loads a lot of images; Intel driver bug?

Do you have mtrr error messages in dmesg?

[ ~ ]$ dmesg | grep -i mtrr
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000] MTRR variable ranges enabled:
[    1.739538] mtrr: no more MTRRs available
[    1.739542] [drm] MTRR allocation failed.  Graphics performance may suffer.

If I open and close a second $DISPLAY a few times the screen will turn of and all input stops so I have to hard reset... It could be the source of your issue.


You're just jealous because the voices only talk to me.

Offline

#5 2012-05-01 03:06:35

Ranmaru
Member
From: Japan
Registered: 2011-11-20
Posts: 60

Re: Xorg crashes when Firefox loads a lot of images; Intel driver bug?

Natanji wrote:

Does it happen in the same scenario for you? Or do you also see it somehow else than with Firefox? Can you also see it happening when the memory fills up? Please provide some more details! smile

For me, this has been happening for a while already. Kernel 3.0 already had this bug for me, definitely...

Happened with every web browser for me. I tried Chromium, Firefox and Midori and they all lead to that bug sooner or later, although I noticed that Chromium almost immediately crashed X while Firefox and Midori lasted a little longer. Other memory-intensive tasks didn't cause this as far as I can tell, but then again I didn't really try too many programs and downgraded the kernel almost immediately again.

It happens only with 3.3.4 for me, though. 3.3.3 (and all previous versions as well) are definitely fine.

Offline

#6 2012-05-06 09:43:40

Natanji
Member
Registered: 2009-09-22
Posts: 133

Re: Xorg crashes when Firefox loads a lot of images; Intel driver bug?

moetunes wrote:

Do you have mtrr error messages in dmesg?

[ ~ ]$ dmesg | grep -i mtrr
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000] MTRR variable ranges enabled:
[    1.739538] mtrr: no more MTRRs available
[    1.739542] [drm] MTRR allocation failed.  Graphics performance may suffer.

If I open and close a second $DISPLAY a few times the screen will turn of and all input stops so I have to hard reset... It could be the source of your issue.

There are not "MTRR allocation failed messages" at all for me, so I guess that's not the issue...

But what else is, then? Can anyone help me out?

Offline

#7 2012-05-18 11:19:53

gigitek
Member
Registered: 2012-05-18
Posts: 12

Re: Xorg crashes when Firefox loads a lot of images; Intel driver bug?

I dont know if this is something related but here is my Xorg.0.log.old:
See at the end the 'Bus error at address' error:

[     8.527] 
X.Org X Server 1.12.1
Release Date: 2012-04-13
[     8.527] X Protocol Version 11, Revision 0
[     8.527] Build Operating System: Linux 3.3.2-1-ARCH x86_64 
[     8.527] Current Operating System: Linux echelon 3.3.6-1-ARCH #1 SMP PREEMPT Sun May 13 10:52:32 CEST 2012 x86_64
[     8.527] Kernel command line: root=/dev/sda5 ro
[     8.527] Build Date: 15 April 2012  09:55:35AM
[     8.527]  
[     8.527] Current version of pixman: 0.24.4
[     8.527] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[     8.527] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     8.527] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 18 09:34:54 2012
[     8.626] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     8.652] (==) No Layout section.  Using the first Screen section.
[     8.652] (==) No screen section available. Using defaults.
[     8.652] (**) |-->Screen "Default Screen Section" (0)
[     8.652] (**) |   |-->Monitor "<default monitor>"
[     8.652] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     8.652] (==) Automatically adding devices
[     8.652] (==) Automatically enabling devices
[     8.721] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[     8.721] 	Entry deleted from font path.
[     8.773] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     8.773] 	Entry deleted from font path.
[     8.773] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     8.799] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     8.799] 	Entry deleted from font path.
[     8.799] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     8.799] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[     8.799] (==) ModulePath set to "/usr/lib/xorg/modules"
[     8.799] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     8.800] (II) Loader magic: 0x7c5160
[     8.800] (II) Module ABI versions:
[     8.800] 	X.Org ANSI C Emulation: 0.4
[     8.800] 	X.Org Video Driver: 12.0
[     8.800] 	X.Org XInput driver : 16.0
[     8.800] 	X.Org Server Extension : 6.0
[     8.800] (--) PCI:*(0:1:0:0) 1002:7142:1462:3000 rev 0, Mem @ 0xe0000000/67108864, 0xe5000000/65536, I/O @ 0x00009000/256, BIOS @ 0x????????/131072
[     8.800] (--) PCI: (0:1:0:1) 1002:7162:1462:3001 rev 0, Mem @ 0xe5010000/65536
[     8.800] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     8.800] (II) LoadModule: "extmod"
[     8.868] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[     8.891] (II) Module extmod: vendor="X.Org Foundation"
[     8.891] 	compiled for 1.12.1, module version = 1.0.0
[     8.891] 	Module class: X.Org Server Extension
[     8.891] 	ABI class: X.Org Server Extension, version 6.0
[     8.891] (II) Loading extension MIT-SCREEN-SAVER
[     8.891] (II) Loading extension XFree86-VidModeExtension
[     8.891] (II) Loading extension XFree86-DGA
[     8.891] (II) Loading extension DPMS
[     8.891] (II) Loading extension XVideo
[     8.891] (II) Loading extension XVideo-MotionCompensation
[     8.891] (II) Loading extension X-Resource
[     8.891] (II) LoadModule: "dbe"
[     8.892] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[     8.913] (II) Module dbe: vendor="X.Org Foundation"
[     8.913] 	compiled for 1.12.1, module version = 1.0.0
[     8.913] 	Module class: X.Org Server Extension
[     8.913] 	ABI class: X.Org Server Extension, version 6.0
[     8.913] (II) Loading extension DOUBLE-BUFFER
[     8.913] (II) LoadModule: "glx"
[     8.913] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     8.940] (II) Module glx: vendor="X.Org Foundation"
[     8.942] 	compiled for 1.12.1, module version = 1.0.0
[     8.943] 	ABI class: X.Org Server Extension, version 6.0
[     8.943] (==) AIGLX enabled
[     8.943] (II) Loading extension GLX
[     8.970] (II) LoadModule: "record"
[     8.970] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[     9.003] (II) Module record: vendor="X.Org Foundation"
[     9.003] 	compiled for 1.12.1, module version = 1.13.0
[     9.003] 	Module class: X.Org Server Extension
[     9.003] 	ABI class: X.Org Server Extension, version 6.0
[     9.003] (II) Loading extension RECORD
[     9.003] (II) LoadModule: "dri"
[     9.003] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[     9.038] (II) Module dri: vendor="X.Org Foundation"
[     9.038] 	compiled for 1.12.1, module version = 1.0.0
[     9.038] 	ABI class: X.Org Server Extension, version 6.0
[     9.038] (II) Loading extension XFree86-DRI
[     9.038] (II) LoadModule: "dri2"
[     9.038] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[     9.058] (II) Module dri2: vendor="X.Org Foundation"
[     9.058] 	compiled for 1.12.1, module version = 1.2.0
[     9.058] 	ABI class: X.Org Server Extension, version 6.0
[     9.058] (II) Loading extension DRI2
[     9.058] (==) Matched ati as autoconfigured driver 0
[     9.058] (==) Matched vesa as autoconfigured driver 1
[     9.058] (==) Matched fbdev as autoconfigured driver 2
[     9.058] (==) Assigned the driver to the xf86ConfigLayout
[     9.058] (II) LoadModule: "ati"
[     9.087] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[     9.091] (II) Module ati: vendor="X.Org Foundation"
[     9.091] 	compiled for 1.12.1, module version = 6.14.4
[     9.091] 	Module class: X.Org Video Driver
[     9.091] 	ABI class: X.Org Video Driver, version 12.0
[     9.091] (II) LoadModule: "radeon"
[     9.091] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[     9.197] (II) Module radeon: vendor="X.Org Foundation"
[     9.218] 	compiled for 1.12.1, module version = 6.14.4
[     9.218] 	Module class: X.Org Video Driver
[     9.218] 	ABI class: X.Org Video Driver, version 12.0
[     9.231] (II) LoadModule: "vesa"
[     9.231] (WW) Warning, couldn't open module vesa
[     9.231] (II) UnloadModule: "vesa"
[     9.231] (II) Unloading vesa
[     9.231] (EE) Failed to load module "vesa" (module does not exist, 0)
[     9.231] (II) LoadModule: "fbdev"
[     9.231] (WW) Warning, couldn't open module fbdev
[     9.231] (II) UnloadModule: "fbdev"
[     9.231] (II) Unloading fbdev
[     9.231] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     9.231] (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 FireMV 2400 3155 (PCI),
	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 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 X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (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 FireMV 2400 PCI,
	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 Radeon HD 4850 x2,
	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 Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, 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 RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, 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 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, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
	SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
	ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA
[     9.234] (++) using VT number 7

[     9.238] (II) [KMS] Kernel modesetting enabled.
[     9.238] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     9.238] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[     9.238] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     9.238] (==) RADEON(0): Default visual is TrueColor
[     9.238] (==) RADEON(0): RGB weight 888
[     9.238] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[     9.238] (--) RADEON(0): Chipset: "ATI Radeon X1300/X1550" (ChipID = 0x7142)
[     9.238] (II) RADEON(0): PCIE card detected
[     9.238] drmOpenDevice: node name is /dev/dri/card0
[     9.238] drmOpenDevice: open result is 8, (OK)
[     9.238] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[     9.238] drmOpenDevice: node name is /dev/dri/card0
[     9.238] drmOpenDevice: open result is 8, (OK)
[     9.238] drmOpenByBusid: drmOpenMinor returns 8
[     9.238] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[     9.238] (II) Loading sub module "exa"
[     9.238] (II) LoadModule: "exa"
[     9.238] (II) Loading /usr/lib/xorg/modules/libexa.so
[     9.256] (II) Module exa: vendor="X.Org Foundation"
[     9.256] 	compiled for 1.12.1, module version = 2.5.0
[     9.256] 	ABI class: X.Org Video Driver, version 12.0
[     9.256] (II) RADEON(0): KMS Color Tiling: enabled
[     9.256] (II) RADEON(0): KMS Pageflipping: enabled
[     9.256] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[     9.314] (II) RADEON(0): Output VGA-0 has no monitor section
[     9.347] (II) RADEON(0): Output S-video has no monitor section
[     9.405] (II) RADEON(0): Output DVI-0 has no monitor section
[     9.463] (II) RADEON(0): EDID for output VGA-0
[     9.463] (II) RADEON(0): Manufacturer: FUS  Model: 7c7  Serial#: 1
[     9.463] (II) RADEON(0): Year: 2009  Week: 53
[     9.463] (II) RADEON(0): EDID Version: 1.3
[     9.463] (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[     9.463] (II) RADEON(0): Sync:  Separate
[     9.463] (II) RADEON(0): Max Image Size [cm]: horiz.: 47  vert.: 30
[     9.463] (II) RADEON(0): Gamma: 2.30
[     9.463] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
[     9.463] (II) RADEON(0): First detailed timing is preferred mode
[     9.463] (II) RADEON(0): redX: 0.644 redY: 0.333   greenX: 0.286 greenY: 0.605
[     9.463] (II) RADEON(0): blueX: 0.152 blueY: 0.076   whiteX: 0.313 whiteY: 0.329
[     9.463] (II) RADEON(0): Supported established timings:
[     9.463] (II) RADEON(0): 720x400@70Hz
[     9.463] (II) RADEON(0): 640x480@60Hz
[     9.463] (II) RADEON(0): 640x480@75Hz
[     9.463] (II) RADEON(0): 800x600@60Hz
[     9.463] (II) RADEON(0): 800x600@75Hz
[     9.463] (II) RADEON(0): 1024x768@60Hz
[     9.463] (II) RADEON(0): 1024x768@75Hz
[     9.463] (II) RADEON(0): 1280x1024@75Hz
[     9.463] (II) RADEON(0): Manufacturer's mask: 0
[     9.463] (II) RADEON(0): Supported standard timings:
[     9.463] (II) RADEON(0): #0: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[     9.463] (II) RADEON(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     9.463] (II) RADEON(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     9.463] (II) RADEON(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     9.463] (II) RADEON(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     9.463] (II) RADEON(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[     9.463] (II) RADEON(0): #6: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[     9.463] (II) RADEON(0): Supported detailed timing:
[     9.463] (II) RADEON(0): clock: 146.2 MHz   Image Size:  474 x 296 mm
[     9.463] (II) RADEON(0): h_active: 1680  h_sync: 1784  h_sync_end 1960 h_blank_end 2240 h_border: 0
[     9.463] (II) RADEON(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1089 v_border: 0
[     9.463] (II) RADEON(0): Serial No: YV1U055401
[     9.463] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[     9.463] (II) RADEON(0): Monitor name: SL3220W
[     9.463] (II) RADEON(0): EDID (in hex):
[     9.463] (II) RADEON(0): 	00ffffffffffff001ab3c70701000000
[     9.463] (II) RADEON(0): 	35130103682f1e822ad425a455499b27
[     9.463] (II) RADEON(0): 	135054a54b00950f81808140714f9500
[     9.463] (II) RADEON(0): 	b30081c0010121399030621a274068b0
[     9.463] (II) RADEON(0): 	3600da281100001c000000ff00595631
[     9.463] (II) RADEON(0): 	553035353430310a2020000000fd0038
[     9.463] (II) RADEON(0): 	4b1e530f000a202020202020000000fc
[     9.463] (II) RADEON(0): 	00534c33323230570a20202020200014
[     9.463] (II) RADEON(0): EDID vendor "FUS", prod id 1991
[     9.559] (II) RADEON(0): Using EDID range info for horizontal sync
[     9.559] (II) RADEON(0): Using EDID range info for vertical refresh
[     9.559] (II) RADEON(0): Printing DDC gathered Modelines:
[     9.559] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[     9.560] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     9.560] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     9.560] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.560] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     9.560] (II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     9.560] (II) RADEON(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     9.560] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     9.560] (II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     9.560] (II) RADEON(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[     9.560] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     9.560] (II) RADEON(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     9.560] (II) RADEON(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     9.560] (II) RADEON(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[     9.560] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[     9.560] (II) RADEON(0): Printing probed modes for output VGA-0
[     9.560] (II) RADEON(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
[     9.560] (II) RADEON(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     9.560] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     9.560] (II) RADEON(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[     9.560] (II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[     9.560] (II) RADEON(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     9.560] (II) RADEON(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     9.560] (II) RADEON(0): Modeline "1280x720"x60.0   74.44  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
[     9.560] (II) RADEON(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[     9.560] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     9.560] (II) RADEON(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     9.560] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     9.560] (II) RADEON(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     9.560] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.560] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     9.593] (II) RADEON(0): EDID for output S-video
[     9.651] (II) RADEON(0): EDID for output DVI-0
[     9.651] (II) RADEON(0): Manufacturer: NEC  Model: 6692  Serial#: 16843009
[     9.651] (II) RADEON(0): Year: 2006  Week: 16
[     9.651] (II) RADEON(0): EDID Version: 1.3
[     9.651] (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[     9.651] (II) RADEON(0): Sync:  Separate  Composite  SyncOnGreen
[     9.651] (II) RADEON(0): Max Image Size [cm]: horiz.: 38  vert.: 30
[     9.651] (II) RADEON(0): Gamma: 2.20
[     9.651] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[     9.651] (II) RADEON(0): First detailed timing is preferred mode
[     9.651] (II) RADEON(0): redX: 0.640 redY: 0.329   greenX: 0.300 greenY: 0.600
[     9.651] (II) RADEON(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[     9.651] (II) RADEON(0): Supported established timings:
[     9.651] (II) RADEON(0): 720x400@70Hz
[     9.651] (II) RADEON(0): 640x480@60Hz
[     9.651] (II) RADEON(0): 640x480@67Hz
[     9.651] (II) RADEON(0): 640x480@72Hz
[     9.651] (II) RADEON(0): 640x480@75Hz
[     9.651] (II) RADEON(0): 800x600@56Hz
[     9.651] (II) RADEON(0): 800x600@60Hz
[     9.651] (II) RADEON(0): 800x600@72Hz
[     9.651] (II) RADEON(0): 800x600@75Hz
[     9.651] (II) RADEON(0): 832x624@75Hz
[     9.651] (II) RADEON(0): 1024x768@60Hz
[     9.651] (II) RADEON(0): 1024x768@70Hz
[     9.651] (II) RADEON(0): 1024x768@75Hz
[     9.651] (II) RADEON(0): 1280x1024@75Hz
[     9.651] (II) RADEON(0): 1152x864@75Hz
[     9.651] (II) RADEON(0): Manufacturer's mask: 0
[     9.651] (II) RADEON(0): Supported standard timings:
[     9.651] (II) RADEON(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     9.651] (II) RADEON(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     9.651] (II) RADEON(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     9.651] (II) RADEON(0): Supported detailed timing:
[     9.651] (II) RADEON(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
[     9.651] (II) RADEON(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[     9.651] (II) RADEON(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[     9.651] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 145 MHz
[     9.651] (II) RADEON(0): Monitor name: 90GX2
[     9.651] (II) RADEON(0): Serial No: 64117793GB
[     9.652] (II) RADEON(0): EDID (in hex):
[     9.652] (II) RADEON(0): 	00ffffffffffff0038a3926601010101
[     9.652] (II) RADEON(0): 	101001030e261e78eade95a3544c9926
[     9.652] (II) RADEON(0): 	0f5054bfef80714f8140818001010101
[     9.652] (II) RADEON(0): 	010101010101302a009851002a403070
[     9.652] (II) RADEON(0): 	1300782d1100001e000000fd00384b1f
[     9.652] (II) RADEON(0): 	510e000a202020202020000000fc0039
[     9.652] (II) RADEON(0): 	304758320a20202020202020000000ff
[     9.652] (II) RADEON(0): 	00363431313737393347420a202000e1
[     9.652] (II) RADEON(0): Printing probed modes for output DVI-0
[     9.652] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[     9.652] (II) RADEON(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     9.652] (II) RADEON(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     9.652] (II) RADEON(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     9.652] (II) RADEON(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
[     9.652] (II) RADEON(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     9.652] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     9.652] (II) RADEON(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     9.652] (II) RADEON(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     9.652] (II) RADEON(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     9.652] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     9.652] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     9.652] (II) RADEON(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
[     9.652] (II) RADEON(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     9.652] (II) RADEON(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     9.652] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     9.652] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     9.652] (II) RADEON(0): Output VGA-0 connected
[     9.652] (II) RADEON(0): Output S-video disconnected
[     9.652] (II) RADEON(0): Output DVI-0 connected
[     9.652] (II) RADEON(0): Using exact sizes for initial modes
[     9.652] (II) RADEON(0): Output VGA-0 using initial mode 1280x1024
[     9.652] (II) RADEON(0): Output DVI-0 using initial mode 1280x1024
[     9.652] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[     9.652] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:10000000 visible:f8d4000
[     9.652] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[     9.652] (**) RADEON(0): Display dimensions: (470, 300) mm
[     9.652] (**) RADEON(0): DPI set to (69, 86)
[     9.652] (II) Loading sub module "fb"
[     9.652] (II) LoadModule: "fb"
[     9.652] (II) Loading /usr/lib/xorg/modules/libfb.so
[     9.678] (II) Module fb: vendor="X.Org Foundation"
[     9.678] 	compiled for 1.12.1, module version = 1.0.0
[     9.678] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.678] (II) Loading sub module "ramdac"
[     9.678] (II) LoadModule: "ramdac"
[     9.678] (II) Module "ramdac" already built-in
[     9.678] (--) Depth 24 pixmap format is 32 bpp
[     9.687] (II) RADEON(0): [DRI2] Setup complete
[     9.687] (II) RADEON(0): [DRI2]   DRI driver: r300
[     9.687] (II) RADEON(0): [DRI2]   VDPAU driver: r300
[     9.687] (II) RADEON(0): Front buffer size: 5120K
[     9.688] (II) RADEON(0): VRAM usage limit set to 224712K
[     9.738] (==) RADEON(0): Backing store disabled
[     9.738] (II) RADEON(0): Direct rendering enabled
[     9.770] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
[     9.770] (II) RADEON(0): Setting EXA maxPitchBytes
[     9.770] (II) EXA(0): Driver allocated offscreen pixmaps
[     9.770] (II) EXA(0): Driver registered support for the following operations:
[     9.770] (II)         Solid
[     9.770] (II)         Copy
[     9.770] (II)         Composite (RENDER acceleration)
[     9.770] (II)         UploadToScreen
[     9.770] (II)         DownloadFromScreen
[     9.783] (II) RADEON(0): Acceleration enabled
[     9.783] (==) RADEON(0): DPMS enabled
[     9.783] (==) RADEON(0): Silken mouse enabled
[     9.789] (II) RADEON(0): Set up textured video
[     9.789] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[     9.789] (II) RADEON(0): [XvMC] Extension initialized.
[     9.789] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     9.795] (--) RandR disabled
[     9.795] (II) Initializing built-in extension Generic Event Extension
[     9.795] (II) Initializing built-in extension SHAPE
[     9.795] (II) Initializing built-in extension MIT-SHM
[     9.795] (II) Initializing built-in extension XInputExtension
[     9.795] (II) Initializing built-in extension XTEST
[     9.795] (II) Initializing built-in extension BIG-REQUESTS
[     9.795] (II) Initializing built-in extension SYNC
[     9.795] (II) Initializing built-in extension XKEYBOARD
[     9.795] (II) Initializing built-in extension XC-MISC
[     9.795] (II) Initializing built-in extension SECURITY
[     9.795] (II) Initializing built-in extension XINERAMA
[     9.795] (II) Initializing built-in extension XFIXES
[     9.795] (II) Initializing built-in extension RENDER
[     9.795] (II) Initializing built-in extension RANDR
[     9.795] (II) Initializing built-in extension COMPOSITE
[     9.795] (II) Initializing built-in extension DAMAGE
[    10.154] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    10.154] (II) AIGLX: enabled GLX_INTEL_swap_event
[    10.154] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    10.154] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    10.154] (II) AIGLX: Loaded and initialized r300
[    10.154] (II) GLX: Initialized DRI2 GL provider for screen 0
[    10.195] (II) RADEON(0): Setting screen physical size to 338 x 270
[    10.437] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    10.437] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    10.437] (II) LoadModule: "evdev"
[    10.437] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    10.453] (II) Module evdev: vendor="X.Org Foundation"
[    10.453] 	compiled for 1.12.0, module version = 2.7.0
[    10.453] 	Module class: X.Org XInput Driver
[    10.453] 	ABI class: X.Org XInput driver, version 16.0
[    10.453] (II) Using input driver 'evdev' for 'Power Button'
[    10.453] (**) Power Button: always reports core events
[    10.453] (**) evdev: Power Button: Device: "/dev/input/event1"
[    10.453] (--) evdev: Power Button: Vendor 0 Product 0x1
[    10.453] (--) evdev: Power Button: Found keys
[    10.453] (II) evdev: Power Button: Configuring as keyboard
[    10.453] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    10.453] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    10.453] (**) Option "xkb_rules" "evdev"
[    10.453] (**) Option "xkb_model" "evdev"
[    10.453] (**) Option "xkb_layout" "us"
[    10.476] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    10.476] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    10.476] (II) Using input driver 'evdev' for 'Power Button'
[    10.476] (**) Power Button: always reports core events
[    10.476] (**) evdev: Power Button: Device: "/dev/input/event0"
[    10.476] (--) evdev: Power Button: Vendor 0 Product 0x1
[    10.476] (--) evdev: Power Button: Found keys
[    10.476] (II) evdev: Power Button: Configuring as keyboard
[    10.476] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    10.476] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    10.476] (**) Option "xkb_rules" "evdev"
[    10.476] (**) Option "xkb_model" "evdev"
[    10.476] (**) Option "xkb_layout" "us"
[    10.477] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event3)
[    10.477] (II) No input driver specified, ignoring this device.
[    10.477] (II) This device may have been added with another device file.
[    10.477] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event4)
[    10.477] (II) No input driver specified, ignoring this device.
[    10.477] (II) This device may have been added with another device file.
[    10.477] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event5)
[    10.477] (II) No input driver specified, ignoring this device.
[    10.477] (II) This device may have been added with another device file.
[    10.478] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event6)
[    10.478] (II) No input driver specified, ignoring this device.
[    10.478] (II) This device may have been added with another device file.
[    10.478] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event7)
[    10.478] (II) No input driver specified, ignoring this device.
[    10.478] (II) This device may have been added with another device file.
[    10.478] (II) config/udev: Adding input device zc3xx (/dev/input/event10)
[    10.478] (**) zc3xx: Applying InputClass "evdev keyboard catchall"
[    10.478] (II) Using input driver 'evdev' for 'zc3xx'
[    10.478] (**) zc3xx: always reports core events
[    10.478] (**) evdev: zc3xx: Device: "/dev/input/event10"
[    10.478] (--) evdev: zc3xx: Vendor 0x41e Product 0x403a
[    10.478] (--) evdev: zc3xx: Found keys
[    10.478] (II) evdev: zc3xx: Configuring as keyboard
[    10.478] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/input/input10/event10"
[    10.478] (II) XINPUT: Adding extended input device "zc3xx" (type: KEYBOARD, id 8)
[    10.478] (**) Option "xkb_rules" "evdev"
[    10.478] (**) Option "xkb_model" "evdev"
[    10.478] (**) Option "xkb_layout" "us"
[    10.479] (II) config/udev: Adding input device LITEON Technology USB Multimedia Keyboard (/dev/input/event8)
[    10.479] (**) LITEON Technology USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
[    10.479] (II) Using input driver 'evdev' for 'LITEON Technology USB Multimedia Keyboard'
[    10.479] (**) LITEON Technology USB Multimedia Keyboard: always reports core events
[    10.479] (**) evdev: LITEON Technology USB Multimedia Keyboard: Device: "/dev/input/event8"
[    10.479] (--) evdev: LITEON Technology USB Multimedia Keyboard: Vendor 0x46d Product 0xc312
[    10.479] (--) evdev: LITEON Technology USB Multimedia Keyboard: Found keys
[    10.479] (II) evdev: LITEON Technology USB Multimedia Keyboard: Configuring as keyboard
[    10.479] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/input/input8/event8"
[    10.479] (II) XINPUT: Adding extended input device "LITEON Technology USB Multimedia Keyboard" (type: KEYBOARD, id 9)
[    10.479] (**) Option "xkb_rules" "evdev"
[    10.479] (**) Option "xkb_model" "evdev"
[    10.479] (**) Option "xkb_layout" "us"
[    10.479] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event9)
[    10.479] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
[    10.479] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
[    10.479] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
[    10.479] (**) evdev: ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event9"
[    10.479] (--) evdev: ImPS/2 Logitech Wheel Mouse: Vendor 0x2 Product 0x5
[    10.479] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
[    10.479] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
[    10.479] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found relative axes
[    10.479] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
[    10.479] (II) evdev: ImPS/2 Logitech Wheel Mouse: Configuring as mouse
[    10.479] (II) evdev: ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
[    10.479] (**) evdev: ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
[    10.479] (**) evdev: ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    10.479] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
[    10.479] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE, id 10)
[    10.479] (II) evdev: ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
[    10.480] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
[    10.480] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0
[    10.480] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
[    10.480] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
[    10.480] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
[    10.480] (II) No input driver specified, ignoring this device.
[    10.480] (II) This device may have been added with another device file.
[    10.480] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    10.480] (II) No input driver specified, ignoring this device.
[    10.480] (II) This device may have been added with another device file.
[    26.618] (II) RADEON(0): EDID vendor "NEC", prod id 26258
[    26.618] (II) RADEON(0): Using hsync ranges from config file
[    26.618] (II) RADEON(0): Using vrefresh ranges from config file
[    26.618] (II) RADEON(0): Printing DDC gathered Modelines:
[    26.618] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    26.618] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    26.618] (II) RADEON(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    26.618] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    26.618] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    26.618] (II) RADEON(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    26.618] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    26.618] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    26.618] (II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    26.618] (II) RADEON(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    26.618] (II) RADEON(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    26.618] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    26.618] (II) RADEON(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    26.618] (II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    26.618] (II) RADEON(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    26.618] (II) RADEON(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    26.618] (II) RADEON(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    26.622] (II) RADEON(0): Allocate new frame buffer 2960x1056 stride 3008
[    26.631] (II) RADEON(0): VRAM usage limit set to 218152K
[    36.615] (II) RADEON(0): EDID vendor "NEC", prod id 26258
[    36.615] (II) RADEON(0): Using hsync ranges from config file
[    36.615] (II) RADEON(0): Using vrefresh ranges from config file
[    36.615] (II) RADEON(0): Printing DDC gathered Modelines:
[    36.615] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    36.615] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    36.615] (II) RADEON(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    36.615] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    36.615] (II) RADEON(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    36.615] (II) RADEON(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    36.615] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    36.615] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    36.615] (II) RADEON(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    36.615] (II) RADEON(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    36.615] (II) RADEON(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    36.615] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    36.615] (II) RADEON(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    36.615] (II) RADEON(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    36.615] (II) RADEON(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    36.615] (II) RADEON(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    36.615] (II) RADEON(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 16635.501] 
[ 16635.517] Backtrace:
[ 16635.517] 0: /usr/bin/X (xorg_backtrace+0x36) [0x55d276]
[ 16635.517] 1: /usr/bin/X (0x400000+0x160ca9) [0x560ca9]
[ 16635.517] 2: /lib/libpthread.so.0 (0x7fd85ca81000+0xf140) [0x7fd85ca90140]
[ 16635.517] 3: /lib/libc.so.6 (0x7fd85b915000+0x125731) [0x7fd85ba3a731]
[ 16635.517] 4: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7fd859878000+0xa5e51) [0x7fd85991de51]
[ 16635.517] 5: /usr/lib/xorg/modules/libexa.so (0x7fd859458000+0x9346) [0x7fd859461346]
[ 16635.517] 6: /usr/bin/X (0x400000+0xf3aa2) [0x4f3aa2]
[ 16635.517] 7: /usr/bin/X (0x400000+0x30bd3) [0x430bd3]
[ 16635.517] 8: /usr/bin/X (0x400000+0x33f52) [0x433f52]
[ 16635.517] 9: /usr/bin/X (0x400000+0x23165) [0x423165]
[ 16635.517] 10: /lib/libc.so.6 (__libc_start_main+0xf5) [0x7fd85b936455]
[ 16635.517] 11: /usr/bin/X (0x400000+0x2343d) [0x42343d]
[ 16635.517] 
[ 16635.517] Bus error at address 0x7fd8504bf010
[ 16635.517] 
Fatal server error:
[ 16635.517] Caught signal 7 (Bus error). Server aborting
[ 16635.517] 
[ 16635.517] 
Please consult the The X.Org Foundation support 
	 at [url]http://wiki.x.org[/url]
 for help. 
[ 16635.517] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 16635.517] 
[ 16635.542] (II) evdev: Power Button: Close
[ 16635.542] (II) UnloadModule: "evdev"
[ 16635.555] (II) evdev: Power Button: Close
[ 16635.555] (II) UnloadModule: "evdev"
[ 16635.569] (II) evdev: zc3xx: Close
[ 16635.569] (II) UnloadModule: "evdev"
[ 16635.582] (II) evdev: LITEON Technology USB Multimedia Keyboard: Close
[ 16635.582] (II) UnloadModule: "evdev"
[ 16635.597] (II) evdev: ImPS/2 Logitech Wheel Mouse: Close
[ 16635.597] (II) UnloadModule: "evdev"
[ 16635.597] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 16635.650] Server terminated with error (1). Closing log file.

This happened when I tried to open a large image file in Firefox.
This is frustrating ...

Last edited by gigitek (2012-05-18 11:28:31)

Offline

#8 2012-07-13 11:13:58

crackercho
Member
From: Bulgaria
Registered: 2011-11-24
Posts: 2

Re: Xorg crashes when Firefox loads a lot of images; Intel driver bug?

Any news on this guys? I am still experiencing the same bug as described by OP. Here is what the log says :

[   659.049]
[   659.052] Backtrace:
[   659.070] 0: /usr/bin/X (xorg_backtrace+0x36) [0x560306]
[   659.070] 1: /usr/bin/X (0x400000+0x164039) [0x564039]
[   659.070] 2: /lib/libpthread.so.0 (0x7f68eca10000+0xf170) [0x7f68eca1f170]
[   659.070] 3: /usr/lib/libpixman-1.so.0 (0x7f68ec78a000+0x55aa3) [0x7f68ec7dfaa3]
[   659.070] 4: /usr/lib/libpixman-1.so.0 (0x7f68ec78a000+0x7282e) [0x7f68ec7fc82e]
[   659.070] 5: /usr/lib/libpixman-1.so.0 (pixman_fill+0x31) [0x7f68ec7946b1]
[   659.070] 6: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f68e9a19000+0x56a88) [0x7f68e9a6fa88]
[   659.071] 7: /usr/bin/X (0x400000+0xf55a2) [0x4f55a2]
[   659.071] 8: /usr/bin/X (0x400000+0x311c3) [0x4311c3]
[   659.071] 9: /usr/bin/X (0x400000+0x34531) [0x434531]
[   659.071] 10: /usr/bin/X (0x400000+0x23615) [0x423615]
[   659.071] 11: /lib/libc.so.6 (__libc_start_main+0xf5) [0x7f68eb8bf725]
[   659.071] 12: /usr/bin/X (0x400000+0x238ed) [0x4238ed]
[   659.071]
[   659.072] Bus error at address 0x7f68c3489000
[   659.072]
Fatal server error:
[   659.072] Caught signal 7 (Bus error). Server aborting
[   659.072]

This occured when looking at an album in facebook. Same issue has been present for over a month now.

Last edited by crackercho (2012-07-13 11:15:25)

Offline

#9 2012-07-13 23:59:01

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,368

Re: Xorg crashes when Firefox loads a lot of images; Intel driver bug?

Natanji wrote:

For some time now I'm seeing a weird error. Basically, when I load a *lot* of images in Firefox, Xorg crashes completely. In Xorg logfile I can see the following error:

[  2993.177] (EE) intel(0): Failed to submit batch buffer, expect rendering corruption or even a frozen display: No space left on device.
[  2993.180] 
[  2993.180] Backtrace:
[  2993.214] 0: /usr/bin/X (xorg_backtrace+0x49) [0x81b6bb9]
[  2993.214] 1: /usr/bin/X (0x8048000+0x172816) [0x81ba816]
[  2993.214] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb77b140c]
[  2993.214] 3: /lib/libc.so.6 (0xb7412000+0x12dd10) [0xb753fd10]
[  2993.214] 4: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb71dd000+0xe51c) [0xb71eb51c]
[  2993.214] 5: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb71dd000+0x105c4) [0xb71ed5c4]
[  2993.214] 6: /usr/lib/xorg/modules/drivers/intel_drv.so (0xb71dd000+0x3248d) [0xb720f48d]
[  2993.214] 7: /usr/bin/X (0x8048000+0xfb844) [0x8143844]
[  2993.214] 8: /usr/bin/X (0x8048000+0x2b84f) [0x807384f]
[  2993.214] 9: /usr/bin/X (0x8048000+0x2f0ad) [0x80770ad]
[  2993.214] 10: /usr/bin/X (0x8048000+0x1ccd5) [0x8064cd5]
[  2993.214] 11: /lib/libc.so.6 (__libc_start_main+0xf5) [0xb742b3d5]
[  2993.214] 12: /usr/bin/X (0x8048000+0x1d019) [0x8065019]
[  2993.214] 
[  2993.214] Bus error at address 0xb2f8a748
[  2993.214] 
Fatal server error:
[  2993.214] Caught signal 7 (Bus error). Server aborting

I have an Intel GMA 945 and I'm using x586-video-intel and intel-dri.

It is interesting to see that these crashes happen as soon as the total memory used by Linux approaches/reaches my physical memory size of 2 GB. I should note that I have an SSD - so I do not use swap. With total memory used I mean memory that programs use plus cached memory, so my memory isn't actually "full" since the kernel could just free some cached memory to accommodate the memory Firefox needs. But this is not what happens: as soon as all of the memory is used, Xorg crashes in this scenario. I can prolong the time of crash by manually freeing the cached memory before, but again, as soon as the memory that "free -m" reports as used approaches my physical limit of 2 GB, I get a crash.

Note that this is not an OOM Killer issue. OOM Killer doesn't do anything (and it shouldn't: the cached memory is available to the system, after all).

I'm willing to test out any suggestions. My guess is that there is a bug in the intel driver but I rather be sure beforehand.

What's the no space left on device error message?
There is xf86-video-intel-uxa and xf86-video-intel-sna that seem to be replacements for xf86-video-intel.
If you use swap in a runaway situation such as this, there are no guarantees.  SSD wouldn't change the swap requirement, memory size would. 
What window manager are you using?  Gnome seems to be giving fits right now.


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

Board footer

Powered by FluxBB