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

Bug#718630: xserver-xorg-video-nouveau: xserver does not even start



Package: xserver-xorg-video-nouveau
Version: 1:1.0.9-2
Followup-For: Bug #718630

Dear Maintainer,

When trying to start x I get "No screens found" message.
I needed to switch to vesa to make it running.
I am not sure if this is the same bug, but the summary
seems to fit.

   * What led up to the situation?

I did upgrade from wheezy to jessie

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

Tried to refresh configuration with Xorg -configure.
  The file I used for testing is a trimmed xorg.conf generated
  by -configure. If I change the driver to vesa, it works.
Tried dpkg-reconfigure with the package in question.

   * What was the outcome of this action?

Doesn't work still.

   * What outcome did you expect instead?

Possibility to start X using nouveau driver.


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 May 26  2011 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2027892 Apr 17 13:20 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV20 [GeForce3] [10de:0200] (rev a3)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 4462 Sep  1 14:17 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder63)  Tue Jul 13 13:32:36 PDT 2010

#Section "ServerLayout"
#    Identifier     "layout-nv"
#    Screen      0  "screen-nv" 0 0
#    InputDevice    "Keyboard0" "CoreKeyboard"
#    InputDevice    "Mouse0" "CorePointer"
#EndSection

Section "ServerLayout"
    Identifier     "layout-vesa"
    Screen      0  "screen-vesa" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "ServerLayout"
    Identifier     "layout-nouveau"
    Screen      0  "screen-nouveau" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "ServerLayout"
    Identifier     "layout-nvidia"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "BENQ G922HDAL"
    HorizSync       24.0 - 63.0
    VertRefresh     50.0 - 76.0
    Option         "DPMS"
EndSection

Section "Monitor"
	Identifier	"benq-nv"

#(II) VESA(0): Ranges: V min: 50  V max: 76 Hz, H min: 24  H max: 63 kHz, PixClock max 140 MHz

# 1368x768 59.88 Hz (CVT) hsync: 47.79 kHz; pclk: 85.25 MHz
Modeline "1366x768"   85.25  1366 1440 1576 1784  768 771 781 798 -hsync +vsync
Modeline "my1368x768"   85.50  1368 1436 1579 1792  768 771 774 798 +hsync +vsync

# 1024x576 59.90 Hz (CVT 0.59M9) hsync: 35.88 kHz; pclk: 46.50 MHz
Modeline "1024x576_60.00"   46.50  1024 1064 1160 1296  576 579 584 599 +hsync +vsync

# 800x600 59.86 Hz (CVT 0.48M3) hsync: 37.35 kHz; pclk: 38.25 MHz
#Modeline "maly"   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync

# 688x412 59.65 Hz (CVT) hsync: 25.65 kHz; pclk: 21.75 MHz
#Modeline "maly"   21.75  688 704 768 848  412 415 425 430 -hsync +vsync
 
# 688x412 R 58.83 Hz (CVT) hsync: 25.35 kHz; pclk: 21.50 MHz
#Modeline "maly"   21.50  688 736 768 848  412 415 425 431 +hsync -vsync
Modeline "720x400"   28.32  720 738 846 900  400 412 414 449 -hsync +vsync 

  # 1368x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 85.86 MHz
  Modeline "vesa1368x768"  85.86  1368 1440 1584 1800  768 769 772 795  -HSync +Vsync

EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce3"
 #Option "UseEDID" "FALSE"
EndSection

Section "Device"
	Identifier	"nv"
  driver "nv"
EndSection

Section "Device"
	Identifier	"vesa"
  driver "vesa"

  #fix blank gnome-terminal
  #Option "AddARGBVisuals" "True"
  #Option "AddARGBGLXVisuals" "True"

EndSection

Section "Device"
	Identifier	"nouveau"
  driver "nouveau"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "benq-nv"
    #Monitor        "Monitor0"
    #DefaultDepth    24
    #Option         "metamodes" "CRT: 1360x768 +0+0; CRT: 800x600 +0+0; CRT: 640x480 +0+0;"
    SubSection     "Display"
        #Depth       24
        #Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    Modes "my1368x768" "maly"
    #Modes "maly"
    Virtual 1368 768
    EndSubSection
EndSection

Section "Screen"
	Identifier	"screen-nv"
  Device "nv"
	Monitor		"benq-nv"
  defaultdepth 16
  SubSection "Display"
    Depth 16
    Modes "1366x768" "1024x576"
    Virtual 1366 768
    #Virtual 1024 576
  EndSubSection
EndSection

Section "Screen"
	Identifier	"screen-vesa"
  Device "vesa"
	Monitor		"benq-nv"
  SubSection "Display"
    #Depth 16
    Modes "vesa1368x768 720x400"
    #Virtual 1500 900
  EndSubSection
EndSection

Section "Screen"
	Identifier	"screen-nouveau"
  Device "nouveau"
	Monitor		"benq-nv"

  SubSection "Display"
    #Depth 16
    Modes "my1368x768" "720x400"
    #Virtual 1500 900
  EndSubSection

EndSection



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

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
-------------------------------
Linux version 3.10-2-686-pae (debian-kernel@lists.debian.org) (gcc version 4.7.3 (Debian 4.7.3-6) ) #1 SMP Debian 3.10.7-1 (2013-08-17)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 8286 Sep  2 19:55 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[   246.144] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[   246.145] X Protocol Version 11, Revision 0
[   246.145] Build Operating System: Linux 2.6.32-5-686-bigmem i686 Debian
[   246.146] Current Operating System: Linux jcdeb 3.10-2-686-pae #1 SMP Debian 3.10.7-1 (2013-08-17) i686
[   246.146] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10-2-686-pae root=UUID=9af45a9c-be06-4382-9c98-4dc0d5644154 ro quiet
[   246.147] Build Date: 17 April 2013  11:13:16AM
[   246.147] xorg-server 2:1.12.4-6 (Julien Cristau <jcristau@debian.org>) 
[   246.147] Current version of pixman: 0.30.2
[   246.148] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   246.148] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   246.150] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep  2 19:55:16 2013
[   246.151] (++) Using config file: "/root/xorg.conf.new"
[   246.151] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   246.152] (==) ServerLayout "X.org Configured"
[   246.152] (**) |-->Screen "Screen0" (0)
[   246.152] (**) |   |-->Monitor "Monitor2"
[   246.152] (**) |   |-->Device "Card0"
[   246.152] (**) |-->Input Device "Mouse0"
[   246.152] (**) |-->Input Device "Keyboard0"
[   246.152] (==) Automatically adding devices
[   246.152] (==) Automatically enabling devices
[   246.152] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   246.152] 	Entry deleted from font path.
[   246.152] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[   246.152] 	Entry deleted from font path.
[   246.152] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   246.152] 	Entry deleted from font path.
[   246.152] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[   246.152] 	Entry deleted from font path.
[   246.152] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   246.152] 	Entry deleted from font path.
[   246.152] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   246.152] 	Entry deleted from font path.
[   246.153] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[   246.153] 	Entry deleted from font path.
[   246.153] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   246.153] 	Entry deleted from font path.
[   246.153] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[   246.153] 	Entry deleted from font path.
[   246.153] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   246.153] 	Entry deleted from font path.
[   246.153] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[   246.153] (**) ModulePath set to "/usr/lib/xorg/modules"
[   246.153] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   246.153] (WW) Disabling Mouse0
[   246.153] (WW) Disabling Keyboard0
[   246.153] (II) Loader magic: 0xb773e5a0
[   246.153] (II) Module ABI versions:
[   246.153] 	X.Org ANSI C Emulation: 0.4
[   246.153] 	X.Org Video Driver: 12.1
[   246.153] 	X.Org XInput driver : 16.0
[   246.153] 	X.Org Server Extension : 6.0
[   246.154] (--) PCI: (0:0:9:0) 109e:036e:107d:6607 rev 17, Mem @ 0xf7fff000/4096
[   246.154] (--) PCI:*(0:1:0:0) 10de:0200:1043:402f rev 163, Mem @ 0xfd000000/16777216, 0xf0000000/67108864, 0xf7e80000/524288, BIOS @ 0x????????/65536
[   246.155] (II) Open ACPI successful (/var/run/acpid.socket)
[   246.155] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[   246.155] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[   246.155] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   246.155] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[   246.155] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[   246.155] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[   246.155] (II) LoadModule: "glx"
[   246.156] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   246.156] (II) Module glx: vendor="X.Org Foundation"
[   246.156] 	compiled for 1.12.4, module version = 1.0.0
[   246.156] 	ABI class: X.Org Server Extension, version 6.0
[   246.156] (==) AIGLX enabled
[   246.156] (II) Loading extension GLX
[   246.156] (II) LoadModule: "dbe"
[   246.157] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   246.157] (II) Module dbe: vendor="X.Org Foundation"
[   246.157] 	compiled for 1.12.4, module version = 1.0.0
[   246.157] 	Module class: X.Org Server Extension
[   246.157] 	ABI class: X.Org Server Extension, version 6.0
[   246.157] (II) Loading extension DOUBLE-BUFFER
[   246.157] (II) LoadModule: "dri"
[   246.157] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   246.158] (II) Module dri: vendor="X.Org Foundation"
[   246.158] 	compiled for 1.12.4, module version = 1.0.0
[   246.158] 	ABI class: X.Org Server Extension, version 6.0
[   246.158] (II) Loading extension XFree86-DRI
[   246.158] (II) LoadModule: "extmod"
[   246.158] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   246.159] (II) Module extmod: vendor="X.Org Foundation"
[   246.159] 	compiled for 1.12.4, module version = 1.0.0
[   246.159] 	Module class: X.Org Server Extension
[   246.159] 	ABI class: X.Org Server Extension, version 6.0
[   246.159] (II) Loading extension SELinux
[   246.159] (II) Loading extension MIT-SCREEN-SAVER
[   246.159] (II) Loading extension XFree86-VidModeExtension
[   246.159] (II) Loading extension XFree86-DGA
[   246.159] (II) Loading extension DPMS
[   246.159] (II) Loading extension XVideo
[   246.159] (II) Loading extension XVideo-MotionCompensation
[   246.159] (II) Loading extension X-Resource
[   246.159] (II) LoadModule: "dri2"
[   246.160] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   246.160] (II) Module dri2: vendor="X.Org Foundation"
[   246.160] 	compiled for 1.12.4, module version = 1.2.0
[   246.160] 	ABI class: X.Org Server Extension, version 6.0
[   246.160] (II) Loading extension DRI2
[   246.160] (II) LoadModule: "record"
[   246.160] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   246.161] (II) Module record: vendor="X.Org Foundation"
[   246.161] 	compiled for 1.12.4, module version = 1.13.0
[   246.161] 	Module class: X.Org Server Extension
[   246.161] 	ABI class: X.Org Server Extension, version 6.0
[   246.161] (II) Loading extension RECORD
[   246.161] (II) LoadModule: "nouveau"
[   246.161] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   246.161] (II) Module nouveau: vendor="X.Org Foundation"
[   246.161] 	compiled for 1.12.4, module version = 1.0.9
[   246.161] 	Module class: X.Org Video Driver
[   246.161] 	ABI class: X.Org Video Driver, version 12.1
[   246.161] (II) NOUVEAU driver Date:   Wed Jul 31 10:51:03 2013 +1000
[   246.161] (II) NOUVEAU driver for NVIDIA chipset families :
[   246.162] 	RIVA TNT        (NV04)
[   246.162] 	RIVA TNT2       (NV05)
[   246.162] 	GeForce 256     (NV10)
[   246.162] 	GeForce 2       (NV11, NV15)
[   246.162] 	GeForce 4MX     (NV17, NV18)
[   246.162] 	GeForce 3       (NV20)
[   246.162] 	GeForce 4Ti     (NV25, NV28)
[   246.162] 	GeForce FX      (NV3x)
[   246.162] 	GeForce 6       (NV4x)
[   246.162] 	GeForce 7       (G7x)
[   246.162] 	GeForce 8       (G8x)
[   246.162] 	GeForce GTX 200 (NVA0)
[   246.162] 	GeForce GTX 400 (NVC0)
[   246.162] (--) using VT number 7

[   246.170] (EE) [drm] KMS not enabled
[   246.170] (EE) No devices detected.
[   246.171] 
Fatal server error:
[   246.171] no screens found
[   246.171] 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   246.171] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   246.172] 

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

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4
N: input/event4
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4
E: DMI_VENDOR=ECS
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6323965
E: XKBLAYOUT=pl,ruphonetic_winkeys
E: XKBMODEL=pc105
E: XKBOPTIONS=grp:shifts_toggle

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

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3
N: input/event3
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3
E: DMI_VENDOR=ECS
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6325717
E: XKBLAYOUT=pl,ruphonetic_winkeys
E: XKBMODEL=pc105
E: XKBOPTIONS=grp:shifts_toggle

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: KEY=4000 0 0 0 0
E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
E: NAME="Sleep Button"
E: PHYS="PNP0C0E/button/input0"
E: PRODUCT=19/0/3/0
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6024694

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2
N: input/event2
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2
E: DMI_VENDOR=ECS
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=6324926
E: XKBLAYOUT=pl,ruphonetic_winkeys
E: XKBMODEL=pc105
E: XKBOPTIONS=grp:shifts_toggle

P: /devices/pci0000:00/0000:00:10.4/usb3/3-3/3-3.1/3-3.1:1.0/input/input0
E: DEVPATH=/devices/pci0000:00/0000:00:10.4/usb3/3-3/3-3.1/3-3.1:1.0/input/input0
E: EV=120013
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=USB_Multimedia_Keyboard
E: ID_MODEL_ENC=USB\x20Multimedia\x20Keyboard
E: ID_MODEL_ID=c312
E: ID_PATH=pci-0000:00:10.4-usb-0:3.1:1.0
E: ID_PATH_TAG=pci-0000_00_10_4-usb-0_3_1_1_0
E: ID_REVISION=0101
E: ID_SERIAL=LITEON_Technology_USB_Multimedia_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=LITEON_Technology
E: ID_VENDOR_ENC=LITEON\x20Technology
E: ID_VENDOR_ID=046d
E: KEY=10000 7 ff9f207a c14057ff febeffdf ffefffff ffffffff fffffffe
E: LED=7
E: MODALIAS=input:b0003v046DpC312e0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="LITEON Technology USB Multimedia Keyboard"
E: PHYS="usb-0000:00:10.4-3.1/input0"
E: PRODUCT=3/46d/c312/110
E: PROP=0
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ=""
E: USEC_INITIALIZED=7163303

P: /devices/pci0000:00/0000:00:10.4/usb3/3-3/3-3.1/3-3.1:1.0/input/input0/event0
N: input/event0
S: input/by-id/usb-LITEON_Technology_USB_Multimedia_Keyboard-event-kbd
S: input/by-path/pci-0000:00:10.4-usb-0:3.1:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-LITEON_Technology_USB_Multimedia_Keyboard-event-kbd /dev/input/by-path/pci-0000:00:10.4-usb-0:3.1:1.0-event-kbd
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/pci0000:00/0000:00:10.4/usb3/3-3/3-3.1/3-3.1:1.0/input/input0/event0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=USB_Multimedia_Keyboard
E: ID_MODEL_ENC=USB\x20Multimedia\x20Keyboard
E: ID_MODEL_ID=c312
E: ID_PATH=pci-0000:00:10.4-usb-0:3.1:1.0
E: ID_PATH_TAG=pci-0000_00_10_4-usb-0_3_1_1_0
E: ID_REVISION=0101
E: ID_SERIAL=LITEON_Technology_USB_Multimedia_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=LITEON_Technology
E: ID_VENDOR_ENC=LITEON\x20Technology
E: ID_VENDOR_ID=046d
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7181305
E: XKBLAYOUT=pl,ruphonetic_winkeys
E: XKBMODEL=pc105
E: XKBOPTIONS=grp:shifts_toggle

P: /devices/pci0000:00/0000:00:10.4/usb3/3-3/3-3.2/3-3.2:1.0/input/input1
E: DEVPATH=/devices/pci0000:00/0000:00:10.4/usb3/3-3/3-3.2/3-3.2:1.0/input/input1
E: EV=17
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_OPTICAL_MOUSE
E: ID_MODEL_ENC=\x20USB\x20OPTICAL\x20MOUSE
E: ID_MODEL_ID=0a4c
E: ID_PATH=pci-0000:00:10.4-usb-0:3.2:1.0
E: ID_PATH_TAG=pci-0000_00_10_4-usb-0_3_2_1_0
E: ID_REVISION=0100
E: ID_SERIAL=15d9_USB_OPTICAL_MOUSE
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=15d9
E: ID_VENDOR_ENC=15d9
E: ID_VENDOR_ID=15d9
E: KEY=70000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0003v15D9p0A4Ce0111-e0,1,2,4,k110,111,112,r0,1,8,am4,lsfw
E: MSC=10
E: NAME=" USB OPTICAL MOUSE"
E: PHYS="usb-0000:00:10.4-3.2/input0"
E: PRODUCT=3/15d9/a4c/111
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: UNIQ=""
E: USEC_INITIALIZED=7159497

P: /devices/pci0000:00/0000:00:10.4/usb3/3-3/3-3.2/3-3.2:1.0/input/input1/event1
N: input/event1
S: input/by-id/usb-15d9_USB_OPTICAL_MOUSE-event-mouse
S: input/by-path/pci-0000:00:10.4-usb-0:3.2:1.0-event-mouse
E: DEVLINKS=/dev/input/by-id/usb-15d9_USB_OPTICAL_MOUSE-event-mouse /dev/input/by-path/pci-0000:00:10.4-usb-0:3.2:1.0-event-mouse
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/pci0000:00/0000:00:10.4/usb3/3-3/3-3.2/3-3.2:1.0/input/input1/event1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_OPTICAL_MOUSE
E: ID_MODEL_ENC=\x20USB\x20OPTICAL\x20MOUSE
E: ID_MODEL_ID=0a4c
E: ID_PATH=pci-0000:00:10.4-usb-0:3.2:1.0
E: ID_PATH_TAG=pci-0000_00_10_4-usb-0_3_2_1_0
E: ID_REVISION=0100
E: ID_SERIAL=15d9_USB_OPTICAL_MOUSE
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=15d9
E: ID_VENDOR_ENC=15d9
E: ID_VENDOR_ID=15d9
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7185695

P: /devices/pci0000:00/0000:00:10.4/usb3/3-3/3-3.2/3-3.2:1.0/input/input1/mouse0
N: input/mouse0
S: input/by-id/usb-15d9_USB_OPTICAL_MOUSE-mouse
S: input/by-path/pci-0000:00:10.4-usb-0:3.2:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-15d9_USB_OPTICAL_MOUSE-mouse /dev/input/by-path/pci-0000:00:10.4-usb-0:3.2:1.0-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pci0000:00/0000:00:10.4/usb3/3-3/3-3.2/3-3.2:1.0/input/input1/mouse0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_OPTICAL_MOUSE
E: ID_MODEL_ENC=\x20USB\x20OPTICAL\x20MOUSE
E: ID_MODEL_ID=0a4c
E: ID_PATH=pci-0000:00:10.4-usb-0:3.2:1.0
E: ID_PATH_TAG=pci-0000_00_10_4-usb-0_3_2_1_0
E: ID_REVISION=0100
E: ID_SERIAL=15d9_USB_OPTICAL_MOUSE
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=15d9
E: ID_VENDOR_ENC=15d9
E: ID_VENDOR_ID=15d9
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7187749

P: /devices/platform/i8042/serio1/input/input6
E: DEVPATH=/devices/platform/i8042/serio1/input/input6
E: EV=7
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: KEY=1f0000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0011v0002p0006e0000-e0,1,2,k110,111,112,113,114,r0,1,6,8,amlsfw
E: NAME="ImExPS/2 Generic Explorer Mouse"
E: PHYS="isa0060/serio1/input0"
E: PRODUCT=11/2/6/0
E: PROP=0
E: REL=143
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7351142

P: /devices/platform/i8042/serio1/input/input6/event6
N: input/event6
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/platform/i8042/serio1/input/input6/event6
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7473839

P: /devices/platform/i8042/serio1/input/input6/mouse1
N: input/mouse1
S: input/by-path/platform-i8042-serio-1-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse
E: DEVNAME=/dev/input/mouse1
E: DEVPATH=/devices/platform/i8042/serio1/input/input6/mouse1
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=33
E: SUBSYSTEM=input
E: UDEV_LOG=3
E: USEC_INITIALIZED=7383744

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

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


DRM Information from dmesg:
---------------------------
[    0.965522] Linux agpgart interface v0.103
[    0.965690] agpgart: Detected VIA VT3314 chipset
[    0.970325] agpgart-via 0000:00:00.0: AGP aperture is 64M @ 0xf8000000


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

Kernel: Linux 3.10-2-686-pae (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-nouveau depends on:
ii  libc6                                  2.17-92
ii  libdrm-nouveau2                        2.4.46-2
ii  libdrm2                                2.4.46-2
ii  libudev0                               175-7.2
ii  xserver-xorg-core [xorg-video-abi-12]  2:1.12.4-6

Versions of packages xserver-xorg-video-nouveau recommends:
ii  libgl1-mesa-dri  9.1.6-2

xserver-xorg-video-nouveau suggests no packages.

-- no debconf information


Reply to: