Black screen, UI lock up, when starting Xserver,

John Talbut jt at dpets.uk
Thu Sep 20 09:43:52 UTC 2018


So what seems to be happening is that as soon as I start X the screen
goes black and the keyboard becomes unresponsive.  This seems to be
happening at a low level in the system but is being triggered by starting X.

I installed an /etc/X11/xorg.conf file as suggested.  I then sshd in and
recorded the output of ps aux.  I then ran 'X -retro' and got the black
screen and unresponsive keyboard.  I again recorded the output of ps aux
and scpd a copy of Xorg.0.log (attached).

I compared the two ps outputs with diff, see attachment.

The significant differences seem to be that:
kworker/1:0-events disappears
tty1     S+   08:11   0:00 -bash goes to S, ie stops being in the
foreground.
and the lines:
root       986  0.0  0.0      0     0 ?        I    09:49   0:00
[kworker/3:1-events]
root       989  0.0  0.0      0     0 ?        I    09:49   0:00
[kworker/1:0-kec_query]
root       990  3.9  1.9 512356 40452 tty2     Ssl+ 09:49   0:00
/usr/lib/xorg/Xorg -retro

Which does suggest that Xorg is running in tty2.

John

On 19/09/18 22:52, Adam Jackson wrote:
> On Wed, 2018-09-19 at 06:53 +0100, John Talbut wrote:
>> OK Adam, thanks for the suggestion about ssh, which I have now got working.
>>
>> So, I boot to runlevel 3, log into tty1 as root and run 'X -retro' the
>> UI locks up.  The keyboard is completely unresponsive.
>>
>> However, I can see using ssh that the system is still running but I
>> cannot see any sign of X running.  There are no message in journalctl
>> during the attempt to start X. ps -C Xorg shows nothing.
> 
> 'ps -C X' might.
> 
>> Xorg.0.log attached.
> 
> This bit of the log is pretty wild:
> 
> (II) modeset(0): glamor X acceleration enabled on llvmpipe (LLVM 6.0, 128 bits)
> 
> I'm really struggling to think of a world in which that would be a good
> thing, fb's almost certainly going to be faster, and as the llvmpipe-
> on-gbm support is pretty new I can easily imagine it being buggy. What
> happens if you run with this in (or as) your /etc/X11/xorg.conf:
> 
> ---
> Section "Device"
>     Identifier "modesetting"
>     Driver "modesetting"
>     Option "AccelMethod" "none"
> EndSection
> ---
> 
> - ajax
> 
> 
-------------- next part --------------
[  5931.986] 
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[  5931.990] Build Operating System: Linux 4.9.0-7-amd64 x86_64 Debian
[  5931.991] Current Operating System: Linux johnwtnc110 4.18.0-1-amd64 #1 SMP Debian 4.18.6-1 (2018-09-06) x86_64
[  5931.991] Kernel command line: BOOT_IMAGE=/vmlinuz-4.18.0-1-amd64 root=/dev/mapper/johnwtnc110--vg-root ro quiet ro 3
[  5931.995] Build Date: 17 August 2018  08:05:00PM
[  5931.997] xorg-server 2:1.20.1-1 (https://www.debian.org/support) 
[  5931.998] Current version of pixman: 0.34.0
[  5932.002] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  5932.002] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  5932.013] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep 20 09:49:24 2018
[  5932.015] (==) Using config file: "/etc/X11/xorg.conf"
[  5932.018] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  5932.038] (==) No Layout section.  Using the first Screen section.
[  5932.038] (==) No screen section available. Using defaults.
[  5932.038] (**) |-->Screen "Default Screen Section" (0)
[  5932.038] (**) |   |-->Monitor "<default monitor>"
[  5932.046] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  5932.046] (**) |   |-->Device "modesetting"
[  5932.046] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  5932.046] (==) Automatically adding devices
[  5932.046] (==) Automatically enabling devices
[  5932.046] (==) Automatically adding GPU devices
[  5932.046] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  5932.046] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  5932.046] 	Entry deleted from font path.
[  5932.046] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  5932.047] 	Entry deleted from font path.
[  5932.047] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[  5932.047] 	Entry deleted from font path.
[  5932.047] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  5932.047] 	Entry deleted from font path.
[  5932.047] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/100dpi,
	built-ins
[  5932.047] (==) ModulePath set to "/usr/lib/xorg/modules"
[  5932.047] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  5932.047] (II) Loader magic: 0x56352186bde0
[  5932.047] (II) Module ABI versions:
[  5932.047] 	X.Org ANSI C Emulation: 0.4
[  5932.047] 	X.Org Video Driver: 24.0
[  5932.047] 	X.Org XInput driver : 24.1
[  5932.047] 	X.Org Server Extension : 10.0
[  5932.051] (--) using VT number 2

[  5932.051] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  5932.054] (II) xfree86: Adding drm device (/dev/dri/card0)
[  5932.147] (--) PCI:*(0 at 0:2:0) 8086:0be1:144d:c614 rev 9, Mem @ 0xdfc00000/1048576, I/O @ 0x0000f100/8, BIOS @ 0x????????/131072
[  5932.148] (II) LoadModule: "glx"
[  5932.148] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  5932.336] (II) Module glx: vendor="X.Org Foundation"
[  5932.337] 	compiled for 1.20.1, module version = 1.0.0
[  5932.337] 	ABI class: X.Org Server Extension, version 10.0
[  5932.337] (II) LoadModule: "modesetting"
[  5932.337] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  5932.350] (II) Module modesetting: vendor="X.Org Foundation"
[  5932.350] 	compiled for 1.20.1, module version = 1.20.1
[  5932.350] 	Module class: X.Org Video Driver
[  5932.350] 	ABI class: X.Org Video Driver, version 24.0
[  5932.350] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  5932.437] (II) modeset(0): using drv /dev/dri/card0
[  5932.438] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  5932.438] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  5932.438] (**) modeset(0): Option "AccelMethod" "none"
[  5932.438] (==) modeset(0): RGB weight 888
[  5932.438] (==) modeset(0): Default visual is TrueColor
[  5932.438] (**) modeset(0): glamor disabled
[  5932.438] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[  5932.472] (II) modeset(0): Output VGA-1 has no monitor section
[  5932.477] (II) modeset(0): Output LVDS-1 has no monitor section
[  5932.482] (II) modeset(0): Output DVI-D-1 has no monitor section
[  5932.483] (II) modeset(0): Output DP-1 has no monitor section
[  5932.516] (II) modeset(0): EDID for output VGA-1
[  5932.521] (II) modeset(0): EDID for output LVDS-1
[  5932.521] (II) modeset(0): Manufacturer: SEC  Model: 3242  Serial#: 0
[  5932.521] (II) modeset(0): Year: 2011  Week: 0
[  5932.521] (II) modeset(0): EDID Version: 1.3
[  5932.521] (II) modeset(0): Digital Display Input
[  5932.521] (II) modeset(0): Max Image Size [cm]: horiz.: 22  vert.: 13
[  5932.521] (II) modeset(0): Gamma: 2.20
[  5932.521] (II) modeset(0): No DPMS capabilities specified
[  5932.521] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  5932.521] (II) modeset(0): First detailed timing is preferred mode
[  5932.521] (II) modeset(0): redX: 0.600 redY: 0.340   greenX: 0.310 greenY: 0.560
[  5932.521] (II) modeset(0): blueX: 0.150 blueY: 0.130   whiteX: 0.313 whiteY: 0.329
[  5932.521] (II) modeset(0): Manufacturer's mask: 0
[  5932.521] (II) modeset(0): Supported detailed timing:
[  5932.521] (II) modeset(0): clock: 57.6 MHz   Image Size:  223 x 125 mm
[  5932.521] (II) modeset(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1352 h_border: 0
[  5932.521] (II) modeset(0): v_active: 600  v_sync: 603  v_sync_end 609 v_blanking: 710 v_border: 0
[  5932.521] (II) modeset(0): Unknown vendor-specific block f
[  5932.521] (II) modeset(0):  SAMSUNG
[  5932.522] (II) modeset(0):  101NT08-805
[  5932.522] (II) modeset(0): EDID (in hex):
[  5932.522] (II) modeset(0): 	00ffffffffffff004ca3423200000000
[  5932.522] (II) modeset(0): 	0015010380160d780a859599574f8f26
[  5932.522] (II) modeset(0): 	21505400000001010101010101010101
[  5932.522] (II) modeset(0): 	0101010101018016004841586e201888
[  5932.522] (II) modeset(0): 	3600df7d000000190000000f00000000
[  5932.522] (II) modeset(0): 	000000000058d20a5500000000fe0053
[  5932.522] (II) modeset(0): 	414d53554e470a2020202020000000fe
[  5932.522] (II) modeset(0): 	003130314e5430382d3830350a200046
[  5932.523] (II) modeset(0): Printing probed modes for output LVDS-1
[  5932.523] (II) modeset(0): Modeline "1024x600"x60.0   57.60  1024 1048 1184 1352  600 603 609 710 -hsync -vsync (42.6 kHz eP)
[  5932.523] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  5932.523] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  5932.523] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  5932.523] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  5932.523] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  5932.523] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  5932.523] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  5932.523] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  5932.523] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  5932.523] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  5932.523] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  5932.523] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  5932.523] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  5932.524] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  5932.524] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  5932.524] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  5932.524] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  5932.524] (II) modeset(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[  5932.524] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  5932.524] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  5932.524] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  5932.524] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  5932.524] (II) modeset(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[  5932.524] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  5932.524] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  5932.524] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  5932.524] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  5932.524] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  5932.524] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  5932.524] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  5932.524] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  5932.524] (II) modeset(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[  5932.524] (II) modeset(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[  5932.525] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  5932.525] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  5932.525] (II) modeset(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[  5932.525] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  5932.525] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  5932.525] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  5932.525] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  5932.525] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  5932.525] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  5932.525] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  5932.525] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  5932.525] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  5932.525] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  5932.525] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  5932.525] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  5932.525] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  5932.525] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  5932.525] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  5932.525] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  5932.525] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  5932.526] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  5932.530] (II) modeset(0): EDID for output DVI-D-1
[  5932.531] (II) modeset(0): EDID for output DP-1
[  5932.531] (II) modeset(0): Output VGA-1 disconnected
[  5932.531] (II) modeset(0): Output LVDS-1 connected
[  5932.531] (II) modeset(0): Output DVI-D-1 disconnected
[  5932.531] (II) modeset(0): Output DP-1 disconnected
[  5932.531] (II) modeset(0): Using exact sizes for initial modes
[  5932.531] (II) modeset(0): Output LVDS-1 using initial mode 1024x600 +0+0
[  5932.531] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  5932.531] (==) modeset(0): DPI set to (96, 96)
[  5932.531] (II) Loading sub module "fb"
[  5932.531] (II) LoadModule: "fb"
[  5932.531] (II) Loading /usr/lib/xorg/modules/libfb.so
[  5932.542] (II) Module fb: vendor="X.Org Foundation"
[  5932.542] 	compiled for 1.20.1, module version = 1.0.0
[  5932.542] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  5932.561] (==) modeset(0): Backing store enabled
[  5932.562] (==) modeset(0): Silken mouse enabled
[  5932.572] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  5932.573] (==) modeset(0): DPMS enabled
[  5932.573] (II) Initializing extension Generic Event Extension
[  5932.574] (II) Initializing extension SHAPE
[  5932.574] (II) Initializing extension MIT-SHM
[  5932.575] (II) Initializing extension XInputExtension
[  5932.580] (II) Initializing extension XTEST
[  5932.581] (II) Initializing extension BIG-REQUESTS
[  5932.581] (II) Initializing extension SYNC
[  5932.582] (II) Initializing extension XKEYBOARD
[  5932.583] (II) Initializing extension XC-MISC
[  5932.583] (II) Initializing extension SECURITY
[  5932.584] (II) Initializing extension XFIXES
[  5932.585] (II) Initializing extension RENDER
[  5932.586] (II) Initializing extension RANDR
[  5932.587] (II) Initializing extension COMPOSITE
[  5932.588] (II) Initializing extension DAMAGE
[  5932.588] (II) Initializing extension MIT-SCREEN-SAVER
[  5932.589] (II) Initializing extension DOUBLE-BUFFER
[  5932.590] (II) Initializing extension RECORD
[  5932.590] (II) Initializing extension DPMS
[  5932.591] (II) Initializing extension Present
[  5932.592] (II) Initializing extension DRI3
[  5932.592] (II) Initializing extension X-Resource
[  5932.593] (II) Initializing extension XVideo
[  5932.593] (II) Initializing extension XVideo-MotionCompensation
[  5932.593] (II) Initializing extension SELinux
[  5932.593] (II) SELinux: Disabled on system
[  5932.594] (II) Initializing extension GLX
[  5932.594] (II) AIGLX: Screen 0 is not DRI2 capable
[  5934.713] (II) IGLX: Loaded and initialized swrast
[  5934.714] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  5934.714] (II) Initializing extension XFree86-VidModeExtension
[  5934.714] (II) Initializing extension XFree86-DGA
[  5934.715] (II) Initializing extension XFree86-DRI
[  5934.727] (II) Initializing extension DRI2
[  5934.729] (II) modeset(0): Damage tracking initialized
[  5934.729] (II) modeset(0): Setting screen physical size to 270 x 158
[  5935.164] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[  5935.165] (II) No input driver specified, ignoring this device.
[  5935.165] (II) This device may have been added with another device file.
[  5935.167] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  5935.167] (II) No input driver specified, ignoring this device.
[  5935.167] (II) This device may have been added with another device file.
[  5935.169] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  5935.169] (II) No input driver specified, ignoring this device.
[  5935.169] (II) This device may have been added with another device file.
[  5935.170] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[  5935.170] (II) No input driver specified, ignoring this device.
[  5935.170] (II) This device may have been added with another device file.
[  5935.172] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[  5935.172] (II) No input driver specified, ignoring this device.
[  5935.172] (II) This device may have been added with another device file.
[  5935.175] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event10)
[  5935.175] (II) No input driver specified, ignoring this device.
[  5935.175] (II) This device may have been added with another device file.
[  5935.176] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event11)
[  5935.177] (II) No input driver specified, ignoring this device.
[  5935.177] (II) This device may have been added with another device file.
[  5935.178] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9)
[  5935.178] (II) No input driver specified, ignoring this device.
[  5935.178] (II) This device may have been added with another device file.
[  5935.180] (II) config/udev: Adding input device WebCam SC-0311139N (/dev/input/event8)
[  5935.181] (II) No input driver specified, ignoring this device.
[  5935.181] (II) This device may have been added with another device file.
[  5935.183] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  5935.183] (II) No input driver specified, ignoring this device.
[  5935.183] (II) This device may have been added with another device file.
[  5935.185] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event1)
[  5935.185] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[  5935.185] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[  5935.185] (II) LoadModule: "synaptics"
[  5935.185] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  5935.202] (II) Module synaptics: vendor="X.Org Foundation"
[  5935.202] 	compiled for 1.20.1, module version = 1.9.1
[  5935.202] 	Module class: X.Org XInput Driver
[  5935.202] 	ABI class: X.Org XInput driver, version 24.1
[  5935.202] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[  5935.202] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  5935.202] (**) Option "Device" "/dev/input/event1"
[  5935.233] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[  5935.233] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5812 (res 61)
[  5935.233] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5110 (res 120)
[  5935.233] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[  5935.234] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[  5935.234] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[  5935.234] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[  5935.235] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  5935.235] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  5935.264] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[  5935.264] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 6)
[  5935.265] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[  5935.265] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[  5935.265] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
[  5935.268] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[  5935.268] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[  5935.268] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  5935.268] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  5935.269] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  5935.271] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  5935.271] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[  5935.274] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[  5935.274] (II) No input driver specified, ignoring this device.
[  5935.274] (II) This device may have been added with another device file.
-------------- next part --------------
19d18
< root        19  0.0  0.0      0     0 ?        I    08:10   0:00 [kworker/1:0-events]
77c76
< root       331  0.0  1.2  76824 25320 ?        Ss   08:11   0:01 /lib/systemd/systemd-journald
---
> root       331  0.0  1.2  85020 25320 ?        Ss   08:11   0:01 /lib/systemd/systemd-journald
105c104
< root       755  0.0  0.2   6372  4516 tty1     S+   08:11   0:00 -bash
---
> root       755  0.0  0.2   6372  4516 tty1     S    08:11   0:00 -bash
112c111
< root       937  0.0  0.0      0     0 ?        I<   09:17   0:00 [kworker/u9:4-kcryptd]
---
> root       937  0.0  0.0      0     0 ?        I<   09:17   0:01 [kworker/u9:4-kcryptd]
116c115
< root       957  0.0  0.0      0     0 ?        I    09:44   0:00 [kworker/1:1-kec_query]
---
> root       957  0.0  0.0      0     0 ?        I    09:44   0:00 [kworker/1:1-events]
119,120c118,119
< root       960  0.1  0.3  40372  7120 ?        Ss   09:45   0:00 sshd: john [priv]
< john       963  1.2  0.3  41832  7844 ?        Ss   09:46   0:00 /lib/systemd/systemd --user
---
> root       960  0.0  0.3  40372  7120 ?        Ss   09:45   0:00 sshd: john [priv]
> john       963  0.0  0.3  41832  7844 ?        Ss   09:46   0:00 /lib/systemd/systemd --user
124,125c123,127
< john       980  1.3  0.2   6372  4424 pts/0    Ss   09:46   0:00 -bash
< john       985  0.0  0.1  15328  3188 pts/0    R+   09:46   0:00 ps aux
---
> john       980  0.0  0.2   6372  4424 pts/0    Ss   09:46   0:00 -bash
> root       986  0.0  0.0      0     0 ?        I    09:49   0:00 [kworker/3:1-events]
> root       989  0.0  0.0      0     0 ?        I    09:49   0:00 [kworker/1:0-kec_query]
> root       990  3.9  1.9 512356 40452 tty2     Ssl+ 09:49   0:00 /usr/lib/xorg/Xorg -retro
> john       998  0.0  0.1  15328  2996 pts/0    R+   09:49   0:00 ps aux


More information about the xorg mailing list