Problems with booting Manjaro after updating

Hello everyone,

I performed a big update yesterday. Everything seemed fine so I put my system to hibernate. Today after waking, the WiFi wasn’t working so I decided to reboot. But now I can’t log in anymore. The regular welcome screen isn’t showing. Instead I have a black screen with a blinking _ character in the top left.

When I try to use a different tty, it shows the tty asking for the login, but only for half a second, then it returns to the black screen with the blinking _ .

I can spam, for example, ctrl+alt+f5, for the tty, but I can only see the tty for a short moment. I can type my username, a few letters everytime but I couldn’t manage the same for my password.

I’m on kernel 5.4

Does anyone have a suggestion on what else I could try?

When starting your graphical login, there runs a loop (!) trying to start the graphical login. This seems to interrupt your tty login.

  • At my pc this loop terminates after a count of tries. After that it may be possible to login.
  • Also please try with different tty’s (CTRL-ALT-F1 … F7)
  • Otherwise you may need to use a live USB/CD and chroot into your system

Increase your chances of solving your issue:

Provide Information:

1 Like

Hi, thanks for your quick response.

I tried this:

Or boot in level 3 , at grub boot menu press e to edit and replace quiet with 3 at kernel line, then press F10 to continue booting.

It worked, I could now log in on a tty. I’ll try to restore a previous timeshift snapshot.

Or should I try something else?

Don’t give up so fast :rofl:

You may try:

  • provide information, so someone can help
  • wait for someone else having a good idea :smiling_face_with_three_hearts:
  • to start your login from tty startx
  • to have a look at the logs/var/log ist the place
    • first look into the logs of your login-manager (mine are from lightdm)
    • then have a look into the logs of xorg
1 Like

Unfortunately this is my work pc and I need to work right now :disappointed:

Edit: restoring snapshot has worked. I’ll give the update another shot tomorrow or day after :v:t5:

Try to start into GUI with startx

So for next time:

  • After an update never (!) hibernate without rebooting first
  • Reboot and make a short check that everything works
2 Likes

Do U have nvidia graphic? The kernel 5.4 won’t work because missing drivers.
I had same issue. What I did:

  1. Logged to console CTRL+ALT+F3
  2. had ealier kernel 5.15. If U havn’t got it install.
  3. restart PC and pick 5.15 kernel
  4. login again CTRL+ALT+F3
  5. remove old 5.4 kernel
  6. Update system
  7. Install fresh drivers by mhwd for kernel 5.15

It worked for me.

2 Likes

This! Thank you @pawel!

@inkping I was in the exact same boat. Same issue with the blinking/stuttering cursor and all. After I got into a terminal (with the exact same method you did), I was able to run startx and navigate to my settings. I went into Hardware Configuration, noticed that my drivers needed fixing, and let mhwd detect what I needed for me (all through the settings GUI). Worked like a charm.

1 Like

Hello @andreas85 ,

thanks for your response and sorry for my late reply. I just didn’t find time to try the update again but today I tried again :slight_smile:

I did the previous steps (changing grub parameters so I could log in), then startx. I switched my Kernel to 5.15 and installed the fresh drivers that mhwd provided (following instructions by @pawel).

When I reboot, I still run into the same problems I described in my first post, so I checked the logs.

This is the log from lightdm:

[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=1798
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf.d/20-optimus-manager.conf
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Registered seat module local
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
[+0.00s] DEBUG: Monitoring logind for seats
[+0.00s] DEBUG: New seat added from logind: seat0
[+0.00s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.00s] DEBUG: Seat seat0 has property CanMultiSession=no
[+0.00s] DEBUG: Seat seat0: Starting
[+0.00s] DEBUG: Seat seat0: Creating greeter session
[+0.00s] DEBUG: Seat seat0: Creating display server of type x
[+0.00s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.00s] DEBUG: Using VT 7
[+0.00s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.00s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.00s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+0.00s] DEBUG: XServer 0: Launching X Server
[+0.00s] DEBUG: Launching process 1804: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.00s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+0.00s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.00s] DEBUG: Loading users from org.freedesktop.Accounts
[+0.00s] DEBUG: User /org/freedesktop/Accounts/User1000 added
[+1.60s] DEBUG: Got signal 15 from process 1
[+1.60s] DEBUG: Caught Terminated signal, shutting down
[+1.60s] DEBUG: Stopping display manager
[+1.60s] DEBUG: Seat seat0: Stopping
[+1.60s] DEBUG: Seat seat0: Stopping display server
[+1.60s] DEBUG: Sending signal 15 to process 1804
[+1.60s] DEBUG: Seat seat0: Stopping session
[+1.60s] DEBUG: Seat seat0: Session stopped
[+1.96s] DEBUG: Got signal 10 from process 1804
[+1.96s] DEBUG: XServer 0: Got signal from X server :0
[+1.96s] DEBUG: XServer 0: Connecting to XServer :0
[+2.92s] DEBUG: XServer 0: Error connecting to XServer :0
[+3.09s] DEBUG: Process 1804 exited with return value 0
[+3.09s] DEBUG: XServer 0: X server stopped
[+3.09s] DEBUG: Releasing VT 7
[+3.09s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
[+3.09s] DEBUG: Seat seat0: Display server stopped
[+3.09s] DEBUG: Launching process 2140: /sbin/prime-switch
[+3.26s] DEBUG: Process 2140 exited with return value 1
[+3.26s] DEBUG: Seat seat0: Exit status of /sbin/prime-switch: 1
[+3.26s] DEBUG: Seat seat0: Stopped
[+3.26s] DEBUG: Display manager stopped
[+3.26s] DEBUG: Stopping daemon
[+3.26s] DEBUG: Exiting with return value 0

This tells that ligtdm could not work because xorg server did terminate.

You now have to look into /var/log/Xorg.0.log to find why xorg server failed.

Without any useful information (like inxi) it is difficult to help !
So this may take more time as if you would have provided info beforehand.

Hi Andreas, thanks for your response!

here is the xorg log:

[   101.500] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[   101.500] Current Operating System: Linux XPS15 5.15.19-1-MANJARO #1 SMP PREEMPT Tue Feb 1 16:58:17 UTC 2022 x86_64
[   101.500] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 root=UUID=fff12115-1a7b-4355-b65b-f9776d6a8f7e rw quiet resume=UUID=51b44c6e-15fe-4fb0-b357-196438148de4
[   101.500]  
[   101.500] Current version of pixman: 0.40.0
[   101.500] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   101.500] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   101.500] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 14 12:18:43 2022
[   101.500] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   101.500] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   101.500] (==) ServerLayout "layout"
[   101.500] (==) No screen section available. Using defaults.
[   101.500] (**) |-->Screen "Default Screen Section" (0)
[   101.500] (**) |   |-->Monitor "<default monitor>"
[   101.500] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[   101.500] (**) |   |-->Device "integrated"
[   101.500] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   101.500] (==) Automatically adding devices
[   101.500] (==) Automatically enabling devices
[   101.500] (==) Automatically adding GPU devices
[   101.500] (==) Automatically binding GPU devices
[   101.500] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   101.500] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   101.500] 	Entry deleted from font path.
[   101.500] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   101.500] 	Entry deleted from font path.
[   101.500] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   101.500] 	Entry deleted from font path.
[   101.500] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[   101.500] (==) ModulePath set to "/usr/lib/xorg/modules"
[   101.500] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   101.500] (II) Module ABI versions:
[   101.500] 	X.Org ANSI C Emulation: 0.4
[   101.500] 	X.Org Video Driver: 25.2
[   101.500] 	X.Org XInput driver : 24.4
[   101.500] 	X.Org Server Extension : 10.0
[   101.501] (++) using VT number 7

[   101.501] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   101.501] (II) xfree86: Adding drm device (/dev/dri/card0)
[   101.501] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   101.510] (--) PCI:*(0@0:2:0) 8086:3e9b:1028:087c rev 0, Mem @ 0xeb000000/16777216, 0x80000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[   101.510] (--) PCI: (1@0:0:0) 10de:1c8c:1028:087c rev 161, Mem @ 0xec000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[   101.510] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   101.510] (II) LoadModule: "glx"
[   101.510] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   101.511] (II) Module glx: vendor="X.Org Foundation"
[   101.511] 	compiled for 1.21.1.3, module version = 1.0.0
[   101.511] 	ABI class: X.Org Server Extension, version 10.0
[   101.511] (II) LoadModule: "modesetting"
[   101.511] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   101.513] (II) Module modesetting: vendor="X.Org Foundation"
[   101.513] 	compiled for 1.21.1.3, module version = 1.21.1
[   101.513] 	Module class: X.Org Video Driver
[   101.513] 	ABI class: X.Org Video Driver, version 25.2
[   101.513] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   101.525] (II) modeset(0): using drv /dev/dri/card0
[   101.525] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   101.525] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   101.525] (==) modeset(0): RGB weight 888
[   101.525] (==) modeset(0): Default visual is TrueColor
[   101.525] (II) Loading sub module "glamoregl"
[   101.525] (II) LoadModule: "glamoregl"
[   101.525] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   101.528] (II) Module glamoregl: vendor="X.Org Foundation"
[   101.528] 	compiled for 1.21.1.3, module version = 1.0.1
[   101.528] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   101.814] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[   101.814] (II) modeset(0): glamor initialized
[   101.814] (==) modeset(0): VariableRefresh: disabled
[   101.814] (==) modeset(0): AsyncFlipSecondaries: disabled
[   101.816] (II) modeset(0): Output eDP-1 has no monitor section
[   101.816] (II) modeset(0): Output DP-1 has no monitor section
[   101.816] (II) modeset(0): Output DP-2 has no monitor section
[   101.820] (II) modeset(0): Output DP-3 has no monitor section
[   101.821] (II) modeset(0): EDID for output eDP-1
[   101.821] (II) modeset(0): Manufacturer: SHP  Model: 148d  Serial#: 0
[   101.821] (II) modeset(0): Year: 2018  Week: 5
[   101.821] (II) modeset(0): EDID Version: 1.4
[   101.821] (II) modeset(0): Digital Display Input
[   101.821] (II) modeset(0): 8 bits per channel
[   101.821] (II) modeset(0): Digital interface is DisplayPort
[   101.821] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   101.821] (II) modeset(0): Gamma: 2.20
[   101.821] (II) modeset(0): No DPMS capabilities specified
[   101.821] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   101.821] (II) modeset(0): Default color space is primary color space
[   101.821] (II) modeset(0): First detailed timing is preferred mode
[   101.821] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   101.821] (II) modeset(0): redX: 0.661 redY: 0.325   greenX: 0.207 greenY: 0.737
[   101.821] (II) modeset(0): blueX: 0.145 blueY: 0.047   whiteX: 0.312 whiteY: 0.320
[   101.821] (II) modeset(0): Manufacturer's mask: 0
[   101.821] (II) modeset(0): Supported detailed timing:
[   101.821] (II) modeset(0): clock: 533.2 MHz   Image Size:  344 x 194 mm
[   101.821] (II) modeset(0): h_active: 3840  h_sync: 3888  h_sync_end 3920 h_blank_end 4000 h_border: 0
[   101.821] (II) modeset(0): v_active: 2160  v_sync: 2163  v_sync_end 2168 v_blanking: 2222 v_border: 0
[   101.821] (II) modeset(0):  FNVDR€LQ156D1
[   101.821] (II) modeset(0): Unknown vendor-specific block 0
[   101.821] (II) modeset(0): EDID (in hex):
[   101.821] (II) modeset(0): 	00ffffffffffff004d108d1400000000
[   101.821] (II) modeset(0): 	051c0104a52213780e5300a95335bc25
[   101.821] (II) modeset(0): 	0c505200000001010101010101010101
[   101.821] (II) modeset(0): 	0101010101014dd000a0f0703e803020
[   101.821] (II) modeset(0): 	350058c2100000180000000000000000
[   101.821] (II) modeset(0): 	00000000000000000000000000fe0046
[   101.821] (II) modeset(0): 	4e564452804c51313536443100000000
[   101.821] (II) modeset(0): 	0002410328011200000b010a2020003a
[   101.821] (II) modeset(0): Printing probed modes for output eDP-1
[   101.821] (II) modeset(0): Modeline "3840x2160"x60.0  533.25  3840 3888 3920 4000  2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[   101.821] (II) modeset(0): Modeline "3840x2160"x60.0  712.75  3840 4160 4576 5312  2160 2163 2168 2237 -hsync +vsync (134.2 kHz d)
[   101.822] (II) modeset(0): Modeline "3840x2160"x60.0  533.00  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[   101.822] (II) modeset(0): Modeline "3200x1800"x60.0  492.00  3200 3456 3800 4400  1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[   101.822] (II) modeset(0): Modeline "3200x1800"x59.9  373.00  3200 3248 3280 3360  1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[   101.822] (II) modeset(0): Modeline "2880x1620"x60.0  396.25  2880 3096 3408 3936  1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[   101.822] (II) modeset(0): Modeline "2880x1620"x60.0  303.75  2880 2928 2960 3040  1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[   101.822] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[   101.822] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[   101.822] (II) modeset(0): Modeline "2560x1440"x120.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[   101.822] (II) modeset(0): Modeline "2560x1440"x120.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[   101.822] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[   101.822] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[   101.822] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[   101.822] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[   101.822] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[   101.822] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[   101.822] (II) modeset(0): Modeline "2048x1152"x120.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[   101.822] (II) modeset(0): Modeline "2048x1152"x120.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[   101.822] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[   101.822] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[   101.822] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[   101.822] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[   101.822] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   101.822] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   101.822] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   101.822] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   101.822] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[   101.822] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   101.822] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   101.822] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   101.822] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   101.822] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   101.822] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   101.822] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   101.822] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   101.822] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   101.822] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   101.822] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   101.822] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   101.822] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   101.822] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   101.822] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   101.822] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   101.822] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   101.822] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   101.822] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   101.822] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   101.822] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   101.822] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   101.822] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   101.822] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   101.822] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   101.822] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   101.822] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   101.822] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   101.822] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   101.822] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   101.822] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   101.822] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   101.822] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   101.822] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   101.822] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   101.822] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   101.822] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   101.822] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   101.822] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   101.822] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   101.822] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   101.822] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   101.822] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   101.822] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   101.822] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   101.822] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   101.822] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   101.822] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   101.822] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   101.822] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   101.822] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   101.822] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   101.822] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   101.822] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   101.822] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   101.822] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   101.822] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   101.822] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   101.822] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   101.822] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   101.822] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   101.822] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   101.822] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   101.822] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   101.822] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   101.822] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   101.822] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   101.822] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   101.822] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   101.822] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   101.822] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   101.822] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   101.822] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   101.822] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   101.822] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   101.822] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   101.822] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   101.822] (II) modeset(0): EDID for output DP-1
[   101.822] (II) modeset(0): EDID for output DP-2
[   101.826] (II) modeset(0): EDID for output DP-3
[   101.826] (II) modeset(0): Output eDP-1 connected
[   101.826] (II) modeset(0): Output DP-1 disconnected
[   101.826] (II) modeset(0): Output DP-2 disconnected
[   101.826] (II) modeset(0): Output DP-3 disconnected
[   101.826] (II) modeset(0): Using exact sizes for initial modes
[   101.826] (II) modeset(0): Output eDP-1 using initial mode 3840x2160 +0+0
[   101.826] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   101.826] (==) modeset(0): DPI set to (96, 96)
[   101.826] (II) Loading sub module "fb"
[   101.826] (II) LoadModule: "fb"
[   101.826] (II) Module "fb" already built-in
[   101.838] (==) modeset(0): Backing store enabled
[   101.838] (==) modeset(0): Silken mouse enabled
[   101.909] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   101.909] (==) modeset(0): DPMS enabled
[   101.909] (WW) modeset(0): Option "DRI" is not used
[   101.909] (II) modeset(0): [DRI2] Setup complete
[   101.909] (II) modeset(0): [DRI2]   DRI driver: iris
[   101.909] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[   101.909] (II) Initializing extension Generic Event Extension
[   101.910] (II) Initializing extension SHAPE
[   101.910] (II) Initializing extension MIT-SHM
[   101.910] (II) Initializing extension XInputExtension
[   101.910] (II) Initializing extension XTEST
[   101.910] (II) Initializing extension BIG-REQUESTS
[   101.911] (II) Initializing extension SYNC
[   101.911] (II) Initializing extension XKEYBOARD
[   101.911] (II) Initializing extension XC-MISC
[   101.911] (II) Initializing extension SECURITY
[   101.911] (II) Initializing extension XFIXES
[   101.911] (II) Initializing extension RENDER
[   101.911] (II) Initializing extension RANDR
[   101.912] (II) Initializing extension COMPOSITE
[   101.912] (II) Initializing extension DAMAGE
[   101.912] (II) Initializing extension MIT-SCREEN-SAVER
[   101.912] (II) Initializing extension DOUBLE-BUFFER
[   101.912] (II) Initializing extension RECORD
[   101.912] (II) Initializing extension DPMS
[   101.913] (II) Initializing extension Present
[   101.913] (II) Initializing extension DRI3
[   101.913] (II) Initializing extension X-Resource
[   101.913] (II) Initializing extension XVideo
[   101.913] (II) Initializing extension XVideo-MotionCompensation
[   101.913] (II) Initializing extension GLX
[   101.926] (II) AIGLX: Loaded and initialized iris
[   101.926] (II) GLX: Initialized DRI2 GL provider for screen 0
[   101.926] (II) Initializing extension XFree86-VidModeExtension
[   101.926] (II) Initializing extension XFree86-DGA
[   101.926] (II) Initializing extension XFree86-DRI
[   101.926] (II) Initializing extension DRI2
[   101.927] (II) modeset(0): Damage tracking initialized
[   101.927] (II) modeset(0): Setting screen physical size to 1016 x 571
[   101.986] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   101.986] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   101.986] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   101.986] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   101.986] (**) Power Button: Applying InputClass "system-keyboard"
[   101.986] (II) LoadModule: "libinput"
[   101.986] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   101.987] (II) Module libinput: vendor="X.Org Foundation"
[   101.987] 	compiled for 1.21.1.3, module version = 1.2.1
[   101.987] 	Module class: X.Org XInput Driver
[   101.987] 	ABI class: X.Org XInput driver, version 24.4
[   101.987] (II) Using input driver 'libinput' for 'Power Button'
[   101.987] (**) Power Button: always reports core events
[   101.987] (**) Option "Device" "/dev/input/event3"
[   101.989] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   101.989] (II) event3  - Power Button: device is a keyboard
[   101.989] (II) event3  - Power Button: device removed
[   102.031] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   102.031] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   102.031] (**) Option "xkb_model" "pc105"
[   102.031] (**) Option "xkb_layout" "ch"
[   102.031] (**) Option "xkb_variant" "de_nodeadkeys"
[   102.047] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   102.047] (II) event3  - Power Button: device is a keyboard
[   102.047] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[   102.047] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   102.047] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   102.047] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   102.047] (**) Video Bus: Applying InputClass "system-keyboard"
[   102.047] (II) Using input driver 'libinput' for 'Video Bus'
[   102.047] (**) Video Bus: always reports core events
[   102.047] (**) Option "Device" "/dev/input/event15"
[   102.048] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[   102.048] (II) event15 - Video Bus: device is a keyboard
[   102.048] (II) event15 - Video Bus: device removed
[   102.111] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18/event15"
[   102.111] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   102.111] (**) Option "xkb_model" "pc105"
[   102.111] (**) Option "xkb_layout" "ch"
[   102.111] (**) Option "xkb_variant" "de_nodeadkeys"
[   102.114] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[   102.114] (II) event15 - Video Bus: device is a keyboard
[   102.116] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[   102.116] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   102.116] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   102.116] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   102.116] (**) Video Bus: Applying InputClass "system-keyboard"
[   102.116] (II) Using input driver 'libinput' for 'Video Bus'
[   102.116] (**) Video Bus: always reports core events
[   102.116] (**) Option "Device" "/dev/input/event16"
[   102.119] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[   102.119] (II) event16 - Video Bus: device is a keyboard
[   102.120] (II) event16 - Video Bus: device removed
[   102.177] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:01/input/input19/event16"
[   102.177] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   102.177] (**) Option "xkb_model" "pc105"
[   102.177] (**) Option "xkb_layout" "ch"
[   102.178] (**) Option "xkb_variant" "de_nodeadkeys"
[   102.181] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[   102.181] (II) event16 - Video Bus: device is a keyboard
[   102.183] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   102.183] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   102.183] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   102.183] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   102.183] (**) Power Button: Applying InputClass "system-keyboard"
[   102.183] (II) Using input driver 'libinput' for 'Power Button'
[   102.183] (**) Power Button: always reports core events
[   102.183] (**) Option "Device" "/dev/input/event1"
[   102.185] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   102.186] (II) event1  - Power Button: device is a keyboard
[   102.186] (II) event1  - Power Button: device removed
[   102.217] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   102.217] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[   102.217] (**) Option "xkb_model" "pc105"
[   102.217] (**) Option "xkb_layout" "ch"
[   102.218] (**) Option "xkb_variant" "de_nodeadkeys"
[   102.220] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   102.220] (II) event1  - Power Button: device is a keyboard
[   102.222] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   102.222] (II) No input driver specified, ignoring this device.
[   102.222] (II) This device may have been added with another device file.
[   102.224] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   102.224] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   102.224] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   102.224] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   102.224] (**) Sleep Button: Applying InputClass "system-keyboard"
[   102.224] (II) Using input driver 'libinput' for 'Sleep Button'
[   102.224] (**) Sleep Button: always reports core events
[   102.224] (**) Option "Device" "/dev/input/event2"
[   102.226] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   102.226] (II) event2  - Sleep Button: device is a keyboard
[   102.226] (II) event2  - Sleep Button: device removed
[   102.257] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[   102.257] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[   102.257] (**) Option "xkb_model" "pc105"
[   102.258] (**) Option "xkb_layout" "ch"
[   102.258] (**) Option "xkb_variant" "de_nodeadkeys"
[   102.260] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   102.261] (II) event2  - Sleep Button: device is a keyboard
[   102.264] (II) config/udev: Adding input device Wacom HID 488E Pen (/dev/input/event10)
[   102.264] (**) Wacom HID 488E Pen: Applying InputClass "evdev tablet catchall"
[   102.264] (**) Wacom HID 488E Pen: Applying InputClass "libinput tablet catchall"
[   102.264] (**) Wacom HID 488E Pen: Applying InputClass "libinput tablet catchall"
[   102.264] (II) Using input driver 'libinput' for 'Wacom HID 488E Pen'
[   102.264] (**) Wacom HID 488E Pen: always reports core events
[   102.264] (**) Option "Device" "/dev/input/event10"
[   102.267] (II) event10 - Wacom HID 488E Pen: is tagged by udev as: Tablet
[   102.334] (II) event10 - Wacom HID 488E Pen: tablet 'Wacom HID 488E Pen' unknown to libwacom
[   102.361] (II) event10 - Wacom HID 488E Pen: device is a tablet
[   102.361] (II) event10 - Wacom HID 488E Pen: device removed
[   102.417] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-WCOM488E:00/0018:056A:488E.0001/input/input24/event10"
[   102.417] (II) XINPUT: Adding extended input device "Wacom HID 488E Pen" (type: TABLET, id 11)
[   102.421] (II) event10 - Wacom HID 488E Pen: is tagged by udev as: Tablet
[   102.448] (II) event10 - Wacom HID 488E Pen: tablet 'Wacom HID 488E Pen' unknown to libwacom
[   102.475] (II) event10 - Wacom HID 488E Pen: device is a tablet
[   102.476] (II) config/udev: Adding input device Wacom HID 488E Pen (/dev/input/mouse2)
[   102.476] (II) No input driver specified, ignoring this device.
[   102.476] (II) This device may have been added with another device file.
[   102.478] (II) config/udev: Adding input device Wacom HID 488E Finger (/dev/input/event11)
[   102.479] (**) Wacom HID 488E Finger: Applying InputClass "evdev touchscreen catchall"
[   102.479] (**) Wacom HID 488E Finger: Applying InputClass "libinput touchscreen catchall"
[   102.479] (**) Wacom HID 488E Finger: Applying InputClass "libinput touchscreen catchall"
[   102.479] (II) Using input driver 'libinput' for 'Wacom HID 488E Finger'
[   102.479] (**) Wacom HID 488E Finger: always reports core events
[   102.479] (**) Option "Device" "/dev/input/event11"
[   102.482] (II) event11 - Wacom HID 488E Finger: is tagged by udev as: Touchscreen
[   102.482] (II) event11 - Wacom HID 488E Finger: device is a touch device
[   102.483] (II) event11 - Wacom HID 488E Finger: device removed
[   102.537] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-WCOM488E:00/0018:056A:488E.0001/input/input25/event11"
[   102.537] (II) XINPUT: Adding extended input device "Wacom HID 488E Finger" (type: TOUCHSCREEN, id 12)
[   102.538] (**) Option "AccelerationScheme" "none"
[   102.538] (**) Wacom HID 488E Finger: (accel) selected scheme none/0
[   102.538] (**) Wacom HID 488E Finger: (accel) acceleration factor: 2.000
[   102.538] (**) Wacom HID 488E Finger: (accel) acceleration threshold: 4
[   102.541] (II) event11 - Wacom HID 488E Finger: is tagged by udev as: Touchscreen
[   102.542] (II) event11 - Wacom HID 488E Finger: device is a touch device
[   102.544] (II) config/udev: Adding input device Wacom HID 488E Finger (/dev/input/mouse3)
[   102.544] (II) No input driver specified, ignoring this device.
[   102.544] (II) This device may have been added with another device file.
[   102.546] (II) config/udev: Adding input device SYNA2393:00 06CB:7A13 Mouse (/dev/input/event8)
[   102.546] (**) SYNA2393:00 06CB:7A13 Mouse: Applying InputClass "evdev pointer catchall"
[   102.546] (**) SYNA2393:00 06CB:7A13 Mouse: Applying InputClass "libinput pointer catchall"
[   102.546] (**) SYNA2393:00 06CB:7A13 Mouse: Applying InputClass "libinput pointer catchall"
[   102.546] (II) Using input driver 'libinput' for 'SYNA2393:00 06CB:7A13 Mouse'
[   102.546] (**) SYNA2393:00 06CB:7A13 Mouse: always reports core events
[   102.546] (**) Option "Device" "/dev/input/event8"
[   102.549] (II) event8  - SYNA2393:00 06CB:7A13 Mouse: is tagged by udev as: Mouse Pointingstick
[   102.550] (II) event8  - SYNA2393:00 06CB:7A13 Mouse: device is a pointer
[   102.552] (II) event8  - SYNA2393:00 06CB:7A13 Mouse: device removed
[   102.617] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-SYNA2393:00/0018:06CB:7A13.0002/input/input21/event8"
[   102.618] (II) XINPUT: Adding extended input device "SYNA2393:00 06CB:7A13 Mouse" (type: MOUSE, id 13)
[   102.618] (**) Option "AccelerationScheme" "none"
[   102.618] (**) SYNA2393:00 06CB:7A13 Mouse: (accel) selected scheme none/0
[   102.618] (**) SYNA2393:00 06CB:7A13 Mouse: (accel) acceleration factor: 2.000
[   102.618] (**) SYNA2393:00 06CB:7A13 Mouse: (accel) acceleration threshold: 4
[   102.621] (II) event8  - SYNA2393:00 06CB:7A13 Mouse: is tagged by udev as: Mouse Pointingstick
[   102.622] (II) event8  - SYNA2393:00 06CB:7A13 Mouse: device is a pointer
[   102.626] (II) config/udev: Adding input device SYNA2393:00 06CB:7A13 Mouse (/dev/input/mouse0)
[   102.626] (II) No input driver specified, ignoring this device.
[   102.626] (II) This device may have been added with another device file.
[   102.628] (II) config/udev: Adding input device SYNA2393:00 06CB:7A13 Touchpad (/dev/input/event9)
[   102.628] (**) SYNA2393:00 06CB:7A13 Touchpad: Applying InputClass "evdev touchpad catchall"
[   102.628] (**) SYNA2393:00 06CB:7A13 Touchpad: Applying InputClass "libinput touchpad catchall"
[   102.628] (**) SYNA2393:00 06CB:7A13 Touchpad: Applying InputClass "libinput touchpad catchall"
[   102.628] (**) SYNA2393:00 06CB:7A13 Touchpad: Applying InputClass "touchpad"
[   102.628] (II) Using input driver 'libinput' for 'SYNA2393:00 06CB:7A13 Touchpad'
[   102.628] (**) SYNA2393:00 06CB:7A13 Touchpad: always reports core events
[   102.628] (**) Option "Device" "/dev/input/event9"
[   102.632] (II) event9  - SYNA2393:00 06CB:7A13 Touchpad: is tagged by udev as: Touchpad
[   102.636] (II) event9  - SYNA2393:00 06CB:7A13 Touchpad: device is a touchpad
[   102.636] (II) event9  - SYNA2393:00 06CB:7A13 Touchpad: device removed
[   102.697] (**) Option "Tapping" "on"
[   102.697] (**) Option "TappingButtonMap" "lrm"
[   102.697] (**) Option "AccelSpeed" "0.4"
[   102.697] (**) Option "NaturalScrolling" "on"
[   102.699] (**) Option "ClickMethod" "clickfinger"
[   102.699] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-SYNA2393:00/0018:06CB:7A13.0002/input/input22/event9"
[   102.699] (II) XINPUT: Adding extended input device "SYNA2393:00 06CB:7A13 Touchpad" (type: TOUCHPAD, id 14)
[   102.703] (**) Option "AccelerationScheme" "none"
[   102.703] (**) SYNA2393:00 06CB:7A13 Touchpad: (accel) selected scheme none/0
[   102.703] (**) SYNA2393:00 06CB:7A13 Touchpad: (accel) acceleration factor: 2.000
[   102.703] (**) SYNA2393:00 06CB:7A13 Touchpad: (accel) acceleration threshold: 4
[   102.706] (II) event9  - SYNA2393:00 06CB:7A13 Touchpad: is tagged by udev as: Touchpad
[   102.710] (II) event9  - SYNA2393:00 06CB:7A13 Touchpad: device is a touchpad
[   102.713] (II) config/udev: Adding input device SYNA2393:00 06CB:7A13 Touchpad (/dev/input/mouse1)
[   102.713] (**) SYNA2393:00 06CB:7A13 Touchpad: Applying InputClass "touchpad"
[   102.713] (II) Using input driver 'libinput' for 'SYNA2393:00 06CB:7A13 Touchpad'
[   102.713] (**) SYNA2393:00 06CB:7A13 Touchpad: always reports core events
[   102.713] (**) Option "Device" "/dev/input/mouse1"
[   102.777] (II) mouse1  - not using input device '/dev/input/mouse1'.
[   102.777] (EE) libinput: SYNA2393:00 06CB:7A13 Touchpad: Failed to create a device for /dev/input/mouse1
[   102.777] (EE) PreInit returned 2 for "SYNA2393:00 06CB:7A13 Touchpad"
[   102.777] (II) UnloadModule: "libinput"
[   102.779] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event12)
[   102.779] (II) No input driver specified, ignoring this device.
[   102.779] (II) This device may have been added with another device file.
[   102.780] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[   102.780] (II) No input driver specified, ignoring this device.
[   102.780] (II) This device may have been added with another device file.
[   102.781] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[   102.781] (II) No input driver specified, ignoring this device.
[   102.781] (II) This device may have been added with another device file.
[   102.782] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event18)
[   102.782] (II) No input driver specified, ignoring this device.
[   102.782] (II) This device may have been added with another device file.
[   102.784] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event19)
[   102.784] (II) No input driver specified, ignoring this device.
[   102.784] (II) This device may have been added with another device file.
[   102.785] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event20)
[   102.785] (II) No input driver specified, ignoring this device.
[   102.785] (II) This device may have been added with another device file.
[   102.786] (II) config/udev: Adding input device Intel HID events (/dev/input/event5)
[   102.786] (**) Intel HID events: Applying InputClass "evdev keyboard catchall"
[   102.786] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[   102.786] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[   102.786] (**) Intel HID events: Applying InputClass "system-keyboard"
[   102.786] (II) Using input driver 'libinput' for 'Intel HID events'
[   102.786] (**) Intel HID events: always reports core events
[   102.786] (**) Option "Device" "/dev/input/event5"
[   102.788] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[   102.788] (II) event5  - Intel HID events: device is a keyboard
[   102.789] (II) event5  - Intel HID events: device removed
[   102.817] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input6/event5"
[   102.818] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 15)
[   102.818] (**) Option "xkb_model" "pc105"
[   102.818] (**) Option "xkb_layout" "ch"
[   102.818] (**) Option "xkb_variant" "de_nodeadkeys"
[   102.820] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[   102.820] (II) event5  - Intel HID events: device is a keyboard
[   102.822] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event6)
[   102.822] (**) Intel HID 5 button array: Applying InputClass "evdev keyboard catchall"
[   102.822] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[   102.822] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[   102.822] (**) Intel HID 5 button array: Applying InputClass "system-keyboard"
[   102.822] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[   102.822] (**) Intel HID 5 button array: always reports core events
[   102.822] (**) Option "Device" "/dev/input/event6"
[   102.824] (II) event6  - Intel HID 5 button array: is tagged by udev as: Keyboard
[   102.824] (II) event6  - Intel HID 5 button array: device is a keyboard
[   102.825] (II) event6  - Intel HID 5 button array: device removed
[   102.857] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input7/event6"
[   102.857] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 16)
[   102.857] (**) Option "xkb_model" "pc105"
[   102.857] (**) Option "xkb_layout" "ch"
[   102.857] (**) Option "xkb_variant" "de_nodeadkeys"
[   102.860] (II) event6  - Intel HID 5 button array: is tagged by udev as: Keyboard
[   102.860] (II) event6  - Intel HID 5 button array: device is a keyboard
[   102.862] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event17)
[   102.863] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   102.863] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   102.863] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   102.863] (**) Dell WMI hotkeys: Applying InputClass "system-keyboard"
[   102.863] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[   102.863] (**) Dell WMI hotkeys: always reports core events
[   102.863] (**) Option "Device" "/dev/input/event17"
[   102.865] (II) event17 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[   102.866] (II) event17 - Dell WMI hotkeys: device is a keyboard
[   102.867] (II) event17 - Dell WMI hotkeys: device removed
[   102.924] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05/PNP0C14:05-9DBB5994-A997-11DA-B012-B622A1EF5492/input/input20/event17"
[   102.924] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 17)
[   102.924] (**) Option "xkb_model" "pc105"
[   102.924] (**) Option "xkb_layout" "ch"
[   102.924] (**) Option "xkb_variant" "de_nodeadkeys"
[   102.928] (II) event17 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[   102.928] (II) event17 - Dell WMI hotkeys: device is a keyboard
[   102.931] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[   102.931] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   102.931] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   102.931] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   102.931] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[   102.931] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   102.931] (**) AT Translated Set 2 keyboard: always reports core events
[   102.931] (**) Option "Device" "/dev/input/event4"
[   102.933] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   102.934] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   102.937] (II) event4  - AT Translated Set 2 keyboard: device removed
[   102.964] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[   102.964] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 18)
[   102.964] (**) Option "xkb_model" "pc105"
[   102.964] (**) Option "xkb_layout" "ch"
[   102.964] (**) Option "xkb_variant" "de_nodeadkeys"
[   102.967] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   102.968] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   102.972] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event21)
[   102.972] (**) PS/2 Synaptics TouchPad: Applying InputClass "evdev pointer catchall"
[   102.972] (**) PS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall"
[   102.973] (**) PS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall"
[   102.973] (II) Using input driver 'libinput' for 'PS/2 Synaptics TouchPad'
[   102.973] (**) PS/2 Synaptics TouchPad: always reports core events
[   102.973] (**) Option "Device" "/dev/input/event21"
[   102.975] (II) event21 - PS/2 Synaptics TouchPad: is tagged by udev as: Mouse
[   102.975] (II) event21 - PS/2 Synaptics TouchPad: device is a pointer
[   102.976] (II) event21 - PS/2 Synaptics TouchPad: device removed
[   103.031] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event21"
[   103.031] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE, id 19)
[   103.031] (**) Option "AccelerationScheme" "none"
[   103.031] (**) PS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   103.031] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   103.031] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   103.034] (II) event21 - PS/2 Synaptics TouchPad: is tagged by udev as: Mouse
[   103.034] (II) event21 - PS/2 Synaptics TouchPad: device is a pointer
[   103.036] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse4)
[   103.036] (II) No input driver specified, ignoring this device.
[   103.036] (II) This device may have been added with another device file.
[   103.038] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[   103.038] (II) No input driver specified, ignoring this device.
[   103.038] (II) This device may have been added with another device file.
[   103.303] (II) event3  - Power Button: device removed
[   103.321] (II) event15 - Video Bus: device removed
[   103.351] (II) event16 - Video Bus: device removed
[   103.404] (II) event1  - Power Button: device removed
[   103.417] (II) event2  - Sleep Button: device removed
[   103.444] (II) event10 - Wacom HID 488E Pen: device removed
[   103.481] (II) event11 - Wacom HID 488E Finger: device removed
[   103.551] (II) event8  - SYNA2393:00 06CB:7A13 Mouse: device removed
[   103.604] (II) event9  - SYNA2393:00 06CB:7A13 Touchpad: device removed
[   103.657] (II) event5  - Intel HID events: device removed
[   103.681] (II) event6  - Intel HID 5 button array: device removed
[   103.711] (II) event17 - Dell WMI hotkeys: device removed
[   103.757] (II) event4  - AT Translated Set 2 keyboard: device removed
[   103.807] (II) event21 - PS/2 Synaptics TouchPad: device removed
[   103.901] (II) UnloadModule: "libinput"
[   103.902] (II) UnloadModule: "libinput"
[   103.902] (II) UnloadModule: "libinput"
[   103.902] (II) UnloadModule: "libinput"
[   103.902] (II) UnloadModule: "libinput"
[   103.902] (II) UnloadModule: "libinput"
[   103.902] (II) UnloadModule: "libinput"
[   103.902] (II) UnloadModule: "libinput"
[   103.902] (II) UnloadModule: "libinput"
[   103.902] (II) UnloadModule: "libinput"
[   103.902] (II) UnloadModule: "libinput"
[   103.902] (II) UnloadModule: "libinput"
[   103.902] (II) UnloadModule: "libinput"
[   103.904] (II) UnloadModule: "libinput"
[   104.017] (II) Server terminated successfully (0). Closing log file.

I am adding some inxi data. Let me know if I can add more.

~ $ inxi -G
Graphics:
  Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] driver: i915 v: kernel
  Device-2: NVIDIA GP107M [GeForce GTX 1050 Ti Mobile] driver: nvidia
    v: 510.47.03
  Display: server: X.Org 1.21.1.3 driver: loaded: modesetting
    resolution: 3840x2160~60Hz
  Message: Unable to show advanced data. Required tool glxinfo missing.

Nvidia Optimus

For Optimus laptops or dual GPU hardware with intel and nvidia GPUs, you have three options to utilize the card driver usage at your preference or your hardware capabilities.

PRIME (mhwd default)

In my opinion the drivers are not loading. Did U checked Configure Graphics Cards - Manjaro ?

1 Like

Hello Pavel, thanks for your response!

Thanks for pointing that out. I have taken a look at those pages but I am not sure what to do. I had already updated the drivers after performing the update and switching kernel.

Here is the output of mhwd -l -d


~ $ mhwd -l -d
--------------------------------------------------------------------------------
> PCI Device: /devices/pci0000:00/0000:00:01.0/0000:01:00.0 (0302:10de:1c8c)
  Display controller nVidia Corporation GP107M [GeForce GTX 1050 Ti Mobile]
--------------------------------------------------------------------------------
  > INSTALLED:

   NAME:	video-hybrid-intel-nvidia-prime
   ATTACHED:	PCI
   VERSION:	2021.12.18
   INFO:	Hybrid prime solution for NVIDIA Optimus Technology - Closed source NVIDIA driver & open source intel driver.
   PRIORITY:	8
   FREEDRIVER:	false
   DEPENDS:	video-modesetting 
   CONFLICTS:	video*nvidia* 
   CLASSIDS:	0300 0302 0300 
   VENDORIDS:	10de 8086 

   NAME:	video-linux
   ATTACHED:	PCI
   VERSION:	2018.05.04
   INFO:	Standard open source drivers.
   PRIORITY:	2
   FREEDRIVER:	true
   DEPENDS:	-
   CONFLICTS:	-
   CLASSIDS:	0300 0380 0302 
   VENDORIDS:	1002 8086 10de 



  > AVAILABLE:

   NAME:	video-hybrid-intel-nvidia-prime
   ATTACHED:	PCI
   VERSION:	2021.12.18
   INFO:	Hybrid prime solution for NVIDIA Optimus Technology - Closed source NVIDIA driver & open source intel driver.
   PRIORITY:	8
   FREEDRIVER:	false
   DEPENDS:	video-modesetting 
   CONFLICTS:	video*nvidia* 
   CLASSIDS:	0300 0302 0300 
   VENDORIDS:	10de 8086 

   NAME:	video-hybrid-intel-nvidia-470xx-prime
   ATTACHED:	PCI
   VERSION:	2021.12.18
   INFO:	Hybrid prime solution for NVIDIA Optimus Technology - Closed source NVIDIA driver & open source intel driver.
   PRIORITY:	7
   FREEDRIVER:	false
   DEPENDS:	video-modesetting 
   CONFLICTS:	video*nvidia* 
   CLASSIDS:	0300 0302 0300 
   VENDORIDS:	10de 8086 

   NAME:	video-hybrid-intel-nvidia-390xx-bumblebee
   ATTACHED:	PCI
   VERSION:	2021.12.18
   INFO:	Hybrid bumblebee solution for NVIDIA Optimus Technology - Closed source NVIDIA driver & open source intel driver.
   PRIORITY:	6
   FREEDRIVER:	false
   DEPENDS:	-
   CONFLICTS:	video*nvidia* 
   CLASSIDS:	0300 0302 0300 
   VENDORIDS:	10de 8086 

   NAME:	video-nvidia
   ATTACHED:	PCI
   VERSION:	2021.12.18
   INFO:	Closed source NVIDIA drivers for linux.
   PRIORITY:	5
   FREEDRIVER:	false
   DEPENDS:	-
   CONFLICTS:	video*nvidia* 
   CLASSIDS:	0300 0302 
   VENDORIDS:	10de 

   NAME:	video-nvidia-470xx
   ATTACHED:	PCI
   VERSION:	2021.12.18
   INFO:	Closed source NVIDIA drivers for linux.
   PRIORITY:	4
   FREEDRIVER:	false
   DEPENDS:	-
   CONFLICTS:	video*nvidia* 
   CLASSIDS:	0300 0302 
   VENDORIDS:	10de 

   NAME:	video-nvidia-390xx
   ATTACHED:	PCI
   VERSION:	2021.12.18
   INFO:	Closed source NVIDIA drivers for linux.
   PRIORITY:	3
   FREEDRIVER:	false
   DEPENDS:	-
   CONFLICTS:	video*nvidia* 
   CLASSIDS:	0300 0302 
   VENDORIDS:	10de 

   NAME:	video-linux
   ATTACHED:	PCI
   VERSION:	2018.05.04
   INFO:	Standard open source drivers.
   PRIORITY:	2
   FREEDRIVER:	true
   DEPENDS:	-
   CONFLICTS:	-
   CLASSIDS:	0300 0380 0302 
   VENDORIDS:	1002 8086 10de 


--------------------------------------------------------------------------------
> PCI Device: /devices/pci0000:00/0000:00:02.0 (0300:8086:3e9b)
  Display controller Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630]
--------------------------------------------------------------------------------
  > INSTALLED:

   NAME:	video-hybrid-intel-nvidia-prime
   ATTACHED:	PCI
   VERSION:	2021.12.18
   INFO:	Hybrid prime solution for NVIDIA Optimus Technology - Closed source NVIDIA driver & open source intel driver.
   PRIORITY:	8
   FREEDRIVER:	false
   DEPENDS:	video-modesetting 
   CONFLICTS:	video*nvidia* 
   CLASSIDS:	0300 0302 0300 
   VENDORIDS:	10de 8086 

   NAME:	video-linux
   ATTACHED:	PCI
   VERSION:	2018.05.04
   INFO:	Standard open source drivers.
   PRIORITY:	2
   FREEDRIVER:	true
   DEPENDS:	-
   CONFLICTS:	-
   CLASSIDS:	0300 0380 0302 
   VENDORIDS:	1002 8086 10de 

   NAME:	video-modesetting
   ATTACHED:	PCI
   VERSION:	2020.01.13
   INFO:	X.org modesetting video driver.
   PRIORITY:	1
   FREEDRIVER:	true
   DEPENDS:	-
   CONFLICTS:	-
   CLASSIDS:	0300 
   VENDORIDS:	* 



  > AVAILABLE:

   NAME:	video-hybrid-intel-nvidia-prime
   ATTACHED:	PCI
   VERSION:	2021.12.18
   INFO:	Hybrid prime solution for NVIDIA Optimus Technology - Closed source NVIDIA driver & open source intel driver.
   PRIORITY:	8
   FREEDRIVER:	false
   DEPENDS:	video-modesetting 
   CONFLICTS:	video*nvidia* 
   CLASSIDS:	0300 0302 0300 
   VENDORIDS:	10de 8086 

   NAME:	video-hybrid-intel-nvidia-470xx-prime
   ATTACHED:	PCI
   VERSION:	2021.12.18
   INFO:	Hybrid prime solution for NVIDIA Optimus Technology - Closed source NVIDIA driver & open source intel driver.
   PRIORITY:	7
   FREEDRIVER:	false
   DEPENDS:	video-modesetting 
   CONFLICTS:	video*nvidia* 
   CLASSIDS:	0300 0302 0300 
   VENDORIDS:	10de 8086 

   NAME:	video-hybrid-intel-nvidia-390xx-bumblebee
   ATTACHED:	PCI
   VERSION:	2021.12.18
   INFO:	Hybrid bumblebee solution for NVIDIA Optimus Technology - Closed source NVIDIA driver & open source intel driver.
   PRIORITY:	6
   FREEDRIVER:	false
   DEPENDS:	-
   CONFLICTS:	video*nvidia* 
   CLASSIDS:	0300 0302 0300 
   VENDORIDS:	10de 8086 

   NAME:	video-linux
   ATTACHED:	PCI
   VERSION:	2018.05.04
   INFO:	Standard open source drivers.
   PRIORITY:	2
   FREEDRIVER:	true
   DEPENDS:	-
   CONFLICTS:	-
   CLASSIDS:	0300 0380 0302 
   VENDORIDS:	1002 8086 10de 

   NAME:	video-modesetting
   ATTACHED:	PCI
   VERSION:	2020.01.13
   INFO:	X.org modesetting video driver.
   PRIORITY:	1
   FREEDRIVER:	true
   DEPENDS:	-
   CONFLICTS:	-
   CLASSIDS:	0300 
   VENDORIDS:	* 

   NAME:	video-vesa
   ATTACHED:	PCI
   VERSION:	2017.03.12
   INFO:	X.org vesa video driver.
   PRIORITY:	0
   FREEDRIVER:	true
   DEPENDS:	-
   CONFLICTS:	-
   CLASSIDS:	0300 
   VENDORIDS:	* 


Warning: no configs for USB devices found!

From the mhwd log, it says: CONFLICTS: video*nvidia* , could that be what you mean with not loading?

I looked through the prime configuration website, but I am not sure what I am missing.

Hi @inkping
You added a screen, so logged into system? The problem still exists :stuck_out_tongue: ?

I don’t have two graphics in my laptop so I can’t help more, but If I have a problem the first of all I would remove all graphic drivers and install only one. In Your screenshot I think there are to many in use :confused:

Yeah the problem was still there. I always use hibernate, so I was just bypassing the problem but if I did a regular restart, the problem was still there and I had to change the boot params from quiet to 3, then login through tty and run startx.

However, just now I wanted to give it another try fixing it. I read a bit more on the ressources but didn’t know what to try first, so I decided to get the latest updates, since new packages have been released and see if that helps. I noticed that also optimus-manager from the AUR had a new version (for me at least). After getting the latest updates, things work again and I can reboot without problems! However I am not able to pinpoint what it was exactly… Maybe optimus-manager, maybe not…

Thanks @pawel and @andreas85 for your help!

1 Like