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

Bug#571999: marked as done (xserver-xorg-core: config/udev claims all input devices)



Your message dated Tue, 09 Mar 2010 03:58:11 +0100
with message-id <1268103491.4097.44.camel@pc7.dolda2000.com>
and subject line Re: Bug#571999: xserver-xorg-core: config/udev claims all input devices
has caused the Debian Bug report #571999,
regarding xserver-xorg-core: config/udev claims all input devices
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
571999: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571999
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-core
Version: 2:1.7.4-2
Severity: normal

The udev autoconfig claims all my input devices whether I want them or not.

This is a problem, because I'm running two X server, one of them just to
display stuff on a TV. Obviously, I wouldn't want it to grab keyboard input
from my interactive login session and pass it to mplayer.

In my opinion, I think automatic configuration like that of config/udev or
config/hal should only be used if I haven't specified any input devices
explicitly in my xorg.conf, but I'm sure there could be other issues that
should be considered as well. It would be nice, at least, with a way to
turn off automatic input device detection, though. Looking at the config/udev
code, there doesn't seem to be any, seeing how it always adds all input
device when it is initialized as a module.

-- 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 28  2007 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1710344 Jan 21 00:01 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
02:00.0 VGA compatible controller: nVidia Corporation G72 [GeForce 7300 SE/7200 GS] (rev a1)
03:00.0 VGA compatible controller: nVidia Corporation G96 [GeForce 9500 GT] (rev a1)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 8575 Feb 28 20:52 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "ServerLayout"
	Identifier     "NV"
	Screen      0  "S_Main" 0 0
	#Screen      1  "S_TV" LeftOf "S_Main"
	InputDevice    "USBMouse" "CorePointer"
	InputDevice    "Keyboard1" "CoreKeyboard"
	Option         "SingleCard" "true"
EndSection

Section "ServerLayout"
	Identifier	"NV_Dual"
	Screen        0 "S_Main" 0 0
	Screen        1 "S_Main2" LeftOf "S_Main"
	InputDevice	"USBMouse" "CorePointer"
	InputDevice	"Keyboard1" "CoreKeyboard"
	Option		"SingleCard" "true"
EndSection

Section "ServerLayout"
	Identifier     "Sec"
	Screen      0  "S_Sec" 0 0
	InputDevice    "NullMouse" "CorePointer"
	#InputDevice    "Mouse1" "CorePointer"
        #InputDevice    "WCursor" "CorePointer"
        #InputDevice    "WStylus" "SendCoreEvents"
        #InputDevice    "WEraser" "SendCoreEvents"
	InputDevice    "Keyboard2" "CoreKeyboard"
	Option         "SingleCard" "true"
EndSection

Section "ServerLayout"
	Identifier     "Log"
	Screen      0  "S_Ter" 0 0
	InputDevice    "NullMouse" "CorePointer"
	InputDevice    "NullKeyboard" "CoreKeyboard"
	Option         "SingleCard" "true"
EndSection

Section "ServerLayout"
	Identifier	"TV"
	Screen		"S_TV" 0 0
	InputDevice	"NullMouse" "CorePointer"
	InputDevice	"NullKeyboard" "CoreKeyboard"
	Option		"SingleCard" "true"
EndSection

Section "ServerLayout"
# Layout:
# /--------------------------------\
# |          |          |          |
# | Tertiary | Secondary|   Main   |
# |   17"    |    17"   |    20"   |
# |          |          |          |
# \----------|----------|----------/
#            |          |
#            |    TV    |
#            |   Many"  |
#            |          |
#            \----------/
	Identifier     "Desktop"
	Screen      0  "S_Main" 0 0
	Screen      1  "S_Sec" LeftOf "S_Main"
	Screen      2  "S_Ter" LeftOf "S_Sec"
	Screen      3  "S_TV" Below "S_Sec"
	InputDevice    "USBMouse" "CorePointer"
	InputDevice    "ConsoleKeyboard" "CoreKeyboard"
EndSection

Section "ServerFlags"
	Option	"PciOsConfig" "1"
	Option	"AllowDeactivateGrabs" "1"
	Option	"AllowClosedownGrabs" "1"
EndSection

Section "Files"
	FontPath       "unix/:7100"
EndSection

Section "Module"
	Load  "glx"
	Load  "extmod"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "type1"
	Load  "v4l"
EndSection

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

Section "InputDevice"
	Identifier  "ConsoleKeyboard"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier	"Keyboard1"
	Driver		"evdev"
	Option		"Device" "/dev/input/by-id/usb-Unicomp_Endura_Keyboard-event-kbd"
	#Option		"Device" "/dev/input/by-id/usb-CHESEN_PS2_to_USB_Converter-event-kbd"
EndSection

Section "InputDevice"
	Identifier	"Keyboard2"
	Driver		"evdev"
	Option		"Device" "/dev/input/by-id/usb-CHESEN_USB_Keyboard-event-kbd"
EndSection

Section "InputDevice"
	Identifier  "PSMouse"
	Driver      "mouse"
	Option	    "Protocol" "ExplorerPS/2"
	Option	    "Device" "/dev/input/mouse0"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
	Identifier  "USBMouse"
	Driver      "evdev"
	Option      "Device" "/dev/input/by-id/usb-A4Tech_PS_2+USB_Mouse-event-mouse"
	#Driver      "mouse"
	#Option	    "Protocol" "ExplorerPS/2"
	#Option	    "Device" "/dev/input/mouse0"
	#Option      "Buttons" "5"
	#Option      "ZAxisMapping" "6 7"
EndSection

Section "InputDevice"
	Identifier  "Mouse1"
	Driver      "mouse"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device" "/dev/input/mouse1"
        Option      "Buttons" "5"
EndSection

Section "InputDevice"
	Identifier "NullMouse"
	Driver      "void"
EndSection

Section "InputDevice"
	Identifier "NullKeyboard"
	Driver      "void"
EndSection

Section "InputDevice"
        Identifier  "WCursor"
        Driver      "wacom"
        Option      "Device" "/dev/input/event5"
        Option      "Type" "cursor"
        Option      "USB" "on"
EndSection

Section "InputDevice"
        Identifier  "WStylus"
        Driver      "wacom"
        Option      "Device" "/dev/input/event5"
	Option      "Mode" "Absolute"
        Option      "Type" "stylus"
        Option      "USB" "on"
EndSection

Section "InputDevice"
        Identifier  "WEraser"
        Driver      "wacom"
        Option      "Device" "/dev/input/event5"
        Option      "Type" "eraser"
        Option      "USB" "on"
EndSection

Section "Monitor"
	Identifier   "M_Sun"
	VendorName   "Sun Microsystems"
EndSection

Section "Monitor"
	DisplaySize	330   230	# mm
	Identifier   "M_Dell"
	VendorName   "Dell"
	ModelName    "D1028LR"
	Option	     "dpms"
	HorizSync    30-69
	VertRefresh  50-120
EndSection

Section "Monitor"
	DisplaySize	390   290
	Identifier   "M_Sony"
	VendorName   "Sony"
	ModelName    "Multiscan 20seII"
	Option       "dpms"
	HorizSync    30-96
	VertRefresh  48-160
EndSection

Section "Monitor"
	Identifier	"M_Auto"
EndSection

Section "Monitor"
	Identifier	"M_TV"
	VendorName	"Sony"
	ModelName	"Unknown"
	HorizSync	30-50
	VertRefresh	50-60
EndSection

Section "Device"
	Identifier	"D_NV-OSS"
	Driver		"nv"
	VendorName	"nVidia"
	BoardName	"FX 5200"
	BusID		"PCI:2:0:0"
EndSection

Section "Device"
	Identifier	"D_NV-CRT"
	Driver		"nvidia"
	VendorName	"nVidia"
	BoardName	"FX 5200"
	BusID		"PCI:3:0:0"
	Option		"NvAGP" "3"
	Option		"NoLogo" "1"
	Option		"UseDisplayDevice" "CRT-0"
	#Option		"IgnoreEDID" "on"
	Option		"RenderAccel" "on"
	Screen		1
EndSection

Section "Device"
	Identifier	"D_NV-DVI"
	Driver		"nvidia"
	VendorName	"nVidia"
	BoardName	"FX 5200"
	BusID		"PCI:3:0:0"
	Option		"NvAGP" "3"
	Option		"NoLogo" "1"
	Option		"UseDisplayDevice" "DFP-0"
	#Option		"IgnoreEDID" "on"
	Option		"RenderAccel" "on"
	Screen		0
EndSection

Section "Device"
	Identifier	"D_NV-TV"
	Driver		"nvidia"
	VendorName	"nVidia"
	BoardName	"FX 5200"
	BusID		"PCI:2:0:0"
	#Option		"NvAGP" "3"
	Option		"NoLogo" "1"
	Option		"UseDisplayDevice" "TV"
	Option		"ConnectedMonitor" "TV"
	Option		"TVStandard" "PAL-G"
	Option		"TVOutFormat" "SVIDEO"
	#Option		"RenderAccel" "on"
	#Screen		1
EndSection

Section "Device"
	Identifier	"D_FBDEV"
	Driver		"fbdev"
EndSection

Section "Device"
	Identifier  "D_MGA1"
	Driver      "mga"
	VendorName  "Matrox Graphics, Inc."
	BoardName   "MGA 2064W [Millenium]"
	BusID       "PCI:1:07:0"
EndSection

Section "Device"
	Identifier  "D_S3"
	Driver      "s3virge"
	VendorName  "S3 Inc."
	BoardName   "86c325 [ViRGE]"
	BusID       "PCI:0:05:0"
EndSection

Section "Screen"
	Identifier "S_Main"
	Device     "D_NV-DVI"
	Monitor    "M_Auto"
	DefaultDepth 24
	SubSection "Display"
		Depth     24
		Modes     "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "320x200"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes     "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes     "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes     "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "S_Main2"
	Device     "D_NV-CRT"
	Monitor    "M_Sun"
	DefaultDepth 24
	SubSection "Display"
		Depth	24
		Modes	"1280x1024" "1152x864" "1024x768" "800x600" "640x480" "320x200"
	EndSubSection
EndSection

Section "Screen"
	Identifier "S_Main_OSS"
	Device     "D_NV-OSS"
	Monitor    "M_Sony"
	DefaultDepth 24
	SubSection "Display"
		Depth     24
		Modes     "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes     "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes     "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes     "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier  "S_Sec"
	Device      "D_MGA1"
	Monitor     "M_Sun"
	DefaultDepth 16
	SubSection "Display"
		Depth     16
		Modes     "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "S_Ter"
	Device     "D_S3"
	Monitor    "M_Dell"
	DefaultDepth 16
	SubSection "Display"
		Depth     16
		Modes     "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"S_TV"
	Device		"D_NV-TV"
	Monitor		"M_TV"
	DefaultDepth	24
	SubSection "Display"
		Depth	24
		Modes	"800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"S_FBDEV"
	Device		"D_FBDEV"
	Monitor		"M_Sony"
	DefaultDepth	24
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 50705 Mar 25  2009 /var/log/Xorg.2.log
-rw-r--r-- 1 root root  8253 Feb 15 06:14 /var/log/Xorg.3.log
-rw-r--r-- 1 root root 32723 Feb 24 13:42 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 14226 Feb 28 20:52 /var/log/Xorg.1.log

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

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux pc7 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010 i686
Kernel command line: rw root=/dev/sda3
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgoglin@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.1.log", Time: Sun Feb 28 20:52:07 2010
(==) Using config file: "/etc/X11/xorg.conf"
(++) ServerLayout "TV"
(**) |-->Screen "S_TV" (0)
(**) |   |-->Monitor "M_TV"
(**) |   |-->Device "D_NV-TV"
(**) |-->Input Device "NullMouse"
(**) |-->Input Device "NullKeyboard"
(**) Option "SingleCard" "true"
(II) Isolating PCI bus "2:0:0"
(==) Automatically adding devices
(==) Automatically enabling devices
(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/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"
(II) Loader magic: 0x81e7680
(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 7

(--) PCI:*(0:2:0:0) 10de:01d3:10b0:1401 nVidia Corporation G72 [GeForce 7300 SE/7200 GS] rev 161, Mem @ 0xdc000000/16777216, 0xb0000000/268435456, 0xdd000000/16777216, BIOS @ 0x????????/131072
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) "evdev" will not be loaded unless you've specified it to be loaded elsewhere.
(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: "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.03  Mon Feb  1 02:36:31 PST 2010
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.4, 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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.4, 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: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.4, 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: "xtrap"
(WW) Warning, couldn't open module xtrap
(II) UnloadModule: "xtrap"
(EE) Failed to load module "xtrap" (module does not exist, 0)
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 0.1.1
	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.4, 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.4, 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: "void"
(II) Loading /usr/lib/xorg/modules/input/void_drv.so
(II) Module void: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 1.3.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(II) v4l driver for Video4Linux
(II) NVIDIA dlloader X Driver  195.36.03  Mon Feb  1 01:59:58 PST 2010
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 02@00:00:0
(WW) Falling back to old probe method for v4l
(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.4, 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.4, 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 "NoLogo" "1"
(**) NVIDIA(0): Option "ConnectedMonitor" "TV"
(**) NVIDIA(0): Option "TVStandard" "PAL-G"
(**) NVIDIA(0): Option "TVOutFormat" "SVIDEO"
(**) NVIDIA(0): Option "UseDisplayDevice" "TV"
(**) Feb 28 20:52:08 NVIDIA(0): Enabling RENDER acceleration
(**) Feb 28 20:52:08 NVIDIA(0): Forcing SVIDEO output
(**) Feb 28 20:52:08 NVIDIA(0): TV Standard string: "PAL-G"
(**) Feb 28 20:52:08 NVIDIA(0): ConnectedMonitor string: "TV"
(II) Feb 28 20:52:08 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) Feb 28 20:52:08 NVIDIA(0):     enabled.
(II) Feb 28 20:52:08 NVIDIA(0): NVIDIA GPU GeForce 7300 SE/7200 GS (G72) at PCI:2:0:0 (GPU-0)
(--) Feb 28 20:52:08 NVIDIA(0): Memory: 524288 kBytes
(--) Feb 28 20:52:08 NVIDIA(0): VideoBIOS: 05.72.22.76.00
(II) Feb 28 20:52:08 NVIDIA(0): Detected PCI Express Link width: 8X
(--) Feb 28 20:52:08 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) Feb 28 20:52:08 NVIDIA(0): Connected display device(s) on GeForce 7300 SE/7200 GS at
(--) Feb 28 20:52:08 NVIDIA(0):     PCI:2:0:0:
(--) Feb 28 20:52:08 NVIDIA(0):     NVIDIA TV Encoder (TV-0)
(--) Feb 28 20:52:08 NVIDIA(0): NVIDIA TV Encoder (TV-0): 400.0 MHz maximum pixel clock
(--) Feb 28 20:52:08 NVIDIA(0): TV encoder: NVIDIA
(II) Feb 28 20:52:08 NVIDIA(0): Option "UseDisplayDevice" "TV" converted to "TV-0".
(II) Feb 28 20:52:08 NVIDIA(0): Assigned Display Device: TV-0
(II) Feb 28 20:52:08 NVIDIA(0): Validated modes:
(II) Feb 28 20:52:08 NVIDIA(0):     "800x600"
(II) Feb 28 20:52:08 NVIDIA(0):     "640x480"
(II) Feb 28 20:52:08 NVIDIA(0): Virtual screen size determined to be 800 x 600
(==) Feb 28 20:52:08 NVIDIA(0): DPI set to (75, 75); computed from built-in default
(==) Feb 28 20:52:08 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) Feb 28 20:52:09 NVIDIA(GPU-1): NVIDIA GPU GeForce 9500 GT (G96) at PCI:3:0:0 (GPU-1)
(--) Feb 28 20:52:09 NVIDIA(GPU-1): Memory: 524288 kBytes
(--) Feb 28 20:52:09 NVIDIA(GPU-1): VideoBIOS: 62.94.3c.00.00
(II) Feb 28 20:52:09 NVIDIA(GPU-1): Detected PCI Express Link width: 16X
(--) Feb 28 20:52:09 NVIDIA(GPU-1): Interlaced video modes are supported on this GPU
(--) Feb 28 20:52:09 NVIDIA(GPU-1): Connected display device(s) on GeForce 9500 GT at PCI:3:0:0:
(--) Feb 28 20:52:09 NVIDIA(GPU-1):     SUN PN17JO (CRT-1)
(--) Feb 28 20:52:09 NVIDIA(GPU-1):     DELL 2001FP (DFP-0)
(--) Feb 28 20:52:09 NVIDIA(GPU-1): SUN PN17JO (CRT-1): 400.0 MHz maximum pixel clock
(--) Feb 28 20:52:09 NVIDIA(GPU-1): DELL 2001FP (DFP-0): 330.0 MHz maximum pixel clock
(--) Feb 28 20:52:09 NVIDIA(GPU-1): DELL 2001FP (DFP-0): Internal Dual Link TMDS
(II) Feb 28 20:52:09 NVIDIA(0): Initialized GPU GART.
(II) Feb 28 20:52:09 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
(II) Feb 28 20:52:09 NVIDIA(0):     may not be running or the "AcpidSocketPath" X
(II) Feb 28 20:52:09 NVIDIA(0):     configuration option may not be set correctly.  When the
(II) Feb 28 20:52:09 NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
(II) Feb 28 20:52:09 NVIDIA(0):     try to use it to receive ACPI event notifications.  For
(II) Feb 28 20:52:09 NVIDIA(0):     details, please see the "ConnectToAcpid" and
(II) Feb 28 20:52:09 NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
(II) Feb 28 20:52:09 NVIDIA(0):     Config Options in the README.
(II) Feb 28 20:52:09 NVIDIA(0): Setting mode "800x600"
(II) Loading extension NV-GLX
(II) Feb 28 20:52:09 NVIDIA(0): Initialized OpenGL Acceleration
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) Feb 28 20:52:09 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
(II) Loading extension XINERAMA
(==) 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
(II) Initializing extension GLX
SELinux: Disabled on system, not enabling in X server
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
(**) Option "CorePointer"
(**) NullMouse: always reports core events
(II) XINPUT: Adding extended input device "NullMouse" (type: Void)
(**) Option "CoreKeyboard"
(**) NullKeyboard: always reports core events
(II) XINPUT: Adding extended input device "NullKeyboard" (type: Void)
(II) config/udev: Adding input device "Power Button" (/dev/input/event1)
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 2.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(**) "Power Button": always reports core events
(**) "Power Button": Device: "/dev/input/event1"
(II) "Power Button": Found keys
(II) "Power Button": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Power Button"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device "Power Button" (/dev/input/event0)
(**) "Power Button": always reports core events
(**) "Power Button": Device: "/dev/input/event0"
(II) "Power Button": Found keys
(II) "Power Button": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Power Button"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device "A4Tech PS/2+USB Mouse" (/dev/input/event2)
(**) "A4Tech PS/2+USB Mouse": always reports core events
(**) "A4Tech PS/2+USB Mouse": Device: "/dev/input/event2"
(II) "A4Tech PS/2+USB Mouse": Found 12 mouse buttons
(II) "A4Tech PS/2+USB Mouse": Found scroll wheel(s)
(II) "A4Tech PS/2+USB Mouse": Found relative axes
(II) "A4Tech PS/2+USB Mouse": Found x and y relative axes
(II) "A4Tech PS/2+USB Mouse": Configuring as mouse
(**) "A4Tech PS/2+USB Mouse": YAxisMapping: buttons 4 and 5
(**) "A4Tech PS/2+USB Mouse": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""A4Tech PS/2+USB Mouse"" (type: MOUSE)
(**) "A4Tech PS/2+USB Mouse": (accel) keeping acceleration scheme 1
(**) "A4Tech PS/2+USB Mouse": (accel) acceleration profile 0
(II) "A4Tech PS/2+USB Mouse": initialized for relative axes.
(II) config/udev: Adding input device "A4Tech PS/2+USB Mouse" (/dev/input/mouse0)
(**) "A4Tech PS/2+USB Mouse": always reports core events
(**) "A4Tech PS/2+USB Mouse": Device: "/dev/input/mouse0"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""A4Tech PS/2+USB Mouse""
(II) config/udev: Adding input device "Unicomp  Endura Keyboard " (/dev/input/event3)
(**) "Unicomp  Endura Keyboard ": always reports core events
(**) "Unicomp  Endura Keyboard ": Device: "/dev/input/event3"
(II) "Unicomp  Endura Keyboard ": Found keys
(II) "Unicomp  Endura Keyboard ": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Unicomp  Endura Keyboard "" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"

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=us
E: DEVLINKS=/dev/char/13:64
E: x11_driver=evdev

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=us
E: DEVLINKS=/dev/char/13:65
E: x11_driver=evdev

P: /devices/pci0000:00/0000:00:02.1/usb1/1-7/1-7.1/1-7.1:1.0/input/input2/event2
N: input/event2
S: char/13:66
S: input/by-id/usb-A4Tech_PS_2+USB_Mouse-event-mouse
S: input/by-path/pci-0000:00:02.1-usb-0:7.1:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:02.1/usb1/1-7/1-7.1/1-7.1:1.0/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_VENDOR=A4Tech
E: ID_VENDOR_ENC=A4Tech
E: ID_VENDOR_ID=09da
E: ID_MODEL=PS_2+USB_Mouse
E: ID_MODEL_ENC=PS\x2f2+USB\x20Mouse
E: ID_MODEL_ID=000a
E: ID_REVISION=0002
E: ID_SERIAL=A4Tech_PS_2+USB_Mouse
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:02.1-usb-0:7.1:1.0
E: x11_driver=evdev
E: DEVLINKS=/dev/char/13:66 /dev/input/by-id/usb-A4Tech_PS_2+USB_Mouse-event-mouse /dev/input/by-path/pci-0000:00:02.1-usb-0:7.1:1.0-event-mouse

P: /devices/pci0000:00/0000:00:02.1/usb1/1-7/1-7.2/1-7.2:1.0/input/input3/event3
N: input/event3
S: char/13:67
S: input/by-id/usb-Unicomp_Endura_Keyboard-event-kbd
S: input/by-path/pci-0000:00:02.1-usb-0:7.2:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:02.1/usb1/1-7/1-7.2/1-7.2: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=Unicomp
E: ID_VENDOR_ENC=Unicomp\x20
E: ID_VENDOR_ID=f617
E: ID_MODEL=Endura_Keyboard
E: ID_MODEL_ENC=Endura\x20Keyboard\x20
E: ID_MODEL_ID=0905
E: ID_REVISION=020c
E: ID_SERIAL=Unicomp_Endura_Keyboard
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:02.1-usb-0:7.2:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:67 /dev/input/by-id/usb-Unicomp_Endura_Keyboard-event-kbd /dev/input/by-path/pci-0000:00:02.1-usb-0:7.2:1.0-event-kbd
E: x11_driver=evdev

P: /devices/pci0000:00/0000:00:06.1/input/input4/event4
N: input/event4
S: char/13:68
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:06.1/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DEVLINKS=/dev/char/13:68

P: /devices/platform/pcspkr/input/input5/event5
N: input/event5
S: char/13:69
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: DEVLINKS=/dev/char/13:69 /dev/input/by-path/platform-pcspkr-event-spkr

DRM Information from dmesg:
[   87.695008] Linux agpgart interface v0.103


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

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

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-2      GNU C Library: Shared libraries
ii  libdrm2                    2.4.17-1      Userspace interface to kernel DRM 
ii  libgcrypt11                1.4.5-2       LGPL Crypto library - runtime libr
ii  libpciaccess0              0.11.0-1      Generic PCI access library for X
ii  libpixman-1-0              0.16.4-1      pixel-manipulation library for X a
ii  libselinux1                2.0.89-4      SELinux runtime shared libraries
ii  libudev0                   150-2         libudev shared library
ii  libxau6                    1:1.0.5-1     X11 authorisation library
ii  libxdmcp6                  1:1.0.3-1     X11 Display Manager Control Protoc
ii  libxfont1                  1:1.4.1-1     X11 font rasterisation library
ii  udev                       150-2         /dev/ and hotplug management daemo
ii  xserver-common             2:1.7.4-2     common files used by various X ser
ii  xserver-xorg               1:7.4+4dolda1 the X.Org X server

Versions of packages xserver-xorg-core recommends:
ii  libgl1-mesa-dri               7.6.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



--- End Message ---
--- Begin Message ---
On Sun, 2010-02-28 at 22:01 +0100, Julien Cristau wrote:
> You can disable the AutoAddDevices or AutoEnableDevices option in
> xorg.conf.

Right you are. It was in a piece of the code where I really didn't
expect it. I guess it goes to show that reading the code isn't always a
good substitute for reading the documentation.

I've closed the bug. Sorry for the noise.

Fredrik Tolf




--- End Message ---

Reply to: