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

Bug#864070: xserver-xorg-core: consistently crashing on startup, unable to start X



Package: xserver-xorg-core
Version: 2:1.19.2-1
Followup-For: Bug #864070

I also have Xorg crashing at startup after upgrading from Jessie to
Stretch. Driver is nouveau with two Nvidia cards. X has not worked
at all since the upgrade.

I have tried these operations, but they have not helped. Always similar
output in /var/log/Xorg.0.log: 
 - Installed xserver-xorg-legacy, and tried different options in
   /etc/X11/Xwrapper.config, e.g. allowed_users=anybody and
   needs_root_rights=yes.
 - xdm with only one Xserver.
 - lightdm instead of xdm. Adding lightdm user to group video.
 - startx in console as normal user and root. Normal user in group
   video.




-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Nov 24  2007 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 274 Mar  3 16:41 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G92 [GeForce GTS 250] [10de:0615] (rev a2)
06:00.0 VGA compatible controller [0300]: NVIDIA Corporation G72 [GeForce 7200 GS / 7300 SE] [10de:01d3] (rev a1)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 5633 Jul  9 12:01 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc:unscaled"
	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/misc"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"unix/:7100"	# local font server
EndSection

Section "Extensions"
	Option		"Composite"	"1"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fi"
EndSection

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

Section "Device"
	Identifier	"NVIDIA GPU GeForce GTS 250 - DVI"
	Driver		"nouveau"
	BusID		"PCI:1:0:0"
	Screen		0
	Option		"ZaphodHeads" "DVI-I-1"
EndSection

Section "Device"
        Identifier      "NVIDIA GPU GeForce GTS 250 - HDMI"
	Driver		"nouveau"
        BusID           "PCI:1:0:0"
        Screen          1
	Option          "ZaphodHeads" "HDMI-A-1"
EndSection

Section "Device"
        Identifier      "NVIDIA GPU GeForce 7200 GS - DVI"
	Driver		"nouveau"
        BusID           "PCI:6:0:0"
	Screen          0
        Option          "ZaphodHeads" "DVI-I-2"
EndSection

Section "Device"
        Identifier      "NVIDIA GPU GeForce 7200 GS - S-Video"
	Driver		"nouveau"
        BusID           "PCI:6:0:0"
	Screen          1
        Option          "ZaphodHeads" "TV-1"
EndSection

Section "Monitor"
        Identifier      "LG LCD Panel"
        HorizSync       28-83
        VertRefresh     56-75
        Option          "DPMS" "1"
EndSection

Section "Monitor"
        Identifier      "EPSON Projector"
        HorizSync       15-80
        VertRefresh     24-85
        Option          "DPMS" "1"
EndSection

Section "Monitor"
        Identifier      "IBM LCD Panel"
        HorizSync       31-75
        VertRefresh     56-85
        Option          "DPMS" "1"
EndSection

Section "Monitor"
        Identifier      "Sony CRT TV"
        HorizSync       15-50
        VertRefresh     50
        Option          "DPMS" "1"
EndSection

Section "ServerFlags"
        Option          "AllowMouseOpenFail" "1"
        Option          "BlankTime" "10"
        Option          "StandbyTime" "20"
        Option          "SuspendTime" "30"
        Option          "OffTime" "40"
        Option          "Xinerama" "0"
EndSection

Section "Screen"
        Identifier      "Main Display"
        Device          "NVIDIA GPU GeForce GTS 250 - DVI"
        Monitor         "LG LCD Panel"
        DefaultDepth    24
	SubSection "Display"
                Depth           16
                Modes           "1600x1200" "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Wall Projector"
        Device          "NVIDIA GPU GeForce GTS 250 - HDMI"
        Monitor         "EPSON Projector"
        Option          "DPI" "100x100"
        DefaultDepth    24
        SubSection "Display"
                Depth           16
                Modes           "1920x1080" "1280x720" "720x576"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1920x1080" "1280x720" "720x576"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Secondary Display"
        Device          "NVIDIA GPU GeForce 7200 GS - DVI"
        Monitor         "IBM LCD Panel"
        DefaultDepth    24
        SubSection "Display"
                Depth           16
                Modes           "1600x1200" "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "TV Screen"
        Device          "NVIDIA GPU GeForce 7200 GS - S-Video"
        Monitor         "Sony CRT TV"
        DefaultDepth    24
        SubSection "Display"
	        Depth           16
	        Modes           "720x576"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "720x576"
        EndSubSection
EndSection

Section "ServerLayout"
	Identifier      "Layout"
	Screen          0 "Main Display" 0 0
	Screen          1 "Wall Projector" RightOf "Secondary Display"
        Screen          2 "Secondary Display" RightOf "Main Display"
        Screen          3 "TV Screen" Below "Wall Projector"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

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

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

Kernel version (/proc/version):
-------------------------------
Linux version 4.9.0-3-686-pae (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root  root  22119 Dec 30  2011 /var/log/Xorg.12.log
-rw-r--r-- 1 root  root  22307 Jan 30  2012 /var/log/Xorg.5.log
-rw-r--r-- 1 root  root   5801 Jul  5 12:04 /var/log/Xorg.3.log
-rw-r--r-- 1 root  root  43960 Jul  5 12:05 /var/log/Xorg.2.log
-rw-r--r-- 1 root  root  43960 Jul  5 12:05 /var/log/Xorg.1.log
-rw-r--r-- 1 root  root  43961 Jul  5 12:06 /var/log/Xorg.4.log
-rw-r--r-- 1 harri harri 43945 Jul  6 15:08 /home/harri/.local/share/xorg/Xorg.0.log
-rw-r--r-- 1 root  root  43820 Jul  7 11:53 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[172196.557] 
X.Org X Server 1.19.2
Release Date: 2017-03-02
[172196.558] X Protocol Version 11, Revision 0
[172196.559] Build Operating System: Linux 3.16.0-4-amd64 i686 Debian
[172196.559] Current Operating System: Linux kallio 4.9.0-3-686-pae #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26) i686
[172196.559] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.0-3-686-pae root=/dev/mapper/vgsys-root ro quiet rootdelay=3 splash vmalloc=512M
[172196.560] Build Date: 03 March 2017  03:15:35PM
[172196.561] xorg-server 2:1.19.2-1 (https://www.debian.org/support) 
[172196.561] Current version of pixman: 0.34.0
[172196.562] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[172196.562] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[172196.564] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul  7 11:53:01 2017
[172196.591] (==) Using config file: "/etc/X11/xorg.conf"
[172196.591] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[172196.622] (==) ServerLayout "Layout"
[172196.622] (**) |-->Screen "Main Display" (0)
[172196.622] (**) |   |-->Monitor "LG LCD Panel"
[172196.623] (**) |   |-->Device "NVIDIA GPU GeForce GTS 250 - DVI"
[172196.623] (**) |-->Screen "Wall Projector" (1)
[172196.623] (**) |   |-->Monitor "EPSON Projector"
[172196.624] (**) |   |-->Device "NVIDIA GPU GeForce GTS 250 - HDMI"
[172196.624] (**) |-->Screen "Secondary Display" (2)
[172196.624] (**) |   |-->Monitor "IBM LCD Panel"
[172196.624] (**) |   |-->Device "NVIDIA GPU GeForce 7200 GS - DVI"
[172196.624] (**) |-->Screen "TV Screen" (3)
[172196.624] (**) |   |-->Monitor "Sony CRT TV"
[172196.624] (**) |   |-->Device "NVIDIA GPU GeForce 7200 GS - S-Video"
[172196.624] (**) |-->Input Device "Generic Keyboard"
[172196.624] (**) |-->Input Device "Configured Mouse"
[172196.624] (**) Option "AllowMouseOpenFail" "1"
[172196.624] (**) Option "BlankTime" "10"
[172196.624] (**) Option "StandbyTime" "20"
[172196.624] (**) Option "SuspendTime" "30"
[172196.624] (**) Option "OffTime" "40"
[172196.624] (**) Option "Xinerama" "0"
[172196.624] (==) Automatically adding devices
[172196.624] (==) Automatically enabling devices
[172196.624] (==) Automatically adding GPU devices
[172196.624] (==) Max clients allowed: 256, resource mask: 0x1fffff
[172196.716] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[172196.716] 	Entry deleted from font path.
[172196.716] (**) FontPath set to:
	/usr/share/fonts/X11/misc:unscaled,
	/usr/share/fonts/X11/100dpi:unscaled,
	/usr/share/fonts/X11/75dpi:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	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,
	built-ins
[172196.716] (==) ModulePath set to "/usr/lib/xorg/modules"
[172196.716] (**) Extension "Composite" is enabled
[172196.716] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[172196.716] (WW) Disabling Generic Keyboard
[172196.716] (WW) Disabling Configured Mouse
[172196.716] (II) Loader magic: 0x8033f720
[172196.716] (II) Module ABI versions:
[172196.716] 	X.Org ANSI C Emulation: 0.4
[172196.716] 	X.Org Video Driver: 23.0
[172196.716] 	X.Org XInput driver : 24.1
[172196.716] 	X.Org Server Extension : 10.0
[172196.717] (++) using VT number 1

[172196.720] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_39
[172196.721] (II) xfree86: Adding drm device (/dev/dri/card0)
[172196.721] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[172196.722] (II) xfree86: Adding drm device (/dev/dri/card1)
[172196.722] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[172196.724] (--) PCI:*(0:1:0:0) 10de:0615:1043:830b rev 162, Mem @ 0xf3000000/16777216, 0xb0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/131072
[172196.724] (--) PCI: (0:6:0:0) 10de:01d3:10de:0411 rev 161, Mem @ 0xf6000000/16777216, 0xd0000000/268435456, 0xf5000000/16777216, BIOS @ 0x????????/131072
[172196.725] (II) LoadModule: "glx"
[172196.741] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[172197.102] (II) Module glx: vendor="X.Org Foundation"
[172197.102] 	compiled for 1.19.2, module version = 1.0.0
[172197.102] 	ABI class: X.Org Server Extension, version 10.0
[172197.102] (II) LoadModule: "nouveau"
[172197.102] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[172197.134] (II) Module nouveau: vendor="X.Org Foundation"
[172197.134] 	compiled for 1.19.3, module version = 1.0.13
[172197.134] 	Module class: X.Org Video Driver
[172197.134] 	ABI class: X.Org Video Driver, version 23.0
[172197.134] (II) NOUVEAU driver Date:   Tue Sep 20 00:31:06 2016 -0400
[172197.134] (II) NOUVEAU driver for NVIDIA chipset families :
[172197.134] 	RIVA TNT        (NV04)
[172197.134] 	RIVA TNT2       (NV05)
[172197.134] 	GeForce 256     (NV10)
[172197.134] 	GeForce 2       (NV11, NV15)
[172197.134] 	GeForce 4MX     (NV17, NV18)
[172197.134] 	GeForce 3       (NV20)
[172197.134] 	GeForce 4Ti     (NV25, NV28)
[172197.134] 	GeForce FX      (NV3x)
[172197.134] 	GeForce 6       (NV4x)
[172197.134] 	GeForce 7       (G7x)
[172197.134] 	GeForce 8       (G8x)
[172197.134] 	GeForce GTX 200 (NVA0)
[172197.134] 	GeForce GTX 400 (NVC0)
[172197.134] (II) [drm] nouveau interface version: 1.3.1
[172197.134] (II) [drm] nouveau interface version: 1.3.1
[172197.134] (II) [drm] nouveau interface version: 1.3.1
[172197.134] (II) [drm] nouveau interface version: 1.3.1
[172197.134] (II) Loading sub module "dri2"
[172197.134] (II) LoadModule: "dri2"
[172197.134] (II) Module "dri2" already built-in
[172197.134] (--) NOUVEAU(0): Chipset: "NVIDIA NV92"
[172197.134] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[172197.134] (==) NOUVEAU(0): RGB weight 888
[172197.134] (==) NOUVEAU(0): Default visual is TrueColor
[172197.134] (**) NOUVEAU(0): Option "ZaphodHeads" "DVI-I-1"
[172197.134] (==) NOUVEAU(0): Using HW cursor
[172197.138] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[172197.138] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[172197.138] (==) NOUVEAU(0): Page flipping enabled
[172197.138] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[172197.138] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[172197.138] (II) NOUVEAU(0): Initializing outputs ...
[172197.166] (II) NOUVEAU(0): Output DVI-I-1 using monitor section LG LCD Panel
[172197.178] (II) NOUVEAU(0): 1 crtcs needed for screen.
[172197.267] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[172197.295] (II) NOUVEAU(0): EDID for output DVI-I-1
[172197.295] (II) NOUVEAU(0): Manufacturer: GSM  Model: 4e4f  Serial#: 4090
[172197.295] (II) NOUVEAU(0): Year: 2006  Week: 11
[172197.295] (II) NOUVEAU(0): EDID Version: 1.3
[172197.295] (II) NOUVEAU(0): Digital Display Input
[172197.295] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 41  vert.: 31
[172197.295] (II) NOUVEAU(0): Gamma: 2.20
[172197.295] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[172197.295] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[172197.295] (II) NOUVEAU(0): First detailed timing is preferred mode
[172197.295] (II) NOUVEAU(0): redX: 0.654 redY: 0.331   greenX: 0.285 greenY: 0.589
[172197.295] (II) NOUVEAU(0): blueX: 0.134 blueY: 0.074   whiteX: 0.313 whiteY: 0.329
[172197.295] (II) NOUVEAU(0): Supported established timings:
[172197.295] (II) NOUVEAU(0): 720x400@70Hz
[172197.295] (II) NOUVEAU(0): 640x480@60Hz
[172197.295] (II) NOUVEAU(0): 640x480@72Hz
[172197.295] (II) NOUVEAU(0): 640x480@75Hz
[172197.295] (II) NOUVEAU(0): 800x600@60Hz
[172197.295] (II) NOUVEAU(0): 800x600@75Hz
[172197.295] (II) NOUVEAU(0): 832x624@75Hz
[172197.295] (II) NOUVEAU(0): 1024x768@60Hz
[172197.295] (II) NOUVEAU(0): 1024x768@75Hz
[172197.295] (II) NOUVEAU(0): 1280x1024@75Hz
[172197.295] (II) NOUVEAU(0): 1152x864@75Hz
[172197.295] (II) NOUVEAU(0): Manufacturer's mask: 0
[172197.295] (II) NOUVEAU(0): Supported standard timings:
[172197.295] (II) NOUVEAU(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[172197.295] (II) NOUVEAU(0): #1: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[172197.295] (II) NOUVEAU(0): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
[172197.295] (II) NOUVEAU(0): #3: hsize: 800  vsize 600  refresh: 75  vid: 20293
[172197.295] (II) NOUVEAU(0): #4: hsize: 640  vsize 480  refresh: 60  vid: 16433
[172197.295] (II) NOUVEAU(0): #5: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[172197.295] (II) NOUVEAU(0): Supported detailed timing:
[172197.295] (II) NOUVEAU(0): clock: 162.0 MHz   Image Size:  408 x 306 mm
[172197.295] (II) NOUVEAU(0): h_active: 1600  h_sync: 1664  h_sync_end 1856 h_blank_end 2160 h_border: 0
[172197.295] (II) NOUVEAU(0): v_active: 1200  v_sync: 1201  v_sync_end 1204 v_blanking: 1250 v_border: 0
[172197.295] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 28 H max: 83 kHz, PixClock max 175 MHz
[172197.295] (II) NOUVEAU(0): Monitor name: LX20D
[172197.295] (II) NOUVEAU(0): Monitor name: 
[172197.295] (II) NOUVEAU(0): EDID (in hex):
[172197.295] (II) NOUVEAU(0): 	00ffffffffffff001e6d4f4efa0f0000
[172197.295] (II) NOUVEAU(0): 	0b100103e0291f78eab345a754499622
[172197.295] (II) NOUVEAU(0): 	135054ad6b808180714f614f454f3140
[172197.295] (II) NOUVEAU(0): 	a94001010101483f403062b0324040c0
[172197.295] (II) NOUVEAU(0): 	130098321100001e000000fd00384b1c
[172197.295] (II) NOUVEAU(0): 	5311000a202020202020000000fc004c
[172197.295] (II) NOUVEAU(0): 	583230440a20202020202020000000fc
[172197.295] (II) NOUVEAU(0): 	000a202020202020202020202020007f
[172197.295] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[172197.295] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz UeP)
[172197.295] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[172197.295] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[172197.295] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[172197.295] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[172197.295] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[172197.295] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[172197.295] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[172197.295] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[172197.295] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[172197.295] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[172197.295] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[172197.295] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[172197.295] (II) NOUVEAU(0): Output DVI-I-1 connected
[172197.295] (II) NOUVEAU(0): Using user preference for initial modes
[172197.295] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1600x1200 +0+0
[172197.295] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[172197.295] (--) NOUVEAU(0): Virtual size is 1600x1200 (pitch 0)
[172197.295] (**) NOUVEAU(0):  Driver mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz
[172197.295] (II) NOUVEAU(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz UeP)
[172197.295] (**) NOUVEAU(0):  Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[172197.295] (II) NOUVEAU(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[172197.295] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[172197.295] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[172197.295] (**) NOUVEAU(0):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[172197.295] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[172197.295] (**) NOUVEAU(0):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[172197.295] (II) NOUVEAU(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[172197.295] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[172197.295] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[172197.295] (**) NOUVEAU(0):  Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
[172197.295] (II) NOUVEAU(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[172197.295] (**) NOUVEAU(0):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[172197.295] (II) NOUVEAU(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[172197.295] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[172197.295] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[172197.295] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[172197.295] (II) NOUVEAU(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[172197.295] (**) NOUVEAU(0):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
[172197.295] (II) NOUVEAU(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[172197.295] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[172197.295] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[172197.295] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[172197.295] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[172197.295] (==) NOUVEAU(0): DPI set to (96, 96)
[172197.295] (II) Loading sub module "fb"
[172197.295] (II) LoadModule: "fb"
[172197.295] (II) Loading /usr/lib/xorg/modules/libfb.so
[172197.312] (II) Module fb: vendor="X.Org Foundation"
[172197.312] 	compiled for 1.19.2, module version = 1.0.0
[172197.312] 	ABI class: X.Org ANSI C Emulation, version 0.4
[172197.312] (II) Loading sub module "shadowfb"
[172197.312] (II) LoadModule: "shadowfb"
[172197.312] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[172197.313] (II) Module shadowfb: vendor="X.Org Foundation"
[172197.313] 	compiled for 1.19.2, module version = 1.0.0
[172197.313] 	ABI class: X.Org ANSI C Emulation, version 0.4
[172197.313] (II) Loading sub module "dri2"
[172197.313] (II) LoadModule: "dri2"
[172197.313] (II) Module "dri2" already built-in
[172197.313] (II) NOUVEAU(1):  reusing fd for second head
[172197.313] (--) NOUVEAU(1): Chipset: "NVIDIA NV92"
[172197.313] (**) NOUVEAU(1): Depth 24, (--) framebuffer bpp 32
[172197.313] (==) NOUVEAU(1): RGB weight 888
[172197.313] (==) NOUVEAU(1): Default visual is TrueColor
[172197.313] (**) NOUVEAU(1): Option "ZaphodHeads" "HDMI-A-1"
[172197.313] (==) NOUVEAU(1): Using HW cursor
[172197.313] (==) NOUVEAU(1): Allowed maximum DRI level 2.
[172197.313] (==) NOUVEAU(1): GLX sync to VBlank enabled.
[172197.313] (==) NOUVEAU(1): Page flipping enabled
[172197.313] (==) NOUVEAU(1): Swap limit set to 1 [Max allowed 2]
[172197.313] (==) NOUVEAU(1): Page flipping synced to vblank by kernel.
[172197.313] (II) NOUVEAU(1): Initializing outputs ...
[172197.353] (II) NOUVEAU(1): 0 crtcs needed for screen.
[172197.353] (WW) NOUVEAU(1): No outputs definitely connected, trying again...
[172197.353] (WW) NOUVEAU(1): Unable to find connected outputs - setting 1024x768 initial framebuffer
[172197.353] (==) NOUVEAU(1): Using gamma correction (1.0, 1.0, 1.0)
[172197.353] (--) NOUVEAU(1): Virtual size is 1024x768 (pitch 0)
[172197.353] (**) NOUVEAU(1):  Mode "1024x768": 63.5 MHz (scaled from 0.0 MHz), 47.8 kHz, 59.9 Hz
[172197.353] (II) NOUVEAU(1): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[172197.353] (==) NOUVEAU(1): DPI set to (96, 96)
[172197.353] (II) Loading sub module "fb"
[172197.353] (II) LoadModule: "fb"
[172197.353] (II) Loading /usr/lib/xorg/modules/libfb.so
[172197.353] (II) Module fb: vendor="X.Org Foundation"
[172197.353] 	compiled for 1.19.2, module version = 1.0.0
[172197.353] 	ABI class: X.Org ANSI C Emulation, version 0.4
[172197.353] (II) Loading sub module "shadowfb"
[172197.353] (II) LoadModule: "shadowfb"
[172197.353] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[172197.353] (II) Module shadowfb: vendor="X.Org Foundation"
[172197.353] 	compiled for 1.19.2, module version = 1.0.0
[172197.353] 	ABI class: X.Org ANSI C Emulation, version 0.4
[172197.353] (II) Loading sub module "dri2"
[172197.353] (II) LoadModule: "dri2"
[172197.353] (II) Module "dri2" already built-in
[172197.354] (--) NOUVEAU(2): Chipset: "NVIDIA NV46"
[172197.354] (**) NOUVEAU(2): Depth 24, (--) framebuffer bpp 32
[172197.354] (==) NOUVEAU(2): RGB weight 888
[172197.354] (==) NOUVEAU(2): Default visual is TrueColor
[172197.354] (**) NOUVEAU(2): Option "ZaphodHeads" "DVI-I-2"
[172197.354] (==) NOUVEAU(2): Using HW cursor
[172197.354] (==) NOUVEAU(2): Allowed maximum DRI level 2.
[172197.354] (==) NOUVEAU(2): GLX sync to VBlank enabled.
[172197.354] (==) NOUVEAU(2): Page flipping enabled
[172197.354] (==) NOUVEAU(2): Swap limit set to 1 [Max allowed 2]
[172197.354] (==) NOUVEAU(2): Page flipping synced to vblank by kernel.
[172197.354] (II) NOUVEAU(2): Initializing outputs ...
[172197.387] (II) NOUVEAU(2): Output DVI-I-2 using monitor section IBM LCD Panel
[172197.468] (II) NOUVEAU(2): 1 crtcs needed for screen.
[172197.468] (II) NOUVEAU(2): Allocated crtc nr. 0 to this screen.
[172197.501] (II) NOUVEAU(2): EDID for output DVI-I-2
[172197.501] (II) NOUVEAU(2): Manufacturer: IBM  Model: 4160  Serial#: 16843009
[172197.501] (II) NOUVEAU(2): Year: 2003  Week: 43
[172197.501] (II) NOUVEAU(2): EDID Version: 1.3
[172197.501] (II) NOUVEAU(2): Digital Display Input
[172197.501] (II) NOUVEAU(2): Max Image Size [cm]: horiz.: 41  vert.: 31
[172197.501] (II) NOUVEAU(2): Gamma: 2.20
[172197.501] (II) NOUVEAU(2): DPMS capabilities: StandBy Suspend Off
[172197.501] (II) NOUVEAU(2): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[172197.501] (II) NOUVEAU(2): First detailed timing is preferred mode
[172197.501] (II) NOUVEAU(2): redX: 0.630 redY: 0.340   greenX: 0.300 greenY: 0.579
[172197.501] (II) NOUVEAU(2): blueX: 0.149 blueY: 0.109   whiteX: 0.312 whiteY: 0.328
[172197.501] (II) NOUVEAU(2): Supported established timings:
[172197.501] (II) NOUVEAU(2): 720x400@70Hz
[172197.501] (II) NOUVEAU(2): 640x480@60Hz
[172197.501] (II) NOUVEAU(2): 640x480@75Hz
[172197.501] (II) NOUVEAU(2): 800x600@60Hz
[172197.501] (II) NOUVEAU(2): 800x600@75Hz
[172197.501] (II) NOUVEAU(2): 832x624@75Hz
[172197.501] (II) NOUVEAU(2): 1024x768@60Hz
[172197.501] (II) NOUVEAU(2): 1024x768@75Hz
[172197.501] (II) NOUVEAU(2): 1152x864@75Hz
[172197.501] (II) NOUVEAU(2): Manufacturer's mask: 0
[172197.501] (II) NOUVEAU(2): Supported standard timings:
[172197.501] (II) NOUVEAU(2): #0: hsize: 640  vsize 480  refresh: 60  vid: 16433
[172197.501] (II) NOUVEAU(2): #1: hsize: 640  vsize 480  refresh: 85  vid: 22833
[172197.501] (II) NOUVEAU(2): #2: hsize: 800  vsize 600  refresh: 85  vid: 22853
[172197.501] (II) NOUVEAU(2): #3: hsize: 1024  vsize 768  refresh: 85  vid: 22881
[172197.501] (II) NOUVEAU(2): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[172197.501] (II) NOUVEAU(2): #5: hsize: 1280  vsize 1024  refresh: 70  vid: 35457
[172197.501] (II) NOUVEAU(2): Supported detailed timing:
[172197.501] (II) NOUVEAU(2): clock: 130.9 MHz   Image Size:  518 x 324 mm
[172197.501] (II) NOUVEAU(2): h_active: 1600  h_sync: 1620  h_sync_end 1700 h_blank_end 1780 h_border: 0
[172197.501] (II) NOUVEAU(2): v_active: 1200  v_sync: 1201  v_sync_end 1204 v_blanking: 1225 v_border: 0
[172197.501] (II) NOUVEAU(2): Monitor name: IBM L200P
[172197.501] (II) NOUVEAU(2): Ranges: V min: 56 V max: 85 Hz, H min: 31 H max: 75 kHz, PixClock max 135 MHz
[172197.501] (II) NOUVEAU(2): Serial No: 66-C7035
[172197.501] (II) NOUVEAU(2): EDID (in hex):
[172197.501] (II) NOUVEAU(2): 	00ffffffffffff00244d604101010101
[172197.501] (II) NOUVEAU(2): 	2b0d010380291f78ea4d40a1574c9426
[172197.501] (II) NOUVEAU(2): 	1c5054a56a8031403159455961598180
[172197.501] (II) NOUVEAU(2): 	818a01010101213340b460b019401450
[172197.501] (II) NOUVEAU(2): 	130006442100001e000000fc0049424d
[172197.501] (II) NOUVEAU(2): 	204c32303050000a0000000000fd0038
[172197.501] (II) NOUVEAU(2): 	551f4b0d000a202020202020000000ff
[172197.501] (II) NOUVEAU(2): 	0036362d43373033350a202020200071
[172197.501] (II) NOUVEAU(2): Printing probed modes for output DVI-I-2
[172197.501] (II) NOUVEAU(2): Modeline "1600x1200"x60.0  130.89  1600 1620 1700 1780  1200 1201 1204 1225 +hsync +vsync (73.5 kHz UeP)
[172197.501] (II) NOUVEAU(2): Modeline "1280x1024"x70.0  128.95  1280 1368 1504 1728  1024 1025 1028 1066 -hsync +vsync (74.6 kHz)
[172197.501] (II) NOUVEAU(2): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[172197.501] (II) NOUVEAU(2): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[172197.501] (II) NOUVEAU(2): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[172197.501] (II) NOUVEAU(2): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[172197.501] (II) NOUVEAU(2): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[172197.501] (II) NOUVEAU(2): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[172197.501] (II) NOUVEAU(2): Modeline "800x600"x85.1   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[172197.501] (II) NOUVEAU(2): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[172197.501] (II) NOUVEAU(2): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[172197.501] (II) NOUVEAU(2): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[172197.501] (II) NOUVEAU(2): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[172197.501] (II) NOUVEAU(2): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[172197.501] (II) NOUVEAU(2): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[172197.501] (II) NOUVEAU(2): Output DVI-I-2 connected
[172197.501] (II) NOUVEAU(2): Using user preference for initial modes
[172197.501] (II) NOUVEAU(2): Output DVI-I-2 using initial mode 1600x1200 +0+0
[172197.501] (==) NOUVEAU(2): Using gamma correction (1.0, 1.0, 1.0)
[172197.501] (--) NOUVEAU(2): Virtual size is 1600x1200 (pitch 0)
[172197.501] (**) NOUVEAU(2):  Driver mode "1600x1200": 130.9 MHz (scaled from 0.0 MHz), 73.5 kHz, 60.0 Hz
[172197.502] (II) NOUVEAU(2): Modeline "1600x1200"x60.0  130.89  1600 1620 1700 1780  1200 1201 1204 1225 +hsync +vsync (73.5 kHz UeP)
[172197.502] (**) NOUVEAU(2):  Mode "1280x1024": 128.9 MHz (scaled from 0.0 MHz), 74.6 kHz, 70.0 Hz
[172197.502] (II) NOUVEAU(2): Modeline "1280x1024"x70.0  128.95  1280 1368 1504 1728  1024 1025 1028 1066 -hsync +vsync (74.6 kHz)
[172197.502] (**) NOUVEAU(2):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[172197.502] (II) NOUVEAU(2): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[172197.502] (**) NOUVEAU(2):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[172197.502] (II) NOUVEAU(2): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[172197.502] (**) NOUVEAU(2):  Driver mode "1024x768": 94.5 MHz (scaled from 0.0 MHz), 68.7 kHz, 85.0 Hz
[172197.502] (II) NOUVEAU(2): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz e)
[172197.502] (**) NOUVEAU(2):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[172197.502] (II) NOUVEAU(2): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[172197.502] (**) NOUVEAU(2):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[172197.502] (II) NOUVEAU(2): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[172197.502] (**) NOUVEAU(2):  Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
[172197.502] (II) NOUVEAU(2): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[172197.502] (**) NOUVEAU(2):  Driver mode "800x600": 56.2 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.1 Hz
[172197.502] (II) NOUVEAU(2): Modeline "800x600"x85.1   56.25  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz e)
[172197.502] (**) NOUVEAU(2):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[172197.502] (II) NOUVEAU(2): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[172197.502] (**) NOUVEAU(2):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[172197.502] (II) NOUVEAU(2): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[172197.502] (**) NOUVEAU(2):  Driver mode "640x480": 36.0 MHz (scaled from 0.0 MHz), 43.3 kHz, 85.0 Hz
[172197.502] (II) NOUVEAU(2): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz e)
[172197.502] (**) NOUVEAU(2):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[172197.502] (II) NOUVEAU(2): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[172197.502] (**) NOUVEAU(2):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[172197.502] (II) NOUVEAU(2): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[172197.502] (**) NOUVEAU(2):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[172197.502] (II) NOUVEAU(2): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[172197.502] (==) NOUVEAU(2): DPI set to (96, 96)
[172197.502] (II) Loading sub module "fb"
[172197.502] (II) LoadModule: "fb"
[172197.502] (II) Loading /usr/lib/xorg/modules/libfb.so
[172197.502] (II) Module fb: vendor="X.Org Foundation"
[172197.502] 	compiled for 1.19.2, module version = 1.0.0
[172197.502] 	ABI class: X.Org ANSI C Emulation, version 0.4
[172197.502] (II) Loading sub module "shadowfb"
[172197.502] (II) LoadModule: "shadowfb"
[172197.502] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[172197.502] (II) Module shadowfb: vendor="X.Org Foundation"
[172197.502] 	compiled for 1.19.2, module version = 1.0.0
[172197.502] 	ABI class: X.Org ANSI C Emulation, version 0.4
[172197.502] (II) Loading sub module "dri2"
[172197.502] (II) LoadModule: "dri2"
[172197.502] (II) Module "dri2" already built-in
[172197.502] (II) NOUVEAU(3):  reusing fd for second head
[172197.502] (--) NOUVEAU(3): Chipset: "NVIDIA NV46"
[172197.502] (**) NOUVEAU(3): Depth 24, (--) framebuffer bpp 32
[172197.502] (==) NOUVEAU(3): RGB weight 888
[172197.502] (==) NOUVEAU(3): Default visual is TrueColor
[172197.502] (**) NOUVEAU(3): Option "ZaphodHeads" "TV-1"
[172197.502] (==) NOUVEAU(3): Using HW cursor
[172197.502] (==) NOUVEAU(3): Allowed maximum DRI level 2.
[172197.502] (==) NOUVEAU(3): GLX sync to VBlank enabled.
[172197.502] (==) NOUVEAU(3): Page flipping enabled
[172197.502] (==) NOUVEAU(3): Swap limit set to 1 [Max allowed 2]
[172197.502] (==) NOUVEAU(3): Page flipping synced to vblank by kernel.
[172197.502] (II) NOUVEAU(3): Initializing outputs ...
[172197.616] (II) NOUVEAU(3): Output TV-1 using monitor section Sony CRT TV
[172197.616] (II) NOUVEAU(3): 1 crtcs needed for screen.
[172197.616] (II) NOUVEAU(3): Allocated crtc nr. 1 to this screen.
[172197.656] (II) NOUVEAU(3): EDID for output TV-1
[172197.656] (II) NOUVEAU(3): Printing probed modes for output TV-1
[172197.656] (II) NOUVEAU(3): Modeline "720x576"x50.0   28.66  720 776 856 960  576 576 588 597 -hsync -vsync (29.9 kHz UeP)
[172197.656] (II) NOUVEAU(3): Modeline "1024x768"x50.0   54.16  1024 1064 1200 1344  768 768 777 806 -hsync -vsync (40.3 kHz e)
[172197.656] (II) NOUVEAU(3): Modeline "800x600"x50.0   32.14  800 840 920 1040  600 600 604 618 +hsync +vsync (30.9 kHz e)
[172197.656] (II) NOUVEAU(3): Modeline "720x480"x50.0   25.20  720 752 872 960  480 480 493 525 -hsync -vsync (26.2 kHz e)
[172197.656] (II) NOUVEAU(3): Modeline "640x480"x50.0   23.10  640 672 768 880  480 480 492 525 -hsync -vsync (26.2 kHz e)
[172197.656] (II) NOUVEAU(3): Modeline "400x300"x50.0   20.10  400 432 496 640  300 300 303 314 doublescan +hsync +vsync (31.4 kHz e)
[172197.656] (II) NOUVEAU(3): Modeline "320x240"x50.0   14.73  320 344 392 560  240 240 246 263 doublescan -hsync -vsync (26.3 kHz e)
[172197.656] (II) NOUVEAU(3): Modeline "320x200"x50.0   12.32  320 344 392 560  200 200 202 220 doublescan -hsync -vsync (22.0 kHz e)
[172197.656] (II) NOUVEAU(3): Output TV-1 connected
[172197.656] (II) NOUVEAU(3): Using user preference for initial modes
[172197.656] (II) NOUVEAU(3): Output TV-1 using initial mode 720x576 +0+0
[172197.656] (==) NOUVEAU(3): Using gamma correction (1.0, 1.0, 1.0)
[172197.656] (--) NOUVEAU(3): Virtual size is 720x576 (pitch 0)
[172197.656] (**) NOUVEAU(3):  Driver mode "720x576": 28.7 MHz (scaled from 0.0 MHz), 29.9 kHz, 50.0 Hz
[172197.656] (II) NOUVEAU(3): Modeline "720x576"x50.0   28.66  720 776 856 960  576 576 588 597 -hsync -vsync (29.9 kHz UeP)
[172197.656] (**) NOUVEAU(3):  Driver mode "1024x768": 54.2 MHz (scaled from 0.0 MHz), 40.3 kHz, 50.0 Hz
[172197.656] (II) NOUVEAU(3): Modeline "1024x768"x50.0   54.16  1024 1064 1200 1344  768 768 777 806 -hsync -vsync (40.3 kHz e)
[172197.656] (**) NOUVEAU(3):  Driver mode "800x600": 32.1 MHz (scaled from 0.0 MHz), 30.9 kHz, 50.0 Hz
[172197.656] (II) NOUVEAU(3): Modeline "800x600"x50.0   32.14  800 840 920 1040  600 600 604 618 +hsync +vsync (30.9 kHz e)
[172197.656] (**) NOUVEAU(3):  Driver mode "720x480": 25.2 MHz (scaled from 0.0 MHz), 26.2 kHz, 50.0 Hz
[172197.656] (II) NOUVEAU(3): Modeline "720x480"x50.0   25.20  720 752 872 960  480 480 493 525 -hsync -vsync (26.2 kHz e)
[172197.656] (**) NOUVEAU(3):  Driver mode "640x480": 23.1 MHz (scaled from 0.0 MHz), 26.2 kHz, 50.0 Hz
[172197.656] (II) NOUVEAU(3): Modeline "640x480"x50.0   23.10  640 672 768 880  480 480 492 525 -hsync -vsync (26.2 kHz e)
[172197.656] (**) NOUVEAU(3):  Driver mode "400x300": 20.1 MHz (scaled from 0.0 MHz), 31.4 kHz, 50.0 Hz (D)
[172197.656] (II) NOUVEAU(3): Modeline "400x300"x50.0   20.10  400 432 496 640  300 300 303 314 doublescan +hsync +vsync (31.4 kHz e)
[172197.656] (**) NOUVEAU(3):  Driver mode "320x240": 14.7 MHz (scaled from 0.0 MHz), 26.3 kHz, 50.0 Hz (D)
[172197.656] (II) NOUVEAU(3): Modeline "320x240"x50.0   14.73  320 344 392 560  240 240 246 263 doublescan -hsync -vsync (26.3 kHz e)
[172197.656] (**) NOUVEAU(3):  Driver mode "320x200": 12.3 MHz (scaled from 0.0 MHz), 22.0 kHz, 50.0 Hz (D)
[172197.656] (II) NOUVEAU(3): Modeline "320x200"x50.0   12.32  320 344 392 560  200 200 202 220 doublescan -hsync -vsync (22.0 kHz e)
[172197.656] (==) NOUVEAU(3): DPI set to (96, 96)
[172197.656] (II) Loading sub module "fb"
[172197.656] (II) LoadModule: "fb"
[172197.656] (II) Loading /usr/lib/xorg/modules/libfb.so
[172197.656] (II) Module fb: vendor="X.Org Foundation"
[172197.656] 	compiled for 1.19.2, module version = 1.0.0
[172197.656] 	ABI class: X.Org ANSI C Emulation, version 0.4
[172197.656] (II) Loading sub module "shadowfb"
[172197.656] (II) LoadModule: "shadowfb"
[172197.656] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[172197.656] (II) Module shadowfb: vendor="X.Org Foundation"
[172197.656] 	compiled for 1.19.2, module version = 1.0.0
[172197.656] 	ABI class: X.Org ANSI C Emulation, version 0.4
[172197.656] (--) Depth 24 pixmap format is 32 bpp
[172197.697] (II) NOUVEAU(0): Channel setup complete.
[172197.720] (II) NOUVEAU(0): Hardware support for Present enabled
[172197.720] (II) NOUVEAU(0): [DRI2] Setup complete
[172197.720] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[172197.720] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[172197.720] (II) Loading sub module "exa"
[172197.720] (II) LoadModule: "exa"
[172197.720] (II) Loading /usr/lib/xorg/modules/libexa.so
[172197.721] (II) Module exa: vendor="X.Org Foundation"
[172197.721] 	compiled for 1.19.2, module version = 2.6.0
[172197.721] 	ABI class: X.Org Video Driver, version 23.0
[172197.721] (II) EXA(0): Driver allocated offscreen pixmaps
[172197.722] (II) EXA(0): Driver registered support for the following operations:
[172197.722] (II)         Solid
[172197.722] (II)         Copy
[172197.722] (II)         Composite (RENDER acceleration)
[172197.722] (II)         UploadToScreen
[172197.722] (II)         DownloadFromScreen
[172197.722] (==) NOUVEAU(0): Backing store enabled
[172197.722] (==) NOUVEAU(0): Silken mouse enabled
[172197.722] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[172197.722] (II) NOUVEAU(0): [XvMC] Extension initialized.
[172197.722] (**) NOUVEAU(0): DPMS enabled
[172197.722] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[172197.727] (--) RandR disabled
[172197.768] (II) NOUVEAU(1): Channel setup complete.
[172197.769] (II) NOUVEAU(1): Hardware support for Present enabled
[172197.769] (II) NOUVEAU(1): [DRI2] Setup complete
[172197.769] (II) NOUVEAU(1): [DRI2]   DRI driver: nouveau
[172197.769] (II) NOUVEAU(1): [DRI2]   VDPAU driver: nouveau
[172197.769] (II) Loading sub module "exa"
[172197.769] (II) LoadModule: "exa"
[172197.769] (II) Loading /usr/lib/xorg/modules/libexa.so
[172197.769] (II) Module exa: vendor="X.Org Foundation"
[172197.769] 	compiled for 1.19.2, module version = 2.6.0
[172197.769] 	ABI class: X.Org Video Driver, version 23.0
[172197.769] (II) EXA(1): Driver allocated offscreen pixmaps
[172197.769] (II) EXA(1): Driver registered support for the following operations:
[172197.769] (II)         Solid
[172197.769] (II)         Copy
[172197.769] (II)         Composite (RENDER acceleration)
[172197.769] (II)         UploadToScreen
[172197.769] (II)         DownloadFromScreen
[172197.769] (==) NOUVEAU(1): Backing store enabled
[172197.769] (==) NOUVEAU(1): Silken mouse enabled
[172197.769] (II) NOUVEAU(1): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[172197.769] (II) NOUVEAU(1): [XvMC] Extension initialized.
[172197.769] (**) NOUVEAU(1): DPMS enabled
[172197.769] (II) NOUVEAU(1): RandR 1.2 enabled, ignore the following RandR disabled message.
[172197.769] (WW) NOUVEAU(1): Option "DPI" is not used
[172197.769] (--) RandR disabled
[172197.776] (II) NOUVEAU(2): Channel setup complete.
[172197.777] (II) NOUVEAU(2): Hardware support for Present enabled
[172197.777] (II) NOUVEAU(2): [DRI2] Setup complete
[172197.777] (II) NOUVEAU(2): [DRI2]   DRI driver: nouveau
[172197.777] (II) NOUVEAU(2): [DRI2]   VDPAU driver: nouveau
[172197.777] (II) Loading sub module "exa"
[172197.777] (II) LoadModule: "exa"
[172197.777] (II) Loading /usr/lib/xorg/modules/libexa.so
[172197.777] (II) Module exa: vendor="X.Org Foundation"
[172197.777] 	compiled for 1.19.2, module version = 2.6.0
[172197.777] 	ABI class: X.Org Video Driver, version 23.0
[172197.777] (II) EXA(2): Driver allocated offscreen pixmaps
[172197.777] (II) EXA(2): Driver registered support for the following operations:
[172197.777] (II)         Solid
[172197.777] (II)         Copy
[172197.777] (II)         Composite (RENDER acceleration)
[172197.777] (II)         UploadToScreen
[172197.777] (II)         DownloadFromScreen
[172197.777] (==) NOUVEAU(2): Backing store enabled
[172197.777] (==) NOUVEAU(2): Silken mouse enabled
[172197.777] (II) NOUVEAU(2): [XvMC] Associated with NV40 texture adapter.
[172197.777] (II) NOUVEAU(2): [XvMC] Extension initialized.
[172197.777] (**) NOUVEAU(2): DPMS enabled
[172197.777] (II) NOUVEAU(2): RandR 1.2 enabled, ignore the following RandR disabled message.
[172197.777] (--) RandR disabled
[172197.785] (II) NOUVEAU(3): Channel setup complete.
[172197.785] (II) NOUVEAU(3): Hardware support for Present enabled
[172197.785] (II) NOUVEAU(3): [DRI2] Setup complete
[172197.785] (II) NOUVEAU(3): [DRI2]   DRI driver: nouveau
[172197.785] (II) NOUVEAU(3): [DRI2]   VDPAU driver: nouveau
[172197.785] (II) Loading sub module "exa"
[172197.785] (II) LoadModule: "exa"
[172197.785] (II) Loading /usr/lib/xorg/modules/libexa.so
[172197.785] (II) Module exa: vendor="X.Org Foundation"
[172197.785] 	compiled for 1.19.2, module version = 2.6.0
[172197.785] 	ABI class: X.Org Video Driver, version 23.0
[172197.785] (II) EXA(3): Driver allocated offscreen pixmaps
[172197.785] (II) EXA(3): Driver registered support for the following operations:
[172197.785] (II)         Solid
[172197.785] (II)         Copy
[172197.785] (II)         Composite (RENDER acceleration)
[172197.785] (II)         UploadToScreen
[172197.785] (II)         DownloadFromScreen
[172197.785] (==) NOUVEAU(3): Backing store enabled
[172197.785] (==) NOUVEAU(3): Silken mouse enabled
[172197.785] (II) NOUVEAU(3): [XvMC] Associated with NV40 texture adapter.
[172197.785] (II) NOUVEAU(3): [XvMC] Extension initialized.
[172197.785] (**) NOUVEAU(3): DPMS enabled
[172197.785] (II) NOUVEAU(3): RandR 1.2 enabled, ignore the following RandR disabled message.
[172197.785] (--) RandR disabled
[172197.790] (II) SELinux: Disabled on system
[172198.919] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[172198.919] (II) AIGLX: enabled GLX_ARB_create_context
[172198.919] (II) AIGLX: enabled GLX_ARB_create_context_profile
[172198.919] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[172198.919] (II) AIGLX: enabled GLX_INTEL_swap_event
[172198.919] (II) AIGLX: enabled GLX_SGI_swap_control
[172198.919] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[172198.919] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[172198.919] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[172198.919] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[172198.920] (II) AIGLX: Loaded and initialized nouveau
[172198.920] (II) GLX: Initialized DRI2 GL provider for screen 0
[172198.921] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[172198.921] (II) AIGLX: enabled GLX_ARB_create_context
[172198.921] (II) AIGLX: enabled GLX_ARB_create_context_profile
[172198.921] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[172198.921] (II) AIGLX: enabled GLX_INTEL_swap_event
[172198.921] (II) AIGLX: enabled GLX_SGI_swap_control
[172198.921] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[172198.921] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[172198.921] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[172198.921] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[172198.922] (II) AIGLX: Loaded and initialized nouveau
[172198.922] (II) GLX: Initialized DRI2 GL provider for screen 1
[172198.931] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[172198.931] (II) AIGLX: enabled GLX_ARB_create_context
[172198.931] (II) AIGLX: enabled GLX_ARB_create_context_profile
[172198.931] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[172198.931] (II) AIGLX: enabled GLX_INTEL_swap_event
[172198.931] (II) AIGLX: enabled GLX_SGI_swap_control
[172198.931] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[172198.931] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[172198.931] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[172198.931] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[172198.932] (II) AIGLX: Loaded and initialized nouveau
[172198.960] (II) GLX: Initialized DRI2 GL provider for screen 2
[172198.961] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[172198.961] (II) AIGLX: enabled GLX_ARB_create_context
[172198.961] (II) AIGLX: enabled GLX_ARB_create_context_profile
[172198.961] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[172198.961] (II) AIGLX: enabled GLX_INTEL_swap_event
[172198.961] (II) AIGLX: enabled GLX_SGI_swap_control
[172198.961] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[172198.961] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[172198.961] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[172198.961] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[172198.961] (II) AIGLX: Loaded and initialized nouveau
[172198.961] (II) GLX: Initialized DRI2 GL provider for screen 3
[172198.963] (II) NOUVEAU(0): NVEnterVT is called.
[172198.981] (II) NOUVEAU(0): Setting screen physical size to 423 x 317
[172198.981] resize called 1600 1200
[172198.981] (II) NOUVEAU(1): NVEnterVT is called.
[172198.981] (EE) 
[172198.981] (EE) Backtrace:
[172199.011] (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x52) [0x80274a52]
[172199.011] (EE) 1: /usr/lib/xorg/Xorg (0x800cc000+0x1aca12) [0x80278a12]
[172199.011] (EE) 2: linux-gate.so.1 (__kernel_rt_sigreturn+0x0) [0xb7771d10]
[172199.016] (EE) 3: /usr/lib/xorg/Xorg (xf86RandR12CreateScreenResources+0x52b) [0x8018ae8b]
[172199.016] (EE) 4: /usr/lib/xorg/Xorg (0x800cc000+0xb17e9) [0x8017d7e9]
[172199.016] (EE) 5: /usr/lib/xorg/Xorg (0x800cc000+0x3f198) [0x8010b198]
[172199.016] (EE) 6: /usr/lib/xorg/Xorg (0x800cc000+0x2895a) [0x800f495a]
[172199.016] (EE) 7: /lib/i386-linux-gnu/libc.so.6 (__libc_start_main+0xf6) [0xb71d2276]
[172199.016] (EE) 8: /usr/lib/xorg/Xorg (0x800cc000+0x28998) [0x800f4998]
[172199.016] (EE) 
[172199.016] (EE) Segmentation fault at address 0x0
[172199.016] (EE) 
Fatal server error:
[172199.016] (EE) Caught signal 11 (Segmentation fault). Server aborting
[172199.016] (EE) 
[172199.016] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[172199.016] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[172199.016] (EE) 
[172199.016] (II) AIGLX: Suspending AIGLX clients for VT switch
[172199.016] (II) NOUVEAU(0): NVLeaveVT is called.
[172199.016] (II) AIGLX: Suspending AIGLX clients for VT switch
[172199.016] (II) NOUVEAU(1): NVLeaveVT is called.
[172199.016] (II) AIGLX: Suspending AIGLX clients for VT switch
[172199.016] (II) NOUVEAU(2): NVLeaveVT is called.
[172199.016] (II) AIGLX: Suspending AIGLX clients for VT switch
[172199.016] (II) NOUVEAU(3): NVLeaveVT is called.
[172199.067] (EE) Server terminated with error (1). Closing log file.

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
E: EV=3
E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00
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: TAGS=:seat:
E: USEC_INITIALIZED=1476291

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1
N: input/event1
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: LIBINPUT_DEVICE_GROUP=19/0/1/0:LNXPWRBN/button
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=27664631
E: XKBLAYOUT=fi
E: XKBMODEL=pc105
E: XKBOPTIONS=compose:rwin,terminate:ctrl_alt_bksp

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
E: EV=3
E: ID_FOR_SEAT=input-acpi-PNP0C0C_00
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: TAGS=:seat:
E: USEC_INITIALIZED=1476134

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0
N: input/event0
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: LIBINPUT_DEVICE_GROUP=19/0/1/0:PNP0C0C/button
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=27666395
E: XKBLAYOUT=fi
E: XKBMODEL=pc105
E: XKBOPTIONS=compose:rwin,terminate:ctrl_alt_bksp

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/0003:046D:C044.0008/input/input8
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/0003:046D:C044.0008/input/input8
E: EV=17
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1a_0-usb-0_1_6_1_0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB-PS_2_Optical_Mouse
E: ID_MODEL_ENC=USB-PS\x2f2\x20Optical\x20Mouse
E: ID_MODEL_ID=c044
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.6:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_6_1_0
E: ID_REVISION=2710
E: ID_SERIAL=Logitech_USB-PS_2_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=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: KEY=ff0000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0003v046DpC044e0110-e0,1,2,4,k110,111,112,113,114,115,116,117,r0,1,6,8,am4,lsfw
E: MSC=10
E: NAME="Logitech USB-PS/2 Optical Mouse"
E: PHYS="usb-0000:00:1a.0-1.6/input0"
E: PRODUCT=3/46d/c044/110
E: PROP=0
E: REL=143
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2899992

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/0003:046D:C044.0008/input/input8/event5
N: input/event5
S: input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:1.6:1.0-event-mouse
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1a.0-usb-0:1.6:1.0-event-mouse /dev/input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/0003:046D:C044.0008/input/input8/event5
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB-PS_2_Optical_Mouse
E: ID_MODEL_ENC=USB-PS\x2f2\x20Optical\x20Mouse
E: ID_MODEL_ID=c044
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.6:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_6_1_0
E: ID_REVISION=2710
E: ID_SERIAL=Logitech_USB-PS_2_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=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: LIBINPUT_DEVICE_GROUP=3/46d/c044/110:usb-0000:00:1a.0-1
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27665476

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/0003:046D:C044.0008/input/input8/mouse1
N: input/mouse1
S: input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:1.6:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-mouse /dev/input/by-path/pci-0000:00:1a.0-usb-0:1.6:1.0-mouse
E: DEVNAME=/dev/input/mouse1
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/0003:046D:C044.0008/input/input8/mouse1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB-PS_2_Optical_Mouse
E: ID_MODEL_ENC=USB-PS\x2f2\x20Optical\x20Mouse
E: ID_MODEL_ID=c044
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.6:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_6_1_0
E: ID_REVISION=2710
E: ID_SERIAL=Logitech_USB-PS_2_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=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: MAJOR=13
E: MINOR=33
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2900436

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
E: EV=40001
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0001v1106p4441e0001-e0,12,kramls1,2,fw
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PRODUCT=1/1106/4441/1
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=25645715

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event7
N: input/event7
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event7
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=1/1106/4441/1:card0/codec#0/beep0
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27665723

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: NAME="HDA Intel MID Rear Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=10
E: TAGS=:seat:
E: USEC_INITIALIZED=25647022

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event8
N: input/event8
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event8
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=72
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27665567

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfwD,
E: NAME="HDA Intel MID Line"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=2000
E: TAGS=:seat:
E: USEC_INITIALIZED=25647128

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event9
N: input/event9
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event9
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=73
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27665017

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: NAME="HDA Intel MID Line Out Front"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=25647366

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event10
N: input/event10
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event10
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=74
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27666460

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: NAME="HDA Intel MID Line Out Surround"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=26109863

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event11
N: input/event11
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event11
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=75
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27666097

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: NAME="HDA Intel MID Line Out CLFE"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=26276138

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event12
N: input/event12
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event12
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=76
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27665091

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: NAME="HDA Intel MID Line Out Side"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=26583958

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event13
N: input/event13
E: DEVNAME=/dev/input/event13
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event13
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=77
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27665385

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:04F3:0103.0001/input/input5
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:04F3:0103.0001/input/input5
E: EV=120013
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1d_0-usb-0_1_4_1_0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=0103
E: ID_MODEL_ENC=0103
E: ID_MODEL_ID=0103
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.4:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_4_1_0
E: ID_REVISION=0105
E: ID_SERIAL=04f3_0103
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=04f3
E: ID_VENDOR_ENC=04f3
E: ID_VENDOR_ID=04f3
E: KEY=10000 7 ff800000 7ff febeffdf f3cfffff ffffffff fffffffe
E: LED=7
E: MODALIAS=input:b0003v04F3p0103e0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="HID 04f3:0103"
E: PHYS="usb-0000:00:1d.0-1.4/input0"
E: PRODUCT=3/4f3/103/110
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2373585

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:04F3:0103.0001/input/input5/event2
N: input/event2
S: input/by-id/usb-04f3_0103-event-kbd
S: input/by-path/pci-0000:00:1d.0-usb-0:1.4:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-04f3_0103-event-kbd /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.4:1.0-event-kbd
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:04F3:0103.0001/input/input5/event2
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=0103
E: ID_MODEL_ENC=0103
E: ID_MODEL_ID=0103
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.4:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_4_1_0
E: ID_REVISION=0105
E: ID_SERIAL=04f3_0103
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=04f3
E: ID_VENDOR_ENC=04f3
E: ID_VENDOR_ID=04f3
E: LIBINPUT_DEVICE_GROUP=3/4f3/103/110:usb-0000:00:1d.0-1
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27664744
E: XKBLAYOUT=fi
E: XKBMODEL=pc105
E: XKBOPTIONS=compose:rwin,terminate:ctrl_alt_bksp

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:04F3:0103.0002/input/input6
E: ABS=1 0
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:04F3:0103.0002/input/input6
E: EV=1f
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1d_0-usb-0_1_4_1_1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=0103
E: ID_MODEL_ENC=0103
E: ID_MODEL_ID=0103
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.4:1.1
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_4_1_1
E: ID_REVISION=0105
E: ID_SERIAL=04f3_0103
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=04f3
E: ID_VENDOR_ENC=04f3
E: ID_VENDOR_ID=04f3
E: KEY=3007f 0 0 0 0 483ffff 17aff32d bf544446 0 0 1 130c13 b17c000 267bfa d941dfed 9e1680 4400 0 10000002
E: MODALIAS=input:b0003v04F3p0103e0110-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,8F,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B1,B2,B5,CE,CF,D0,D1,D2,D4,D8,D9,DB,E0,E1,E4,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,250,251,r6,a20,m4,lsfw
E: MSC=10
E: NAME="HID 04f3:0103"
E: PHYS="usb-0000:00:1d.0-1.4/input1"
E: PRODUCT=3/4f3/103/110
E: PROP=0
E: REL=40
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2374014

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:04F3:0103.0002/input/input6/event3
N: input/event3
S: input/by-id/usb-04f3_0103-event-if01
S: input/by-path/pci-0000:00:1d.0-usb-0:1.4:1.1-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.4:1.1-event /dev/input/by-id/usb-04f3_0103-event-if01
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:04F3:0103.0002/input/input6/event3
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=0103
E: ID_MODEL_ENC=0103
E: ID_MODEL_ID=0103
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.4:1.1
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_4_1_1
E: ID_REVISION=0105
E: ID_SERIAL=04f3_0103
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=04f3
E: ID_VENDOR_ENC=04f3
E: ID_VENDOR_ID=04f3
E: LIBINPUT_DEVICE_GROUP=3/4f3/103/110:usb-0000:00:1d.0-1
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27666552
E: XKBLAYOUT=fi
E: XKBMODEL=pc105
E: XKBOPTIONS=compose:rwin,terminate:ctrl_alt_bksp

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.2/0003:046D:C52B.0006/0003:046D:101A.0007/input/input7
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.2/0003:046D:C52B.0006/0003:046D:101A.0007/input/input7
E: EV=17
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1d_0-usb-0_1_6_1_2
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c52b
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.6:1.2
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_6_1_2
E: ID_REVISION=1201
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=02
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: KEY=ffff0000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0003v046Dp101Ae0111-e0,1,2,4,k110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,r0,1,6,8,am4,lsfw
E: MSC=10
E: NAME="Logitech Performance MX"
E: PHYS="usb-0000:00:1d.0-1.6:1"
E: PRODUCT=3/46d/101a/111
E: PROP=0
E: REL=143
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2684167

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.2/0003:046D:C52B.0006/0003:046D:101A.0007/input/input7/event4
N: input/event4
S: input/by-id/usb-Logitech_USB_Receiver-if02-event-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1.6:1.2-event-mouse
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.6:1.2-event-mouse /dev/input/by-id/usb-Logitech_USB_Receiver-if02-event-mouse
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.2/0003:046D:C52B.0006/0003:046D:101A.0007/input/input7/event4
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c52b
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.6:1.2
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_6_1_2
E: ID_REVISION=1201
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=02
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: LIBINPUT_DEVICE_GROUP=3/46d/101a/111:usb-0000:00:1d.0-1
E: MAJOR=13
E: MINOR=68
E: MOUSE_DPI=1000@166
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27665535

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.2/0003:046D:C52B.0006/0003:046D:101A.0007/input/input7/mouse0
N: input/mouse0
S: input/by-id/usb-Logitech_USB_Receiver-if02-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1.6:1.2-mouse
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Receiver-if02-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.6:1.2-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.2/0003:046D:C52B.0006/0003:046D:101A.0007/input/input7/mouse0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c52b
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.6:1.2
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_6_1_2
E: ID_REVISION=1201
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:030000:
E: ID_USB_INTERFACE_NUM=02
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2684455

P: /devices/platform/pcspkr/input/input9
E: DEVPATH=/devices/platform/pcspkr/input/input9
E: EV=40001
E: ID_FOR_SEAT=input-platform-pcspkr
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: TAGS=:seat:
E: USEC_INITIALIZED=25038690

P: /devices/platform/pcspkr/input/input9/event6
N: input/event6
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/platform/pcspkr/input/input9/event6
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: LIBINPUT_DEVICE_GROUP=10/1f/1/100:isa0061
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27665025


DRM Information from dmesg:
---------------------------


-- System Information:
Debian Release: 9.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 4.9.0-3-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8), LANGUAGE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration    1.164
ii  libaudit1                 1:2.6.7-2
ii  libbsd0                   0.8.3-1
ii  libc6                     2.24-11+deb9u1
ii  libdbus-1-3               1.10.18-1
ii  libdrm2                   2.4.74-1
ii  libegl1-mesa              13.0.6-1+b2
ii  libepoxy0                 1.3.1-2
ii  libgbm1                   13.0.6-1+b2
ii  libgcrypt20               1.7.6-2+deb9u1
ii  libgl1-mesa-glx [libgl1]  13.0.6-1+b2
ii  libpciaccess0             0.13.4-1+b2
ii  libpixman-1-0             0.34.0-1
ii  libselinux1               2.6-3+b1
ii  libsystemd0               232-25
ii  libudev1                  232-25
ii  libxau6                   1:1.0.8-1
ii  libxdmcp6                 1:1.1.2-3
ii  libxfont2                 1:2.0.1-3
ii  libxshmfence1             1.2-1+b2
ii  udev                      232-25
ii  xserver-common            2:1.19.2-1

Versions of packages xserver-xorg-core recommends:
ii  libgl1-mesa-dri  13.0.6-1+b2
ii  libpam-systemd   232-25

Versions of packages xserver-xorg-core suggests:
ii  xfonts-100dpi    1:1.0.4+nmu1
ii  xfonts-75dpi     1:1.0.4+nmu1
ii  xfonts-scalable  1:1.0.3-1.1

-- no debconf information


Reply to: