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

Bug#508337: xfree86-driver-synaptics: duplicate button clicks



Package: xfree86-driver-synaptics
Version: 0.14.7~git20070706-3
Severity: normal

I am struggling to get _both_ my touchpad and external usb mouse working
correctly with the same xorg.conf (included below).  In particular, if there
is a generic mouse entry with device "/dev/input/mice" then clicks on the
synaptics buttons (both buttons) are always counted twice.  Probably they
are sent to the X server both by the synaptic device and by the generic
mouse.  If I remove the generic mouse stanza, then the synaptic clicks are
interpreted correctly, but of course external mice are not detected.  If I
put in generic stanzas for /dev/input/mouse0, /dev/input/mouse1 etc., the
external mouse and touchpad work correctly, but only if the external mouse
was already plugged in when the x server was started. If I plug in the mouse
when the X server is already running, then the server ignores it.

By the way, this exact same configuration worked perfectly on another laptop
(an ASUS A6K), while it does not work on the present one (and Acer
TravelMate 6593). While it is entirely possible that I missed some obvious
configuration option which fixes my case, I did try everything I could think
of (GrabEventDevice does not work, for example, and trying to divert
"Repeater" to "/dev/null" had no effect.

-- /etc/X11/xorg.conf

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0"
    Screen      1  "Screen0 (2nd)" RightOf "Screen0"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse" "AlwaysCore"
#    InputDevice    "Configured Mouse 0"
#    InputDevice    "Configured Mouse 1"
#    InputDevice    "Configured Mouse 2"
#    InputDevice    "Configured Mouse 3"
    InputDevice    "Synaptics Touchpad" "CorePointer"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "it"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
#    Option         "AlwaysCore" "true"
#    Option         "CorePointer" "true"
#    Option         "SendCoreEvents" "false"
    Option         "Device" "/dev/input/mice"
#    Option         "Protocol" "auto-dev"
#    Option         "Emulate3Buttons" "true"
#    Option         "ZAxisMapping" "4 5"
EndSection

#Section "InputDevice"
#    Identifier     "Configured Mouse 0"
#    Driver         "mouse"
#    Option         "CorePointer" "true"
#    Option         "SendCoreEvents" "true"
#    Option         "Device" "/dev/input/mouse0"
#    Option         "Protocol" "auto-dev"
#    Option         "Emulate3Buttons" "true"
#    Option         "ZAxisMapping" "4 5"
#EndSection

#Section "InputDevice"
#    Identifier     "Configured Mouse 1"
#    Driver         "mouse"
#    Option         "CorePointer" "true"
#    Option         "SendCoreEvents" "true"
#    Option         "Device" "/dev/input/mouse1"
#    Option         "Protocol" "auto-dev"
#    Option         "Emulate3Buttons" "true"
#    Option         "ZAxisMapping" "4 5"
#EndSection

#Section "InputDevice"
#    Identifier     "Configured Mouse 2"
#    Driver         "mouse"
#    Option         "CorePointer" "true"
#    Option         "SendCoreEvents" "true"
#    Option         "Device" "/dev/input/mouse2"
#    Option         "Protocol" "auto-dev"
#    Option         "Emulate3Buttons" "true"
#    Option         "ZAxisMapping" "4 5"
#EndSection

#Section "InputDevice"
#    Identifier     "Configured Mouse 3"
#    Driver         "mouse"
#    Option         "CorePointer" "true"
#    Option         "SendCoreEvents" "true"
#    Option         "Device" "/dev/input/mouse3"
#    Option         "Protocol" "auto-dev"
#    Option         "Emulate3Buttons" "true"
#    Option         "ZAxisMapping" "4 5"
#EndSection

Section "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
#    Option         "SendCoreEvents" "true"
#    Option         "AlwaysCore" "true"
#    Option         "CorePointer" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
#    Option         "HorizScrollDelta" "0"
#    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         "GrabEventDevice" "true"
    Option         "Repeater" "/dev/null"
    Option         "SHMConfig" "on"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "fglrx"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device0 (2nd)"
    Driver         "fglrx"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
#    Option         "SLI" "Auto"
EndSection

Section "Screen"
    Identifier     "Screen0 (2nd)"
    Device         "Device0 (2nd)"
    Monitor        "Monitor0"
    DefaultDepth    24
EndSection

Section "DRI"
	Group	"video"
	Mode	0660
EndSection


-- /var/log/Xorg.0.log

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-9)
Current Operating System: Linux capitanata 2.6.26-jak #1 SMP Thu Nov 27 10:51:17 CET 2008 x86_64
Build Date: 15 November 2008  06:52:35PM
 
	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: Wed Dec 10 11:30:52 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0"
(**) |-->Screen "Screen0 (2nd)" (1)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0 (2nd)"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) 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:
	unix/:7100,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/local/Office52/share/fonts/75dpi/:unscaled,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/misc/:unscaled,
	/usr/share/fonts/X11/Type1,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/,
	/usr/local/Office52/share/fonts/type1/,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/75dpi,
	/usr/share/fonts/X11/100dpi,
	/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: 0x7c31c0
(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.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(++) using VT number 10

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2a40 card 1025,0138 rev 07 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2a41 card 0000,0000 rev 07 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 8086,2a44 card 1025,0138 rev 07 class 07,80,00 hdr 80
(II) PCI: 00:03:2: chip 8086,2a46 card 1025,0138 rev 07 class 01,01,85 hdr 00
(II) PCI: 00:03:3: chip 8086,2a47 card 1025,0138 rev 07 class 07,00,02 hdr 00
(II) PCI: 00:19:0: chip 8086,10f5 card 1025,0138 rev 03 class 02,00,00 hdr 00
(II) PCI: 00:1a:0: chip 8086,2937 card 1025,0138 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1a:1: chip 8086,2938 card 1025,0138 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1a:2: chip 8086,2939 card 1025,0138 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1a:7: chip 8086,293c card 1025,0138 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1b:0: chip 8086,293e card 1025,0138 rev 03 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,2940 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,2942 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,2944 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,2946 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:4: chip 8086,2948 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2934 card 1025,0138 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2935 card 1025,0138 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2936 card 1025,0138 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,293a card 1025,0138 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 93 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2917 card 1025,0138 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2929 card 1025,0138 rev 03 class 01,06,01 hdr 00
(II) PCI: 00:1f:3: chip 8086,2930 card 1025,0138 rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,95c4 card 1025,0138 rev 00 class 03,00,00 hdr 00
(II) PCI: 03:00:0: chip 8086,4232 card 8086,1201 rev 00 class 02,80,00 hdr 00
(II) PCI: 0d:06:0: chip 1217,7135 card 5001,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 0d:06:1: chip 1217,7135 card 5801,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 0d:06:2: chip 1217,7120 card 1025,0138 rev 02 class 08,05,01 hdr 00
(II) PCI: 0d:06:3: chip 1217,7130 card 1025,0138 rev 03 class 01,80,00 hdr 00
(II) PCI: 0d:09:0: chip 104c,8023 card 1025,0138 rev 00 class 0c,00,10 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,18), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) 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	0x00002000 - 0x00002fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xcfe00000 - 0xcfefffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xf8100000 - 0xf81fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:2), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:28:3), (0,5,7), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 5 I/O range:
	[0] -1	0	0x00003000 - 0x000030ff (0x100) IX[B]
	[1] -1	0	0x00003400 - 0x000034ff (0x100) IX[B]
	[2] -1	0	0x00003800 - 0x000038ff (0x100) IX[B]
	[3] -1	0	0x00003c00 - 0x00003cff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
	[0] -1	0	0xf4000000 - 0xf5ffffff (0x2000000) MX[B]
(II) Bus 5 prefetchable memory range:
	[0] -1	0	0xf0000000 - 0xf1ffffff (0x2000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:28:4), (0,8,10), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 8 I/O range:
	[0] -1	0	0x00004000 - 0x000040ff (0x100) IX[B]
	[1] -1	0	0x00004400 - 0x000044ff (0x100) IX[B]
	[2] -1	0	0x00004800 - 0x000048ff (0x100) IX[B]
	[3] -1	0	0x00004c00 - 0x00004cff (0x100) IX[B]
(II) Bus 8 non-prefetchable memory range:
	[0] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
(II) Bus 8 prefetchable memory range:
	[0] -1	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 13: bridge is at (0:30:0), (0,13,21), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 13 I/O range:
	[0] -1	0	0x00005000 - 0x000050ff (0x100) IX[B]
	[1] -1	0	0x00005400 - 0x000054ff (0x100) IX[B]
	[2] -1	0	0x00005800 - 0x000058ff (0x100) IX[B]
	[3] -1	0	0x00005c00 - 0x00005cff (0x100) IX[B]
(II) Bus 13 non-prefetchable memory range:
	[0] -1	0	0xf8000000 - 0xf80fffff (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)
(II) PCI-to-CardBus bridge:
(II) Bus 14: bridge is at (13:6:0), (13,14,17), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 14 I/O range:
	[0] -1	0	0x00005000 - 0x000050ff (0x100) IX[B]
	[1] -1	0	0x00005400 - 0x000054ff (0x100) IX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 18: bridge is at (13:6:1), (13,18,21), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 18 I/O range:
	[0] -1	0	0x00005800 - 0x000058ff (0x100) IX[B]
	[1] -1	0	0x00005c00 - 0x00005cff (0x100) IX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x95c4) rev 0, Mem @ 0xd0000000/28, 0xcfef0000/16, I/O @ 0x2000/8
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) 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	0xf8000000 - 0xf8003fff (0x4000) MX[B]
	[1] -1	0	0xf8006000 - 0xf80067ff (0x800) MX[B]
	[2] -1	0	0xf8005000 - 0xf8005fff (0x1000) MX[B]
	[3] -1	0	0xf8006800 - 0xf80068ff (0x100) MX[B]
	[4] -1	0	0xf8100000 - 0xf8101fff (0x2000) MX[B]
	[5] -1	0	0xc2000000 - 0xc20000ff (0x100) MX[B]
	[6] -1	0	0xf8426000 - 0xf84267ff (0x800) MX[B]
	[7] -1	0	0xf8427000 - 0xf84273ff (0x400) MX[B]
	[8] -1	0	0xf8420000 - 0xf8423fff (0x4000) MX[B]
	[9] -1	0	0xf8426c00 - 0xf8426fff (0x400) MX[B]
	[10] -1	0	0xf8425000 - 0xf8425fff (0x1000) MX[B]
	[11] -1	0	0xf8400000 - 0xf841ffff (0x20000) MX[B]
	[12] -1	0	0xf8424000 - 0xf8424fff (0x1000) MX[B]
	[13] -1	0	0xf8426800 - 0xf842680f (0x10) MX[B]
	[14] -1	0	0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
	[15] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[16] -1	0	0x00001c60 - 0x00001c7f (0x20) IX[B]
	[17] -1	0	0x00001c20 - 0x00001c3f (0x20) IX[B]
	[18] -1	0	0x00001830 - 0x00001833 (0x4) IX[B]
	[19] -1	0	0x00001838 - 0x0000183f (0x8) IX[B]
	[20] -1	0	0x00001834 - 0x00001837 (0x4) IX[B]
	[21] -1	0	0x00001c40 - 0x00001c47 (0x8) IX[B]
	[22] -1	0	0x00001c00 - 0x00001c1f (0x20) IX[B]
	[23] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[24] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]
	[25] -1	0	0x000018a0 - 0x000018bf (0x20) IX[B]
	[26] -1	0	0x00001880 - 0x0000189f (0x20) IX[B]
	[27] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[28] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[29] -1	0	0x00001828 - 0x0000182f (0x8) IX[B]
	[30] -1	0	0x00001800 - 0x0000180f (0x10) IX[B]
	[31] -1	0	0x00001810 - 0x00001813 (0x4) IX[B]
	[32] -1	0	0x00001818 - 0x0000181f (0x8) IX[B]
	[33] -1	0	0x00001814 - 0x00001817 (0x4) IX[B]
	[34] -1	0	0x00001820 - 0x00001827 (0x8) IX[B]
	[35] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf8000000 - 0xf8003fff (0x4000) MX[B]
	[1] -1	0	0xf8006000 - 0xf80067ff (0x800) MX[B]
	[2] -1	0	0xf8005000 - 0xf8005fff (0x1000) MX[B]
	[3] -1	0	0xf8006800 - 0xf80068ff (0x100) MX[B]
	[4] -1	0	0xf8100000 - 0xf8101fff (0x2000) MX[B]
	[5] -1	0	0xc2000000 - 0xc20000ff (0x100) MX[B]
	[6] -1	0	0xf8426000 - 0xf84267ff (0x800) MX[B]
	[7] -1	0	0xf8427000 - 0xf84273ff (0x400) MX[B]
	[8] -1	0	0xf8420000 - 0xf8423fff (0x4000) MX[B]
	[9] -1	0	0xf8426c00 - 0xf8426fff (0x400) MX[B]
	[10] -1	0	0xf8425000 - 0xf8425fff (0x1000) MX[B]
	[11] -1	0	0xf8400000 - 0xf841ffff (0x20000) MX[B]
	[12] -1	0	0xf8424000 - 0xf8424fff (0x1000) MX[B]
	[13] -1	0	0xf8426800 - 0xf842680f (0x10) MX[B]
	[14] -1	0	0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
	[15] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[16] -1	0	0x00001c60 - 0x00001c7f (0x20) IX[B]
	[17] -1	0	0x00001c20 - 0x00001c3f (0x20) IX[B]
	[18] -1	0	0x00001830 - 0x00001833 (0x4) IX[B]
	[19] -1	0	0x00001838 - 0x0000183f (0x8) IX[B]
	[20] -1	0	0x00001834 - 0x00001837 (0x4) IX[B]
	[21] -1	0	0x00001c40 - 0x00001c47 (0x8) IX[B]
	[22] -1	0	0x00001c00 - 0x00001c1f (0x20) IX[B]
	[23] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[24] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]
	[25] -1	0	0x000018a0 - 0x000018bf (0x20) IX[B]
	[26] -1	0	0x00001880 - 0x0000189f (0x20) IX[B]
	[27] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[28] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[29] -1	0	0x00001828 - 0x0000182f (0x8) IX[B]
	[30] -1	0	0x00001800 - 0x0000180f (0x10) IX[B]
	[31] -1	0	0x00001810 - 0x00001813 (0x4) IX[B]
	[32] -1	0	0x00001818 - 0x0000181f (0x8) IX[B]
	[33] -1	0	0x00001814 - 0x00001817 (0x4) IX[B]
	[34] -1	0	0x00001820 - 0x00001827 (0x8) IX[B]
	[35] -1	0	0x00002000 - 0x000020ff (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	0xf8000000 - 0xf8003fff (0x4000) MX[B]
	[5] -1	0	0xf8006000 - 0xf80067ff (0x800) MX[B]
	[6] -1	0	0xf8005000 - 0xf8005fff (0x1000) MX[B]
	[7] -1	0	0xf8006800 - 0xf80068ff (0x100) MX[B]
	[8] -1	0	0xf8100000 - 0xf8101fff (0x2000) MX[B]
	[9] -1	0	0xc2000000 - 0xc20000ff (0x100) MX[B]
	[10] -1	0	0xf8426000 - 0xf84267ff (0x800) MX[B]
	[11] -1	0	0xf8427000 - 0xf84273ff (0x400) MX[B]
	[12] -1	0	0xf8420000 - 0xf8423fff (0x4000) MX[B]
	[13] -1	0	0xf8426c00 - 0xf8426fff (0x400) MX[B]
	[14] -1	0	0xf8425000 - 0xf8425fff (0x1000) MX[B]
	[15] -1	0	0xf8400000 - 0xf841ffff (0x20000) MX[B]
	[16] -1	0	0xf8424000 - 0xf8424fff (0x1000) MX[B]
	[17] -1	0	0xf8426800 - 0xf842680f (0x10) MX[B]
	[18] -1	0	0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
	[19] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1	0	0x00001c60 - 0x00001c7f (0x20) IX[B]
	[23] -1	0	0x00001c20 - 0x00001c3f (0x20) IX[B]
	[24] -1	0	0x00001830 - 0x00001833 (0x4) IX[B]
	[25] -1	0	0x00001838 - 0x0000183f (0x8) IX[B]
	[26] -1	0	0x00001834 - 0x00001837 (0x4) IX[B]
	[27] -1	0	0x00001c40 - 0x00001c47 (0x8) IX[B]
	[28] -1	0	0x00001c00 - 0x00001c1f (0x20) IX[B]
	[29] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[30] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]
	[31] -1	0	0x000018a0 - 0x000018bf (0x20) IX[B]
	[32] -1	0	0x00001880 - 0x0000189f (0x20) IX[B]
	[33] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[34] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[35] -1	0	0x00001828 - 0x0000182f (0x8) IX[B]
	[36] -1	0	0x00001800 - 0x0000180f (0x10) IX[B]
	[37] -1	0	0x00001810 - 0x00001813 (0x4) IX[B]
	[38] -1	0	0x00001818 - 0x0000181f (0x8) IX[B]
	[39] -1	0	0x00001814 - 0x00001817 (0x4) IX[B]
	[40] -1	0	0x00001820 - 0x00001827 (0x8) IX[B]
	[41] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.2, 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.2, 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(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.2, 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: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.2, 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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 7.1.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
	compiled for 7.1.0, module version = 8.54.3
	Module class: X.Org Video Driver
(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.90, module version = 1.3.1
	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.90, module version = 1.3.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput 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) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.54.3
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.542                    
(II) ATI Proprietary Linux Driver Build Date: Oct  3 2008 17:42:58
(--) Assigning device section with no busID to primary device
(--) Assigning device section with no busID to primary device
(WW) fglrx: More than one matching Device section found: Device0 (2nd)
(--) Chipset Supported AMD Graphics Processor (0x95C4) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(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	0xf8000000 - 0xf8003fff (0x4000) MX[B]
	[5] -1	0	0xf8006000 - 0xf80067ff (0x800) MX[B]
	[6] -1	0	0xf8005000 - 0xf8005fff (0x1000) MX[B]
	[7] -1	0	0xf8006800 - 0xf80068ff (0x100) MX[B]
	[8] -1	0	0xf8100000 - 0xf8101fff (0x2000) MX[B]
	[9] -1	0	0xc2000000 - 0xc20000ff (0x100) MX[B]
	[10] -1	0	0xf8426000 - 0xf84267ff (0x800) MX[B]
	[11] -1	0	0xf8427000 - 0xf84273ff (0x400) MX[B]
	[12] -1	0	0xf8420000 - 0xf8423fff (0x4000) MX[B]
	[13] -1	0	0xf8426c00 - 0xf8426fff (0x400) MX[B]
	[14] -1	0	0xf8425000 - 0xf8425fff (0x1000) MX[B]
	[15] -1	0	0xf8400000 - 0xf841ffff (0x20000) MX[B]
	[16] -1	0	0xf8424000 - 0xf8424fff (0x1000) MX[B]
	[17] -1	0	0xf8426800 - 0xf842680f (0x10) MX[B]
	[18] -1	0	0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
	[19] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1	0	0x00001c60 - 0x00001c7f (0x20) IX[B]
	[23] -1	0	0x00001c20 - 0x00001c3f (0x20) IX[B]
	[24] -1	0	0x00001830 - 0x00001833 (0x4) IX[B]
	[25] -1	0	0x00001838 - 0x0000183f (0x8) IX[B]
	[26] -1	0	0x00001834 - 0x00001837 (0x4) IX[B]
	[27] -1	0	0x00001c40 - 0x00001c47 (0x8) IX[B]
	[28] -1	0	0x00001c00 - 0x00001c1f (0x20) IX[B]
	[29] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[30] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]
	[31] -1	0	0x000018a0 - 0x000018bf (0x20) IX[B]
	[32] -1	0	0x00001880 - 0x0000189f (0x20) IX[B]
	[33] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[34] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[35] -1	0	0x00001828 - 0x0000182f (0x8) IX[B]
	[36] -1	0	0x00001800 - 0x0000180f (0x10) IX[B]
	[37] -1	0	0x00001810 - 0x00001813 (0x4) IX[B]
	[38] -1	0	0x00001818 - 0x0000181f (0x8) IX[B]
	[39] -1	0	0x00001814 - 0x00001817 (0x4) IX[B]
	[40] -1	0	0x00001820 - 0x00001827 (0x8) IX[B]
	[41] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x2431e30
(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	0xf8000000 - 0xf8003fff (0x4000) MX[B]
	[5] -1	0	0xf8006000 - 0xf80067ff (0x800) MX[B]
	[6] -1	0	0xf8005000 - 0xf8005fff (0x1000) MX[B]
	[7] -1	0	0xf8006800 - 0xf80068ff (0x100) MX[B]
	[8] -1	0	0xf8100000 - 0xf8101fff (0x2000) MX[B]
	[9] -1	0	0xc2000000 - 0xc20000ff (0x100) MX[B]
	[10] -1	0	0xf8426000 - 0xf84267ff (0x800) MX[B]
	[11] -1	0	0xf8427000 - 0xf84273ff (0x400) MX[B]
	[12] -1	0	0xf8420000 - 0xf8423fff (0x4000) MX[B]
	[13] -1	0	0xf8426c00 - 0xf8426fff (0x400) MX[B]
	[14] -1	0	0xf8425000 - 0xf8425fff (0x1000) MX[B]
	[15] -1	0	0xf8400000 - 0xf841ffff (0x20000) MX[B]
	[16] -1	0	0xf8424000 - 0xf8424fff (0x1000) MX[B]
	[17] -1	0	0xf8426800 - 0xf842680f (0x10) MX[B]
	[18] -1	0	0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
	[19] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[20] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[21] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[22] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[23] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[24] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[25] -1	0	0x00001c60 - 0x00001c7f (0x20) IX[B]
	[26] -1	0	0x00001c20 - 0x00001c3f (0x20) IX[B]
	[27] -1	0	0x00001830 - 0x00001833 (0x4) IX[B]
	[28] -1	0	0x00001838 - 0x0000183f (0x8) IX[B]
	[29] -1	0	0x00001834 - 0x00001837 (0x4) IX[B]
	[30] -1	0	0x00001c40 - 0x00001c47 (0x8) IX[B]
	[31] -1	0	0x00001c00 - 0x00001c1f (0x20) IX[B]
	[32] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[33] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]
	[34] -1	0	0x000018a0 - 0x000018bf (0x20) IX[B]
	[35] -1	0	0x00001880 - 0x0000189f (0x20) IX[B]
	[36] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[37] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[38] -1	0	0x00001828 - 0x0000182f (0x8) IX[B]
	[39] -1	0	0x00001800 - 0x0000180f (0x10) IX[B]
	[40] -1	0	0x00001810 - 0x00001813 (0x4) IX[B]
	[41] -1	0	0x00001818 - 0x0000181f (0x8) IX[B]
	[42] -1	0	0x00001814 - 0x00001817 (0x4) IX[B]
	[43] -1	0	0x00001820 - 0x00001827 (0x8) IX[B]
	[44] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
	[45] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[46] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) fglrx(0): PCI bus 1 card 0 func 0
(II) fglrx(0): Creating default Display subsection in Screen section
	"Screen0" for depth/fbbpp 24/32
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "DPMS"
(II) fglrx(0): Loading PCS database from /etc/ati/amdpcsdb
(II) fglrx(0): 10BitPixelFormat disabled by default
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(--) fglrx(0): Chipset: "ATI Mobility Radeon HD 3400 Series" (Chipset = 0x95c4)
(--) fglrx(0): (PciSubVendor = 0x1025, PciSubDevice = 0x0138)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
(--) fglrx(0): MMIO registers at 0xcfef0000
(--) fglrx(0): I/O port at 0x00002000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 10.88
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
(II) fglrx(0): VESA VBE OEM Product: M82
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
	compiled for 7.1.0, module version = 8.54.3
	ABI class: X.Org Server Extension, version 0.3
(II) fglrx(0): Using adapter: 1:0.0.
(II) fglrx(0): [FB] Find the MC FB aperturs range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000)
(--) fglrx(0): Video RAM: 262144 kByte, Type: DDR2
(II) fglrx(0): PCIE card detected
(--) fglrx(0): Using per-process page tables (PPPT) as GART.
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000002, disabled=0x00000000
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: CMO  Model: 1520  Serial#: 0
(II) fglrx(0): Year: 1990  Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 33  vert.: 20
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.626 redY: 0.354   greenX: 0.294 greenY: 0.589
(II) fglrx(0): blueX: 0.144 blueY: 0.097   whiteX: 0.309 whiteY: 0.329
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 119.0 MHz   Image Size:  331 x 207 mm
(II) fglrx(0): h_active: 1680  h_sync: 1728  h_sync_end 1760 h_blank_end 1840 h_border: 0
(II) fglrx(0): v_active: 1050  v_sync: 1053  v_sync_end 1059 v_blanking: 1080 v_border: 0
(II) fglrx(0):  N154Z1-L01
(II) fglrx(0):  CMO
(II) fglrx(0):  N154Z1-L01
(II) fglrx(0): EDID (in hex):
(II) fglrx(0): 	00ffffffffffff000daf201500000000
(II) fglrx(0): 	00000103802114780a77f1a05a4b9624
(II) fglrx(0): 	184f5400000001010101010101010101
(II) fglrx(0): 	0101010101017c2e90a0601a1e403020
(II) fglrx(0): 	36004bcf10000018000000fe004e3135
(II) fglrx(0): 	345a312d4c30310a2020000000fe0043
(II) fglrx(0): 	4d4f0a202020202020202020000000fe
(II) fglrx(0): 	004e3135345a312d4c30310a202000fd
(II) fglrx(0): End of Display1 EDID data --------------------
(WW) fglrx(0): Only one display is connnected,so single mode is enabled
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000001
(==) fglrx(0): Qbs is not supported in this release. Disabled.
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0):  PseudoColor visuals disabled
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): Center Mode is disabled 
(==) fglrx(0): TMDS coherent mode is enabled 
(II) fglrx(0): Total of 17 modes found for primary display.
(--) fglrx(0): Virtual size is 1680x1050 (pitch 0)
(**) fglrx(0): *Mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1680x1050"x60.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1440x900": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1440x900"x60.0  119.00  1440 1728 1760 1840  900 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1400x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1400x1050"x60.0  119.00  1400 1728 1760 1840  1050 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1280x1024": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024"x60.0  119.00  1280 1728 1760 1840  1024 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1280x960": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x960"x60.0  119.00  1280 1728 1760 1840  960 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1280x768": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x768"x60.0  119.00  1280 1728 1760 1840  768 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1280x720": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x720"x60.0  119.00  1280 1728 1760 1840  720 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1152x864": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864"x60.0  119.00  1152 1728 1760 1840  864 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1024x768": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"x60.0  119.00  1024 1728 1760 1840  768 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "800x600": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"x60.0  119.00  800 1728 1760 1840  600 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "720x480": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480"x60.0  119.00  720 1728 1760 1840  480 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "640x480": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"x60.0  119.00  640 1728 1760 1840  480 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0):  Default mode "640x400": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"x60.0  119.00  640 1728 1760 1840  400 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0):  Default mode "512x384": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"x60.0  119.00  512 1728 1760 1840  384 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0):  Default mode "400x300": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300"x60.0  119.00  400 1728 1760 1840  300 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0):  Default mode "320x240": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240"x60.0  119.00  320 1728 1760 1840  240 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0):  Default mode "320x200": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200"x60.0  119.00  320 1728 1760 1840  200 1053 1059 1080 +hsync +vsync (64.7 kHz)
(--) fglrx(0): Display dimensions: (330, 200) mm
(--) fglrx(0): DPI set to (129, 133)
(--) fglrx(0): Virtual size is 1680x1050 (pitch 1728)
(**) fglrx(0): *Mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1680x1050"x60.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1440x900": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1440x900"x60.0  119.00  1440 1728 1760 1840  900 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1400x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1400x1050"x60.0  119.00  1400 1728 1760 1840  1050 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1280x1024": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x1024"x60.0  119.00  1280 1728 1760 1840  1024 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1280x960": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x960"x60.0  119.00  1280 1728 1760 1840  960 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1280x768": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x768"x60.0  119.00  1280 1728 1760 1840  768 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1280x720": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1280x720"x60.0  119.00  1280 1728 1760 1840  720 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1152x864": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1152x864"x60.0  119.00  1152 1728 1760 1840  864 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "1024x768": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768"x60.0  119.00  1024 1728 1760 1840  768 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "800x600": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600"x60.0  119.00  800 1728 1760 1840  600 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "720x480": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480"x60.0  119.00  720 1728 1760 1840  480 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0): *Mode "640x480": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480"x60.0  119.00  640 1728 1760 1840  480 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0):  Default mode "640x400": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400"x60.0  119.00  640 1728 1760 1840  400 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0):  Default mode "512x384": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384"x60.0  119.00  512 1728 1760 1840  384 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0):  Default mode "400x300": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300"x60.0  119.00  400 1728 1760 1840  300 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0):  Default mode "320x240": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240"x60.0  119.00  320 1728 1760 1840  240 1053 1059 1080 +hsync +vsync (64.7 kHz)
(**) fglrx(0):  Default mode "320x200": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200"x60.0  119.00  320 1728 1760 1840  200 1053 1059 1080 +hsync +vsync (64.7 kHz)
(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.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(==) fglrx(0): NoAccel = NO
(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.2, module version = 1.2.0
	ABI class: X.Org Video Driver, version 2.0
(==) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): cpuFlags: 0x8000001d
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): ATI GART size: 255 MB
(II) fglrx(0): [pcie] 261120 kB allocated
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(II) fglrx(0): Direct rendering enabled
(II) fglrx(0): Interrupt handler installed at IRQ 16.
(II) fglrx(0): Exposed events to the /proc interface
(II) fglrx(0): Finished Initialize PPLIB!
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xcfef0000 - 0xcfefffff (0x10000) MX[B]
	[1] 0	0	0xd0000000 - 0xdfffffff (0x10000000) MX[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	0xf8000000 - 0xf8003fff (0x4000) MX[B]
	[7] -1	0	0xf8006000 - 0xf80067ff (0x800) MX[B]
	[8] -1	0	0xf8005000 - 0xf8005fff (0x1000) MX[B]
	[9] -1	0	0xf8006800 - 0xf80068ff (0x100) MX[B]
	[10] -1	0	0xf8100000 - 0xf8101fff (0x2000) MX[B]
	[11] -1	0	0xc2000000 - 0xc20000ff (0x100) MX[B]
	[12] -1	0	0xf8426000 - 0xf84267ff (0x800) MX[B]
	[13] -1	0	0xf8427000 - 0xf84273ff (0x400) MX[B]
	[14] -1	0	0xf8420000 - 0xf8423fff (0x4000) MX[B]
	[15] -1	0	0xf8426c00 - 0xf8426fff (0x400) MX[B]
	[16] -1	0	0xf8425000 - 0xf8425fff (0x1000) MX[B]
	[17] -1	0	0xf8400000 - 0xf841ffff (0x20000) MX[B]
	[18] -1	0	0xf8424000 - 0xf8424fff (0x1000) MX[B]
	[19] -1	0	0xf8426800 - 0xf842680f (0x10) MX[B]
	[20] -1	0	0xcfef0000 - 0xcfefffff (0x10000) MX[B](B)
	[21] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[22] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[23] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[24] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[25] 0	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[26] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[27] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[28] -1	0	0x00001c60 - 0x00001c7f (0x20) IX[B]
	[29] -1	0	0x00001c20 - 0x00001c3f (0x20) IX[B]
	[30] -1	0	0x00001830 - 0x00001833 (0x4) IX[B]
	[31] -1	0	0x00001838 - 0x0000183f (0x8) IX[B]
	[32] -1	0	0x00001834 - 0x00001837 (0x4) IX[B]
	[33] -1	0	0x00001c40 - 0x00001c47 (0x8) IX[B]
	[34] -1	0	0x00001c00 - 0x00001c1f (0x20) IX[B]
	[35] -1	0	0x000018e0 - 0x000018ff (0x20) IX[B]
	[36] -1	0	0x000018c0 - 0x000018df (0x20) IX[B]
	[37] -1	0	0x000018a0 - 0x000018bf (0x20) IX[B]
	[38] -1	0	0x00001880 - 0x0000189f (0x20) IX[B]
	[39] -1	0	0x00001860 - 0x0000187f (0x20) IX[B]
	[40] -1	0	0x00001840 - 0x0000185f (0x20) IX[B]
	[41] -1	0	0x00001828 - 0x0000182f (0x8) IX[B]
	[42] -1	0	0x00001800 - 0x0000180f (0x10) IX[B]
	[43] -1	0	0x00001810 - 0x00001813 (0x4) IX[B]
	[44] -1	0	0x00001818 - 0x0000181f (0x8) IX[B]
	[45] -1	0	0x00001814 - 0x00001817 (0x4) IX[B]
	[46] -1	0	0x00001820 - 0x00001827 (0x8) IX[B]
	[47] -1	0	0x00002000 - 0x000020ff (0x100) IX[B](B)
	[48] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[49] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
(WW) fglrx(0): could not detect X server version (query_status=-1)
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
(II) fglrx(0): DRIScreenInit for fglrx driver
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0x386000
(II) fglrx(0): [drm] mapped SAREA 0x386000 to 0x7fe3c4014000
(II) fglrx(0): [drm] framebuffer handle = 0x387000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 8.54.3
(II) fglrx(0):     Date: Oct  3 2008
(II) fglrx(0):     Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.26-jak
(II) fglrx(0):     Build-Kernel MODVERSIONS:        no
(II) fglrx(0):     Build-Kernel __SMP__:            yes
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0x00388000
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x01008000
(II) fglrx(0): FBMM initialized for area (0,0)-(1728,2432)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1728,1050) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1728 x 1382
(==) fglrx(0): Backing store disabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(**) fglrx(0): Textured Video is enabled.
(II) LoadModule: "glesx"
(II) Loading /usr/lib/xorg/modules//glesx.so
(II) Module glesx: vendor="X.Org Foundation"
	compiled for 7.1.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension GLESX
(II) fglrx(0): GLESX enableFlags = 26
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	Solid Horizontal and Vertical Lines
	Driver provided ScreenToScreenBitBlt replacement
	Driver provided FillSolidRects replacement
(II) fglrx(0): GLESX is enabled
(II) LoadModule: "amdxmm"
(II) Loading /usr/lib/xorg/modules//amdxmm.so
(II) Module amdxmm: vendor="X.Org Foundation"
	compiled for 7.1.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using hardware cursor
(==) RandR enabled
(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
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports PCI:1:0:0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(WW) AIGLX: 3D driver claims to not support visual 0x33
(WW) AIGLX: 3D driver claims to not support visual 0x34
(WW) AIGLX: 3D driver claims to not support visual 0x35
(WW) AIGLX: 3D driver claims to not support visual 0x36
(WW) AIGLX: 3D driver claims to not support visual 0x37
(WW) AIGLX: 3D driver claims to not support visual 0x38
(WW) AIGLX: 3D driver claims to not support visual 0x39
(WW) AIGLX: 3D driver claims to not support visual 0x3a
(WW) AIGLX: 3D driver claims to not support visual 0x3b
(WW) AIGLX: 3D driver claims to not support visual 0x3c
(WW) AIGLX: 3D driver claims to not support visual 0x3d
(WW) AIGLX: 3D driver claims to not support visual 0x3e
(WW) AIGLX: 3D driver claims to not support visual 0x3f
(WW) AIGLX: 3D driver claims to not support visual 0x40
(WW) AIGLX: 3D driver claims to not support visual 0x41
(WW) AIGLX: 3D driver claims to not support visual 0x42
(WW) AIGLX: 3D driver claims to not support visual 0x43
(WW) AIGLX: 3D driver claims to not support visual 0x44
(WW) AIGLX: 3D driver claims to not support visual 0x45
(WW) AIGLX: 3D driver claims to not support visual 0x46
(WW) AIGLX: 3D driver claims to not support visual 0x47
(WW) AIGLX: 3D driver claims to not support visual 0x48
(WW) AIGLX: 3D driver claims to not support visual 0x49
(WW) AIGLX: 3D driver claims to not support visual 0x4a
(WW) AIGLX: 3D driver claims to not support visual 0x4b
(WW) AIGLX: 3D driver claims to not support visual 0x4c
(WW) AIGLX: 3D driver claims to not support visual 0x4d
(WW) AIGLX: 3D driver claims to not support visual 0x4e
(WW) AIGLX: 3D driver claims to not support visual 0x4f
(WW) AIGLX: 3D driver claims to not support visual 0x50
(WW) AIGLX: 3D driver claims to not support visual 0x51
(WW) AIGLX: 3D driver claims to not support visual 0x52
(WW) AIGLX: 3D driver claims to not support visual 0x53
(WW) AIGLX: 3D driver claims to not support visual 0x54
(WW) AIGLX: 3D driver claims to not support visual 0x55
(WW) AIGLX: 3D driver claims to not support visual 0x56
(WW) AIGLX: 3D driver claims to not support visual 0x57
(WW) AIGLX: 3D driver claims to not support visual 0x58
(WW) AIGLX: 3D driver claims to not support visual 0x59
(WW) AIGLX: 3D driver claims to not support visual 0x5a
(WW) AIGLX: 3D driver claims to not support visual 0x5b
(WW) AIGLX: 3D driver claims to not support visual 0x5c
(WW) AIGLX: 3D driver claims to not support visual 0x5d
(WW) AIGLX: 3D driver claims to not support visual 0x5e
(WW) AIGLX: 3D driver claims to not support visual 0x5f
(WW) AIGLX: 3D driver claims to not support visual 0x60
(WW) AIGLX: 3D driver claims to not support visual 0x61
(WW) AIGLX: 3D driver claims to not support visual 0x62
(WW) AIGLX: 3D driver claims to not support visual 0x63
(WW) AIGLX: 3D driver claims to not support visual 0x64
(WW) AIGLX: 3D driver claims to not support visual 0x65
(WW) AIGLX: 3D driver claims to not support visual 0x66
(WW) AIGLX: 3D driver claims to not support visual 0x67
(WW) AIGLX: 3D driver claims to not support visual 0x68
(WW) AIGLX: 3D driver claims to not support visual 0x69
(WW) AIGLX: 3D driver claims to not support visual 0x6a
(WW) AIGLX: 3D driver claims to not support visual 0x6b
(WW) AIGLX: 3D driver claims to not support visual 0x6c
(WW) AIGLX: 3D driver claims to not support visual 0x6d
(WW) AIGLX: 3D driver claims to not support visual 0x6e
(WW) AIGLX: 3D driver claims to not support visual 0x6f
(WW) AIGLX: 3D driver claims to not support visual 0x70
(WW) AIGLX: 3D driver claims to not support visual 0x71
(WW) AIGLX: 3D driver claims to not support visual 0x72
(II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) fglrx(0): Enable the clock gating!
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "it"
(**) Generic Keyboard: XkbLayout: "it"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Configured Mouse: Device: "/dev/input/mice"
(==) Configured Mouse: Protocol: "Auto"
(**) Option "AlwaysCore"
(**) Configured Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event9
(**) Option "Device" "/dev/input/event9"
(**) Option "SHMConfig" "on"
(**) Option "Repeater" "/dev/null"
(**) Option "Device" "/dev/null"
(--) Synaptics Touchpad touchpad found
(**) Option "CorePointer"
(**) Synaptics Touchpad: always reports core events
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) evaluating device (Configured Mouse)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) evaluating device (Synaptics Touchpad)
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
(--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event9
(**) Option "Device" "/dev/input/event9"
(--) Synaptics Touchpad touchpad found
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) SynPS/2 Synaptics TouchPad auto-dev sets device to /dev/input/event9
(**) Option "Device" "/dev/input/event9"
(--) SynPS/2 Synaptics TouchPad touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: MOUSE)
(--) SynPS/2 Synaptics TouchPad auto-dev sets device to /dev/input/event9
(**) Option "Device" "/dev/input/event9"
(WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
(--) SynPS/2 Synaptics TouchPad touchpad found
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event9
(**) Option "Device" "/dev/input/event9"
(--) Synaptics Touchpad touchpad found
(--) SynPS/2 Synaptics TouchPad auto-dev sets device to /dev/input/event9
(**) Option "Device" "/dev/input/event9"
(WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
(--) SynPS/2 Synaptics TouchPad touchpad found
(EE) Error compiling keymap (server-0)
(EE) XKB: Couldn't compile keymap
(II) 3rd Button detected: disabling emulate3Button



-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-jak (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to it_IT.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xfree86-driver-synaptics depends on:
ii  xserver-xorg-input- 0.14.7~git20070706-3 Synaptics TouchPad driver for X.Or

xfree86-driver-synaptics recommends no packages.

xfree86-driver-synaptics suggests no packages.

-- no debconf information

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




Reply to: