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

Bug#452411: xserver-xorg-input-evdev: problem occurs randomly, even without unplugging receiver



Package: xserver-xorg-input-evdev
Version: 1:1.2.0~git20070819-4
Followup-For: Bug #452411

For the past few days, I've been having the same problem with my Logitech
MX510 mouse.  But I haven't been unplugging the receiver at all.  Each day
when I come home, and my mouse has been lonely and untouched all day, it
refuses to respond in X.  I can use the keyboard to switch to a VT with a text
console, and the mouse seems to be working fine through gpm.  My Xorg.0.log
contains the same message as the previous poster:
  
  (EE) Read error: No such device (19, -1 != 16)
  (II) Configured Mouse: Off
  (II) Configured Mouse: Off
  (II) UnloadModule: "evdev"

According to dpkg.log, I last upgraded xserver-xorg-input-evdev on Nov. 15,
but I'm sure I haven't been having this problem that long.  I've had the same
mouse and xorg.conf for far longer.

-- Nik

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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-03-03 19:08 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1672732 2007-11-19 21:03 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:05.0 VGA compatible controller: nVidia Corporation NV30GL [Quadro FX 1000] (rev a2)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5498 2007-09-27 23:15 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

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

Section "ServerFlags"
	Option		"BlankTime"	"120"
	Option		"StandbyTime"	"121"
	Option		"SuspendTime"	"122"
	Option		"OffTime"	"123"
  Option    "DontZap" "true"
#  Option    "Xinerama" "true"
EndSection

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

Section "Extensions"
	Option "Composite" "Enable"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"logiinetnav"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"evdev"
	Option		"CorePointer"
	Option		"Emulate3Buttons"	"false"
	## Causes X Server to Abort
	Option		"Name"			"Logitech USB Receiver"
	## Worked with Debian 6.9.0.dfsg.1-4, but is now discouraged
	Option		"Device"		"/dev/input/event5"
	## This seems to work, but depends on where the receiver is plugged in
	#Option		"Phys"			"usb-0000:00:07.3-1/input0"
	Option		"Buttons"		"14"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5 6 7"
EndSection

Section "Monitor"
    Identifier "19in"
    HorizSync  30-95
    VertRefresh 50-180
EndSection

Section "Monitor"
        Identifier "15in 4FGe"
        HorizSync 31-62
        VertRefresh 55-90
EndSection

Section "Monitor"
	Identifier "17in SunCHB7727L"
	HorizSync 30-72
	VertRefresh 50-160
EndSection

Section "Monitor"
	Identifier "Samsung 915N"
	HorizSync 30-81
	VertRefresh 56-75
EndSection

Section "Device"
    Identifier	"GeForce2_2"
    Driver	"nvidia"
    Option	"DPMS"
    BusID	"PCI:1:5:0"
    Screen	0
    Option	"IgnoreDisplayDevices" "DFP, TV"
	Option "RenderAccel" "true"
	Option "AllowGLXWithComposite" "true"
EndSection

Section "Device"
    Identifier  "GeForce2"
    Driver      "nvidia"
    Option      "DPMS"
    BusID       "PCI:1:5:0"
    Screen	1
    Option	"IgnoreDisplayDevices" "TV"
	Option "RenderAccel" "true"
	Option "AllowGLXWithComposite" "true"
EndSection

Section "Screen"
    Identifier "screen0"
    Device      "GeForce2_2"
    Monitor     "Samsung 915N"
    DefaultColorDepth 24
    Option "NvAGP" "3" # 1
    Option "DigitalVibrance" "2"
    Option "CursorShadow" "true"
    Option "CursorShadowAlpha" "110"
    Option "CursorShadowXOffset" "5"
    Option "CursorShadowYOffset" "4"    
    Option "RenderAccel" "on"
    #Option "AllowGLXWithComposite" "true"
    #Option "AddARGBBGLXVisuals" "true"
    Option         "metamodes" "CRT-0: 1280x1024 +0+0; CRT-0: 1024x768 +0+0; CRT-0: 800x600 +0+0; CRT-0: 640x480 +0+0"

    Subsection "Display"
        Depth       8
        Modes       "800x600" "640x400"
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "Screen"
    Identifier	"screen1"
    Device	"GeForce2"
    Monitor	"17in SunCHB7727L"
    DefaultColorDepth 24
    Option "CursorShadow" "true"
    Option "CursorShadowAlpha" "110"
    Option "CursorShadowXOffset" "5"
    Option "CursorShadowYOffset" "4"    
    Option "RenderAccel" "on"
    Option         "metamodes" "CRT-1: 1280x1024 +0+0; CRT-1: 1152x864 +0+0; CRT-1: 1024x768 +0+0; CRT-1: 800x600 +0+0; CRT-1: 640x480 +0+0"
    
    Subsection	"Display"
        Depth       8
        Modes       "1280x1024" "1152x864" "800x600" "640x400"
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    Screen     0 "screen0"
    Screen     1 "screen1" RightOf "screen0"
    #Option     "Xinerama" "off"

    InputDevice "Configured Mouse"
    InputDevice "Generic Keyboard"
EndSection

Section "ServerLayout"
    Identifier "wine"
    Screen     0 "screen0"
    Option     "Xinerama" "off"

    InputDevice "Configured Mouse"
    InputDevice "Generic Keyboard"
EndSection

Section "DRI"
	Mode	0666
EndSection

# end of XF86Config


Xorg X server log files on system:
-rw-r--r-- 1 root root 28406 2007-10-22 20:34 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 28437 2007-11-29 19:02 /var/log/Xorg.0.log

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

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20071119-1)
Current Operating System: Linux metaverse 2.6.22.1 #1 PREEMPT Sat Jul 14 15:25:37 EDT 2007 i686
Build Date: 20 November 2007  01:48:55AM
 
	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 Nov 28 22:45:17 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "layout1"
(**) |-->Screen "screen0" (0)
(**) |   |-->Monitor "Samsung 915N"
(**) |   |-->Device "GeForce2_2"
(**) |-->Screen "screen1" (1)
(**) |   |-->Monitor "17in SunCHB7727L"
(**) |   |-->Device "GeForce2"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Keyboard"
(**) Option "DontZap" "true"
(**) Option "BlankTime" "120"
(**) Option "StandbyTime" "121"
(**) Option "SuspendTime" "122"
(**) Option "OffTime" "123"
(==) 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:
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/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"
(**) Extension "Composite" is enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d7500
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1022,700e card 0000,0000 rev 13 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1022,700f card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0686 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1106,3057 rev 40 class 0c,05,00 hdr 00
(II) PCI: 00:0a:0: chip 109e,036e card 10b4,2636 rev 02 class 04,00,00 hdr 80
(II) PCI: 00:0a:1: chip 109e,0878 card 10b4,2636 rev 02 class 04,80,00 hdr 80
(II) PCI: 00:0c:0: chip 105a,4d69 card 105a,4d68 rev 02 class 01,80,85 hdr 00
(II) PCI: 00:0d:0: chip 1102,0004 card 1102,2002 rev 04 class 04,01,00 hdr 80
(II) PCI: 00:0d:1: chip 1102,7003 card 1102,0040 rev 04 class 09,80,00 hdr 80
(II) PCI: 00:0d:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
(II) PCI: 00:0f:0: chip 10b7,9050 card 0000,0000 rev 00 class 02,00,00 hdr 00
(II) PCI: 01:05:0: chip 10de,0309 card 10de,0182 rev a2 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:10:0) Brooktree Corporation Bt878 Video Capture rev 2, Mem @ 0xdf009000/12
(--) PCI:*(1:5:0) nVidia Corporation NV30GL [Quadro FX 1000] rev 162, Mem @ 0xdc000000/24, 0xd0000000/27
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd8000000 from 0xdbffffff to 0xd7ffffff
(II) PCI Memory resource overlap reduced 0xdf008000 from 0xdf008fff to 0xdf007fff
(II) PCI I/O resource overlap reduced 0x0000c000 from 0x0000c003 to 0x0000bfff
(II) Active PCI resource ranges:
	[0] -1	0	0xdf004000 - 0xdf007fff (0x4000) MX[B]
	[1] -1	0	0xdf00a000 - 0xdf00a7ff (0x800) MX[B]
	[2] -1	0	0x30010000 - 0x30013fff (0x4000) MX[B]
	[3] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B]
	[4] -1	0	0xdf00b000 - 0xdf00bfff (0x1000) MX[B]
	[5] -1	0	0xdf008000 - 0xdf007fff (0x0) MX[B]O
	[6] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[7] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[8] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[9] -1	0	0xdf009000 - 0xdf009fff (0x1000) MX[B](B)
	[10] -1	0	0x0000ec00 - 0x0000ec3f (0x40) IX[B]
	[11] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[12] -1	0	0x0000e400 - 0x0000e43f (0x40) IX[B]
	[13] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[14] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[15] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[16] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[17] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[18] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[19] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[20] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
(II) Inactive PCI resource ranges:
	[0] -1	0	0x0000c000 - 0x0000bfff (0x0) IX[B]O
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xdf004000 - 0xdf007fff (0x4000) MX[B]
	[1] -1	0	0xdf00a000 - 0xdf00a7ff (0x800) MX[B]
	[2] -1	0	0x30010000 - 0x30013fff (0x4000) MX[B]
	[3] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B]
	[4] -1	0	0xdf00b000 - 0xdf00bfff (0x1000) MX[B]
	[5] -1	0	0xdf008000 - 0xdf007fff (0x0) MX[B]O
	[6] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[7] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[8] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[9] -1	0	0xdf009000 - 0xdf009fff (0x1000) MX[B](B)
	[10] -1	0	0x0000ec00 - 0x0000ec3f (0x40) IX[B]
	[11] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[12] -1	0	0x0000e400 - 0x0000e43f (0x40) IX[B]
	[13] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[14] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[15] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[16] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[17] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[18] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[19] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[20] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
	[0] -1	0	0x0000c000 - 0x0000bfff (0x0) IX[B]O
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x2fffffff (0x2ff00000) 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 - 0x2fffffff (0x2ff00000) 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	0xdf004000 - 0xdf007fff (0x4000) MX[B]
	[5] -1	0	0xdf00a000 - 0xdf00a7ff (0x800) MX[B]
	[6] -1	0	0x30010000 - 0x30013fff (0x4000) MX[B]
	[7] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B]
	[8] -1	0	0xdf00b000 - 0xdf00bfff (0x1000) MX[B]
	[9] -1	0	0xdf008000 - 0xdf007fff (0x0) MX[B]O
	[10] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[11] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[12] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[13] -1	0	0xdf009000 - 0xdf009fff (0x1000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000ec00 - 0x0000ec3f (0x40) IX[B]
	[17] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[18] -1	0	0x0000e400 - 0x0000e43f (0x40) IX[B]
	[19] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[20] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[21] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[23] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[24] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[25] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[26] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[27] -1	0	0x0000c000 - 0x0000bfff (0x0) IX[B]O
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. 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) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.0, 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: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.0, 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: "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
	ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  100.14.19  Wed Sep 12 14:48:02 PDT 2007
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.0, 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: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.0, 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: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(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: "evdev"
(II) Reloading /usr/lib/xorg/modules/input//evdev_drv.so
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver  100.14.19  Wed Sep 12 14:14:20 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:05:0
(--) Chipset NVIDIA GPU found
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="NVIDIA Corporation"
	compiled for 7.1.99.2, module version = 1.0.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.0
	ABI class: X.Org Video Driver, version 2.0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x2fffffff (0x2ff00000) 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	0xdf004000 - 0xdf007fff (0x4000) MX[B]
	[5] -1	0	0xdf00a000 - 0xdf00a7ff (0x800) MX[B]
	[6] -1	0	0x30010000 - 0x30013fff (0x4000) MX[B]
	[7] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B]
	[8] -1	0	0xdf00b000 - 0xdf00bfff (0x1000) MX[B]
	[9] -1	0	0xdf008000 - 0xdf007fff (0x0) MX[B]O
	[10] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[11] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[12] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[13] -1	0	0xdf009000 - 0xdf009fff (0x1000) MX[B](B)
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000ec00 - 0x0000ec3f (0x40) IX[B]
	[17] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[18] -1	0	0x0000e400 - 0x0000e43f (0x40) IX[B]
	[19] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[20] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[21] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[22] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[23] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[24] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[25] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[26] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[27] -1	0	0x0000c000 - 0x0000bfff (0x0) IX[B]O
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x2fffffff (0x2ff00000) 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	0xdf004000 - 0xdf007fff (0x4000) MX[B]
	[5] -1	0	0xdf00a000 - 0xdf00a7ff (0x800) MX[B]
	[6] -1	0	0x30010000 - 0x30013fff (0x4000) MX[B]
	[7] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B]
	[8] -1	0	0xdf00b000 - 0xdf00bfff (0x1000) MX[B]
	[9] -1	0	0xdf008000 - 0xdf007fff (0x0) MX[B]O
	[10] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[11] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[12] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[13] -1	0	0xdf009000 - 0xdf009fff (0x1000) MX[B](B)
	[14] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[15] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[16] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000ec00 - 0x0000ec3f (0x40) IX[B]
	[20] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[21] -1	0	0x0000e400 - 0x0000e43f (0x40) IX[B]
	[22] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[23] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[24] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[25] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[26] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[27] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[28] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[29] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[30] -1	0	0x0000c000 - 0x0000bfff (0x0) IX[B]O
	[31] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[32] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) 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 "NvAGP" "3"
(**) NVIDIA(0): Option "RenderAccel" "on"
(**) NVIDIA(0): Option "CursorShadow" "true"
(**) NVIDIA(0): Option "CursorShadowAlpha" "110"
(**) NVIDIA(0): Option "CursorShadowXOffset" "5"
(**) NVIDIA(0): Option "CursorShadowYOffset" "4"
(**) NVIDIA(0): Option "MetaModes" "CRT-0: 1280x1024 +0+0; CRT-0: 1024x768 +0+0; CRT-0: 800x600 +0+0; CRT-0: 640x480 +0+0"
(**) NVIDIA(0): Option "IgnoreDisplayDevices" "DFP, TV"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Enabling cursor shadow
(**) NVIDIA(0): Cursor shadow alpha = 110
(**) NVIDIA(0): Cursor shadow offset = 5
(**) NVIDIA(0): Cursor shadow offset = 4
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU Quadro FX 1000 (NV30GL) at PCI:1:5:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 04.30.20.16.05
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on Quadro FX 1000 at PCI:1:5:0:
(--) NVIDIA(0):     Samsung SyncMaster (CRT-0)
(--) NVIDIA(0):     SUN (CRT-1)
(--) NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): SUN (CRT-1): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Display Device found referenced in MetaMode: CRT-0
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "CRT-0:1280x1024+0+0"
(II) NVIDIA(0):     "CRT-0:1024x768+0+0"
(II) NVIDIA(0):     "CRT-0:800x600+0+0"
(II) NVIDIA(0):     "CRT-0:640x480+0+0"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(WW) NVIDIA(0): UBB is incompatible with the Composite extension.  Disabling
(WW) NVIDIA(0):     UBB.
(==) NVIDIA(0): Enabling 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 "RenderAccel" "on"
(**) NVIDIA(1): Option "CursorShadow" "true"
(**) NVIDIA(1): Option "CursorShadowAlpha" "110"
(**) NVIDIA(1): Option "CursorShadowXOffset" "5"
(**) NVIDIA(1): Option "CursorShadowYOffset" "4"
(**) NVIDIA(1): Option "MetaModes" "CRT-1: 1280x1024 +0+0; CRT-1: 1152x864 +0+0; CRT-1: 1024x768 +0+0; CRT-1: 800x600 +0+0; CRT-1: 640x480 +0+0"
(**) NVIDIA(1): Option "IgnoreDisplayDevices" "TV"
(**) NVIDIA(1): Option "AllowGLXWithComposite" "true"
(**) NVIDIA(1): Enabling RENDER acceleration
(**) NVIDIA(1): Enabling cursor shadow
(**) NVIDIA(1): Cursor shadow alpha = 110
(**) NVIDIA(1): Cursor shadow offset = 5
(**) NVIDIA(1): Cursor shadow offset = 4
(II) NVIDIA(1): NVIDIA GPU Quadro FX 1000 (NV30GL) at PCI:1:5:0 (GPU-0)
(--) NVIDIA(1): Memory: 131072 kBytes
(--) NVIDIA(1): VideoBIOS: 04.30.20.16.05
(II) NVIDIA(1): Detected AGP rate: 4X
(--) NVIDIA(1): Interlaced video modes are supported on this GPU
(--) NVIDIA(1): Connected display device(s) on Quadro FX 1000 at PCI:1:5:0:
(--) NVIDIA(1):     Samsung SyncMaster (CRT-0)
(--) NVIDIA(1):     SUN (CRT-1)
(--) NVIDIA(1): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(1): SUN (CRT-1): 400.0 MHz maximum pixel clock
(II) NVIDIA(1): Display Device found referenced in MetaMode: CRT-1
(II) NVIDIA(1): Assigned Display Device: CRT-1
(II) NVIDIA(1): Validated modes:
(II) NVIDIA(1):     "CRT-1:1280x1024+0+0"
(II) NVIDIA(1):     "CRT-1:1152x864+0+0"
(II) NVIDIA(1):     "CRT-1:1024x768+0+0"
(II) NVIDIA(1):     "CRT-1:800x600+0+0"
(II) NVIDIA(1):     "CRT-1:640x480+0+0"
(II) NVIDIA(1): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(1): DPI set to (108, 113); computed from "UseEdidDpi" X config
(--) NVIDIA(1):     option
(WW) NVIDIA(1): UBB is incompatible with the Composite extension.  Disabling
(WW) NVIDIA(1):     UBB.
(==) NVIDIA(1): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) resource ranges after preInit:
	[0] 0	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
	[1] 0	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B]
	[2] -1	0	0x00100000 - 0x2fffffff (0x2ff00000) 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	0xdf004000 - 0xdf007fff (0x4000) MX[B]
	[7] -1	0	0xdf00a000 - 0xdf00a7ff (0x800) MX[B]
	[8] -1	0	0x30010000 - 0x30013fff (0x4000) MX[B]
	[9] -1	0	0xdf000000 - 0xdf003fff (0x4000) MX[B]
	[10] -1	0	0xdf00b000 - 0xdf00bfff (0x1000) MX[B]
	[11] -1	0	0xdf008000 - 0xdf007fff (0x0) MX[B]O
	[12] -1	0	0xd8000000 - 0xd7ffffff (0x0) MX[B]O
	[13] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[14] -1	0	0xdc000000 - 0xdcffffff (0x1000000) MX[B](B)
	[15] -1	0	0xdf009000 - 0xdf009fff (0x1000) MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000ec00 - 0x0000ec3f (0x40) IX[B]
	[22] -1	0	0x0000e800 - 0x0000e807 (0x8) IX[B]
	[23] -1	0	0x0000e400 - 0x0000e43f (0x40) IX[B]
	[24] -1	0	0x0000e000 - 0x0000e00f (0x10) IX[B]
	[25] -1	0	0x0000dc00 - 0x0000dc03 (0x4) IX[B]
	[26] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[27] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[28] -1	0	0x0000d000 - 0x0000d007 (0x8) IX[B]
	[29] -1	0	0x0000cc00 - 0x0000cc1f (0x20) IX[B]
	[30] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[31] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[32] -1	0	0x0000c000 - 0x0000bfff (0x0) IX[B]O
	[33] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[34] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not
(II) NVIDIA(0):     be running or the "AcpidSocketPath" X configuration option
(II) NVIDIA(0):     may not be set correctly.  When the ACPI daemon is
(II) NVIDIA(0):     available, the NVIDIA X driver can use it to receive ACPI
(II) NVIDIA(0):     events.  For details, please see the "ConnectToAcpid" and
(II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
(II) NVIDIA(0):     Config Options in the README.
(II) NVIDIA(0): Setting mode "CRT-0:1280x1024+0+0"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "DigitalVibrance" is not used
(==) RandR enabled
(II) NVIDIA(1): Initialized GART.
(II) NVIDIA(1): Unable to connect to the ACPI daemon; the ACPI daemon may not
(II) NVIDIA(1):     be running or the "AcpidSocketPath" X configuration option
(II) NVIDIA(1):     may not be set correctly.  When the ACPI daemon is
(II) NVIDIA(1):     available, the NVIDIA X driver can use it to receive ACPI
(II) NVIDIA(1):     events.  For details, please see the "ConnectToAcpid" and
(II) NVIDIA(1):     "AcpidSocketPath" X configuration options in Appendix B: X
(II) NVIDIA(1):     Config Options in the README.
(II) NVIDIA(1): Setting mode "CRT-1:1280x1024+0+0"
(II) NVIDIA(1): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(1): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(1): Backing store disabled
(==) NVIDIA(1): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(1): DPMS enabled
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CorePointer"
(**) Configured Mouse: always reports core events
(II) Configured Mouse: Found 4 relative axes.
(II) Configured Mouse: Configuring as pointer.
(II) Configured Mouse: Found 16 mouse buttons
(II) Configured Mouse: Configured 21 mouse buttons.
(**) 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" "logiinetnav"
(**) Generic Keyboard: XkbModel: "logiinetnav"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(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)
(**) Configured Mouse: 2 valuators.
(**) Configured Mouse: Configuring in Absolute mode.
(**) Configured Mouse: Registering 21 buttons.
(II) Configured Mouse: Init
(II) Configured Mouse: On
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
(EE) Read error: No such device (19, -1 != 16)
(II) Configured Mouse: Off
(II) Configured Mouse: Off
(II) UnloadModule: "evdev"
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources


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

Kernel: Linux 2.6.22.1 (PREEMPT)
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=en_US.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-input-evdev depends on:
ii  libc6              2.7-2                 GNU C Library: Shared libraries
ii  xserver-xorg-core  2:1.4.1~git20071119-1 Xorg X server - core server

xserver-xorg-input-evdev recommends no packages.

-- no debconf information




Reply to: