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

Bug#866898: xorg: switching to a VT (with Ctrl-Alt-Fx) hangs entire system



Package: xorg
Version: 1:7.7+19
Severity: serious

Hi,

Since upgrading to stretch, I can no longer switch to a VT - if I do
Ctrl-Alt-F1 the mouse pointer briefly changes back to that of gdm3 (I
think), then the entire machine locks up solid - unresponsive to ping
or anything, and I have to power-cycle it.

The only thing I see in the log at about the relevant time is:

Jul  1 23:25:54 aragorn kernel: [  164.494985] gnome-session-f[4309]: segfault at 0 ip b71c492d sp bf8128c4 error 4 in libgtk-3.so.0.2200.11[b6ee7000+803000]
Jul  1 23:25:54 aragorn kernel: [  164.497200] gnome-session-f[4318]: segfault at 0 ip b721a92d sp bfafd844 error 4 in libgtk-3.so.0.2200.11[b6f3d000+803000]

...and, when it happened again:

Jul  1 23:57:54 aragorn kernel: [  444.296161] traps: gnome-shell[4178] trap int3 ip:b62e8e40 sp:bfb24fb0 error:0
Jul  1 23:57:54 aragorn kernel: [  444.296168]  in libglib-2.0.so.0.5000.3[b629c000+12a000]

For me, at least, this is entirely reproducible, and makes it
impossible for me to use my virtual consoles any more (which I use,
e.g. for root sessions) :(

The manual x.org.conf is carried from previous releases - I still have
a CRT, so need to tell Xorg about the monitor.

Thanks,

Matthew

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Mar 12  2011 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 274 Mar  3 14:41 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV370 [Radeon X300] [1002:5b60]

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

Contents of /etc/X11/xorg.conf:
-------------------------------
#Hopefully-minimal xorg.conf to cover things that X doesn't get right itself
#use Xorg -configure to make new /root/xorg.conf.new which tells you what
#it auto-detected

#This should match the sleep and power buttons, and tell X to ignore them
Section "InputClass"
	Identifier  "Deathbuttons"
	MatchProduct "Power|Sleep"
	Option	     "Ignore" "true"
EndSection

#Hopefully match my PS/2 mouse and put emulate3buttons on
Section "InputClass"
	Identifier "2 button mice"
	MatchProduct "PS/2"
	MatchIsPointer "on"
	Option "Emulate3Buttons" "true"
	Option "Emulate3Timeout" "25" #ms
EndSection

#Extracted from the auto-probe (you need a "Device" section to put into the Display section below)
Section "Device"
	Identifier  "Card0"
	Driver      "radeon"
	BusID       "PCI:1:0:0"
EndSection

#This bit done by hand
Section "Monitor"
        Identifier      "HP A4576A"
#        HorizSync       30-197
	HorizSync	30-107
        VertRefresh     50-160
#this taken from cvt 1600 1200 75 then reducing the 3rd and 4th numbers by 30 to move the LHS
#of the display onto the screen
    ModeLine "1600x1200" 204.75 1600 1690 1858 2176 1200 1203 1207 1255 -hsync +vsync
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
#	Monitor    "Monitor0"
	Monitor    "HP A4576A"
	SubSection "Display"
		Viewport   0 0
		Depth     1
		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes		"1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Contents of /etc/X11/xorg.conf.d:
---------------------------------
total 0

KMS configuration files:
------------------------
/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

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     1681 Jul  4  2013 /var/log/Xorg.5.log
-rw-r--r-- 1 root    root     1681 Jul  4  2013 /var/log/Xorg.4.log
-rw-r--r-- 1 root    root     1681 Jul  4  2013 /var/log/Xorg.3.log
-rw-r--r-- 1 root    root     1681 Jul  4  2013 /var/log/Xorg.2.log
-rw-r--r-- 1 root    root    23779 Jul  4  2013 /var/log/Xorg.1.log
-rw-r--r-- 1 root    root    31475 Jul  1 23:21 /var/log/Xorg.0.log
-rw-r--r-- 1 matthew matthew 22401 Jul  2 00:04 /home/matthew/.local/share/xorg/Xorg.0.log

Contents of most recent Xorg X server log file (/home/matthew/.local/share/xorg/Xorg.0.log):
--------------------------------------------------------------------------------------------
[    97.634] (--) Log file renamed from "/home/matthew/.local/share/xorg/Xorg.pid-4192.log" to "/home/matthew/.local/share/xorg/Xorg.0.log"
[    97.635] 
X.Org X Server 1.19.2
Release Date: 2017-03-02
[    97.635] X Protocol Version 11, Revision 0
[    97.635] Build Operating System: Linux 3.16.0-4-amd64 i686 Debian
[    97.635] Current Operating System: Linux aragorn 4.9.0-3-686-pae #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26) i686
[    97.635] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-3-686-pae root=UUID=5372bb27-147d-4289-a4bc-f22e1b74b7d2 ro quiet
[    97.635] Build Date: 03 March 2017  03:15:35PM
[    97.635] xorg-server 2:1.19.2-1 (https://www.debian.org/support) 
[    97.635] Current version of pixman: 0.34.0
[    97.635] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    97.635] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    97.635] (==) Log file: "/home/matthew/.local/share/xorg/Xorg.0.log", Time: Sun Jul  2 00:04:30 2017
[    97.655] (==) Using config file: "/etc/X11/xorg.conf"
[    97.655] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    97.720] (==) No Layout section.  Using the first Screen section.
[    97.720] (**) |-->Screen "Screen0" (0)
[    97.720] (**) |   |-->Monitor "HP A4576A"
[    97.729] (**) |   |-->Device "Card0"
[    97.729] (==) Automatically adding devices
[    97.729] (==) Automatically enabling devices
[    97.729] (==) Automatically adding GPU devices
[    97.729] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    97.729] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    97.729] 	Entry deleted from font path.
[    97.729] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    97.729] (==) ModulePath set to "/usr/lib/xorg/modules"
[    97.730] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    97.730] (II) Loader magic: 0x802db720
[    97.730] (II) Module ABI versions:
[    97.730] 	X.Org ANSI C Emulation: 0.4
[    97.730] 	X.Org Video Driver: 23.0
[    97.730] 	X.Org XInput driver : 24.1
[    97.730] 	X.Org Server Extension : 10.0
[    97.731] (++) using VT number 7

[    97.733] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    97.734] (II) xfree86: Adding drm device (/dev/dri/card0)
[    97.734] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[    97.736] (--) PCI:*(0:1:0:0) 1002:5b60:1043:0083 rev 0, Mem @ 0xe0000000/134217728, 0xed000000/65536, I/O @ 0x00008000/256, BIOS @ 0x????????/131072
[    97.736] (--) PCI: (0:1:0:1) 1002:5b70:1043:0082 rev 0, Mem @ 0xed010000/65536
[    97.742] (II) LoadModule: "glx"
[    97.756] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    97.811] (II) Module glx: vendor="X.Org Foundation"
[    97.811] 	compiled for 1.19.2, module version = 1.0.0
[    97.811] 	ABI class: X.Org Server Extension, version 10.0
[    97.811] (II) LoadModule: "radeon"
[    97.811] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    97.868] (II) Module radeon: vendor="X.Org Foundation"
[    97.869] 	compiled for 1.19.0, module version = 7.8.0
[    97.869] 	Module class: X.Org Video Driver
[    97.869] 	ABI class: X.Org Video Driver, version 23.0
[    97.869] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[    97.883] (II) [KMS] Kernel modesetting enabled.
[    97.883] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    97.883] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    97.883] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    97.883] (==) RADEON(0): Default visual is TrueColor
[    97.883] (==) RADEON(0): RGB weight 888
[    97.883] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    97.883] (--) RADEON(0): Chipset: "ATI Radeon X300 (RV370)" (ChipID = 0x5b60)
[    97.883] (II) Loading sub module "fb"
[    97.883] (II) LoadModule: "fb"
[    97.883] (II) Loading /usr/lib/xorg/modules/libfb.so
[    97.912] (II) Module fb: vendor="X.Org Foundation"
[    97.912] 	compiled for 1.19.2, module version = 1.0.0
[    97.912] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    97.912] (II) Loading sub module "dri2"
[    97.912] (II) LoadModule: "dri2"
[    97.912] (II) Module "dri2" already built-in
[    97.912] (II) Loading sub module "exa"
[    97.912] (II) LoadModule: "exa"
[    97.912] (II) Loading /usr/lib/xorg/modules/libexa.so
[    97.927] (II) Module exa: vendor="X.Org Foundation"
[    97.927] 	compiled for 1.19.2, module version = 2.6.0
[    97.927] 	ABI class: X.Org Video Driver, version 23.0
[    97.927] (II) RADEON(0): KMS Color Tiling: enabled
[    97.927] (II) RADEON(0): KMS Color Tiling 2D: disabled
[    97.927] (II) RADEON(0): KMS Pageflipping: enabled
[    97.927] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[    97.932] (II) RADEON(0): Output VGA-0 using monitor section HP A4576A
[    97.943] (II) RADEON(0): Output DVI-0 has no monitor section
[    97.953] (II) RADEON(0): Output S-video has no monitor section
[    97.957] (II) RADEON(0): EDID for output VGA-0
[    97.957] (II) RADEON(0): Printing probed modes for output VGA-0
[    97.957] (II) RADEON(0): Modeline "1600x1200"x75.0  204.75  1600 1690 1858 2176  1200 1203 1207 1255 -hsync +vsync (94.1 kHz UP)
[    97.957] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    97.957] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    97.957] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    97.957] (II) RADEON(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    97.957] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    97.968] (II) RADEON(0): EDID for output DVI-0
[    97.978] (II) RADEON(0): EDID for output S-video
[    97.978] (II) RADEON(0): Output VGA-0 connected
[    97.978] (II) RADEON(0): Output DVI-0 disconnected
[    97.978] (II) RADEON(0): Output S-video disconnected
[    97.978] (II) RADEON(0): Using user preference for initial modes
[    97.978] (II) RADEON(0): Output VGA-0 using initial mode 1600x1200 +0+0
[    97.978] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:8000000 visible:793c000
[    97.978] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[    97.978] (==) RADEON(0): DPI set to (96, 96)
[    97.978] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[    97.978] (II) Loading sub module "ramdac"
[    97.978] (II) LoadModule: "ramdac"
[    97.978] (II) Module "ramdac" already built-in
[    97.978] (--) Depth 24 pixmap format is 32 bpp
[    97.978] (II) RADEON(0): [DRI2] Setup complete
[    97.978] (II) RADEON(0): [DRI2]   DRI driver: r300
[    97.978] (II) RADEON(0): [DRI2]   VDPAU driver: r300
[    97.978] (II) RADEON(0): Front buffer size: 7500K
[    97.978] (II) RADEON(0): VRAM usage limit set to 104950K
[    97.995] (==) RADEON(0): DRI3 disabled
[    97.995] (==) RADEON(0): Backing store enabled
[    97.995] (II) RADEON(0): Direct rendering enabled
[    97.995] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
[    97.995] (II) EXA(0): Driver allocated offscreen pixmaps
[    97.995] (II) EXA(0): Driver registered support for the following operations:
[    97.995] (II)         Solid
[    97.995] (II)         Copy
[    97.995] (II)         Composite (RENDER acceleration)
[    97.995] (II)         UploadToScreen
[    97.995] (II)         DownloadFromScreen
[    97.995] (II) RADEON(0): Acceleration enabled
[    97.995] (==) RADEON(0): DPMS enabled
[    97.995] (==) RADEON(0): Silken mouse enabled
[    97.996] (II) RADEON(0): Set up textured video
[    97.996] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[    97.996] (II) RADEON(0): [XvMC] Extension initialized.
[    97.996] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    97.997] (--) RandR disabled
[    98.004] (II) SELinux: Disabled on system
[    98.030] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    98.030] (II) AIGLX: enabled GLX_ARB_create_context
[    98.030] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    98.030] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    98.030] (II) AIGLX: enabled GLX_INTEL_swap_event
[    98.030] (II) AIGLX: enabled GLX_SGI_swap_control
[    98.030] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    98.030] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    98.030] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    98.030] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    98.031] (II) AIGLX: Loaded and initialized r300
[    98.031] (II) GLX: Initialized DRI2 GL provider for screen 0
[    98.031] (II) RADEON(0): Setting screen physical size to 423 x 317
[    98.090] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    98.090] (**) Power Button: Ignoring device from InputClass "Deathbuttons"
[    98.090] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    98.090] (**) Power Button: Ignoring device from InputClass "Deathbuttons"
[    98.091] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event9)
[    98.091] (II) No input driver specified, ignoring this device.
[    98.091] (II) This device may have been added with another device file.
[    98.091] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event10)
[    98.092] (II) No input driver specified, ignoring this device.
[    98.092] (II) This device may have been added with another device file.
[    98.092] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event11)
[    98.092] (II) No input driver specified, ignoring this device.
[    98.092] (II) This device may have been added with another device file.
[    98.092] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event12)
[    98.092] (II) No input driver specified, ignoring this device.
[    98.092] (II) This device may have been added with another device file.
[    98.093] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
[    98.093] (II) No input driver specified, ignoring this device.
[    98.093] (II) This device may have been added with another device file.
[    98.093] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event6)
[    98.093] (II) No input driver specified, ignoring this device.
[    98.093] (II) This device may have been added with another device file.
[    98.093] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event7)
[    98.094] (II) No input driver specified, ignoring this device.
[    98.094] (II) This device may have been added with another device file.
[    98.094] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event8)
[    98.094] (II) No input driver specified, ignoring this device.
[    98.094] (II) This device may have been added with another device file.
[    98.094] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    98.094] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    98.094] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    98.094] (II) LoadModule: "libinput"
[    98.142] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    98.185] (II) Module libinput: vendor="X.Org Foundation"
[    98.185] 	compiled for 1.19.0, module version = 0.23.0
[    98.185] 	Module class: X.Org XInput Driver
[    98.185] 	ABI class: X.Org XInput driver, version 24.1
[    98.185] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    98.186] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 22 paused 0
[    98.186] (**) AT Translated Set 2 keyboard: always reports core events
[    98.186] (**) Option "Device" "/dev/input/event0"
[    98.186] (**) Option "_source" "server/udev"
[    98.186] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    98.186] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    98.186] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    98.186] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 6)
[    98.186] (**) Option "xkb_model" "pc105"
[    98.186] (**) Option "xkb_layout" "gb"
[    98.219] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    98.219] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    98.219] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event1)
[    98.219] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[    98.219] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[    98.219] (**) PS/2 Generic Mouse: Applying InputClass "2 button mice"
[    98.219] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[    98.220] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 25 paused 0
[    98.220] (**) PS/2 Generic Mouse: always reports core events
[    98.220] (**) Option "Device" "/dev/input/event1"
[    98.220] (**) Option "_source" "server/udev"
[    98.220] (II) input device 'PS/2 Generic Mouse', /dev/input/event1 is tagged by udev as: Mouse
[    98.220] (II) input device 'PS/2 Generic Mouse', /dev/input/event1 is a pointer caps
[    98.220] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[    98.220] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 7)
[    98.221] (**) Option "AccelerationScheme" "none"
[    98.221] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[    98.221] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[    98.221] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[    98.221] (II) input device 'PS/2 Generic Mouse', /dev/input/event1 is tagged by udev as: Mouse
[    98.221] (II) input device 'PS/2 Generic Mouse', /dev/input/event1 is a pointer caps
[    98.221] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
[    98.221] (**) PS/2 Generic Mouse: Applying InputClass "2 button mice"
[    98.221] (II) No input driver specified, ignoring this device.
[    98.221] (II) This device may have been added with another device file.
[    98.222] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    98.222] (II) No input driver specified, ignoring this device.
[    98.222] (II) This device may have been added with another device file.

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
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=13777614

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3
N: input/event3
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3
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=67
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=16994603
E: XKBLAYOUT=gb
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
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=13776836

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2
N: input/event2
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event2
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=66
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=16994577
E: XKBLAYOUT=gb
E: XKBMODEL=pc105

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=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 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=15888895

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event9
N: input/event9
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10/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=16994193

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,kramlsfw6,
E: NAME="HDA Intel 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=15889296

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event10
N: input/event10
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11/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=16993098

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,kramlsfw6,
E: NAME="HDA Intel 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=15890737

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event11
N: input/event11
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/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=16992629

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 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=16312232

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event12
N: input/event12
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/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=16993353

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input6
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:b0001v10ECp0885e0001-e0,12,kramls1,2,fw
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#2/beep0"
E: PRODUCT=1/10ec/885/1
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=14441030

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input6/event5
N: input/event5
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input6/event5
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/10ec/885/1:card0/codec#2/beep0
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: USEC_INITIALIZED=16993430

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7
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 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=14482952

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input7/event6
N: input/event6
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7/event6
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=70
E: SUBSYSTEM=input
E: USEC_INITIALIZED=16992744

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input8
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 Front 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=15106264

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input8/event7
N: input/event7
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input8/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=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: USEC_INITIALIZED=16993337

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
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 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=15889314

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input9/event8
N: input/event8
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9/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=16992755

P: /devices/platform/i8042/serio0/input/input0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: EV=120013
E: ID_BUS=i8042
E: ID_FOR_SEAT=input-platform-i8042-serio-0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe
E: LED=7
E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PRODUCT=11/1/1/ab41
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=11764066

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: ID_BUS=i8042
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: LIBINPUT_DEVICE_GROUP=11/1/1/ab41:isa0060/serio0
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: USEC_INITIALIZED=16992754
E: XKBLAYOUT=gb
E: XKBMODEL=pc105

P: /devices/platform/i8042/serio1/input/input2
E: DEVPATH=/devices/platform/i8042/serio1/input/input2
E: EV=7
E: ID_BUS=i8042
E: ID_FOR_SEAT=input-platform-i8042-serio-1
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: KEY=70000 0 0 0 0 0 0 0 0
E: MODALIAS=input:b0011v0002p0001e0000-e0,1,2,k110,111,112,r0,1,amlsfw
E: NAME="PS/2 Generic Mouse"
E: PHYS="isa0060/serio1/input0"
E: PRODUCT=11/2/1/0
E: PROP=1
E: REL=3
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=11764080

P: /devices/platform/i8042/serio1/input/input2/event1
N: input/event1
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/platform/i8042/serio1/input/input2/event1
E: ID_BUS=i8042
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: LIBINPUT_DEVICE_GROUP=11/2/1/0:isa0060/serio1
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: USEC_INITIALIZED=16994448

P: /devices/platform/i8042/serio1/input/input2/mouse0
N: input/mouse0
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/platform/i8042/serio1/input/input2/mouse0
E: ID_BUS=i8042
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=12606055

P: /devices/platform/pcspkr/input/input5
E: DEVPATH=/devices/platform/pcspkr/input/input5
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=13912494

P: /devices/platform/pcspkr/input/input5/event4
N: input/event4
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/platform/pcspkr/input/input5/event4
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=68
E: SUBSYSTEM=input
E: USEC_INITIALIZED=16995178


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_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages xorg depends on:
ii  gnome-terminal [x-terminal-emulator]  3.22.2-1
ii  libgl1-mesa-dri                       13.0.6-1+b2
ii  libgl1-mesa-glx [libgl1]              13.0.6-1+b2
ii  libglu1-mesa                          9.0.0-2.1
ii  x11-apps                              7.7+6+b1
ii  x11-session-utils                     7.7+2+b1
ii  x11-utils                             7.7+3+b1
ii  x11-xkb-utils                         7.7+3+b1
ii  x11-xserver-utils                     7.7+7+b1
ii  xauth                                 1:1.0.9-1+b2
ii  xfonts-100dpi                         1:1.0.4+nmu1
ii  xfonts-75dpi                          1:1.0.4+nmu1
ii  xfonts-base                           1:1.0.4+nmu1
ii  xfonts-scalable                       1:1.0.3-1.1
ii  xfonts-utils                          1:7.7+4
ii  xinit                                 1.3.4-3+b1
ii  xkb-data                              2.19-1
ii  xorg-docs-core                        1:1.7.1-1
ii  xserver-xorg                          1:7.7+19
ii  xterm [x-terminal-emulator]           327-2

xorg recommends no packages.

Versions of packages xorg suggests:
ii  x11-xfs-utils  7.7+2+b1
pn  xorg-docs      <none>

Versions of packages xserver-xorg depends on:
ii  x11-xkb-utils                                    7.7+3+b1
ii  xkb-data                                         2.19-1
ii  xserver-xorg-core                                2:1.19.2-1
ii  xserver-xorg-input-all                           1:7.7+19
ii  xserver-xorg-input-evdev [xorg-driver-input]     1:2.10.5-1
ii  xserver-xorg-input-kbd [xorg-driver-input]       1:1.9.0-1+b1
ii  xserver-xorg-input-libinput [xorg-driver-input]  0.23.0-2
ii  xserver-xorg-input-mouse [xorg-driver-input]     1:1.9.2-1+b1
ii  xserver-xorg-input-synaptics [xorg-driver-input  1.9.0-1+b1
ii  xserver-xorg-input-wacom [xorg-driver-input]     0.34.0-1
ii  xserver-xorg-video-all                           1:7.7+19
ii  xserver-xorg-video-amdgpu [xorg-driver-video]    1.2.0-1+b1
ii  xserver-xorg-video-ati [xorg-driver-video]       1:7.8.0-1+b1
ii  xserver-xorg-video-cirrus [xorg-driver-video]    1:1.5.3-1+b2
ii  xserver-xorg-video-fbdev [xorg-driver-video]     1:0.4.4-1+b5
ii  xserver-xorg-video-geode [xorg-driver-video]     2.11.19-1
ii  xserver-xorg-video-intel [xorg-driver-video]     2:2.99.917+git20161206-1
ii  xserver-xorg-video-mach64 [xorg-driver-video]    6.9.5-1+b2
ii  xserver-xorg-video-mga [xorg-driver-video]       1:1.6.5-1
ii  xserver-xorg-video-neomagic [xorg-driver-video]  1:1.2.9-1+b2
ii  xserver-xorg-video-nouveau [xorg-driver-video]   1:1.0.13-3
ii  xserver-xorg-video-openchrome [xorg-driver-vide  1:0.5.0-3
ii  xserver-xorg-video-qxl [xorg-driver-video]       0.1.4+20161126git4d7160c-1
ii  xserver-xorg-video-r128 [xorg-driver-video]      6.10.2-1
ii  xserver-xorg-video-radeon [xorg-driver-video]    1:7.8.0-1+b1
ii  xserver-xorg-video-savage [xorg-driver-video]    1:2.3.9-1
ii  xserver-xorg-video-siliconmotion [xorg-driver-v  1:1.7.9-2
ii  xserver-xorg-video-sisusb [xorg-driver-video]    1:0.9.7-1
ii  xserver-xorg-video-tdfx [xorg-driver-video]      1:1.4.7-1
ii  xserver-xorg-video-trident [xorg-driver-video]   1:1.3.8-1
ii  xserver-xorg-video-vesa [xorg-driver-video]      1:2.3.4-1+b2
ii  xserver-xorg-video-vmware [xorg-driver-video]    1:13.2.1-1+b1

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri      13.0.6-1+b2
ii  xserver-xorg-legacy  2:1.19.2-1

-- no debconf information


Reply to: