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

Bug#579425: xserver-xorg-video-nouveau: Nouveau can't find any screen



Package: xserver-xorg-video-nouveau
Version: 1:0.0.15+git20100329+7858345-3
Severity: important

I'm using Debian testing (but with unstable and experimental in my sources as
well, and using the 2.6.33-2 kernel from experimental). I have just installed
"aptitude install xserver-xorg-video-nouveau" which worked well (it only needed
libdrm-nouveau1 as extra dependency). But when I tried "xinit" for testing,
with an "empty" xorg.conf:          Section "Device"                 Identifier
"NV44 with nouveau driver"                 Driver          "nouveau"
EndSection  the Xserver returned almost immediately saying:          (++) Using
config file: "/etc/X11/xorg.conf.nouveau"         (EE) [drm] Could not set DRM
device bus ID.         (EE) NOUVEAU(0): [drm] error opening the drm
(EE) NOUVEAU(0): 619:          (EE) Screen(s) found, but none have a usable
configuration.                  Fatal server error:         no screens found
I'm using the "nv" driver for now, but am looking forward to "nouveau" so I can
connect my monitor over DVI ("nv" is not able to give me more than 1280x1024
over DVI).  It has been a long wait, but it appers that it is finally very
close to being a reality.


-- 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 Jul  5  2006 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1722172 Apr  5 13:16 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)] (rev a1)

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

Xorg X server configuration file status:
lrwxrwxrwx 1 root root 12 Aug  7  2007 /etc/X11/xorg.conf -> xorg.conf.nv

Contents of /etc/X11/xorg.conf:
# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

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

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

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
	Option		"XkbOptions"	"ctrl:nocaps"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"TouchPad"
	Driver		"synaptics"
	Option		"Device"	"/dev/input/touchpad"
	Option		"Protocol"	"event"
	Option		"SHMConfig"	"true"
	# Most settings should be left to the user, but the Tap should
	# only be enabled if requested explicitly, IMHO.
	Option		"MaxTapTime"	"0"
	# This one is neat when it works, and it's rather unlikely to do
	# it by accident, and even if you do, it's pretty harmless.
	Option		"VertTwoFingerScroll"	"1"
	# This one is almost true as well, except that X11's handling of
	# those events is not standardized enough, so some apps bind those
	# events to "prev-webpage" and "next-webpage" instead of horiz-scroll
	# Which makes vertical 2-finger-scroll unusable until those apps are
	# reconfigured.
	#Option		"HorizTwoFingerScroll"	"1"
EndSection

Section "Device"
	Identifier	"NV44 with nv driver"
	Driver		"nv"
	BusID		"PCI:1:0:0"

	#Option		"XaaNoSolidHorVertLine"
	#Option		"XaaNoCPUToScreenColorExpandFill"
	#Option		"XaaNoColor8x8PatternFillRect"
	#Option		"XaaNoColor8x8PatternFillTrap"
	#Option		"XaaNoDashedBresenhamLine"
	#Option		"XaaNoDashedTwoPointLine"
	#Option		"XaaNoImageWriteRect"
	#Option		"XaaNoMono8x8PatternFillRect"
	#Option		"XaaNoMono8x8PatternFillTrap"
	#Option		"XaaNoOffscreenPixmaps"
	#Option		"XaaNoPixmapCache"
	#Option		"XaaNoScanlineCPUToScreenColorExpandFill"
	#Option		"XaaNoScanlineImageWriteRect"
	#Option		"XaaNoScreenToScreenColorExpandFill"
	#Option		"XaaNoScreenToScreenCopy"
	#Option		"XaaNoSolidBresenhamLine"

	# With version 1.0.1.5-2 of the NV driver, this optimization ends up leaving
	# shadow/phantom cursors in firefox and other Gtk text widgets (they use
	# a vertical bar cursor).
	Option		"XaaNoSolidFillRect"

	#Option		"XaaNoSolidFillTrap"
	#Option		"XaaNoSolidTwoPointLine"
	
	# From "Debian HOW-TO : AIGLX + Compiz"
	Option		"XaaNoOffscreenPixmaps"		"true"
EndSection

Section "Device"
	Identifier	"NV44 with nvidia driver"
	Driver		"nvidia"
	# From "Debian HOW-TO : AIGLX + Compiz"
	Option		"XaaNoOffscreenPixmaps"		"true"
	# Suggested by http://wiki.debian.org/Compiz
	Option		"AllowGLXWithComposite" "true"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	30-80
	# VertRefresh	43-72
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NV44 with nv driver"
	#Device		"NV44 with nvidia driver"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	# Suggested by http://wiki.debian.org/Compiz
	Option		"AddARGBGLXVisuals" "True"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Configured Mouse"	"CorePointer"
	InputDevice	"TouchPad"		"AlwaysCore"
	InputDevice	"Generic Keyboard"	"CoreKeyboard"
EndSection

Section "DRI"
	Mode	0666
EndSection

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


Xorg X server log files on system:
-rw-r--r-- 1 root root 45803 Aug 10  2006 /var/log/Xorg.4.log
-rw-r--r-- 1 root root 48171 Jun 13  2007 /var/log/Xorg.23.log
-rw-r--r-- 1 root root 48301 Jun 13  2007 /var/log/Xorg.22.log
-rw-r--r-- 1 root root 22167 Mar  5  2009 /var/log/Xorg.3.log
-rw-r--r-- 1 root root 48193 Sep 14  2009 /var/log/Xorg.21.log
-rw-r--r-- 1 root root 52992 Apr 16 17:41 /var/log/Xorg.20.log
-rw-r--r-- 1 root root  9111 Apr 27 13:09 /var/log/Xorg.2.log
-rw-r--r-- 1 root root  9111 Apr 27 13:21 /var/log/Xorg.0.log
-rw-r--r-- 1 root root  9111 Apr 27 13:21 /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.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.11-dsa-ia32 i686 Debian
Current Operating System: Linux pastel 2.6.33-2-686-bigmem #1 SMP Mon Mar 1 06:59:58 UTC 2010 i686
Kernel command line: root=/dev/mapper/Pastel-root vga=0x307 ro 
Build Date: 05 April 2010  05:10:30PM
xorg-server 2:1.7.6-2 (Timo Aaltonen <tjaalton@ubuntu.com>) 
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.2.log", Time: Tue Apr 27 13:09:54 2010
(++) Using config file: "/etc/X11/xorg.conf.nouveau"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor "<default monitor>"
(==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
(**) |   |-->Device "NV44 with nouveau driver"
(==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
(==) 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:
	/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) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x81eb080
(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 5

(--) PCI:*(0:1:0:0) 10de:0161:1043:81ba nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)] rev 161, Mem @ 0xd0000000/16777216, 0xc0000000/268435456, 0xd1000000/16777216, BIOS @ 0x????????/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.6, 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.6, 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(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.7.6, 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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.6, 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.6, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nouveau"
(II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
(II) Module nouveau: vendor="X.Org Foundation"
	compiled for 1.7.6, module version = 0.0.15
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(II) NOUVEAU driver Date:   Tue Mar 16 13:08:37 2010 +1000
(II) NOUVEAU driver for NVIDIA chipset families :
	RIVA TNT    (NV04)
	RIVA TNT2   (NV05)
	GeForce 256 (NV10)
	GeForce 2   (NV11, NV15)
	GeForce 4MX (NV17, NV18)
	GeForce 3   (NV20)
	GeForce 4Ti (NV25, NV28)
	GeForce FX  (NV3x)
	GeForce 6   (NV4x)
	GeForce 7   (G7x)
	GeForce 8   (G8x)
(II) Primary Device is: PCI 01@00:00:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports 
drmOpenDevice: node name is /dev/dri/card1
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card2
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card3
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card4
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card5
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card6
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card7
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card8
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card9
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card10
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card11
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card12
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card13
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card14
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card15
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmGetBusid returned ''
(II) [drm] nouveau interface version: 0.0.15
(II) Loading sub module "dri"
(II) LoadModule: "dri"
(II) Reloading /usr/lib/xorg/modules/extensions/libdri.so
(II) NOUVEAU(0): Loaded DRI module
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: drmGetBusid reports 
drmOpenDevice: node name is /dev/dri/card1
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card2
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card3
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card4
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card5
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card6
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card7
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card8
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card9
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card10
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card11
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card12
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card13
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card14
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card15
drmOpenByBusid: drmOpenMinor returns -1
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 11, (OK)
drmGetBusid returned ''
(II) [drm] DRM interface version 1.0
(EE) [drm] Could not set DRM device bus ID.
(EE) NOUVEAU(0): [drm] error opening the drm
(EE) NOUVEAU(0): 619: 
(II) UnloadModule: "nouveau"
(II) UnloadModule: "dri"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.2.log" for additional information.


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=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:64
E: XKBOPTIONS=ctrl:nocaps
E: x11_driver=evdev
E: DMI_VENDOR=System manufacturer

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=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:65
E: XKBOPTIONS=ctrl:nocaps
E: x11_driver=evdev
E: DMI_VENDOR=System manufacturer

P: /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3.1/2-3.1:1.0/input/input8/event2
N: input/event2
S: char/13:66
S: input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse
S: input/by-path/pci-0000:00:02.0-usb-0:3.1:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3.1/2-3.1:1.0/input/input8/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=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB-PS_2_Optical_Mouse
E: ID_MODEL_ENC=USB-PS\x2f2\x20Optical\x20Mouse
E: ID_MODEL_ID=c03e
E: ID_REVISION=2000
E: ID_SERIAL=Logitech_USB-PS_2_Optical_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.0-usb-0:3.1:1.0
E: x11_driver=evdev
E: DEVLINKS=/dev/char/13:66 /dev/input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse /dev/input/by-path/pci-0000:00:02.0-usb-0:3.1:1.0-event-mouse

P: /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3.3/2-3.3:1.0/input/input9/event3
N: input/event3
S: char/13:67
S: input/by-id/usb-Lite-On_Tech_IBM_USB_Travel_Keyboard_with_UltraNav-event-kbd
S: input/by-path/pci-0000:00:02.0-usb-0:3.3:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3.3/2-3.3:1.0/input/input9/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=Lite-On_Tech
E: ID_VENDOR_ENC=Lite-On\x20Tech
E: ID_VENDOR_ID=04b3
E: ID_MODEL=IBM_USB_Travel_Keyboard_with_UltraNav
E: ID_MODEL_ENC=IBM\x20USB\x20Travel\x20Keyboard\x20with\x20UltraNav
E: ID_MODEL_ID=3019
E: ID_REVISION=0116
E: ID_SERIAL=Lite-On_Tech_IBM_USB_Travel_Keyboard_with_UltraNav
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:02.0-usb-0:3.3:1.0
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:67 /dev/input/by-id/usb-Lite-On_Tech_IBM_USB_Travel_Keyboard_with_UltraNav-event-kbd /dev/input/by-path/pci-0000:00:02.0-usb-0:3.3:1.0-event-kbd
E: XKBOPTIONS=ctrl:nocaps
E: x11_driver=evdev

P: /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3.3/2-3.3:1.1/input/input10/event4
N: input/event4
S: char/13:68
S: input/by-id/usb-Lite-On_Tech_IBM_USB_Travel_Keyboard_with_UltraNav-event-if01
S: input/by-path/pci-0000:00:02.0-usb-0:3.3:1.1-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3.3/2-3.3:1.1/input/input10/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=Lite-On_Tech
E: ID_VENDOR_ENC=Lite-On\x20Tech
E: ID_VENDOR_ID=04b3
E: ID_MODEL=IBM_USB_Travel_Keyboard_with_UltraNav
E: ID_MODEL_ENC=IBM\x20USB\x20Travel\x20Keyboard\x20with\x20UltraNav
E: ID_MODEL_ID=3019
E: ID_REVISION=0116
E: ID_SERIAL=Lite-On_Tech_IBM_USB_Travel_Keyboard_with_UltraNav
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:02.0-usb-0:3.3:1.1
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/char/13:68 /dev/input/by-id/usb-Lite-On_Tech_IBM_USB_Travel_Keyboard_with_UltraNav-event-if01 /dev/input/by-path/pci-0000:00:02.0-usb-0:3.3:1.1-event
E: XKBOPTIONS=ctrl:nocaps
E: x11_driver=evdev

P: /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3.4/2-3.4:1.0/input/input11/event5
N: input/event5
S: char/13:69
S: input/by-id/usb-Synaptics_Inc._Composite_TouchPad___TrackPoint-event-mouse
S: input/by-path/pci-0000:00:02.0-usb-0:3.4:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3.4/2-3.4:1.0/input/input11/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Synaptics_Inc.
E: ID_VENDOR_ENC=Synaptics\x20Inc.
E: ID_VENDOR_ID=06cb
E: ID_MODEL=Composite_TouchPad___TrackPoint
E: ID_MODEL_ENC=Composite\x20TouchPad\x20\x2f\x20TrackPoint
E: ID_MODEL_ID=0009
E: ID_REVISION=0020
E: ID_SERIAL=Synaptics_Inc._Composite_TouchPad___TrackPoint
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:000000:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:02.0-usb-0:3.4:1.0
E: x11_driver=evdev
E: DEVLINKS=/dev/char/13:69 /dev/input/by-id/usb-Synaptics_Inc._Composite_TouchPad___TrackPoint-event-mouse /dev/input/by-path/pci-0000:00:02.0-usb-0:3.4:1.0-event-mouse

P: /devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3.4/2-3.4:1.1/input/input12/event6
N: input/event6
S: char/13:70
S: input/by-id/usb-Synaptics_Inc._Composite_TouchPad___TrackPoint-event-mouse
S: input/by-path/pci-0000:00:02.0-usb-0:3.4:1.1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3.4/2-3.4:1.1/input/input12/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Synaptics_Inc.
E: ID_VENDOR_ENC=Synaptics\x20Inc.
E: ID_VENDOR_ID=06cb
E: ID_MODEL=Composite_TouchPad___TrackPoint
E: ID_MODEL_ENC=Composite\x20TouchPad\x20\x2f\x20TrackPoint
E: ID_MODEL_ID=0009
E: ID_REVISION=0020
E: ID_SERIAL=Synaptics_Inc._Composite_TouchPad___TrackPoint
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:000000:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:02.0-usb-0:3.4:1.1
E: x11_driver=evdev
E: DEVLINKS=/dev/char/13:70 /dev/input/by-id/usb-Synaptics_Inc._Composite_TouchPad___TrackPoint-event-mouse /dev/input/by-path/pci-0000:00:02.0-usb-0:3.4:1.1-event-mouse

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

DRM Information from dmesg:
[    8.585804] Linux agpgart interface v0.103
[    9.068876] [drm] Initialized drm 1.1.0 20060810
[    9.262251] [drm] nouveau 0000:01:00.0: Detected an NV40 generation card (0x044100a2)
[    9.267142] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PROM
[    9.474428] [drm] nouveau 0000:01:00.0: ... appears to be valid
[    9.478555] [drm] nouveau 0000:01:00.0: BIT BIOS found
[    9.482564] [drm] nouveau 0000:01:00.0: Bios version 05.44.02.11
[    9.486543] [drm] nouveau 0000:01:00.0: BIT table 'd' not found
[    9.490477] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 3.0
[    9.494461] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x30 5 6 2
[    9.498416] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 01010310 00000028
[    9.502365] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000302 00000000
[    9.506187] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 020203f1 0000c020
[    9.509889] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xEBC4
[    9.513662] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xEE99
[    9.573221] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xF2D1
[    9.576606] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xF42E
[    9.584133] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xF4DC
[    9.604080] [drm] nouveau 0000:01:00.0: 16 MiB VRAM
[    9.608684] [drm] nouveau 0000:01:00.0: 64 MiB GART (aperture)
[    9.612400] [drm] nouveau 0000:01:00.0: Allocating FIFO number 0
[    9.613860] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 0
[    9.614732] [drm] nouveau 0000:01:00.0: Initial CRTC_OWNER is 0
[    9.615654] [drm] nouveau 0000:01:00.0: Detected a VGA connector
[    9.616560] [drm] nouveau 0000:01:00.0: Detected a DVI-D connector
[    9.617424] [drm] nouveau 0000:01:00.0: Detected a TV connector
[    9.619883] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on vga encoder (output 0)
[    9.620678] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on tmds encoder (output 1)
[    9.621480] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on TV encoder (output 2)
[    9.776317] [drm] nouveau 0000:01:00.0: allocated 1600x1200 fb: 0x49000, bo f69ca200
[    9.788494] [drm] nouveau 0000:01:00.0: Setting dpms mode 0 on vga encoder (output 0)
[    9.788498] [drm] nouveau 0000:01:00.0: Output VGA-1 is running on CRTC 0 using output A
[    9.795461] [drm] Initialized nouveau 0.0.15 20090420 for 0000:01:00.0 on minor 0
[   42.813929] Modules linked in: sco bridge stp rfcomm bnep l2cap crc16 bluetooth rfkill xt_state ppdev lp autofs4 powernow_k8 cpufreq_userspace cpufreq_stats cpufreq_powersave cpufreq_conservative nfsd exportfs nfs lockd fscache nfs_acl auth_rpcgss sunrpc ipt_MASQUERADE iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_filter ip_tables x_tables ppp_async crc_ccitt ppp_generic slhc usbhid hid fuse snd_wavefront snd_cs4236 snd_wss_lib snd_intel8x0 snd_opl3_lib snd_ac97_codec snd_hwdep snd_mpu401 snd_mpu401_uart ac97_bus snd_pcm_oss snd_seq_midi snd_rawmidi snd_seq_midi_event snd_mixer_oss nouveau ttm drm_kms_helper cdc_ether snd_pcm snd_seq i2c_nforce2 drm cdc_subset usbnet agpgart mii i2c_algo_bit snd_seq_device parport_pc snd_timer ns558 snd_page_alloc k8temp parport tpm_tis tpm gameport i2c_core asus_atk0110 tpm_bios processor pcspkr evdev snd serio_raw soundcore ext3 jbd mbcache dm_mod sg sr_mod cdrom usb_storage sd_mod crc_t10dif ata_generic ohci_h
 cd firewire_ohci firewire_core crc_itu_t sata_nv skge floppy ehci_hcd pata_amd button libata usbcore nls_base scsi_mod forcedeth thermal fan thermal_sys [last unloaded: hid]
[   52.240900] [drm] nouveau 0000:01:00.0: GPU lockup - switching to software fbcon


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

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

Versions of packages xserver-xorg-video-nouveau depends on:
ii  libc6                         2.10.2-6   Embedded GNU C Library: Shared lib
ii  libdrm-nouveau1               2.4.18-5   Userspace interface to nouveau-spe
ii  xserver-xorg-core             2:1.7.6-2  Xorg X server - core server

xserver-xorg-video-nouveau recommends no packages.

xserver-xorg-video-nouveau suggests no packages.

-- no debconf information



Reply to: