[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#461410: xserver-xorg-core: BadAlloc after upgrade to 2:1.4.1~git20080105-2



Package: xserver-xorg-core
Followup-For: Bug #461410

A similar error like in etch happens in sid too:

The program 'SPS_Log' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 169 error_code 11 request_code 146 minor_code 5)

The program is compiled with wxWidgets 2.8.7 from apt.wxwidgets.org .
This happens also to other programs compiled against wxWidgets 2.8.7 .

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 21. Aug 11:53 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1673404  6. Jan 23:36 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X1400

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3689  2. Jan 12:15 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Touchpad0" "CorePointer"
	InputDevice    "Mouse0" "SendCoreEvents"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/etc/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "dri"
	Load  "GLcore"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
	Driver        "synaptics"
	Identifier    "Touchpad0"
	Option        "Device"        "/dev/psaux"
	Option        "Protocol"      "auto-dev"
#
# Following lines are optional thus commented in this example.
# Please read the synaptics(5) manpage for a detailed explanation
# of the various options' meaning as well as a full list of options
#
#	Option       "LeftEdge"      "1700"
#	Option       "RightEdge"     "5300"
#	Option       "TopEdge"       "1700"
#	Option       "BottomEdge"    "4200"
#	Option       "FingerLow"     "25"
#	Option       "FingerHigh"    "30"
#	Option       "MaxTapTime"    "180"
#	Option       "MaxTapMove"    "220"
#	Option       "VertScrollDelta" "100"
#	Option       "MinSpeed"      "0.06"
#	Option       "MaxSpeed"      "0.12"
#	Option       "AccelFactor" "0.0010"
	Option       "SHMConfig"     "on"
#	Option       "Repeater"      "/dev/ps2mouse"
EndSection

Section "Monitor"
	Identifier   "Panel"
EndSection

Section "Monitor"
	Identifier   "Analog"
	Option	     "RightOf" "Panel"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "pciBurst"           	# [<bool>]
        #Option     "shadowfb"           	# [<bool>]
        #Option     "probe_i2c"          	# [<bool>]
        #Option     "ignoreconnector"    	# [<str>]
	Identifier  "Card0"
	Driver      "radeonhd"
#	Driver      "vesa"
	Option      "monitor-VGA_1"		"Analog"
	Option      "monitor-PANEL"		"Panel"
	Option      "RHDOutputOrder"		"Panel"
#	Option      "HPD"			"swap"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon Mobility X1400"
	BusID       "PCI:1:0:0"
#	Option	    "NoRandr"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	DefaultDepth	24
#	Monitor    "Monitor0"
	SubSection "Display"
		Virtual    3840 1200
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Virtual    3840 1200
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Virtual    3840 1200
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Virtual    3840 1200
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Virtual    3840 1200
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Virtual    3840 1200
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection



Xorg X server log files on system:
-rw-r--r-- 1 root root 45202 15. Aug 22:07 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 24589 29. Sep 10:23 /var/log/Xorg.21.log
-rw-r--r-- 1 root root 24589 29. Sep 11:55 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 32254  4. Jan 11:28 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 35650 18. Jan 13:33 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080105-2)
Current Operating System: Linux debian-inspiron 2.6.23 #2 SMP Sun Dec 23 09:53:18 CET 2007 i686
Build Date: 17 January 2008  03:13:00PM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
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: Fri Jan 18 12:10:12 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Card0"
(==) No monitor specified for screen "Screen0".
	Using a default monitor configuration.
(**) |-->Input Device "Touchpad0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
	Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(**) RgbPath set to "/etc/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d8fe0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 1028,01cd rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,27a1 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1b:0: chip 8086,27d8 card 1028,01cd rev 01 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,27d6 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1028,01cd rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1028,01cd rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1028,01cd rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1028,01cd rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1028,01cd rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 1028,01cd rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,27c4 card 1028,01cd rev 01 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1028,01cd rev 01 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,7145 card 1028,2002 rev 00 class 03,00,00 hdr 00
(II) PCI: 03:00:0: chip 14e4,170c card 1028,01cd rev 02 class 02,00,00 hdr 00
(II) PCI: 03:01:0: chip 1180,0832 card 1028,01cd rev 00 class 0c,00,10 hdr 80
(II) PCI: 03:01:1: chip 1180,0822 card 1028,01cd rev 19 class 08,05,01 hdr 80
(II) PCI: 03:01:2: chip 1180,0843 card 1028,01cd rev 01 class 08,80,00 hdr 80
(II) PCI: 03:01:3: chip 1180,0592 card 1028,01cd rev 0a class 08,80,00 hdr 80
(II) PCI: 03:01:4: chip 1180,0852 card 1028,01cd rev 05 class 08,80,00 hdr 80
(II) PCI: 0c:00:0: chip 8086,4222 card 8086,1021 rev 02 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,13), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x001a (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xefd00000 - 0xefefffff (0x200000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 11: bridge is at (0:28:0), (0,11,11), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 12: bridge is at (0:28:1), (0,12,12), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 12 non-prefetchable memory range:
	[0] -1	0	0xefc00000 - 0xefcfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 13: bridge is at (0:28:3), (0,13,14), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 13 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 13 non-prefetchable memory range:
	[0] -1	0	0xefa00000 - 0xefbfffff (0x200000) MX[B]
(II) Bus 13 prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xe01fffff (0x200000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xef900000 - 0xef9fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility X1400 rev 0, Mem @ 0xd0000000/28, 0xefdf0000/16, I/O @ 0xee00/8, BIOS @ 0xefe00000/17
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported 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) Active PCI resource ranges:
	[0] -1	0	0xefcff000 - 0xefcfffff (0x1000) MX[B]
	[1] -1	0	0xef9fd700 - 0xef9fd7ff (0x100) MX[B]
	[2] -1	0	0xef9fd600 - 0xef9fd6ff (0x100) MX[B]
	[3] -1	0	0xef9fd500 - 0xef9fd5ff (0x100) MX[B]
	[4] -1	0	0xef9fd400 - 0xef9fd4ff (0x100) MX[B]
	[5] -1	0	0xef9fd800 - 0xef9fdfff (0x800) MX[B]
	[6] -1	0	0xef9fe000 - 0xef9fffff (0x2000) MX[B]
	[7] -1	0	0xffa80000 - 0xffa803ff (0x400) MX[B]
	[8] -1	0	0xefffc000 - 0xefffffff (0x4000) MX[B]
	[9] -1	0	0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
	[10] -1	0	0xefdf0000 - 0xefdfffff (0x10000) MX[B](B)
	[11] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[12] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[13] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[14] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[15] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[16] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[17] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[18] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[19] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[20] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[21] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[22] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xefcff000 - 0xefcfffff (0x1000) MX[B]
	[1] -1	0	0xef9fd700 - 0xef9fd7ff (0x100) MX[B]
	[2] -1	0	0xef9fd600 - 0xef9fd6ff (0x100) MX[B]
	[3] -1	0	0xef9fd500 - 0xef9fd5ff (0x100) MX[B]
	[4] -1	0	0xef9fd400 - 0xef9fd4ff (0x100) MX[B]
	[5] -1	0	0xef9fd800 - 0xef9fdfff (0x800) MX[B]
	[6] -1	0	0xef9fe000 - 0xef9fffff (0x2000) MX[B]
	[7] -1	0	0xffa80000 - 0xffa803ff (0x400) MX[B]
	[8] -1	0	0xefffc000 - 0xefffffff (0x4000) MX[B]
	[9] -1	0	0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
	[10] -1	0	0xefdf0000 - 0xefdfffff (0x10000) MX[B](B)
	[11] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[12] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[13] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[14] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[15] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[16] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[17] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[18] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[19] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[20] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[21] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[22] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[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) All 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	0xefcff000 - 0xefcfffff (0x1000) MX[B]
	[5] -1	0	0xef9fd700 - 0xef9fd7ff (0x100) MX[B]
	[6] -1	0	0xef9fd600 - 0xef9fd6ff (0x100) MX[B]
	[7] -1	0	0xef9fd500 - 0xef9fd5ff (0x100) MX[B]
	[8] -1	0	0xef9fd400 - 0xef9fd4ff (0x100) MX[B]
	[9] -1	0	0xef9fd800 - 0xef9fdfff (0x800) MX[B]
	[10] -1	0	0xef9fe000 - 0xef9fffff (0x2000) MX[B]
	[11] -1	0	0xffa80000 - 0xffa803ff (0x400) MX[B]
	[12] -1	0	0xefffc000 - 0xefffffff (0x4000) MX[B]
	[13] -1	0	0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
	[14] -1	0	0xefdf0000 - 0xefdfffff (0x10000) MX[B](B)
	[15] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[19] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[20] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[21] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[22] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[23] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[24] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[25] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[26] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[27] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[28] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B](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 by default.
(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/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.0.90, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "radeonhd"
(II) Loading /usr/lib/xorg/modules/drivers//radeonhd_drv.so
(II) Module radeonhd: vendor="AMD GPG"
	compiled for 1.4.0.90, module version = 1.1.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(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.
	RV630 : Radeon HD 2600 LE/Pro/XT, HD 2600 Pro/XT AGP; Gemini RV630;
		FireGL V3600/V5600.
	RV670 : Radeon HD 3850, HD 3870, FireGL V7700.
	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.
	RS600 : Radeon Xpress 1200, Xpress 1250.
	RS690 : Radeon X1200, X1250, X1270.

(II) RADEONHD: version 1.1.0, built from non-git sources

(II) Primary Device is: PCI 01:00:0
(--) Chipset M54 found
(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	0xefcff000 - 0xefcfffff (0x1000) MX[B]
	[5] -1	0	0xef9fd700 - 0xef9fd7ff (0x100) MX[B]
	[6] -1	0	0xef9fd600 - 0xef9fd6ff (0x100) MX[B]
	[7] -1	0	0xef9fd500 - 0xef9fd5ff (0x100) MX[B]
	[8] -1	0	0xef9fd400 - 0xef9fd4ff (0x100) MX[B]
	[9] -1	0	0xef9fd800 - 0xef9fdfff (0x800) MX[B]
	[10] -1	0	0xef9fe000 - 0xef9fffff (0x2000) MX[B]
	[11] -1	0	0xffa80000 - 0xffa803ff (0x400) MX[B]
	[12] -1	0	0xefffc000 - 0xefffffff (0x4000) MX[B]
	[13] -1	0	0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
	[14] -1	0	0xefdf0000 - 0xefdfffff (0x10000) MX[B](B)
	[15] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[19] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[20] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[21] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[22] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[23] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[24] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[25] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[26] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[27] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[28] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B](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] -1	0	0xefcff000 - 0xefcfffff (0x1000) MX[B]
	[5] -1	0	0xef9fd700 - 0xef9fd7ff (0x100) MX[B]
	[6] -1	0	0xef9fd600 - 0xef9fd6ff (0x100) MX[B]
	[7] -1	0	0xef9fd500 - 0xef9fd5ff (0x100) MX[B]
	[8] -1	0	0xef9fd400 - 0xef9fd4ff (0x100) MX[B]
	[9] -1	0	0xef9fd800 - 0xef9fdfff (0x800) MX[B]
	[10] -1	0	0xef9fe000 - 0xef9fffff (0x2000) MX[B]
	[11] -1	0	0xffa80000 - 0xffa803ff (0x400) MX[B]
	[12] -1	0	0xefffc000 - 0xefffffff (0x4000) MX[B]
	[13] -1	0	0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
	[14] -1	0	0xefdf0000 - 0xefdfffff (0x10000) MX[B](B)
	[15] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[19] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[20] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[21] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[22] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[23] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[24] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[25] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[26] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[27] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[28] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B](B)
(**) RADEONHD(0): Depth 24, (--) framebuffer bpp 32
(--) RADEONHD(0): Detected an M54 on a Dell Inspiron 9400
(II) RADEONHD(0): Mapped IO at 0xb7ab9000 (size 0x00010000)
(II) RADEONHD(0): Getting BIOS copy from legacy VBIOS location
(II) RADEONHD(0): ATOM BIOS Rom: 
	SubsystemVendorID: 0x1028 SubsystemID: 0x2002
	IOBaseAddress: 0xee00
	Filename: BR19350.bin 
	BIOS Bootup Message: 
ATI Mobility Radeon X1400                                                   

(--) RADEONHD(0): VideoRAM: 131072 kByte
(II) RADEONHD(0): Framebuffer space used by Firmware (kb): 20
(II) RADEONHD(0): Start of VRAM area used by Firmware: 0x7ffb000
(II) RADEONHD(0): AtomBIOS requests 20kB of VRAM scratch space
(II) RADEONHD(0): AtomBIOS VRAM scratch base: 0x7ffb000
(II) RADEONHD(0): Default Engine Clock: 432000
(II) RADEONHD(0): Default Memory Clock: 396000
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1100000
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Input: 13500
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Input: 1000
(II) RADEONHD(0): Maximum Pixel Clock: 400000
(II) RADEONHD(0): Reference Clock: 27000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) RADEONHD(0): Default Engine Clock: 432000
(II) RADEONHD(0): I2C bus "RHD I2C line 0" initialized.
(II) RADEONHD(0): I2C bus "RHD I2C line 1" initialized.
(II) RADEONHD(0): I2C bus "RHD I2C line 2" initialized.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) RADEONHD(0): Detected VGA mode.
(II) RADEONHD(0): Minimum Pixel ClockPLL Frequency Output: 0
(II) RADEONHD(0): Maximum Pixel ClockPLL Frequency Output: 1100000
(II) RADEONHD(0): Maximum Pixel Clock: 400000
(II) RADEONHD(0): Reference Clock: 27000
(II) RADEONHD(0): Connector[0] {RHD_CONNECTOR_VGA, "VGA CRT1", RHD_DDC_0, RHD_HPD_NONE, { RHD_OUTPUT_DACA, RHD_OUTPUT_NONE } }
(II) RADEONHD(0): Connector[1] {RHD_CONNECTOR_PANEL, "PANEL LCD1", DDC_NONE, RHD_HPD_NONE, { RHD_OUTPUT_LVTMA, RHD_OUTPUT_NONE } }
(II) RADEONHD(0): Connector[2] {RHD_CONNECTOR_TV, "SVIDEO TV1", DDC_NONE, RHD_HPD_NONE, { RHD_OUTPUT_DACB, RHD_OUTPUT_NONE } }
(II) RADEONHD(0): Connector[3] {RHD_CONNECTOR_DVI, "DVI-I DFP1 CRT2", RHD_DDC_1, RHD_HPD_0, { RHD_OUTPUT_TMDSA, RHD_OUTPUT_DACB } }
(--) RADEONHD(0): Attaching Output DAC A to Connector VGA 1
(II) RADEONHD(0): LVDS SEQ Dig onto DE: 30
(II) RADEONHD(0): LVDS SEQ DE to BL: 250
(II) RADEONHD(0): LVDS Off Delay: 500
(II) RADEONHD(0): LVDS Duallink: 0x1
(II) RADEONHD(0): LVDS 24Bit: 0x0
(II) RADEONHD(0): LVDS FPDI: 0x0
(--) RADEONHD(0): Detected a 18bit dual link panel.
(--) RADEONHD(0): Attaching Output LVDS to Connector PANEL
(--) RADEONHD(0): Attaching Output DAC B to Connector TV SVIDEO
(--) RADEONHD(0): Attaching Output TMDS A to Connector DVI-I 1
(--) RADEONHD(0): Attaching Output DAC B to Connector DVI-I 1
(II) RADEONHD(0): RandR: Adding RRoutput VGA_1 for Output DAC A
(II) RADEONHD(0): RandR: Adding RRoutput PANEL for Output LVDS
(II) RADEONHD(0): RandR: Adding RRoutput TV_SVIDEO for Output DAC B
(II) RADEONHD(0): RandR: Adding RRoutput DVI-I_1/digital for Output TMDS A
(II) RADEONHD(0): RandR: Adding RRoutput DVI-I_1/analog for Output DAC B
(II) RADEONHD(0): Output VGA_1 using monitor section Analog
(**) RADEONHD(0): Option "RightOf" "Panel"
(II) RADEONHD(0): Output PANEL using monitor section Panel
(II) RADEONHD(0): Output TV_SVIDEO has no monitor section
(II) RADEONHD(0): Output DVI-I_1/digital has no monitor section
(II) RADEONHD(0): Output DVI-I_1/analog has no monitor section
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(WW) RADEONHD(0): DACBSenseCRT: connector type 4 is not supported.
(II) RADEONHD(0): Output VGA_1 disconnected
(II) RADEONHD(0): Output PANEL connected
(II) RADEONHD(0): Output TV_SVIDEO disconnected
(II) RADEONHD(0): Output DVI-I_1/digital disconnected
(II) RADEONHD(0): Output DVI-I_1/analog disconnected
(II) RADEONHD(0): Output PANEL using initial mode 1920x1200
(II) RADEONHD(0): RandR 1.2 support enabled
(==) RADEONHD(0): RGB weight 888
(==) RADEONHD(0): Default visual is TrueColor
(==) RADEONHD(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEONHD(0): Using 3840x1200 Framebuffer with 3840 pitch
(==) RADEONHD(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.2.0
	ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules//libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.1.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) RADEONHD(0): Using ShadowFB
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xefdf0000 - 0xefdfffff (0x10000) MS[B]
	[1] 0	0	0xd0000000 - 0xdfffffff (0x10000000) MS[B]
	[2] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[3] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[4] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[5] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[6] -1	0	0xefcff000 - 0xefcfffff (0x1000) MX[B]
	[7] -1	0	0xef9fd700 - 0xef9fd7ff (0x100) MX[B]
	[8] -1	0	0xef9fd600 - 0xef9fd6ff (0x100) MX[B]
	[9] -1	0	0xef9fd500 - 0xef9fd5ff (0x100) MX[B]
	[10] -1	0	0xef9fd400 - 0xef9fd4ff (0x100) MX[B]
	[11] -1	0	0xef9fd800 - 0xef9fdfff (0x800) MX[B]
	[12] -1	0	0xef9fe000 - 0xef9fffff (0x2000) MX[B]
	[13] -1	0	0xffa80000 - 0xffa803ff (0x400) MX[B]
	[14] -1	0	0xefffc000 - 0xefffffff (0x4000) MX[B]
	[15] -1	0	0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
	[16] -1	0	0xefdf0000 - 0xefdfffff (0x10000) MX[B](B)
	[17] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[18] 0	0	0x0000ee00 - 0x0000eeff (0x100) IS[B]
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[22] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[23] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[24] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[25] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[26] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[27] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[28] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[29] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[30] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[31] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B](B)
(II) RADEONHD(0): Mapped IO at 0xb7ab9000 (size 0x00010000)
(==) RADEONHD(0): Write-combining range (0xd0000000,0x10000000)
(II) RADEONHD(0): Mapped FB at 0xa7a3e000 (size 0x10000000)
(II) RADEONHD(0): Using 7536 scanlines of offscreen memory 
(==) RADEONHD(0): Backing store disabled
(==) RADEONHD(0): Silken mouse enabled
(II) RADEONHD(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) RADEONHD(0): Using HW cursor
(II) RADEONHD(0): DPMS enabled
(WW) RADEONHD(0): Option "RHDOutputOrder" is not used
(--) 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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(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) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(II) RADEONHD(0): Setting screen physical size to 507 x 317
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(**) Option "SHMConfig" "on"
(--) Touchpad0 touchpad found
(**) Option "CorePointer"
(**) Touchpad0: always reports core events
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "SendCoreEvents"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) 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 (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) evaluating device (Touchpad0)
(II) XINPUT: Adding extended input device "Touchpad0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!
Could not init font path element /usr/share/fonts/X11/75dpi, removing from list!
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(WW) RADEONHD(0): DACBSenseCRT: connector type 4 is not supported.
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(WW) RADEONHD(0): DACBSenseCRT: connector type 4 is not supported.
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(WW) RADEONHD(0): DACBSenseCRT: connector type 4 is not supported.
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(WW) RADEONHD(0): DACBSenseCRT: connector type 4 is not supported.
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(WW) RADEONHD(0): DACBSenseCRT: connector type 4 is not supported.
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(WW) RADEONHD(0): DACBSenseCRT: connector type 4 is not supported.
(II) RADEONHD(0): Query for AtomBIOS Get Panel EDID: failed
(WW) RADEONHD(0): DACBSenseCRT: connector type 4 is not supported.
(II) 3rd Button detected: disabling emulate3Button
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) 3rd Button detected: disabling emulate3Button
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) Open ACPI successful (/var/run/acpid.socket)
(WW) RADEONHD(0): D1CRTCDisable: Failed to Unsync CRTC 1
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) 3rd Button detected: disabling emulate3Button
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) 3rd Button detected: disabling emulate3Button
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) 3rd Button detected: disabling emulate3Button
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Mouse0: ps2EnableDataReporting: succeeded
(--) Touchpad0 auto-dev sets device to /dev/input/event4
(**) Option "Device" "/dev/input/event4"
(--) Touchpad0 touchpad found
(II) 3rd Button detected: disabling emulate3Button


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-core depends on:
ii  libc6                   2.7-6            GNU C Library: Shared libraries
ii  libdbus-1-3             1.1.2-1          simple interprocess messaging syst
ii  libdrm2                 2.3.0-4          Userspace interface to kernel DRM 
ii  libfontenc1             1:1.0.4-2        X11 font encoding library
ii  libgcc1                 1:4.3-20080116-1 GCC support library
ii  libhal1                 0.5.10-5         Hardware Abstraction Layer - share
ii  libpixman-1-0           0.9.6-1          pixel-manipulation library for X a
ii  libxau6                 1:1.0.3-2        X11 authorisation library
ii  libxdmcp6               1:1.0.2-2        X11 Display Manager Control Protoc
ii  libxfont1               1:1.3.1-2        X11 font rasterisation library
ii  x11-common              1:7.3+10         X Window System (X.Org) infrastruc
ii  xserver-xorg            1:7.3+10         the X.Org X server

Versions of packages xserver-xorg-core recommends:
ii  xfonts-base         1:1.0.0-5            standard fonts for X
ii  xkb-data            1.1~cvs.20080104.1-1 X Keyboard Extension (XKB) configu

-- no debconf information



Reply to: