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

Bug#574590: I have been hit by the same bug with two different logitech keyboards



Package: xorg
Version: 1:7.6+7
Followup-For: Bug #574590

Hi,

    My logitech keyboards are seen as 'AT Translated Set 2 keyboard',
 and I suspect they have a broken definition. The result is that no
 characters are sent to the application (in xev all I see are
 notifyGrab and notifyUngrab events). Luckily, I can still Ctrl-Alt-F1
 to get back to the console.

        I have tried two different keyboards, and I modified my
 xorg.conf file to ignore things like the power button (using
 InputClass directives), and even turning off the automatic adding of
 devices via udev, with no change in behaviour.

        This bug is very annoying :-)

        manoj

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Jun  1 08:48 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1957728 Jul  2 03:07 /usr/bin/Xorg

Diversions concerning libGL are in place
----------------------------------------
diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by glx-diversions
diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/xorg/modules/extensions/libglx.so to /usr/lib/mesa-diverted/libglx.so by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so to /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/debug/usr/lib/xorg/modules/extensions/libglx.so to /usr/lib/mesa-diverted/libglx.so.dbg by glx-diversions

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: nVidia Corporation GF108 [Quadro 600] [10de:0df8] (rev a1)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 2899 Jul 23 23:56 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 270.41.06  (buildd@barber)  Mon May 16 12:36:43 UTC 2011

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 270.41.06  (buildd@barber)  Mon May 16 01:29:41 UTC 2011

Section "ServerFlags"
   Option "DontZap" "off"
   Option "AutoAddDevices" "false"
   Option "AllowEmptyInput" "off"
EndSection


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Option         "Xinerama" "0"
    InputDevice    "Evdev Keyboard" "CoreKeyboard"
    InputDevice    "Evdev Mouse1"    "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
  Identifier      "Evdev Mouse 1"
  Driver          "evdev"
  Option          "Name" "ImExPS/2 Logitech Wheel Mouse"
  Option          "evBits"  "+1-2"
  Option          "keyBits" "~272-287"
  Option          "relBits" "~0-2 ~6 ~8"
  Option          "Pass"    "3"
  Option          "Device" "/dev/input/event2"
  Option          "CorePointer"
EndSection

Section "InputDevice"
  Identifier      "Evdev Keyboard"
  Driver          "evdev"
  Option          "Name" "AT Translated Set 2 keyboard"
  Option          "Device" "/dev/input/event0"
  Option "Floating"  "false"
  Option         "AutoRepeat" "1000 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
  Option         "XkbRules" "xorg"
  Option         "XkbModel"   "pc104"
  Option         "XkbLayout" "us"
  Option         "XkbOptions" "ctrl:nocaps,compose:menu"
EndSection

Section "InputClass"
   Identifier      "PowerButton"
   MatchProduct    "Power Button"
   Option "Ignore" "true"
EndSection

Section "InputClass"
   Identifier      "HDA Intel PCH Headphone"
   MatchProduct    "HDA Intel PCH Headphone"
   Option "Ignore" "true"
EndSection

Section "InputClass"
   Identifier      "Eee PC WMI hotkeys"
   MatchProduct    "Eee PC WMI hotkeys"
   Option "Ignore" "true"
EndSection

Section "InputClass"
   Identifier      "Logitech USB Receiver"
   MatchProduct    "Logitech USB Receiver"
   MatchDevicePath          "/dev/input/event1"
   Option "Ignore" "true"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL 2007WFP"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro 600"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1680+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


/etc/X11/xorg.conf.d does not exist.

KMS configuration files:
------------------------
/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.39-2-amd64 (Debian 2.6.39-3) (ben@decadent.org.uk) (gcc version 4.4.6 (Debian 4.4.6-6) ) #1 SMP Tue Jul 5 02:51:22 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 15032 Jul 23 23:46 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[  1267.906] 
X.Org X Server 1.10.2.902 (1.10.3 RC 2)
Release Date: 2011-07-01
[  1267.906] X Protocol Version 11, Revision 0
[  1267.906] Build Operating System: Linux 2.6.39-2-amd64 x86_64 Debian
[  1267.906] Current Operating System: Linux glaurung.internal.golden-gryphon.com 2.6.39-2-amd64 #1 SMP Tue Jul 5 02:51:22 UTC 2011 x86_64
[  1267.906] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.39-2-amd64 root=/dev/mapper/glnew_sys_vg-root_lv ro quiet
[  1267.906] Build Date: 02 July 2011  10:05:17AM
[  1267.906] xorg-server 2:1.10.2.902-1 (Cyril Brulebois <kibi@debian.org>) 
[  1267.907] Current version of pixman: 0.22.2
[  1267.907] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1267.907] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1267.907] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jul 23 23:46:19 2011
[  1267.907] (==) Using config file: "/etc/X11/xorg.conf"
[  1267.907] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1267.907] (==) ServerLayout "Layout0"
[  1267.907] (**) |-->Screen "Screen0" (0)
[  1267.907] (**) |   |-->Monitor "Monitor0"
[  1267.907] (**) |   |-->Device "Device0"
[  1267.907] (**) |-->Input Device "Evdev Keyboard"
[  1267.907] (**) |-->Input Device "Evdev Mouse 1"
[  1267.907] (**) Option "DontZap" "off"
[  1267.907] (**) Option "Xinerama" "0"
[  1267.907] (**) Option "AutoAddDevices" "false"
[  1267.907] (**) Not automatically adding devices
[  1267.907] (==) Automatically enabling devices
[  1267.907] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1267.907] 	Entry deleted from font path.
[  1267.907] (==) FontPath set to:
	/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
[  1267.907] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1267.907] (II) Loader magic: 0x7d7f40
[  1267.907] (II) Module ABI versions:
[  1267.907] 	X.Org ANSI C Emulation: 0.4
[  1267.907] 	X.Org Video Driver: 10.0
[  1267.907] 	X.Org XInput driver : 12.2
[  1267.907] 	X.Org Server Extension : 5.0
[  1267.908] (--) PCI:*(0:1:0:0) 10de:0df8:10de:0835 rev 161, Mem @ 0xfa000000/16777216, 0xf0000000/134217728, 0xf8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[  1267.908] (II) Open ACPI successful (/var/run/acpid.socket)
[  1267.908] (II) LoadModule: "extmod"
[  1267.908] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  1267.908] (II) Module extmod: vendor="X.Org Foundation"
[  1267.908] 	compiled for 1.10.2.902, module version = 1.0.0
[  1267.908] 	Module class: X.Org Server Extension
[  1267.908] 	ABI class: X.Org Server Extension, version 5.0
[  1267.908] (II) Loading extension SELinux
[  1267.908] (II) Loading extension MIT-SCREEN-SAVER
[  1267.908] (II) Loading extension XFree86-VidModeExtension
[  1267.908] (II) Loading extension XFree86-DGA
[  1267.908] (II) Loading extension DPMS
[  1267.908] (II) Loading extension XVideo
[  1267.908] (II) Loading extension XVideo-MotionCompensation
[  1267.908] (II) Loading extension X-Resource
[  1267.908] (II) LoadModule: "dbe"
[  1267.908] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  1267.908] (II) Module dbe: vendor="X.Org Foundation"
[  1267.908] 	compiled for 1.10.2.902, module version = 1.0.0
[  1267.908] 	Module class: X.Org Server Extension
[  1267.908] 	ABI class: X.Org Server Extension, version 5.0
[  1267.908] (II) Loading extension DOUBLE-BUFFER
[  1267.908] (II) LoadModule: "glx"
[  1267.908] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1267.912] (II) Module glx: vendor="NVIDIA Corporation"
[  1267.912] 	compiled for 4.0.2, module version = 1.0.0
[  1267.912] 	Module class: X.Org Server Extension
[  1267.912] (II) NVIDIA GLX Module  275.21  Mon Jul 18 14:58:18 PDT 2011
[  1267.912] (II) Loading extension GLX
[  1267.912] (II) LoadModule: "record"
[  1267.912] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  1267.912] (II) Module record: vendor="X.Org Foundation"
[  1267.912] 	compiled for 1.10.2.902, module version = 1.13.0
[  1267.912] 	Module class: X.Org Server Extension
[  1267.912] 	ABI class: X.Org Server Extension, version 5.0
[  1267.912] (II) Loading extension RECORD
[  1267.912] (II) LoadModule: "dri"
[  1267.912] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  1267.912] (II) Module dri: vendor="X.Org Foundation"
[  1267.912] 	compiled for 1.10.2.902, module version = 1.0.0
[  1267.912] 	ABI class: X.Org Server Extension, version 5.0
[  1267.912] (II) Loading extension XFree86-DRI
[  1267.912] (II) LoadModule: "dri2"
[  1267.912] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  1267.913] (II) Module dri2: vendor="X.Org Foundation"
[  1267.913] 	compiled for 1.10.2.902, module version = 1.2.0
[  1267.913] 	ABI class: X.Org Server Extension, version 5.0
[  1267.913] (II) Loading extension DRI2
[  1267.913] (II) LoadModule: "nvidia"
[  1267.913] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1267.913] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1267.913] 	compiled for 4.0.2, module version = 1.0.0
[  1267.913] 	Module class: X.Org Video Driver
[  1267.913] (II) LoadModule: "evdev"
[  1267.913] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1267.913] (II) Module evdev: vendor="X.Org Foundation"
[  1267.913] 	compiled for 1.10.1, module version = 2.6.0
[  1267.913] 	Module class: X.Org XInput Driver
[  1267.913] 	ABI class: X.Org XInput driver, version 12.2
[  1267.913] (II) NVIDIA dlloader X Driver  275.21  Mon Jul 18 14:41:51 PDT 2011
[  1267.913] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1267.913] (++) using VT number 7

[  1267.913] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[  1267.913] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[  1267.923] (II) Loading sub module "fb"
[  1267.923] (II) LoadModule: "fb"
[  1267.924] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1267.924] (II) Module fb: vendor="X.Org Foundation"
[  1267.924] 	compiled for 1.10.2.902, module version = 1.0.0
[  1267.924] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1267.924] (II) Loading sub module "wfb"
[  1267.924] (II) LoadModule: "wfb"
[  1267.924] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1267.924] (II) Module wfb: vendor="X.Org Foundation"
[  1267.924] 	compiled for 1.10.2.902, module version = 1.0.0
[  1267.924] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1267.924] (II) Loading sub module "ramdac"
[  1267.924] (II) LoadModule: "ramdac"
[  1267.924] (II) Module "ramdac" already built-in
[  1267.924] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1267.924] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1267.924] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1267.924] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  1267.924] (==) NVIDIA(0): RGB weight 888
[  1267.924] (==) NVIDIA(0): Default visual is TrueColor
[  1267.924] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1267.924] (**) NVIDIA(0): Option "TwinView" "1"
[  1267.924] (**) NVIDIA(0): Option "MetaModes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1680+0"
[  1268.291] (II) NVIDIA(GPU-0): Display (DELL 2007WFP (DFP-0)) does not support NVIDIA 3D
[  1268.291] (II) NVIDIA(GPU-0):     Vision stereo.
[  1268.325] (II) NVIDIA(GPU-0): Display (DELL 2007WFP (DFP-1)) does not support NVIDIA 3D
[  1268.325] (II) NVIDIA(GPU-0):     Vision stereo.
[  1268.326] (II) NVIDIA(0): NVIDIA GPU Quadro 600 (GF108GL) at PCI:1:0:0 (GPU-0)
[  1268.326] (--) NVIDIA(0): Memory: 1048576 kBytes
[  1268.326] (--) NVIDIA(0): VideoBIOS: 70.08.27.00.02
[  1268.326] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1268.326] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[  1268.326] (--) NVIDIA(0): Connected display device(s) on Quadro 600 at PCI:1:0:0
[  1268.326] (--) NVIDIA(0):     DELL 2007WFP (DFP-0)
[  1268.326] (--) NVIDIA(0):     DELL 2007WFP (DFP-1)
[  1268.326] (--) NVIDIA(0): DELL 2007WFP (DFP-0): 330.0 MHz maximum pixel clock
[  1268.326] (--) NVIDIA(0): DELL 2007WFP (DFP-0): Internal Dual Link TMDS
[  1268.326] (--) NVIDIA(0): DELL 2007WFP (DFP-1): 165.0 MHz maximum pixel clock
[  1268.326] (--) NVIDIA(0): DELL 2007WFP (DFP-1): Internal Single Link TMDS
[  1268.327] (**) NVIDIA(0): TwinView enabled
[  1268.327] (II) NVIDIA(0): Display Devices found referenced in MetaMode: DFP-0, DFP-1
[  1268.359] (II) NVIDIA(0): Assigned Display Devices: DFP-0, DFP-1
[  1268.359] (II) NVIDIA(0): Validated modes:
[  1268.359] (II) NVIDIA(0):    
[  1268.359] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select+0+0,DFP-1:nvidia-auto-select+1680+0"
[  1268.359] (II) NVIDIA(0): Virtual screen size determined to be 3360 x 1050
[  1268.387] (++) NVIDIA(0): DPI set to (100, 100); computed from -dpi X commandline option
[  1268.387] (WW) NVIDIA(0): UBB is incompatible with the Composite extension.  Disabling
[  1268.387] (WW) NVIDIA(0):     UBB.
[  1268.387] (--) Depth 24 pixmap format is 32 bpp
[  1268.387] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[  1268.387] (II) NVIDIA:     access.
[  1268.390] (II) NVIDIA(0): Setting mode
[  1268.390] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select+0+0,DFP-1:nvidia-auto-select+1680+0"
[  1268.501] (II) Loading extension NV-GLX
[  1268.595] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1268.595] (==) NVIDIA(0): Backing store disabled
[  1268.595] (==) NVIDIA(0): Silken mouse enabled
[  1268.595] (**) NVIDIA(0): DPMS enabled
[  1268.595] (II) Loading extension NV-CONTROL
[  1268.595] (II) Loading extension XINERAMA
[  1268.595] (II) Loading sub module "dri2"
[  1268.595] (II) LoadModule: "dri2"
[  1268.595] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  1268.595] (II) Module dri2: vendor="X.Org Foundation"
[  1268.595] 	compiled for 1.10.2.902, module version = 1.2.0
[  1268.595] 	ABI class: X.Org Server Extension, version 5.0
[  1268.595] (II) NVIDIA(0): [DRI2] Setup complete
[  1268.595] (==) RandR enabled
[  1268.595] (II) Initializing built-in extension Generic Event Extension
[  1268.595] (II) Initializing built-in extension SHAPE
[  1268.595] (II) Initializing built-in extension MIT-SHM
[  1268.595] (II) Initializing built-in extension XInputExtension
[  1268.595] (II) Initializing built-in extension XTEST
[  1268.595] (II) Initializing built-in extension BIG-REQUESTS
[  1268.595] (II) Initializing built-in extension SYNC
[  1268.595] (II) Initializing built-in extension XKEYBOARD
[  1268.595] (II) Initializing built-in extension XC-MISC
[  1268.595] (II) Initializing built-in extension SECURITY
[  1268.595] (II) Initializing built-in extension XINERAMA
[  1268.595] (II) Initializing built-in extension XFIXES
[  1268.595] (II) Initializing built-in extension RENDER
[  1268.595] (II) Initializing built-in extension RANDR
[  1268.595] (II) Initializing built-in extension COMPOSITE
[  1268.595] (II) Initializing built-in extension DAMAGE
[  1268.596] (II) SELinux: Disabled on system
[  1268.596] (II) Initializing extension GLX
[  1268.633] (II) Using input driver 'evdev' for 'Evdev Keyboard'
[  1268.633] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1268.633] (**) Option "Floating" "false"
[  1268.633] (**) Option "CoreKeyboard"
[  1268.633] (**) Evdev Keyboard: always reports core events
[  1268.633] (**) Evdev Keyboard: Device: "/dev/input/event0"
[  1268.664] (--) Evdev Keyboard: Found keys
[  1268.664] (II) Evdev Keyboard: Configuring as keyboard
[  1268.664] (II) XINPUT: Adding extended input device "Evdev Keyboard" (type: KEYBOARD)
[  1268.664] (**) Option "xkb_rules" "evdev"
[  1268.664] (**) Option "xkb_model" "pc104"
[  1268.664] (**) Option "xkb_layout" "us"
[  1268.664] (**) Option "xkb_options" "ctrl:nocaps,compose:menu"
[  1268.685] (II) Using input driver 'evdev' for 'Evdev Mouse 1'
[  1268.685] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1268.685] (**) Option "CorePointer"
[  1268.685] (**) Evdev Mouse 1: always reports core events
[  1268.686] (**) Evdev Mouse 1: Device: "/dev/input/event2"
[  1268.712] (--) Evdev Mouse 1: Found 20 mouse buttons
[  1268.712] (--) Evdev Mouse 1: Found scroll wheel(s)
[  1268.712] (--) Evdev Mouse 1: Found relative axes
[  1268.712] (--) Evdev Mouse 1: Found x and y relative axes
[  1268.712] (--) Evdev Mouse 1: Found absolute axes
[  1268.712] (--) Evdev Mouse 1: Found keys
[  1268.712] (II) Evdev Mouse 1: Configuring as mouse
[  1268.712] (II) Evdev Mouse 1: Configuring as keyboard
[  1268.712] (II) Evdev Mouse 1: Adding scrollwheel support
[  1268.712] (**) Evdev Mouse 1: YAxisMapping: buttons 4 and 5
[  1268.712] (**) Evdev Mouse 1: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1268.712] (II) XINPUT: Adding extended input device "Evdev Mouse 1" (type: KEYBOARD)
[  1268.712] (**) Option "xkb_rules" "evdev"
[  1268.712] (**) Option "xkb_model" "evdev"
[  1268.712] (**) Option "xkb_layout" "us"
[  1268.733] (II) Evdev Mouse 1: initialized for relative axes.
[  1268.733] (WW) Evdev Mouse 1: ignoring absolute axes.
[  1268.733] (**) Evdev Mouse 1: (accel) keeping acceleration scheme 1
[  1268.733] (**) Evdev Mouse 1: (accel) acceleration profile 0
[  1268.733] (**) Evdev Mouse 1: (accel) acceleration factor: 2.000
[  1268.733] (**) Evdev Mouse 1: (accel) acceleration threshold: 4
[  1268.737] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  1268.737] (II) AutoAddDevices is off - not adding device.
[  1268.739] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  1268.739] (II) AutoAddDevices is off - not adding device.
[  1268.740] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event7)
[  1268.740] (II) AutoAddDevices is off - not adding device.
[  1268.743] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
[  1268.743] (II) AutoAddDevices is off - not adding device.
[  1268.743] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[  1268.743] (II) AutoAddDevices is off - not adding device.
[  1268.743] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[  1268.743] (II) AutoAddDevices is off - not adding device.
[  1268.746] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6)
[  1268.746] (II) AutoAddDevices is off - not adding device.
[  1268.746] (II) config/udev: Adding input device AT Raw Set 2 keyboard (/dev/input/event0)
[  1268.746] (II) AutoAddDevices is off - not adding device.
[  1268.746] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[  1268.746] (II) AutoAddDevices is off - not adding device.

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
E: PRODUCT=19/0/1/0
E: NAME="Power Button"
E: PHYS="LNXPWRBN/button/input0"
E: PROP=0
E: EV=3
E: KEY=10000000000000 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4
N: input/event4
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/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_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: XKBMODEL=logicd
E: XKBLAYOUT=us
E: XKBOPTIONS=ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp
E: BACKSPACE=guess
E: DMI_VENDOR=System manufacturer

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
E: PRODUCT=19/0/1/0
E: NAME="Power Button"
E: PHYS="PNP0C0C/button/input0"
E: PROP=0
E: EV=3
E: KEY=10000000000000 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3
N: input/event3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/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_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: XKBMODEL=logicd
E: XKBLAYOUT=us
E: XKBOPTIONS=ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp
E: BACKSPACE=guess
E: DMI_VENDOR=System manufacturer

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Headphone"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=4
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input7/event7
N: input/event7
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: DMI_VENDOR=System manufacturer

P: /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.1/6-1.1.4/6-1.1.4:1.0/input/input1
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.1/6-1.1.4/6-1.1.4:1.0/input/input1
E: PRODUCT=3/46d/c52b/111
E: NAME="Logitech USB Receiver"
E: PHYS="usb-0000:00:1d.0-1.1.4/input0"
E: UNIQ=""
E: PROP=0
E: EV=120013
E: KEY=1000000000007 ff800000000007ff febeffdfffefffff fffffffffffffffe
E: MSC=10
E: LED=1f
E: MODALIAS=input:b0003v046DpC52Be0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=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=c52b
E: ID_REVISION=1201
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.1.4:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_4_1_0

P: /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.1/6-1.1.4/6-1.1.4:1.0/input/input1/event1
N: input/event1
S: input/by-id/usb-Logitech_USB_Receiver-event-kbd
S: input/by-path/pci-0000:00:1d.0-usb-0:1.1.4:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.1/6-1.1.4/6-1.1.4:1.0/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: ID_INPUT_KEYBOARD=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=c52b
E: ID_REVISION=1201
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.1.4:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_4_1_0
E: XKBMODEL=logicd
E: XKBLAYOUT=us
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Receiver-event-kbd /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.1.4:1.0-event-kbd
E: XKBOPTIONS=ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp
E: BACKSPACE=guess

P: /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.1/6-1.1.4/6-1.1.4:1.1/input/input2
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.1/6-1.1.4/6-1.1.4:1.1/input/input2
E: PRODUCT=3/46d/c52b/111
E: NAME="Logitech USB Receiver"
E: PHYS="usb-0000:00:1d.0-1.1.4/input1"
E: UNIQ=""
E: PROP=0
E: EV=1f
E: KEY=837fff002c3027 bf00444400000000 ffff0001 f848b37c000 6673fad941dfed 9e000000000000 0
E: REL=1c3
E: ABS=100000000
E: MSC=10
E: MODALIAS=input:b0003v046DpC52Be0111-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,8F,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AC,AD,AE,B1,B2,B5,B6,CE,CF,D0,D1,D2,D4,D5,D8,D9,DB,DF,E2,E7,E8,E9,EA,EB,100,110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,162,166,16A,16E,178,179,17A,17B,17C,17D,17F,180,181,182,185,18C,18D,192,193,195,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1B0,1B1,1B7,r0,1,6,7,8,a20,m4,lsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_KEY=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=c52b
E: ID_REVISION=1201
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.1.4:1.1
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_4_1_1

P: /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.1/6-1.1.4/6-1.1.4:1.1/input/input2/event2
N: input/event2
S: input/by-id/usb-Logitech_USB_Receiver-event-mouse
S: input/by-id/usb-Logitech_USB_Receiver-if01-event-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1.1.4:1.1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.1/6-1.1.4/6-1.1.4:1.1/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_KEY=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=c52b
E: ID_REVISION=1201
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.1.4:1.1
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_4_1_1
E: XKBMODEL=logicd
E: XKBLAYOUT=us
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse /dev/input/by-id/usb-Logitech_USB_Receiver-if01-event-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.1.4:1.1-event-mouse
E: XKBOPTIONS=ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp
E: BACKSPACE=guess

P: /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.1/6-1.1.4/6-1.1.4:1.1/input/input2/mouse0
N: input/mouse0
S: input/by-id/usb-Logitech_USB_Receiver-mouse
S: input/by-id/usb-Logitech_USB_Receiver-if01-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1.1.4:1.1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.1/6-1.1.4/6-1.1.4:1.1/input/input2/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_KEY=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=c52b
E: ID_REVISION=1201
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.1.4:1.1
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_4_1_1
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Receiver-mouse /dev/input/by-id/usb-Logitech_USB_Receiver-if01-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.1.4:1.1-mouse

P: /devices/platform/eeepc-wmi/input/input6
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/eeepc-wmi/input/input6
E: PRODUCT=19/0/0/0
E: NAME="Eee PC WMI hotkeys"
E: PHYS="eeepc-wmi/input0"
E: PROP=0
E: EV=13
E: KEY=7e40000 0 0 0 0 11400800100000 300000001100000 e000000000000 0
E: MSC=10
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,k71,72,73,94,98,B8,B9,D4,E3,EE,F0,F4,212,215,216,217,218,219,21A,ram4,lsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-eeepc-wmi
E: ID_PATH_TAG=platform-eeepc-wmi

P: /devices/platform/eeepc-wmi/input/input6/event6
N: input/event6
S: input/by-path/platform-eeepc-wmi-event
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/eeepc-wmi/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-eeepc-wmi
E: ID_PATH_TAG=platform-eeepc-wmi
E: XKBMODEL=logicd
E: XKBLAYOUT=us
E: DEVLINKS=/dev/input/by-path/platform-eeepc-wmi-event
E: XKBOPTIONS=ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp
E: BACKSPACE=guess
E: DMI_VENDOR=System manufacturer

P: /devices/platform/i8042/serio1/input/input0
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input0
E: PRODUCT=11/1/2/ab83
E: NAME="AT Raw Set 2 keyboard"
E: PHYS="isa0060/serio1/input0"
E: PROP=0
E: EV=120013
E: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
E: MSC=10
E: LED=7
E: MODALIAS=input:b0011v0001p0002eAB83-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1

P: /devices/platform/i8042/serio1/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-1-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/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: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: XKBMODEL=logicd
E: XKBLAYOUT=us
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-kbd
E: XKBOPTIONS=ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp
E: BACKSPACE=guess
E: DMI_VENDOR=System manufacturer

P: /devices/platform/pcspkr/input/input5
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input5
E: PRODUCT=10/1f/1/100
E: NAME="PC Speaker"
E: PHYS="isa0061/input0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr

P: /devices/platform/pcspkr/input/input5/event5
N: input/event5
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: DMI_VENDOR=System manufacturer
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr


DRM Information from dmesg:
---------------------------
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    1.195537] Linux agpgart interface v0.103


-- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xorg depends on:
ii  aterm [x-terminal-emulator]   1.0.1-7+b1 Afterstep XVT - a VT102 emulator f
ii  aterm-ml [x-terminal-emulator 1.0.1-7+b1 Afterstep XVT - a VT102 emulator f
ii  eterm [x-terminal-emulator]   0.9.5-3    Enlightened Terminal Emulator
ii  gnome-terminal [x-terminal-em 3.0.1-1    GNOME terminal emulator applicatio
ii  konsole [x-terminal-emulator] 4:4.6.5-1  X terminal emulator
ii  libgl1-mesa-dri               7.10.3-3   free implementation of the OpenGL 
ii  libgl1-mesa-glx [libgl1]      7.10.3-3   free implementation of the OpenGL 
ii  libglu1-mesa                  7.10.3-3   The OpenGL utility library (GLU)
ii  mlterm [x-terminal-emulator]  3.0.5-2+b1 MultiLingual TERMinal
ii  roxterm [x-terminal-emulator] 1.22.2-1   Multi-tabbed GTK/VTE terminal emul
ii  rxvt [x-terminal-emulator]    1:2.6.4-14 VT102 terminal emulator for the X 
ii  rxvt-ml [x-terminal-emulator] 1:2.6.4-14 multi-lingual VT102 terminal emula
ii  rxvt-unicode [x-terminal-emul 9.12-1     RXVT-like terminal emulator with U
ii  x11-apps                      7.6+5      X applications
ii  x11-session-utils             7.6+2      X session utilities
ii  x11-utils                     7.6+3      X11 utilities
ii  x11-xfs-utils                 7.6+1      X font server utilities
ii  x11-xkb-utils                 7.6+4      X11 XKB utilities
ii  x11-xserver-utils             7.6+3      X server utilities
ii  xauth                         1:1.0.6-1  X authentication utility
ii  xfonts-100dpi                 1:1.0.3    100 dpi fonts for X
ii  xfonts-75dpi                  1:1.0.3    75 dpi fonts for X
ii  xfonts-base                   1:1.0.3    standard fonts for X
ii  xfonts-scalable               1:1.0.3-1  scalable fonts for X
ii  xfonts-utils                  1:7.6+1    X Window System font utility progr
ii  xinit                         1.3.0-1    X server initialisation tool
ii  xkb-data                      2.1-2      X Keyboard Extension (XKB) configu
ii  xorg-docs-core                1:1.6-1    Core documentation for the X.org X
ii  xserver-xorg                  1:7.6+7    X.Org X server
ii  xterm [x-terminal-emulator]   271-1      X terminal emulator
ii  xvt [x-terminal-emulator]     2.1-20     X terminal-emulator similar to xte

xorg recommends no packages.

Versions of packages xorg suggests:
pn  xorg-docs                     <none>     (no description available)

Versions of packages xserver-xorg depends on:
ii  libc6  2.13-10                           Embedded GNU C Library: Shared lib
ii  x11-xk 7.6+4                             X11 XKB utilities
ii  xkb-da 2.1-2                             X Keyboard Extension (XKB) configu
ii  xserve 2:1.10.2.902-1                    Xorg X server - core server
ii  xserve 1:7.6+7                           X.Org X server -- input driver met
ii  xserve 1:2.6.0-2+b1                      X.Org X server -- evdev input driv
ii  xserve 1:1.7.1-1                         X.Org X server -- mouse input driv
ii  xserve 1.4.1-1                           Synaptics TouchPad driver for X.Or
ii  xserve 0.10.10+20110203-1+b1             X.Org X server -- Wacom input driv
ii  xserve 1:7.6+7                           X.Org X server -- output driver me
ii  xserve 1:1.2.3-2+b1                      X.Org X server -- APM display driv
ii  xserve 1:0.7.3-2+b1                      X.Org X server -- ark display driv
ii  xserve 1:6.14.2-1                        X.Org X server -- AMD/ATI display 
ii  xserve 1:1.2.4-1+b1                      X.Org X server -- Chips display dr
ii  xserve 1:1.3.2-4+b1                      X.Org X server -- Cirrus display d
ii  xserve 1:0.4.2-4+b1                      X.Org X server -- fbdev display dr
ii  xserve 1:1.3.4-2+b1                      X.Org X server -- i128 display dri
ii  xserve 2:2.15.0-3                        X.Org X server -- Intel i8xx, i9xx
ii  xserve 6.9.0-1                           X.Org X server -- ATI Mach64 displ
ii  xserve 1:1.4.13.dfsg-3+b1                X.Org X server -- MGA display driv
ii  xserve 1:1.2.5-2+b1                      X.Org X server -- Neomagic display
ii  xserve 1:0.0.16+git20110411+8378443-1+b1 X.Org X server -- Nouveau display 
ii  xserve 275.21-1                          NVIDIA binary Xorg driver
ii  xserve 1:0.2.904+svn920-1                X.Org X server -- VIA display driv
ii  xserve 6.8.1-5+b1                        X.Org X server -- ATI r128 display
ii  xserve 1:6.14.2-1                        X.Org X server -- AMD/ATI Radeon d
ii  xserve 1:4.2.4-2+b1                      X.Org X server -- Rendition displa
ii  xserve 1:0.6.3-4+b1                      X.Org X server -- legacy S3 displa
ii  xserve 1:1.10.4-4+b1                     X.Org X server -- S3 ViRGE display
ii  xserve 1:2.3.2-3+b1                      X.Org X server -- Savage display d
ii  xserve 1:1.7.5-1+b1                      X.Org X server -- SiliconMotion di
ii  xserve 1:0.10.3-3+b1                     X.Org X server -- SiS display driv
ii  xserve 1:0.9.4-2+b1                      X.Org X server -- SiS USB display 
ii  xserve 1:1.4.3-4+b1                      X.Org X server -- tdfx display dri
ii  xserve 1:1.3.4-2+b1                      X.Org X server -- Trident display 
ii  xserve 1:1.2.4-2+b1                      X.Org X server -- Tseng display dr
ii  xserve 1:2.3.0-7                         X.Org X server -- VESA display dri
ii  xserve 1:11.0.3-2+b1                     X.Org X server -- VMware display d
ii  xserve 1:1.2.4-2+b1                      X.Org X server -- Voodoo display d

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri               7.10.3-3   free implementation of the OpenGL 

-- no debconf information



Reply to: