Package: xserver-xorg-core
Version: 2:1.7.7-1
Severity: important

There is an upstream regression in the X server which prevents (true)
Xinerama from working when the "LeftOf" directive is used to specify a
screen to the left of a lower-numbered screen.

This causes the mouse to wrap from the left of the previous screen to the
most rightmost screen instead of entering the "LeftOf" screen.

The upstream bug report is at 

http://bugs.freedesktop.org/show_bug.cgi?id=24986

The patch which fixes this is at

http://bugs.freedesktop.org/attachment.cgi?id=35383

Recompiling applying this patch fixes the issue.

Regards

Tom

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

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

X server symlink status:
lrwxrwxrwx 1 root root 13 Oct  2  2009 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1877104 May 15 14:17 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation G80 [GeForce 8800 GTS] 
(rev a2)
02:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8500 GT] 
(rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5643 May 15 14:24 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# Tom's X config file

Section "Screen"
        Identifier      "Screen-0-Twin"
        Device          "Card0-Twin"
        Monitor         "SamsungDFP"
        SubSection "Display"
                Depth   24
                Modes           "1280x1024"
        EndSubSection
        Option          "AddARGBVisuals"        "on"
        Option          "AddARGBGLXVisuals"     "True"
        Defaultdepth    24
EndSection

Section "Screen"
        Identifier      "Screen-0-0"
        Device          "Card0-0"
        Monitor         "SamsungDFP"
        SubSection "Display"
                Depth   24
                Modes           "1280x1024"
        EndSubSection
        Option          "AddARGBVisuals"        "on"
        Option          "AddARGBGLXVisuals"     "True"
        Defaultdepth    24
EndSection

Section "Screen"
        Identifier      "Screen-0-1"
        Device          "Card0-1"
        Monitor         "SamsungDFP"
        SubSection "Display"
                Depth   24
                Modes           "1280x1024"
        EndSubSection
        Option          "AddARGBVisuals"        "on"
        Option          "AddARGBGLXVisuals"     "True"
        Defaultdepth    24
EndSection

Section "Screen"
        Identifier      "Screen-1-0"
        Device          "Card1-0"
        Monitor         "SamsungDFP"
        SubSection "Display"
                Depth   24
                Modes           "1280x1024"
        EndSubSection
        Option          "AddARGBVisuals"        "on"
        Option          "AddARGBGLXVisuals"     "True"
        Defaultdepth    24
EndSection

Section "Device"
        Identifier      "Card0-Twin"
        Driver          "nvidia"
        Busid           "PCI:1:0:0"
        #Option         "NoLogo"
        #Option         "RenderAccel"
        #Option         "HWcursor" "false"
        Option          "TwinView"      "on"
        Option          "TwinViewOrientation"   "RightOf"
        Option          "TwinViewXineramaInfoOrder"     "DFP-1, DFP-0"
        Option          "AllowGLXWithComposite" "true"
        Option          "UseCompositeWrapper"   "true"
        #Option         "NoTwinViewXineramaInfo" "true"
        #Option         "Coolbits" "3"
EndSection

Section "Device"
        Identifier      "Card0-0"
        Driver          "nvidia"
        Busid           "PCI:1:0:0"
        Screen  0
        #Option         "NoLogo"
        #Option         "RenderAccel"
        #Option         "HWcursor" "false"
        Option          "AllowGLXWithComposite" "true"
        Option          "UseCompositeWrapper"   "true"
        #Option         "Coolbits" "3"
EndSection

Section "Device"
        Identifier      "Card0-1"
        Driver          "nvidia"
        Busid           "PCI:1:0:0"
        Screen  1
        #Option         "NoLogo"
        #Option         "RenderAccel"
        #Option         "HWcursor" "false"
        Option          "AllowGLXWithComposite" "true"
        Option          "UseCompositeWrapper"   "true"
        #Option         "Coolbits" "3"
EndSection

Section "Device"
        Identifier      "Card1-0"
        Driver          "nvidia"
        Busid           "PCI:2:0:0"
        Screen  0
        #Option         "NoLogo" "1"
        #Option         "RenderAccel"
        #Option         "HWcursor" "false"
        Option          "AllowGLXWithComposite" "true"
        Option          "UseCompositeWrapper"   "true"
        #Option         "Coolbits" "3"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "gb"
        Option          "XkbOptions"    "terminate:ctrl_alt_bksp"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Option          "CorePointer"
#       Driver          "evdev"
        Driver          "mouse"
        
#       Option          "Name"  "Logitech, Inc. MX-1000 Cordless Mouse RECEIVER"
#       Option          "Name"  "Logitech, Inc. MX-1000 Cordless Mouse Receiver"
        Option          "Name"  "Logitech USB RECEIVER"
#       Option          "Device"                "/dev/input/mice"
#       Option          "Protocol"              "ExplorerPS/2"
        
        Option          "Emulate3Buttons"       "false"
        Option          "SendCoreEvents"        "true"
        
        Option          "ZAxisMapping"          "4 5 7 6"
#       Option          "Buttons"               "12"
#       Option          "ButtonMapping"         "1 2 3 6 7 4 5"
EndSection

Section "ServerLayout"
        Identifier      "3Screens-Xin"
        Screen          "Screen-0-0" 0 0
        Screen          "Screen-0-1" LeftOf "Screen-0-0"
        Screen          "Screen-1-0" RightOf "Screen-0-0"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
EndSection

Section "ServerLayout"
        Identifier      "3Screens-Twin"
        Screen          "Screen-0-Twin" 0 0
        Screen          "Screen-1-0" RightOf "Screen-0-Twin"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
EndSection

Section "ServerLayout"
        Identifier      "2Screens-Twin"
        Screen          "Screen-0-Twin" 0 0
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
EndSection

Section "ServerLayout"
        Identifier      "2Screens-Xin"
        Screen          "Screen-0-0" 0 0
        Screen          "Screen-0-1" LeftOf "Screen-0-0"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
EndSection

Section "ServerLayout"
        Identifier      "1Screen"
        Screen          "Screen-0-0" 0 0
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
EndSection

Section "ServerLayout"
        Identifier      "1Screen-Right"
        Screen          "Screen-1-0" 0 0
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
EndSection

Section "Module"
        Load            "bitmap"
        Load            "dbe"
        Load            "ddc"
        Load            "extmod"
        Load            "freetype"
        Load            "glx"
        Load            "int10"
        Load            "record"
        Load            "type1"
        Load            "vbe"
EndSection

Section "Monitor"
        Identifier      "SamsungDFP"
        Horizsync       30-65
        Vertrefresh     50-75
        Option          "DPMS"
EndSection

Section "ServerFlags"
        Option          "Xinerama"      "on"
        Option          "DefaultServerLayout"   "3Screens-Xin"
#       Option          "DefaultServerLayout"   "3Screens-Twin"
#       Option          "DefaultServerLayout"   "1Screen"
        Option          "AutoAddDevices"        "false"
        Option          "DontVTSwitch"          "false"
        Option          "DontZap"               "false"
        Option          "DontZoom"              "true"
EndSection

Section "Extensions"
#       Option          "RandR" "enable"
        Option          "RandR" "disable"
#       Option          "Composite"     "Enable"
        Option          "Composite"     "disable"
EndSection

Section "Files"
        Fontpath        "unix/:7100"# local font server
        # if the local font server has problems, we can fall back on these
        Fontpath        "/usr/share/fonts/X11/misc"
        Fontpath        "/usr/lib/X11/fonts/misc"
        #       FontPath        "/usr/share/fonts/X11/cyrillic"
        #       FontPath        "/usr/lib/X11/fonts/cyrillic"
        Fontpath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        Fontpath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        Fontpath        "/usr/share/fonts/X11/Type1"
        Fontpath        "/usr/lib/X11/fonts/Type1"
        #       FontPath        "/usr/share/fonts/X11/CID"
        #       FontPath        "/usr/lib/X11/fonts/CID"
        Fontpath        "/usr/lib/X11/fonts/Speedo"
        Fontpath        "/usr/share/fonts/X11/100dpi"
        Fontpath        "/usr/lib/X11/fonts/100dpi"
        Fontpath        "/usr/share/fonts/X11/75dpi"
        Fontpath        "/usr/lib/X11/fonts/75dpi"
EndSection


Kernel version (/proc/version):
Linux version 2.6.33.4 (r...@cronos) (gcc version 4.4.4 (Debian 4.4.4-1) ) #2 
SMP Sat May 15 12:31:11 BST 2010

Xorg X server log files on system:
-rw-r--r-- 1 root root 19342 Jan 17 18:49 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 20020 May 15 14:25 /var/log/Xorg.0.log

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

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.33.4 x86_64 Debian
Current Operating System: Linux cronos 2.6.33.4 #2 SMP Sat May 15 12:31:11 BST 
2010 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.33.4 
root=/dev/mapper/vgmain-root--lenny ro rootfstype=ext4 
rootflags=relatime,user_xattr,acl,data=writeback usbcore.autosuspend=1 panic=30 
quiet 5
Build Date: 15 May 2010  02:02:34PM
xorg-server 2:1.7.7-1 (Julien Cristau <jcris...@debian.org>) 
Current version of pixman: 0.16.4
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat May 15 14:24:50 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(**) Option "defaultserverlayout" "3Screens-Xin"
(**) ServerLayout "3Screens-Xin"
(**) |-->Screen "Screen-0-0" (0)
(**) |   |-->Monitor "SamsungDFP"
(**) |   |-->Device "Card0-0"
(**) |-->Screen "Screen-0-1" (1)
(**) |   |-->Monitor "SamsungDFP"
(**) |   |-->Device "Card0-1"
(**) |-->Screen "Screen-1-0" (2)
(**) |   |-->Monitor "SamsungDFP"
(**) |   |-->Device "Card1-0"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) Option "DontVTSwitch" "false"
(**) Option "DontZap" "false"
(**) Option "DontZoom" "true"
(**) Option "Xinerama" "on"
(**) Option "AutoAddDevices" "false"
(**) Not automatically adding devices
(==) Automatically enabling devices
(**) Xinerama: enabled
(WW) The directory "/usr/lib/X11/fonts/misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/75dpi/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/Type1" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
        Entry deleted from font path.
(**) FontPath set to:
        unix/:7100,
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        /usr/share/fonts/X11/misc,
        /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,
        built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Ignoring unrecognized extension "RandR"
(**) Extension "Composite" is disabled
(II) Loader magic: 0x7c4100
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 6.0
        X.Org XInput driver : 7.0
        X.Org Server Extension : 2.0
(++) using VT number 8

(--) PCI:*(0:1:0:0) 10de:0193:10de:0420 nVidia Corporation G80 [GeForce 8800 
GTS] rev 162, Mem @ 0xf9000000/16777216, 0xc0000000/268435456, 
0xf6000000/33554432, I/O @ 0x0000ac00/128, BIOS @ 0x????????/131072
(--) PCI: (0:2:0:0) 10de:0421:10de:0479 nVidia Corporation G86 [GeForce 8500 
GT] rev 161, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 
0xfa000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(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) "record" will be loaded. This was enabled by default and also specified in 
the config file.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Server Extension
(II) NVIDIA GLX Module  195.36.24  Thu Apr 22 19:52:00 PDT 2010
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.0.0
        ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.1.0
        ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.1.0
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        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.7.0, module version = 1.4.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 7.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.7.0, module version = 1.5.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 7.0
(II) NVIDIA dlloader X Driver  195.36.24  Thu Apr 22 19:18:54 PDT 2010
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 0...@00:00:0
(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.7.7, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Option "UseCompositeWrapper" "true"
(**) May 15 14:24:51 NVIDIA(0): Enabling RENDER acceleration
(II) May 15 14:24:52 NVIDIA(0): NVIDIA GPU GeForce 8800 GTS (G80) at PCI:1:0:0 
(GPU-0)
(--) May 15 14:24:52 NVIDIA(0): Memory: 327680 kBytes
(--) May 15 14:24:52 NVIDIA(0): VideoBIOS: 60.80.0d.00.02
(II) May 15 14:24:52 NVIDIA(0): Detected PCI Express Link width: 16X
(--) May 15 14:24:52 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) May 15 14:24:52 NVIDIA(0): Connected display device(s) on GeForce 8800 GTS 
at PCI:1:0:0:
(--) May 15 14:24:52 NVIDIA(0):     Samsung SyncMaster (DFP-0)
(--) May 15 14:24:52 NVIDIA(0):     Samsung SyncMaster (DFP-1)
(--) May 15 14:24:52 NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum 
pixel clock
(--) May 15 14:24:52 NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Dual Link 
TMDS
(--) May 15 14:24:52 NVIDIA(0): Samsung SyncMaster (DFP-1): 330.0 MHz maximum 
pixel clock
(--) May 15 14:24:52 NVIDIA(0): Samsung SyncMaster (DFP-1): Internal Dual Link 
TMDS
(II) May 15 14:24:52 NVIDIA(0): Assigned Display Device: DFP-1
(II) May 15 14:24:52 NVIDIA(0): Validated modes:
(II) May 15 14:24:52 NVIDIA(0):     "1280x1024"
(II) May 15 14:24:52 NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) May 15 14:24:52 NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" 
X config
(--) May 15 14:24:52 NVIDIA(0):     option
(WW) May 15 14:24:52 NVIDIA(0): 32-bit ARGB GLX visuals require the Composite 
extension.
(WW) May 15 14:24:52 NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(1): RGB weight 888
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "AllowGLXWithComposite" "true"
(**) NVIDIA(1): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(1): Option "UseCompositeWrapper" "true"
(**) May 15 14:24:52 NVIDIA(1): Enabling RENDER acceleration
(II) May 15 14:24:52 NVIDIA(1): NVIDIA GPU GeForce 8800 GTS (G80) at PCI:1:0:0 
(GPU-0)
(--) May 15 14:24:52 NVIDIA(1): Memory: 327680 kBytes
(--) May 15 14:24:52 NVIDIA(1): VideoBIOS: 60.80.0d.00.02
(II) May 15 14:24:52 NVIDIA(1): Detected PCI Express Link width: 16X
(--) May 15 14:24:52 NVIDIA(1): Interlaced video modes are supported on this GPU
(--) May 15 14:24:52 NVIDIA(1): Connected display device(s) on GeForce 8800 GTS 
at PCI:1:0:0:
(--) May 15 14:24:52 NVIDIA(1):     Samsung SyncMaster (DFP-0)
(--) May 15 14:24:52 NVIDIA(1):     Samsung SyncMaster (DFP-1)
(--) May 15 14:24:52 NVIDIA(1): Samsung SyncMaster (DFP-0): 330.0 MHz maximum 
pixel clock
(--) May 15 14:24:52 NVIDIA(1): Samsung SyncMaster (DFP-0): Internal Dual Link 
TMDS
(--) May 15 14:24:52 NVIDIA(1): Samsung SyncMaster (DFP-1): 330.0 MHz maximum 
pixel clock
(--) May 15 14:24:52 NVIDIA(1): Samsung SyncMaster (DFP-1): Internal Dual Link 
TMDS
(II) May 15 14:24:52 NVIDIA(1): Assigned Display Device: DFP-0
(II) May 15 14:24:52 NVIDIA(1): Validated modes:
(II) May 15 14:24:52 NVIDIA(1):     "1280x1024"
(II) May 15 14:24:52 NVIDIA(1): Virtual screen size determined to be 1280 x 1024
(--) May 15 14:24:52 NVIDIA(1): DPI set to (85, 86); computed from "UseEdidDpi" 
X config
(--) May 15 14:24:52 NVIDIA(1):     option
(WW) May 15 14:24:52 NVIDIA(1): 32-bit ARGB GLX visuals require the Composite 
extension.
(WW) May 15 14:24:52 NVIDIA(1): Disabling 32-bit ARGB GLX visuals.
(**) NVIDIA(2): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(2): RGB weight 888
(==) NVIDIA(2): Default visual is TrueColor
(==) NVIDIA(2): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(2): Option "AllowGLXWithComposite" "true"
(**) NVIDIA(2): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(2): Option "UseCompositeWrapper" "true"
(**) May 15 14:24:52 NVIDIA(2): Enabling RENDER acceleration
(II) May 15 14:24:52 NVIDIA(2): NVIDIA GPU GeForce 8500 GT (G86) at PCI:2:0:0 
(GPU-1)
(--) May 15 14:24:52 NVIDIA(2): Memory: 524288 kBytes
(--) May 15 14:24:52 NVIDIA(2): VideoBIOS: 60.86.34.00.13
(II) May 15 14:24:52 NVIDIA(2): Detected PCI Express Link width: 4X
(--) May 15 14:24:52 NVIDIA(2): Interlaced video modes are supported on this GPU
(--) May 15 14:24:52 NVIDIA(2): Connected display device(s) on GeForce 8500 GT 
at PCI:2:0:0:
(--) May 15 14:24:52 NVIDIA(2):     Samsung SyncMaster (DFP-0)
(--) May 15 14:24:52 NVIDIA(2): Samsung SyncMaster (DFP-0): 330.0 MHz maximum 
pixel clock
(--) May 15 14:24:52 NVIDIA(2): Samsung SyncMaster (DFP-0): Internal Dual Link 
TMDS
(II) May 15 14:24:53 NVIDIA(2): Assigned Display Device: DFP-0
(II) May 15 14:24:53 NVIDIA(2): Validated modes:
(II) May 15 14:24:53 NVIDIA(2):     "1280x1024"
(II) May 15 14:24:53 NVIDIA(2): Virtual screen size determined to be 1280 x 1024
(--) May 15 14:24:53 NVIDIA(2): DPI set to (85, 86); computed from "UseEdidDpi" 
X config
(--) May 15 14:24:53 NVIDIA(2):     option
(WW) May 15 14:24:53 NVIDIA(2): 32-bit ARGB GLX visuals require the Composite 
extension.
(WW) May 15 14:24:53 NVIDIA(2): Disabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) May 15 14:24:53 NVIDIA: Using 768.00 MB of virtual memory for indirect 
memory access.
(II) May 15 14:24:53 NVIDIA(0): Initialized GPU GART.
(II) May 15 14:24:53 NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) May 15 14:24:53 NVIDIA(0): Initialized OpenGL Acceleration
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) May 15 14:24:53 NVIDIA(0): Initialized X Rendering Acceleration
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "AddARGBVisuals" is not used
(==) RandR enabled
(II) May 15 14:24:53 NVIDIA(1): Initialized GPU GART.
(II) May 15 14:24:53 NVIDIA(1): Setting mode "1280x1024"
(II) May 15 14:24:53 NVIDIA(1): Initialized OpenGL Acceleration
(==) NVIDIA(1): Disabling shared memory pixmaps
(II) May 15 14:24:53 NVIDIA(1): Initialized X Rendering Acceleration
(==) NVIDIA(1): Backing store disabled
(==) NVIDIA(1): Silken mouse enabled
(**) NVIDIA(1): DPMS enabled
(WW) NVIDIA(1): Option "AddARGBVisuals" is not used
(==) RandR enabled
(II) May 15 14:24:53 NVIDIA(2): Initialized GPU GART.
(II) May 15 14:24:53 NVIDIA(2): Setting mode "1280x1024"
(II) May 15 14:24:53 NVIDIA(2): Initialized OpenGL Acceleration
(==) NVIDIA(2): Disabling shared memory pixmaps
(II) May 15 14:24:53 NVIDIA(2): Initialized X Rendering Acceleration
(==) NVIDIA(2): Backing store disabled
(==) NVIDIA(2): Silken mouse enabled
(**) NVIDIA(2): DPMS enabled
(WW) NVIDIA(2): Option "AddARGBVisuals" is not used
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
(II) Initializing extension GLX
[dix] Could not init font path element unix/:7100, removing from list!
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "XkbRules" "xfree86"
(**) Generic Keyboard: XkbRules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "gb"
(**) Generic Keyboard: XkbLayout: "gb"
(**) Option "XkbOptions" "terminate:ctrl_alt_bksp"
(**) Generic Keyboard: XkbOptions: "terminate:ctrl_alt_bksp"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(WW) Configured Mouse: No Device specified, looking for one...
(II) Configured Mouse: Setting Device option to "/dev/input/mice"
(--) Configured Mouse: Device: "/dev/input/mice"
(==) Configured Mouse: Protocol: "Auto"
(**) Option "SendCoreEvents" "true"
(**) Configured Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "false"
(**) Option "ZAxisMapping" "4 5 7 6"
(**) Configured Mouse: ZAxisMapping: buttons 4, 5, 7 and 6
(**) Configured Mouse: Buttons: 11
(**) Configured Mouse: Sensitivity: 1
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(**) Configured Mouse: (accel) keeping acceleration scheme 1
(**) Configured Mouse: (accel) acceleration profile 0
(**) Configured Mouse: (accel) acceleration factor: 2.000
(**) Configured Mouse: (accel) acceleration threshold: 4
(II) Configured Mouse: Setting mouse protocol to "ExplorerPS/2"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) config/udev: Adding input device Power Button (/dev/input/event1)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Power Button (/dev/input/event0)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device   USB Keyboard (/dev/input/event3)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device   USB Keyboard (/dev/input/event4)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Logitech USB RECEIVER (/dev/input/event5)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Logitech USB RECEIVER (/dev/input/mouse0)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Xbox 360 Wireless Receiver 
(/dev/input/event6)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Xbox 360 Wireless Receiver 
(/dev/input/js0)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Xbox 360 Wireless Receiver 
(/dev/input/mouse1)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Xbox 360 Wireless Receiver 
(/dev/input/event7)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Xbox 360 Wireless Receiver 
(/dev/input/js1)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Xbox 360 Wireless Receiver 
(/dev/input/mouse2)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Xbox 360 Wireless Receiver 
(/dev/input/event8)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Xbox 360 Wireless Receiver 
(/dev/input/js2)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Xbox 360 Wireless Receiver 
(/dev/input/mouse3)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Xbox 360 Wireless Receiver 
(/dev/input/event9)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Xbox 360 Wireless Receiver 
(/dev/input/js3)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device Xbox 360 Wireless Receiver 
(/dev/input/mouse4)
(II) AutoAddDevices is off - not adding device.
(II) config/udev: Adding input device PC Speaker (/dev/input/event2)
(II) AutoAddDevices is off - not adding device.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) May 15 14:25:36 NVIDIA(0): Setting mode "1280x1024"
(II) May 15 14:25:36 NVIDIA(1): Setting mode "1280x1024"
(II) May 15 14:25:36 NVIDIA(2): Setting mode "1280x1024"
(II) Configured Mouse: ps2EnableDataReporting: succeeded

udev information:
P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0
N: input/event0
S: char/13:64
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: DEVLINKS=/dev/char/13:64
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=Foxconn

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
N: input/event1
S: char/13:65
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: DEVLINKS=/dev/char/13:65
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=Foxconn

P: /devices/platform/pcspkr/input/input2/event2
N: input/event2
S: char/13:66
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: DMI_VENDOR=Foxconn
E: DEVLINKS=/dev/char/13:66 /dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input3/event3
N: input/event3
S: char/13:67
S: input/by-id/usb-_USB_Keyboard-event-kbd
S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR_ENC=\x20
E: ID_VENDOR_ID=04d9
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=1603
E: ID_REVISION=0310
E: ID_SERIAL=_USB_Keyboard
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: DEVLINKS=/dev/char/13:67 /dev/input/by-id/usb-_USB_Keyboard-event-kbd 
/dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-event-kbd
E: XKBOPTIONS=terminate:ctrl_alt_bksp

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/input/input4/event4
N: input/event4
S: char/13:68
S: input/by-id/usb-_USB_Keyboard-event-if01
S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.1-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR_ENC=\x20
E: ID_VENDOR_ID=04d9
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=1603
E: ID_REVISION=0310
E: ID_SERIAL=_USB_Keyboard
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.1
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: DEVLINKS=/dev/char/13:68 /dev/input/by-id/usb-_USB_Keyboard-event-if01 
/dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.1-event
E: XKBOPTIONS=terminate:ctrl_alt_bksp

P: /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input5/event5
N: input/event5
S: char/13:69
S: input/by-id/usb-Logitech_USB_RECEIVER-event-mouse
S: input/by-path/pci-0000:00:1d.1-usb-0:1:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB_RECEIVER
E: ID_MODEL_ENC=USB\x20RECEIVER
E: ID_MODEL_ID=c50e
E: ID_REVISION=2510
E: ID_SERIAL=Logitech_USB_RECEIVER
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.1-usb-0:1:1.0
E: DEVLINKS=/dev/char/13:69 
/dev/input/by-id/usb-Logitech_USB_RECEIVER-event-mouse 
/dev/input/by-path/pci-0000:00:1d.1-usb-0:1:1.0-event-mouse

P: /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input6/event6
N: input/event6
S: char/13:70
S: 
input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FD1C2780-event-joystick
S: input/by-path/pci-0000:00:1d.1-usb-0:2:1.0-event-joystick
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_JOYSTICK=1
E: ID_VENDOR=©Microsoft
E: ID_VENDOR_ENC=©Microsoft
E: ID_VENDOR_ID=045e
E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows
E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows
E: ID_MODEL_ID=0719
E: ID_REVISION=0100
E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FD1C2780
E: ID_SERIAL_SHORT=FD1C2780
E: ID_TYPE=generic
E: ID_BUS=usb
E: ID_USB_INTERFACES=:ff5d81:ff5d82:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=xpad
E: ID_PATH=pci-0000:00:1d.1-usb-0:2:1.0
E: ACL_MANAGE=1
E: DEVLINKS=/dev/char/13:70 
/dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FD1C2780-event-joystick
 /dev/input/by-path/pci-0000:00:1d.1-usb-0:2:1.0-event-joystick

P: /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.2/input/input7/event7
N: input/event7
S: char/13:71
S: 
input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FD1C2780-event-joystick
S: input/by-path/pci-0000:00:1d.1-usb-0:2:1.2-event-joystick
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.2/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_JOYSTICK=1
E: ID_VENDOR=©Microsoft
E: ID_VENDOR_ENC=©Microsoft
E: ID_VENDOR_ID=045e
E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows
E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows
E: ID_MODEL_ID=0719
E: ID_REVISION=0100
E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FD1C2780
E: ID_SERIAL_SHORT=FD1C2780
E: ID_TYPE=generic
E: ID_BUS=usb
E: ID_USB_INTERFACES=:ff5d81:ff5d82:
E: ID_USB_INTERFACE_NUM=02
E: ID_USB_DRIVER=xpad
E: ID_PATH=pci-0000:00:1d.1-usb-0:2:1.2
E: ACL_MANAGE=1
E: DEVLINKS=/dev/char/13:71 
/dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FD1C2780-event-joystick
 /dev/input/by-path/pci-0000:00:1d.1-usb-0:2:1.2-event-joystick

P: /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.4/input/input8/event8
N: input/event8
S: char/13:72
S: 
input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FD1C2780-event-joystick
S: input/by-path/pci-0000:00:1d.1-usb-0:2:1.4-event-joystick
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.4/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_JOYSTICK=1
E: ID_VENDOR=©Microsoft
E: ID_VENDOR_ENC=©Microsoft
E: ID_VENDOR_ID=045e
E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows
E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows
E: ID_MODEL_ID=0719
E: ID_REVISION=0100
E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FD1C2780
E: ID_SERIAL_SHORT=FD1C2780
E: ID_TYPE=generic
E: ID_BUS=usb
E: ID_USB_INTERFACES=:ff5d81:ff5d82:
E: ID_USB_INTERFACE_NUM=04
E: ID_USB_DRIVER=xpad
E: ID_PATH=pci-0000:00:1d.1-usb-0:2:1.4
E: ACL_MANAGE=1
E: DEVLINKS=/dev/char/13:72 
/dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FD1C2780-event-joystick
 /dev/input/by-path/pci-0000:00:1d.1-usb-0:2:1.4-event-joystick

P: /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.6/input/input9/event9
N: input/event9
S: char/13:73
S: 
input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FD1C2780-event-joystick
S: input/by-path/pci-0000:00:1d.1-usb-0:2:1.6-event-joystick
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.6/input/input9/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_JOYSTICK=1
E: ID_VENDOR=©Microsoft
E: ID_VENDOR_ENC=©Microsoft
E: ID_VENDOR_ID=045e
E: ID_MODEL=Xbox_360_Wireless_Receiver_for_Windows
E: ID_MODEL_ENC=Xbox\x20360\x20Wireless\x20Receiver\x20for\x20Windows
E: ID_MODEL_ID=0719
E: ID_REVISION=0100
E: ID_SERIAL=©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FD1C2780
E: ID_SERIAL_SHORT=FD1C2780
E: ID_TYPE=generic
E: ID_BUS=usb
E: ID_USB_INTERFACES=:ff5d81:ff5d82:
E: ID_USB_INTERFACE_NUM=06
E: ID_USB_DRIVER=xpad
E: ID_PATH=pci-0000:00:1d.1-usb-0:2:1.6
E: ACL_MANAGE=1
E: DEVLINKS=/dev/char/13:73 
/dev/input/by-id/usb-©Microsoft_Xbox_360_Wireless_Receiver_for_Windows_FD1C2780-event-joystick
 /dev/input/by-path/pci-0000:00:1d.1-usb-0:2:1.6-event-joystick

DRM Information from dmesg:
No AGP bridge found
No AGP bridge found
Linux agpgart interface v0.103


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration       1.51        system-wide keyboard preferences
ii  libaudit0                    1.7.13-1+b1 Dynamic library for security audit
ii  libc6                        2.10.2-6    Embedded GNU C Library: Shared lib
ii  libdrm2                      2.4.18-5    Userspace interface to kernel DRM 
ii  libgcrypt11                  1.4.5-2     LGPL Crypto library - runtime libr
ii  libpciaccess0                0.11.0-2    Generic PCI access library for X
ii  libpixman-1-0                0.16.4-1    pixel-manipulation library for X a
ii  libselinux1                  2.0.94-1    SELinux runtime shared libraries
ii  libudev0                     153-2       libudev shared library
ii  libxau6                      1:1.0.5-2   X11 authorisation library
ii  libxdmcp6                    1:1.0.3-2   X11 Display Manager Control Protoc
ii  libxfont1                    1:1.4.1-2   X11 font rasterisation library
ii  udev                         153-2       /dev/ and hotplug management daemo
ii  xserver-common               2:1.8.1-1   common files used by various X ser
ii  xserver-xorg                 1:7.5+6     the X.Org X server

Versions of packages xserver-xorg-core recommends:
ii  libgl1-mesa-dri               7.7.1-1    A free implementation of the OpenG

Versions of packages xserver-xorg-core suggests:
ii  xfonts-100dpi                 1:1.0.1    100 dpi fonts for X
ii  xfonts-75dpi                  1:1.0.1    75 dpi fonts for X
ii  xfonts-scalable               1:1.0.1-1  scalable fonts for X

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to