You are not logged in.

#1 2024-07-15 14:56:25

hikmateustad
Member
Registered: 2022-01-23
Posts: 44

Optimus Manager fail after nvidia dkms kernel driver update [Solved]

Was peacefully working on my machine when upon rebooting my machine after the latest nvidia dkms kernel driver update today from 390.132 to 390.157 does not even start optimus manager which I use to switch to nvidia module.

hikmateustad@hikmateustad-dell ~ % optimus-manager
ERROR: the latest GPU setup attempt failed at Xorg pre-start hook.
Log at /var/log/optimus-manager/switch/switch-20240715T164112.log
Cannot execute command because of previous errors.
1 hikmateustad@hikmateustad-dell ~ % sudo dkms status
[sudo] password for hikmateustad: 
acpi_call/1.2.2, 6.9.9-zen1-1-zen, x86_64: installed
nvidia/390.157, 6.9.9-zen1-1-zen, x86_64: installed
rtl88x2bu/5.13.1, 6.9.9-zen1-1-zen, x86_64: installed
v4l2loopback/0.13.2, 6.9.9-zen1-1-zen, x86_64: installed
hikmateustad@hikmateustad-dell ~ % sudo pacman -Qs nvidia
local/egl-wayland 2:1.1.13-2
    EGLStream-based Wayland external platform
local/lib32-nvidia-390xx-utils 390.157-2.2
    NVIDIA drivers utilities (32-bit), 390xx legacy branch
local/lib32-opencl-nvidia-390xx 390.157-2.2
    OpenCL implemention for NVIDIA (32-bit), 390xx legacy branch
local/libvdpau 1.5-3
    Nvidia VDPAU library
local/libxnvctrl-390xx 390.157-1.2
    NVIDIA NV-CONTROL X extension, 390xx legacy branch
local/nouveau-fw 340.108-1
    This package provides video & pgraph firmwares for all NVIDIA chipsets that need them
local/nvidia-390xx-dkms 390.157-11
    NVIDIA drivers - module sources
local/nvidia-390xx-settings 390.157-1.2
    Tool for configuring the NVIDIA graphics driver, 390xx legacy branch
local/nvidia-390xx-utils 390.157-11
    NVIDIA drivers utilities
local/nvtop 3.1.0-1
    GPUs process monitoring for AMD, Intel and NVIDIA
local/opencl-nvidia-390xx 390.157-11
    OpenCL implemention for NVIDIA
hikmateustad@hikmateustad-dell ~ % archey
                                 User: hikmateustad
               +                 Hostname: hikmateustad-dell
               #                 Model: Dell Inc. Inspiron One 2320 00
              ###                Distro: Arch Linux x86_64
             #####               Kernel: Linux 6.9.9-zen1-1-zen
             ######              Uptime: 22 minutes
            ; #####;             Load Average: 0.82 0.95 0.77
           +##.#####             Processes: 205
          +##########            Window Manager: KWin (X11)
         #############;          Desktop Environment: KDE
        ###############+         Shell: /bin/zsh
       #######   #######         Terminal: Konsole ██ ██ ██ ██ ██ ██ ██
     .######;     ;###;`".       Packages: 2207
    .#######;     ;#####.        Temperature: 55.6 C (Max. 57.0 C)
    #########.   .########`      CPU: 4 x Intel(R) Core(TM) i5-2400S CPU @ 2.50GHz
   ######'           '######     GPU: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller
  ;####                 ####;    GPU: NVIDIA Corporation GF108M [GeForce GT 525M]
  ##'                     '##    RAM: 2826 MiB / 15898 MiB
 #'                         `#   Disk: 531.9 GiB / 846.8 GiB
                                 LAN IP: 
                                 WAN IP: No Address
hikmateustad@hikmateustad-dell ~ % sudo journalctl -b | curl -F 'file=@-' 0x0.st                            
[sudo] password for hikmateustad: 
http://0x0.st/XLnI.txt
hikmateustad@hikmateustad-dell ~ % 

Detailed log can be checked at http://0x0.st/XLnI.txt
The optimus-manager log looks like this

[71] INFO: # Xorg pre-start hook
[71] INFO: Previous state was: {'type': 'pending_pre_xorg_start', 'requested_mode': 'integrated', 'current_mode': None}
[71] INFO: Requested mode is: integrated
[141] INFO: Available modules: ['nouveau', 'acpi_call', 'nvidia', 'nvidia_drm', 'nvidia_modeset', 'nvidia_uvm']
[141] INFO: Unloading modules ['nvidia_drm', 'nvidia_modeset', 'nvidia_uvm', 'nvidia'] (if loaded)
[174] INFO: Cannot unload modules: None
[174] INFO: Waiting 1s and retrying.
[1177] INFO: Cannot unload modules: None
[1178] INFO: Waiting 1s and retrying.
[2181] INFO: Cannot unload modules: None
[2181] INFO: Waiting 1s and retrying.
[3184] INFO: Cannot unload modules: None
[3185] INFO: Waiting 1s and retrying.
[4188] INFO: Cannot unload modules: None
[4188] INFO: Waiting 1s and retrying.
[5194] INFO: Max tries (6) exceeded
[5194] ERROR: Xorg pre-start setup error
Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/optimus_manager/kernel.py", line 269, in _unload_modules
    subprocess.check_call(
  File "/usr/lib/python3.12/subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'modprobe -r nvidia_drm nvidia_modeset nvidia_uvm nvidia' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/optimus_manager/hooks/pre_xorg_start.py", line 51, in main
    setup_kernel_state(config, prev_state, requested_mode)
  File "/usr/lib/python3.12/site-packages/optimus_manager/kernel.py", line 25, in setup_kernel_state
    _nvidia_down(config)
  File "/usr/lib/python3.12/site-packages/optimus_manager/kernel.py", line 104, in _nvidia_down
    _unload_nvidia_modules(available_modules)
  File "/usr/lib/python3.12/site-packages/optimus_manager/kernel.py", line 214, in _unload_nvidia_modules
    _unload_modules(available_modules, ["nvidia_drm", "nvidia_modeset", "nvidia_uvm", "nvidia"])
  File "/usr/lib/python3.12/site-packages/optimus_manager/kernel.py", line 277, in _unload_modules
    raise KernelSetupError(f"Cannot unload modules {modules_to_unload}: {e.stderr}") from e
optimus_manager.kernel.KernelSetupError: Cannot unload modules ['nvidia_drm', 'nvidia_modeset', 'nvidia_uvm', 'nvidia']: None
[5204] INFO: Removing /etc/X11/xorg.conf.d/10-optimus-manager.conf (if present)
[5204] INFO: Writing state {'type': 'pre_xorg_start_failed', 'switch_id': '20240715T164112', 'requested_mode': 'integrated'}

I tried in vain
1. uninstalling and reinstalling optimus-manager-qt and optimus-manager
2. downgrading (which failed btw) and then re-updated nvidia-390xx-dkms, settings and utils counterpart.

What should I do to fix this issue?

Thank you in advance for you time and patience.

Last edited by hikmateustad (2024-07-19 07:47:29)

Offline

#2 2024-07-15 15:11:40

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,987

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

Since you were running a driver version that was out of date three and a half years ago, it doesn't seem you've been updating your AUR packages at all. Is the rest of your system completely up to date? What version of optimus-manager do you have, as that package doesn't even seem to exist anymore?

Offline

#3 2024-07-15 16:47:42

seth
Member
Registered: 2012-09-03
Posts: 57,455

Offline

#4 2024-07-16 07:11:44

hikmateustad
Member
Registered: 2022-01-23
Posts: 44

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

Performed all the steps. Now I have lightdm as my display manager and bbswitch-dkms installed.

hikmateustad@hikmateustad-dell ~ % sudo dkms status
acpi_call/1.2.2, 6.9.9-zen1-1-zen, x86_64: installed
bbswitch/0.8, 6.9.9-zen1-1-zen, x86_64: installed
nvidia/390.157, 6.9.9-zen1-1-zen, x86_64: installed
rtl88x2bu/5.13.1, 6.9.9-zen1-1-zen, x86_64: installed
v4l2loopback/0.13.2, 6.9.9-zen1-1-zen, x86_64: installed
hikmateustad@hikmateustad-dell ~ % sudo nano /etc/optimus-manager/optimus-manager.conf   

Changed the configuration in  /etc/optimus-manager/optimus-manager.conf  to set switching method to bbswitch

[amd]
DRI=3
driver=modesetting
tearfree=

[intel]
DRI=3
accel=sna
driver=intel
modeset=yes
tearfree=

[nvidia]
DPI=96
PAT=yes
allow_external_gpus=no
dynamic_power_management=no
ignore_abi=yes
modeset=yes
options=overclocking

[optimus]
auto_logout=yes
pci_power_control=no
pci_remove=yes
pci_reset=function_level
startup_auto_battery_mode=integrated
startup_auto_extpower_mode=nvidia
startup_mode=integrated
switching=bbswitch

Rebooted and logged in via lightdm. Clicked on optimus manager logo in software; does not load up.

Opened up terminal and invoked optimus manager

hikmateustad@hikmateustad-dell ~ % optimus-manager
ERROR: the latest GPU setup attempt failed at Xorg pre-start hook.
Log at /var/log/optimus-manager/switch/switch-20240716T122549.log
Cannot execute command because of previous errors.
1 hikmateustad@hikmateustad-dell ~ % sudo nano /var/log/optimus-manager/switch/switch-20240716T122549.log
[sudo] password for hikmateustad: 
hikmateustad@hikmateustad-dell ~ % 

switch-20240716T122549.log

24] INFO: # Xorg pre-start hook
[24] INFO: Previous state was: {'type': 'pending_pre_xorg_start', 'requested_mode': 'integrated', 'current_mode': None}
[24] INFO: Requested mode is: integrated
[790] INFO: Available modules: ['nouveau', 'bbswitch', 'acpi_call', 'nvidia', 'nvidia_drm', 'nvidia_modeset', 'nvidia_uvm']
[790] INFO: Unloading modules ['nvidia_drm', 'nvidia_modeset', 'nvidia_uvm', 'nvidia'] (if loaded)
[793] INFO: Cannot unload modules: None
[793] INFO: Waiting 1s and retrying.
[1797] INFO: Cannot unload modules: None
[1797] INFO: Waiting 1s and retrying.
[2800] INFO: Cannot unload modules: None
[2800] INFO: Waiting 1s and retrying.
[3836] INFO: Cannot unload modules: None
[3836] INFO: Waiting 1s and retrying.
[4839] INFO: Cannot unload modules: None
[4839] INFO: Waiting 1s and retrying.
[5843] INFO: Max tries (6) exceeded
[5843] ERROR: Xorg pre-start setup error
Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/optimus_manager/kernel.py", line 269, in _unload_modules
    subprocess.check_call(
  File "/usr/lib/python3.12/subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'modprobe -r nvidia_drm nvidia_modeset nvidia_uvm nvidia' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/optimus_manager/hooks/pre_xorg_start.py", line 51, in main
    setup_kernel_state(config, prev_state, requested_mode)
  File "/usr/lib/python3.12/site-packages/optimus_manager/kernel.py", line 25, in setup_kernel_state
    _nvidia_down(config)
  File "/usr/lib/python3.12/site-packages/optimus_manager/kernel.py", line 104, in _nvidia_down
    _unload_nvidia_modules(available_modules)
  File "/usr/lib/python3.12/site-packages/optimus_manager/kernel.py", line 214, in _unload_nvidia_modules
    _unload_modules(available_modules, ["nvidia_drm", "nvidia_modeset", "nvidia_uvm", "nvidia"])
  File "/usr/lib/python3.12/site-packages/optimus_manager/kernel.py", line 277, in _unload_modules
    raise KernelSetupError(f"Cannot unload modules {modules_to_unload}: {e.stderr}") from e
optimus_manager.kernel.KernelSetupError: Cannot unload modules ['nvidia_drm', 'nvidia_modeset', 'nvidia_uvm', 'nvidia']: None
[5849] INFO: Removing /etc/X11/xorg.conf.d/10-optimus-manager.conf (if present)
[5849] INFO: Writing state {'type': 'pre_xorg_start_failed', 'switch_id': '20240716T122549', 'requested_mode': 'integrated'}

Problem persists. What can I try next?

Offline

#5 2024-07-16 09:05:23

hikmateustad
Member
Registered: 2022-01-23
Posts: 44

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

Scimmia wrote:

Since you were running a driver version that was out of date three and a half years ago, it doesn't seem you've been updating your AUR packages at all. Is the rest of your system completely up to date? What version of optimus-manager do you have, as that package doesn't even seem to exist anymore?


My system is ok, no problems other than the Quanta touchscreen not working and now Optimus Manager.

I noticed had an old version of Optimus Manager; uninstalled it and installed https://aur.archlinux.org/packages/optimus-manager-git

Offline

#6 2024-07-16 13:13:38

seth
Member
Registered: 2012-09-03
Posts: 57,455

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

If fails to nload modules "None"  …

lsmod |  grep nvidia
modprobe -v nvidia

Offline

#7 2024-07-18 05:10:25

hikmateustad
Member
Registered: 2022-01-23
Posts: 44

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

seth wrote:

If fails to nload modules "None"  …

lsmod |  grep nvidia
modprobe -v nvidia
hikmateustad@hikmateustad-dell ~ % lsmod |  grep nvidia
nvidia              19795968  12
ipmi_msghandler        94208  2 ipmi_devintf,nvidia
video                  77824  2 nvidia,i915
hikmateustad@hikmateustad-dell ~ % modprobe -v nvidia  
hikmateustad@hikmateustad-dell ~ % nvidia-smi
Thu Jul 18 10:38:22 2024       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 390.157                Driver Version: 390.157                   |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GT 525M     On   | 00000000:01:00.0 N/A |                  N/A |
|100%   53C   P12    N/A /  N/A |      0MiB /   964MiB |     N/A      Default |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0                    Not Supported                                       |
+-----------------------------------------------------------------------------+

nvidia module is currently not loaded since I am on integrated. Optimus Manager is responsible for switching to Nvidia which is not even starting up.
Seth; thank you for your continued support.

Offline

#8 2024-07-18 06:19:34

seth
Member
Registered: 2012-09-03
Posts: 57,455

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

The nvidia modukes actually are loaded, OM fails to unload them because it wants/fails to unload "None" - whatever that means.
Unfortunately the the GPU/driver combo can't list attached processes, but it doesn't look like anything is running on it.

sudo modprobe -rv nvidia
sudo modprobe -rv nvidia_drm nvidia_modeset nvidia_uvm nvidia

Offline

#9 2024-07-18 06:49:46

hikmateustad
Member
Registered: 2022-01-23
Posts: 44

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

seth wrote:

The nvidia modukes actually are loaded, OM fails to unload them because it wants/fails to unload "None" - whatever that means.
Unfortunately the the GPU/driver combo can't list attached processes, but it doesn't look like anything is running on it.

sudo modprobe -rv nvidia
sudo modprobe -rv nvidia_drm nvidia_modeset nvidia_uvm nvidia

My bad about nvidia module not loading. Little understanding is definately a bad thing but interacting with you I'm learning

hikmateustad@hikmateustad-dell ~ % sudo modprobe -rv nvidia
modprobe: FATAL: Module nvidia is in use.
1 hikmateustad@hikmateustad-dell ~ % sudo modprobe -rv nvidia_drm nvidia_modeset nvidia_uvm nvidia
modprobe: FATAL: Module nvidia is in use.

Offline

#10 2024-07-18 06:57:00

seth
Member
Registered: 2012-09-03
Posts: 57,455

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

Ok, the module /is/ used by something (you're no longer running nvidia-smi, are you)?

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and

sudo lsof | awk '/nvidia/{ print $1 " " $NF }' | sort -u

Then try to reboot into the multi-user.target (2nd link below) and check the status of the nvidia module (is it loaded and can you unload it)

Offline

#11 2024-07-18 07:25:44

hikmateustad
Member
Registered: 2022-01-23
Posts: 44

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

In the meantime I uninstalled linux-zen kernel installed linux kernel and the problem remained. Therefore switched back to linux-zen kernel.

Offline

#12 2024-07-18 07:37:15

hikmateustad
Member
Registered: 2022-01-23
Posts: 44

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

seth wrote:

Ok, the module /is/ used by something (you're no longer running nvidia-smi, are you)?

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and

sudo lsof | awk '/nvidia/{ print $1 " " $NF }' | sort -u

Then try to reboot into the multi-user.target (2nd link below) and check the status of the nvidia module (is it loaded and can you unload it)

hikmateustad@hikmateustad-dell ~ % cd /var/log/
hikmateustad@hikmateustad-dell ~log % ls
Xorg.0.log  Xorg.0.log.old  Xorg.1.log  audit  btmp  lastlog  lightdm  optimus-manager  pacman.log  private  rabbitmq  samba  wtmp
hikmateustad@hikmateustad-dell ~log % 

Xorg.0.log

[    40.670] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[    40.670] Current Operating System: Linux hikmateustad-dell 6.9.9-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Fri, 12 Jul 2024 00:06:19 +0000 x86_64
[    40.670] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=d6f6d2ae-57c9-4961-bdb1-716f0f93b378 rw quiet loglevel=3 audit=0 nowatchdog mitigations=off irqpoll ipv6.disable=1
[    40.670]  
[    40.670] Current version of pixman: 0.43.4
[    40.670] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    40.670] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    40.670] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 18 12:51:05 2024
[    40.722] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    40.722] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    40.820] (==) No Layout section.  Using the first Screen section.
[    40.820] (==) No screen section available. Using defaults.
[    40.820] (**) |-->Screen "Default Screen Section" (0)
[    40.820] (**) |   |-->Monitor "<default monitor>"
[    40.820] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    40.820] (**) Allowing byte-swapped clients
[    40.820] (==) Automatically adding devices
[    40.820] (==) Automatically enabling devices
[    40.820] (==) Automatically adding GPU devices
[    40.820] (==) Automatically binding GPU devices
[    40.820] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    40.900] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    40.900] 	Entry deleted from font path.
[    40.900] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    40.900] 	Entry deleted from font path.
[    40.946] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    40.946] (==) ModulePath set to "/usr/lib/xorg/modules"
[    40.946] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    40.946] (II) Module ABI versions:
[    40.946] 	X.Org ANSI C Emulation: 0.4
[    40.946] 	X.Org Video Driver: 25.2
[    40.946] 	X.Org XInput driver : 24.4
[    40.946] 	X.Org Server Extension : 10.0
[    40.947] (++) using VT number 7

[    40.947] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    40.948] (II) xfree86: Adding drm device (/dev/dri/card1)
[    40.948] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    40.955] (--) PCI:*(0@0:2:0) 8086:0102:1028:0511 rev 9, Mem @ 0xfb400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    40.955] (--) PCI: (1@0:0:0) 10de:0df5:1028:0511 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    40.955] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    40.955] (II) LoadModule: "glx"
[    40.968] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    41.053] (II) Module glx: vendor="X.Org Foundation"
[    41.053] 	compiled for 1.21.1.13, module version = 1.0.0
[    41.053] 	ABI class: X.Org Server Extension, version 10.0
[    41.053] (II) Applying OutputClass "intel" to /dev/dri/card1
[    41.053] 	loading driver: modesetting
[    41.053] (==) Matched modesetting as autoconfigured driver 0
[    41.053] (==) Matched intel as autoconfigured driver 1
[    41.053] (==) Matched fbdev as autoconfigured driver 2
[    41.053] (==) Matched vesa as autoconfigured driver 3
[    41.053] (==) Assigned the driver to the xf86ConfigLayout
[    41.053] (II) LoadModule: "modesetting"
[    41.054] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    41.107] (II) Module modesetting: vendor="X.Org Foundation"
[    41.107] 	compiled for 1.21.1.13, module version = 1.21.1
[    41.108] 	Module class: X.Org Video Driver
[    41.108] 	ABI class: X.Org Video Driver, version 25.2
[    41.108] (II) LoadModule: "intel"
[    41.108] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    41.161] (II) Module intel: vendor="X.Org Foundation"
[    41.161] 	compiled for 1.21.1.11, module version = 2.99.917
[    41.161] 	Module class: X.Org Video Driver
[    41.161] 	ABI class: X.Org Video Driver, version 25.2
[    41.161] (II) LoadModule: "fbdev"
[    41.161] (WW) Warning, couldn't open module fbdev
[    41.161] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    41.161] (II) LoadModule: "vesa"
[    41.162] (WW) Warning, couldn't open module vesa
[    41.162] (EE) Failed to load module "vesa" (module does not exist, 0)
[    41.162] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    41.162] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    41.162] (II) intel: Driver for Intel(R) HD Graphics
[    41.162] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    41.162] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    41.184] (II) modeset(0): using drv /dev/dri/card1
[    41.184] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    41.184] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    41.184] (==) modeset(0): RGB weight 888
[    41.184] (==) modeset(0): Default visual is TrueColor
[    41.185] (II) Loading sub module "glamoregl"
[    41.185] (II) LoadModule: "glamoregl"
[    41.185] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    41.233] (II) Module glamoregl: vendor="X.Org Foundation"
[    41.233] 	compiled for 1.21.1.13, module version = 1.0.1
[    41.233] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    42.323] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 2000 (SNB GT1)
[    42.323] (II) modeset(0): glamor initialized
[    42.323] (==) modeset(0): VariableRefresh: disabled
[    42.323] (==) modeset(0): AsyncFlipSecondaries: disabled
[    42.325] (II) modeset(0): Output VGA-1 has no monitor section
[    42.326] (II) modeset(0): Output HDMI-1 has no monitor section
[    42.331] (II) modeset(0): Output DP-1 has no monitor section
[    42.357] (II) modeset(0): Output HDMI-2 has no monitor section
[    42.459] (II) modeset(0): Output DP-2 has no monitor section
[    42.460] (II) modeset(0): EDID for output VGA-1
[    42.461] (II) modeset(0): EDID for output HDMI-1
[    42.466] (II) modeset(0): EDID for output DP-1
[    42.492] (II) modeset(0): EDID for output HDMI-2
[    42.492] (II) modeset(0): Manufacturer: DEL  Model: b123  Serial#: 1000001
[    42.492] (II) modeset(0): Year: 2011  Week: 30
[    42.492] (II) modeset(0): EDID Version: 1.3
[    42.492] (II) modeset(0): Digital Display Input
[    42.492] (II) modeset(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[    42.492] (II) modeset(0): Gamma: 2.20
[    42.492] (II) modeset(0): No DPMS capabilities specified
[    42.492] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    42.492] (II) modeset(0): First detailed timing is preferred mode
[    42.492] (II) modeset(0): redX: 0.628 redY: 0.348   greenX: 0.345 greenY: 0.615
[    42.493] (II) modeset(0): blueX: 0.153 blueY: 0.057   whiteX: 0.313 whiteY: 0.329
[    42.493] (II) modeset(0): Supported established timings:
[    42.493] (II) modeset(0): 640x480@60Hz
[    42.493] (II) modeset(0): 800x600@60Hz
[    42.493] (II) modeset(0): 1024x768@60Hz
[    42.493] (II) modeset(0): Manufacturer's mask: 0
[    42.493] (II) modeset(0): Supported standard timings:
[    42.493] (II) modeset(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    42.493] (II) modeset(0): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    42.493] (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    42.493] (II) modeset(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    42.493] (II) modeset(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    42.493] (II) modeset(0): Supported detailed timing:
[    42.493] (II) modeset(0): clock: 148.5 MHz   Image Size:  510 x 287 mm
[    42.493] (II) modeset(0): h_active: 1920  h_sync: 2068  h_sync_end 2112 h_blank_end 2200 h_border: 0
[    42.493] (II) modeset(0): v_active: 1080  v_sync: 1116  v_sync_end 1121 v_blanking: 1125 v_border: 0
[    42.493] (II) modeset(0): Monitor name: 23" AIO
[    42.493] (II) modeset(0): Ranges: V min: 49 V max: 75 Hz, H min: 28 H max: 95 kHz, PixClock max 215 MHz
[    42.493] (II) modeset(0): Supported detailed timing:
[    42.493] (II) modeset(0): clock: 148.5 MHz   Image Size:  510 x 287 mm
[    42.493] (II) modeset(0): h_active: 1920  h_sync: 2068  h_sync_end 2112 h_blank_end 2640 h_border: 0
[    42.493] (II) modeset(0): v_active: 1080  v_sync: 1116  v_sync_end 1121 v_blanking: 1125 v_border: 0
[    42.493] (II) modeset(0): Monitor name: 23" AIO
[    42.493] (II) modeset(0): Ranges: V min: 49 V max: 75 Hz, H min: 28 H max: 95 kHz, PixClock max 215 MHz
[    42.493] (II) modeset(0): Number of EDID sections to follow: 1
[    42.493] (II) modeset(0): EDID (in hex):
[    42.493] (II) modeset(0): 	00ffffffffffff0010ac23b141420f00
[    42.493] (II) modeset(0): 	1e15010380331d780ac665a059589d27
[    42.493] (II) modeset(0): 	0e5054210800d1c081c081809500b300
[    42.493] (II) modeset(0): 	010101010101023a801871382d40942c
[    42.493] (II) modeset(0): 	4508fe1f1100001e0000001000001b30
[    42.493] (II) modeset(0): 	40703600fe1f1100001e000000fc0032
[    42.493] (II) modeset(0): 	33222041494f0a2020202020000000fd
[    42.493] (II) modeset(0): 	00314b1c5f15000a2020202020200155
[    42.493] (II) modeset(0): 	02031370230907078301000065030c00
[    42.493] (II) modeset(0): 	100000023a80d072382d40942c4508fe
[    42.493] (II) modeset(0): 	1f1100001e000000fc00323322204149
[    42.493] (II) modeset(0): 	4f0a2020202020000000fd00314b1c5f
[    42.493] (II) modeset(0): 	15000a20202020202000000010002100
[    42.493] (II) modeset(0): 	001e0000001000d01e206e0000001000
[    42.493] (II) modeset(0): 	2100001e00000010001c162010000000
[    42.493] (II) modeset(0): 	10002100009a000000000000000000da
[    42.493] (II) modeset(0): Printing probed modes for output HDMI-2
[    42.493] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2068 2112 2200  1080 1116 1121 1125 +hsync +vsync (67.5 kHz eP)
[    42.493] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2068 2112 2640  1080 1116 1121 1125 +hsync +vsync (56.2 kHz e)
[    42.493] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    42.493] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    42.493] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    42.493] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    42.493] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    42.493] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    42.493] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    42.493] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    42.493] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    42.595] (II) modeset(0): EDID for output DP-2
[    42.595] (II) modeset(0): Output VGA-1 disconnected
[    42.595] (II) modeset(0): Output HDMI-1 disconnected
[    42.595] (II) modeset(0): Output DP-1 disconnected
[    42.595] (II) modeset(0): Output HDMI-2 connected
[    42.595] (II) modeset(0): Output DP-2 disconnected
[    42.595] (II) modeset(0): Using exact sizes for initial modes
[    42.595] (II) modeset(0): Output HDMI-2 using initial mode 1920x1080 +0+0
[    42.595] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    42.595] (==) modeset(0): DPI set to (96, 96)
[    42.595] (II) Loading sub module "fb"
[    42.595] (II) LoadModule: "fb"
[    42.595] (II) Module "fb" already built-in
[    42.595] (II) UnloadModule: "intel"
[    42.595] (II) Unloading intel
[    42.912] (==) modeset(0): Backing store enabled
[    42.912] (==) modeset(0): Silken mouse enabled
[    43.018] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    43.018] (==) modeset(0): DPMS enabled
[    43.018] (II) modeset(0): [DRI2] Setup complete
[    43.018] (II) modeset(0): [DRI2]   DRI driver: i965
[    43.018] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    43.018] (II) Initializing extension Generic Event Extension
[    43.018] (II) Initializing extension SHAPE
[    43.018] (II) Initializing extension MIT-SHM
[    43.019] (II) Initializing extension XInputExtension
[    43.019] (II) Initializing extension XTEST
[    43.019] (II) Initializing extension BIG-REQUESTS
[    43.019] (II) Initializing extension SYNC
[    43.019] (II) Initializing extension XKEYBOARD
[    43.020] (II) Initializing extension XC-MISC
[    43.020] (II) Initializing extension SECURITY
[    43.020] (II) Initializing extension XFIXES
[    43.020] (II) Initializing extension RENDER
[    43.020] (II) Initializing extension RANDR
[    43.021] (II) Initializing extension COMPOSITE
[    43.021] (II) Initializing extension DAMAGE
[    43.021] (II) Initializing extension MIT-SCREEN-SAVER
[    43.021] (II) Initializing extension DOUBLE-BUFFER
[    43.021] (II) Initializing extension RECORD
[    43.022] (II) Initializing extension DPMS
[    43.022] (II) Initializing extension Present
[    43.022] (II) Initializing extension DRI3
[    43.022] (II) Initializing extension X-Resource
[    43.022] (II) Initializing extension XVideo
[    43.022] (II) Initializing extension XVideo-MotionCompensation
[    43.022] (II) Initializing extension GLX
[    43.027] (II) AIGLX: Loaded and initialized i965
[    43.027] (II) GLX: Initialized DRI2 GL provider for screen 0
[    43.027] (II) Initializing extension XFree86-VidModeExtension
[    43.028] (II) Initializing extension XFree86-DGA
[    43.028] (II) Initializing extension XFree86-DRI
[    43.028] (II) Initializing extension DRI2
[    43.044] (II) modeset(0): Damage tracking initialized
[    43.044] (II) modeset(0): Setting screen physical size to 508 x 285
[    43.808] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    43.808] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    43.808] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    43.808] (**) Power Button: Applying InputClass "system-keyboard"
[    43.808] (II) LoadModule: "libinput"
[    43.808] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    43.861] (II) Module libinput: vendor="X.Org Foundation"
[    43.861] 	compiled for 1.21.1.13, module version = 1.4.0
[    43.861] 	Module class: X.Org XInput Driver
[    43.861] 	ABI class: X.Org XInput driver, version 24.4
[    43.861] (II) Using input driver 'libinput' for 'Power Button'
[    43.861] (**) Power Button: always reports core events
[    43.861] (**) Option "Device" "/dev/input/event1"
[    43.948] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    43.948] (II) event1  - Power Button: device is a keyboard
[    43.948] (II) event1  - Power Button: device removed
[    43.949] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    43.949] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    43.949] (**) Option "xkb_layout" "us"
[    43.950] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    43.950] (II) event1  - Power Button: device is a keyboard
[    43.951] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    43.951] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    43.951] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    43.951] (**) Video Bus: Applying InputClass "system-keyboard"
[    43.951] (II) Using input driver 'libinput' for 'Video Bus'
[    43.951] (**) Video Bus: always reports core events
[    43.951] (**) Option "Device" "/dev/input/event9"
[    43.953] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    43.953] (II) event9  - Video Bus: device is a keyboard
[    43.953] (II) event9  - Video Bus: device removed
[    43.961] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12/event9"
[    43.961] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    43.961] (**) Option "xkb_layout" "us"
[    43.962] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    43.962] (II) event9  - Video Bus: device is a keyboard
[    43.963] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    43.964] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    43.964] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    43.964] (**) Video Bus: Applying InputClass "system-keyboard"
[    43.964] (II) Using input driver 'libinput' for 'Video Bus'
[    43.964] (**) Video Bus: always reports core events
[    43.964] (**) Option "Device" "/dev/input/event8"
[    43.965] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    43.965] (II) event8  - Video Bus: device is a keyboard
[    43.966] (II) event8  - Video Bus: device removed
[    43.983] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/LNXVIDEO:00/input/input11/event8"
[    43.983] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    43.983] (**) Option "xkb_layout" "us"
[    43.984] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    43.985] (II) event8  - Video Bus: device is a keyboard
[    43.986] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    43.986] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    43.986] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    43.986] (**) Power Button: Applying InputClass "system-keyboard"
[    43.986] (II) Using input driver 'libinput' for 'Power Button'
[    43.986] (**) Power Button: always reports core events
[    43.986] (**) Option "Device" "/dev/input/event0"
[    43.987] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    43.987] (II) event0  - Power Button: device is a keyboard
[    43.987] (II) event0  - Power Button: device removed
[    43.987] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    43.987] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    43.987] (**) Option "xkb_layout" "us"
[    43.989] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    43.989] (II) event0  - Power Button: device is a keyboard
[    43.990] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[    43.990] (II) No input driver specified, ignoring this device.
[    43.990] (II) This device may have been added with another device file.
[    43.990] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[    43.991] (II) No input driver specified, ignoring this device.
[    43.991] (II) This device may have been added with another device file.
[    43.991] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[    43.991] (II) No input driver specified, ignoring this device.
[    43.991] (II) This device may have been added with another device file.
[    43.992] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[    43.992] (II) No input driver specified, ignoring this device.
[    43.992] (II) This device may have been added with another device file.
[    43.994] (II) config/udev: Adding input device Quanta OpticalTouchScreen (/dev/input/event2)
[    43.994] (**) Quanta OpticalTouchScreen: Applying InputClass "evdev touchscreen catchall"
[    43.994] (**) Quanta OpticalTouchScreen: Applying InputClass "libinput touchscreen catchall"
[    43.994] (**) Quanta OpticalTouchScreen: Applying InputClass "calibration"
[    43.994] (II) Using input driver 'libinput' for 'Quanta OpticalTouchScreen'
[    43.994] (**) Quanta OpticalTouchScreen: always reports core events
[    43.994] (**) Option "Device" "/dev/input/event2"
[    44.048] (II) event2  - Quanta OpticalTouchScreen: is tagged by udev as: Touchscreen
[    44.048] (II) event2  - Quanta OpticalTouchScreen: device is a touch device
[    44.048] (II) event2  - Quanta OpticalTouchScreen: device removed
[    44.072] (**) Option "CalibrationMatrix" "0.9999995761449282 0.0 -0.0018230372996700381 0.0 0.9982293340271491 -0.00027724331249288036 0.0 0.0 1.0"
[    44.072] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:0408:3008.0001/input/input5/event2"
[    44.072] (II) XINPUT: Adding extended input device "Quanta OpticalTouchScreen" (type: TOUCHSCREEN, id 10)
[    44.072] (**) Option "AccelerationScheme" "none"
[    44.072] (**) Quanta OpticalTouchScreen: (accel) selected scheme none/0
[    44.072] (**) Quanta OpticalTouchScreen: (accel) acceleration factor: 2.000
[    44.072] (**) Quanta OpticalTouchScreen: (accel) acceleration threshold: 4
[    44.126] (II) event2  - Quanta OpticalTouchScreen: is tagged by udev as: Touchscreen
[    44.126] (II) event2  - Quanta OpticalTouchScreen: device is a touch device
[    44.127] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14)
[    44.127] (II) No input driver specified, ignoring this device.
[    44.127] (II) This device may have been added with another device file.
[    44.128] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event15)
[    44.128] (II) No input driver specified, ignoring this device.
[    44.128] (II) This device may have been added with another device file.
[    44.128] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[    44.128] (II) No input driver specified, ignoring this device.
[    44.128] (II) This device may have been added with another device file.
[    44.129] (II) config/udev: Adding input device HID 04d9:0499 (/dev/input/event3)
[    44.130] (**) HID 04d9:0499: Applying InputClass "evdev pointer catchall"
[    44.130] (**) HID 04d9:0499: Applying InputClass "libinput pointer catchall"
[    44.130] (II) Using input driver 'libinput' for 'HID 04d9:0499'
[    44.130] (**) HID 04d9:0499: always reports core events
[    44.130] (**) Option "Device" "/dev/input/event3"
[    44.184] (II) event3  - HID 04d9:0499: is tagged by udev as: Mouse
[    44.184] (II) event3  - HID 04d9:0499: device set to 800 DPI
[    44.184] (II) event3  - HID 04d9:0499: device is a pointer
[    44.184] (II) event3  - HID 04d9:0499: device removed
[    44.204] (II) libinput: HID 04d9:0499: Step value 0 was provided, libinput Fallback acceleration function is used.
[    44.204] (II) libinput: HID 04d9:0499: Step value 0 was provided, libinput Fallback acceleration function is used.
[    44.204] (II) libinput: HID 04d9:0499: Step value 0 was provided, libinput Fallback acceleration function is used.
[    44.204] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:04D9:0499.0002/input/input6/event3"
[    44.204] (II) XINPUT: Adding extended input device "HID 04d9:0499" (type: MOUSE, id 11)
[    44.204] (**) Option "AccelerationScheme" "none"
[    44.204] (**) HID 04d9:0499: (accel) selected scheme none/0
[    44.204] (**) HID 04d9:0499: (accel) acceleration factor: 2.000
[    44.204] (**) HID 04d9:0499: (accel) acceleration threshold: 4
[    44.258] (II) event3  - HID 04d9:0499: is tagged by udev as: Mouse
[    44.258] (II) event3  - HID 04d9:0499: device set to 800 DPI
[    44.258] (II) event3  - HID 04d9:0499: device is a pointer
[    44.260] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event4)
[    44.260] (**) SEM USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    44.260] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    44.260] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[    44.260] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[    44.260] (**) SEM USB Keyboard: always reports core events
[    44.260] (**) Option "Device" "/dev/input/event4"
[    44.262] (II) event4  - SEM USB Keyboard: is tagged by udev as: Keyboard
[    44.262] (II) event4  - SEM USB Keyboard: device is a keyboard
[    44.263] (II) event4  - SEM USB Keyboard: device removed
[    44.263] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:1A2C:2124.0003/input/input7/event4"
[    44.263] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 12)
[    44.263] (**) Option "xkb_layout" "us"
[    44.266] (II) event4  - SEM USB Keyboard: is tagged by udev as: Keyboard
[    44.266] (II) event4  - SEM USB Keyboard: device is a keyboard
[    44.268] (II) config/udev: Adding input device SEM USB Keyboard Consumer Control (/dev/input/event5)
[    44.268] (**) SEM USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[    44.268] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    44.268] (**) SEM USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[    44.268] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[    44.268] (**) SEM USB Keyboard Consumer Control: always reports core events
[    44.268] (**) Option "Device" "/dev/input/event5"
[    44.270] (II) event5  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    44.270] (II) event5  - SEM USB Keyboard Consumer Control: device is a keyboard
[    44.271] (II) event5  - SEM USB Keyboard Consumer Control: device removed
[    44.271] (II) libinput: SEM USB Keyboard Consumer Control: needs a virtual subdevice
[    44.271] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.0004/input/input8/event5"
[    44.271] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: MOUSE, id 13)
[    44.271] (**) Option "AccelerationScheme" "none"
[    44.271] (**) SEM USB Keyboard Consumer Control: (accel) selected scheme none/0
[    44.271] (**) SEM USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[    44.271] (**) SEM USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[    44.273] (II) event5  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    44.273] (II) event5  - SEM USB Keyboard Consumer Control: device is a keyboard
[    44.275] (II) config/udev: Adding input device SEM USB Keyboard System Control (/dev/input/event6)
[    44.275] (**) SEM USB Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[    44.275] (**) SEM USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    44.275] (**) SEM USB Keyboard System Control: Applying InputClass "system-keyboard"
[    44.275] (II) Using input driver 'libinput' for 'SEM USB Keyboard System Control'
[    44.275] (**) SEM USB Keyboard System Control: always reports core events
[    44.275] (**) Option "Device" "/dev/input/event6"
[    44.278] (II) event6  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[    44.278] (II) event6  - SEM USB Keyboard System Control: device is a keyboard
[    44.278] (II) event6  - SEM USB Keyboard System Control: device removed
[    44.278] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.0004/input/input9/event6"
[    44.278] (II) XINPUT: Adding extended input device "SEM USB Keyboard System Control" (type: KEYBOARD, id 14)
[    44.278] (**) Option "xkb_layout" "us"
[    44.281] (II) event6  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[    44.281] (II) event6  - SEM USB Keyboard System Control: device is a keyboard
[    44.286] (II) config/udev: Adding input device Dell AIO WMI hotkeys (/dev/input/event7)
[    44.286] (**) Dell AIO WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    44.286] (**) Dell AIO WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    44.286] (**) Dell AIO WMI hotkeys: Applying InputClass "system-keyboard"
[    44.286] (II) Using input driver 'libinput' for 'Dell AIO WMI hotkeys'
[    44.286] (**) Dell AIO WMI hotkeys: always reports core events
[    44.286] (**) Option "Device" "/dev/input/event7"
[    44.287] (II) event7  - Dell AIO WMI hotkeys: is tagged by udev as: Keyboard
[    44.287] (II) event7  - Dell AIO WMI hotkeys: device is a keyboard
[    44.287] (II) event7  - Dell AIO WMI hotkeys: device removed
[    44.307] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event7"
[    44.307] (II) XINPUT: Adding extended input device "Dell AIO WMI hotkeys" (type: KEYBOARD, id 15)
[    44.307] (**) Option "xkb_layout" "us"
[    44.308] (II) event7  - Dell AIO WMI hotkeys: is tagged by udev as: Keyboard
[    44.308] (II) event7  - Dell AIO WMI hotkeys: device is a keyboard
[    44.318] (**) SEM USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[    44.318] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    44.318] (**) SEM USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[    44.318] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[    44.318] (**) SEM USB Keyboard Consumer Control: always reports core events
[    44.318] (**) Option "Device" "/dev/input/event5"
[    44.318] (II) libinput: SEM USB Keyboard Consumer Control: is a virtual subdevice
[    44.318] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.0004/input/input8/event5"
[    44.318] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: KEYBOARD, id 16)
[    44.318] (**) Option "xkb_layout" "us"
[    72.779] (II) config/udev: Adding input device Virtual TouchCursor Keyboard (/dev/input/event17)
[    72.779] (**) Virtual TouchCursor Keyboard: Applying InputClass "evdev pointer catchall"
[    72.779] (**) Virtual TouchCursor Keyboard: Applying InputClass "evdev keyboard catchall"
[    72.779] (**) Virtual TouchCursor Keyboard: Applying InputClass "libinput pointer catchall"
[    72.779] (**) Virtual TouchCursor Keyboard: Applying InputClass "libinput keyboard catchall"
[    72.779] (**) Virtual TouchCursor Keyboard: Applying InputClass "system-keyboard"
[    72.779] (II) Using input driver 'libinput' for 'Virtual TouchCursor Keyboard'
[    72.779] (**) Virtual TouchCursor Keyboard: always reports core events
[    72.779] (**) Option "Device" "/dev/input/event17"
[    72.780] (II) event17 - Virtual TouchCursor Keyboard: is tagged by udev as: Keyboard Mouse
[    72.780] (II) event17 - Virtual TouchCursor Keyboard: device is a pointer
[    72.780] (II) event17 - Virtual TouchCursor Keyboard: device is a keyboard
[    72.781] (II) event17 - Virtual TouchCursor Keyboard: device removed
[    72.781] (II) libinput: Virtual TouchCursor Keyboard: needs a virtual subdevice
[    72.781] (**) Option "config_info" "udev:/sys/devices/virtual/input/input20/event17"
[    72.781] (II) XINPUT: Adding extended input device "Virtual TouchCursor Keyboard" (type: MOUSE, id 17)
[    72.781] (**) Option "AccelerationScheme" "none"
[    72.781] (**) Virtual TouchCursor Keyboard: (accel) selected scheme none/0
[    72.781] (**) Virtual TouchCursor Keyboard: (accel) acceleration factor: 2.000
[    72.781] (**) Virtual TouchCursor Keyboard: (accel) acceleration threshold: 4
[    72.782] (II) event17 - Virtual TouchCursor Keyboard: is tagged by udev as: Keyboard Mouse
[    72.782] (II) event17 - Virtual TouchCursor Keyboard: device is a pointer
[    72.782] (II) event17 - Virtual TouchCursor Keyboard: device is a keyboard
[    72.783] (**) Virtual TouchCursor Keyboard: Applying InputClass "evdev pointer catchall"
[    72.783] (**) Virtual TouchCursor Keyboard: Applying InputClass "evdev keyboard catchall"
[    72.783] (**) Virtual TouchCursor Keyboard: Applying InputClass "libinput pointer catchall"
[    72.783] (**) Virtual TouchCursor Keyboard: Applying InputClass "libinput keyboard catchall"
[    72.783] (**) Virtual TouchCursor Keyboard: Applying InputClass "system-keyboard"
[    72.783] (II) Using input driver 'libinput' for 'Virtual TouchCursor Keyboard'
[    72.783] (**) Virtual TouchCursor Keyboard: always reports core events
[    72.783] (**) Option "Device" "/dev/input/event17"
[    72.783] (II) libinput: Virtual TouchCursor Keyboard: is a virtual subdevice
[    72.783] (**) Option "config_info" "udev:/sys/devices/virtual/input/input20/event17"
[    72.783] (II) XINPUT: Adding extended input device "Virtual TouchCursor Keyboard" (type: KEYBOARD, id 18)
[    72.783] (**) Option "xkb_layout" "us"
[    87.634] (II) modeset(0): EDID vendor "DEL", prod id 45347
[    87.634] (II) modeset(0): Using EDID range info for horizontal sync
[    87.634] (II) modeset(0): Using EDID range info for vertical refresh
[    87.634] (II) modeset(0): Printing DDC gathered Modelines:
[    87.634] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2068 2112 2200  1080 1116 1121 1125 +hsync +vsync (67.5 kHz eP)
[    87.634] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2068 2112 2640  1080 1116 1121 1125 +hsync +vsync (56.2 kHz e)
[    87.634] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    87.634] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    87.634] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    87.634] (II) modeset(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    87.634] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    87.634] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    87.634] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    94.234] (II) modeset(0): EDID vendor "DEL", prod id 45347
[    94.234] (II) modeset(0): Using hsync ranges from config file
[    94.234] (II) modeset(0): Using vrefresh ranges from config file
[    94.234] (II) modeset(0): Using hsync ranges from config file
[    94.234] (II) modeset(0): Using vrefresh ranges from config file
[    94.234] (II) modeset(0): Printing DDC gathered Modelines:
[    94.234] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2068 2112 2200  1080 1116 1121 1125 +hsync +vsync (67.5 kHz eP)
[    94.234] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2068 2112 2640  1080 1116 1121 1125 +hsync +vsync (56.2 kHz e)
[    94.234] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    94.234] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    94.234] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    94.234] (II) modeset(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    94.234] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    94.234] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    94.234] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)

Xorg.1.log

[   141.125] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[   141.125] Current Operating System: Linux hikmateustad-dell 6.9.9-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Fri, 12 Jul 2024 00:06:19 +0000 x86_64
[   141.125] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=d6f6d2ae-57c9-4961-bdb1-716f0f93b378 rw quiet loglevel=3 audit=0 nowatchdog mitigations=off irqpoll ipv6.disable=1
[   141.125]  
[   141.125] Current version of pixman: 0.43.4
[   141.125] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   141.125] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   141.125] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Jul 18 11:54:43 2024
[   141.125] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   141.125] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   141.126] (==) No Layout section.  Using the first Screen section.
[   141.126] (==) No screen section available. Using defaults.
[   141.126] (**) |-->Screen "Default Screen Section" (0)
[   141.126] (**) |   |-->Monitor "<default monitor>"
[   141.126] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   141.126] (**) Allowing byte-swapped clients
[   141.126] (==) Automatically adding devices
[   141.126] (==) Automatically enabling devices
[   141.126] (==) Automatically adding GPU devices
[   141.126] (==) Automatically binding GPU devices
[   141.126] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   141.126] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   141.126] 	Entry deleted from font path.
[   141.126] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   141.126] 	Entry deleted from font path.
[   141.126] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   141.126] (==) ModulePath set to "/usr/lib/xorg/modules"
[   141.126] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   141.126] (II) Module ABI versions:
[   141.126] 	X.Org ANSI C Emulation: 0.4
[   141.126] 	X.Org Video Driver: 25.2
[   141.126] 	X.Org XInput driver : 24.4
[   141.126] 	X.Org Server Extension : 10.0
[   141.126] (++) using VT number 2

[   141.127] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[   141.128] (II) xfree86: Adding drm device (/dev/dri/card1)
[   141.128] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[   141.128] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[   141.129] (II) xfree86: Adding drm device (/dev/dri/card2)
[   141.129] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card2
[   141.129] (II) systemd-logind: got fd for /dev/dri/card2 226:2 fd 14 paused 0
[   141.130] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   141.130] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   141.130] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[   141.131] (--) PCI: (0@0:2:0) 8086:0102:1028:0511 rev 9, Mem @ 0xfb400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   141.131] (--) PCI:*(1@0:0:0) 10de:0df5:1028:0511 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   141.131] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   141.131] (II) LoadModule: "glx"
[   141.131] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[   141.135] (II) Module glx: vendor="NVIDIA Corporation"
[   141.135] 	compiled for 4.0.2, module version = 1.0.0
[   141.135] 	Module class: X.Org Server Extension
[   141.135] (II) NVIDIA GLX Module  390.157  Wed Oct 12 09:19:15 UTC 2022
[   141.135] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[   141.135] 	loading driver: nvidia
[   141.135] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[   141.135] 	loading driver: nvidia
[   141.135] (II) Applying OutputClass "intel" to /dev/dri/card2
[   141.135] 	loading driver: modesetting
[   141.135] (==) Matched nvidia as autoconfigured driver 0
[   141.135] (==) Matched nouveau as autoconfigured driver 1
[   141.135] (==) Matched nv as autoconfigured driver 2
[   141.135] (==) Matched modesetting as autoconfigured driver 3
[   141.135] (==) Matched intel as autoconfigured driver 4
[   141.135] (==) Matched fbdev as autoconfigured driver 5
[   141.135] (==) Matched vesa as autoconfigured driver 6
[   141.135] (==) Assigned the driver to the xf86ConfigLayout
[   141.135] (II) LoadModule: "nvidia"
[   141.135] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   141.135] (II) Module nvidia: vendor="NVIDIA Corporation"
[   141.135] 	compiled for 4.0.2, module version = 1.0.0
[   141.135] 	Module class: X.Org Video Driver
[   141.135] (II) LoadModule: "nouveau"
[   141.136] (WW) Warning, couldn't open module nouveau
[   141.136] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   141.136] (II) LoadModule: "nv"
[   141.136] (WW) Warning, couldn't open module nv
[   141.136] (EE) Failed to load module "nv" (module does not exist, 0)
[   141.136] (II) LoadModule: "modesetting"
[   141.136] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   141.136] (II) Module modesetting: vendor="X.Org Foundation"
[   141.136] 	compiled for 1.21.1.13, module version = 1.21.1
[   141.136] 	Module class: X.Org Video Driver
[   141.136] 	ABI class: X.Org Video Driver, version 25.2
[   141.136] (II) LoadModule: "intel"
[   141.137] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   141.137] (II) Module intel: vendor="X.Org Foundation"
[   141.137] 	compiled for 1.21.1.11, module version = 2.99.917
[   141.137] 	Module class: X.Org Video Driver
[   141.137] 	ABI class: X.Org Video Driver, version 25.2
[   141.137] (II) LoadModule: "fbdev"
[   141.137] (WW) Warning, couldn't open module fbdev
[   141.137] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   141.137] (II) LoadModule: "vesa"
[   141.137] (WW) Warning, couldn't open module vesa
[   141.137] (EE) Failed to load module "vesa" (module does not exist, 0)
[   141.137] (II) NVIDIA dlloader X Driver  390.157  Wed Oct 12 09:21:41 UTC 2022
[   141.137] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   141.137] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   141.137] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   141.137] (II) intel: Driver for Intel(R) HD Graphics
[   141.137] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   141.138] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   141.138] (II) systemd-logind: releasing fd for 226:1
[   141.138] (II) Loading sub module "fb"
[   141.138] (II) LoadModule: "fb"
[   141.138] (II) Module "fb" already built-in
[   141.138] (II) Loading sub module "wfb"
[   141.138] (II) LoadModule: "wfb"
[   141.138] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   141.138] (II) Module wfb: vendor="X.Org Foundation"
[   141.138] 	compiled for 1.21.1.13, module version = 1.0.0
[   141.138] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   141.139] (II) Loading sub module "ramdac"
[   141.139] (II) LoadModule: "ramdac"
[   141.139] (II) Module "ramdac" already built-in
[   141.139] (WW) Falling back to old probe method for modesetting
[   141.139] (EE) open /dev/dri/card0: No such file or directory
[   141.139] (II) modeset(G0): using drv /dev/dri/card2
[   141.139] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   141.139] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   141.139] (==) NVIDIA(0): RGB weight 888
[   141.139] (==) NVIDIA(0): Default visual is TrueColor
[   141.139] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   141.139] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   141.139] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   141.139] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   141.139] (**) NVIDIA(0): Enabling 2D acceleration
[   141.142] (II) NVIDIA(0): NVIDIA GPU GeForce GT 525M (GF108) at PCI:1:0:0 (GPU-0)
[   141.142] (--) NVIDIA(0): Memory: 1048576 kBytes
[   141.142] (--) NVIDIA(0): VideoBIOS: 70.08.5f.00.01
[   141.142] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   141.142] (II) NVIDIA(0): Validated MetaModes:
[   141.142] (II) NVIDIA(0):     "NULL"
[   141.142] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[   141.142] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[   141.142] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[   141.142] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   141.142] (==) modeset(G0): RGB weight 888
[   141.142] (==) modeset(G0): Default visual is TrueColor
[   141.142] (II) Loading sub module "glamoregl"
[   141.142] (II) LoadModule: "glamoregl"
[   141.143] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   141.147] (II) Module glamoregl: vendor="X.Org Foundation"
[   141.147] 	compiled for 1.21.1.13, module version = 1.0.1
[   141.147] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   141.163] (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 2000 (SNB GT1)
[   141.163] (II) modeset(G0): glamor initialized
[   141.164] (II) modeset(G0): Output VGA-1-1 has no monitor section
[   141.165] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[   141.170] (II) modeset(G0): Output DP-1-1 has no monitor section
[   141.196] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[   141.296] (II) modeset(G0): Output DP-1-2 has no monitor section
[   141.297] (II) modeset(G0): EDID for output VGA-1-1
[   141.298] (II) modeset(G0): EDID for output HDMI-1-1
[   141.303] (II) modeset(G0): EDID for output DP-1-1
[   141.329] (II) modeset(G0): EDID for output HDMI-1-2
[   141.329] (II) modeset(G0): Manufacturer: DEL  Model: b123  Serial#: 1000001
[   141.329] (II) modeset(G0): Year: 2011  Week: 30
[   141.329] (II) modeset(G0): EDID Version: 1.3
[   141.329] (II) modeset(G0): Digital Display Input
[   141.329] (II) modeset(G0): Max Image Size [cm]: horiz.: 51  vert.: 29
[   141.329] (II) modeset(G0): Gamma: 2.20
[   141.329] (II) modeset(G0): No DPMS capabilities specified
[   141.329] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   141.329] (II) modeset(G0): First detailed timing is preferred mode
[   141.329] (II) modeset(G0): redX: 0.628 redY: 0.348   greenX: 0.345 greenY: 0.615
[   141.329] (II) modeset(G0): blueX: 0.153 blueY: 0.057   whiteX: 0.313 whiteY: 0.329
[   141.329] (II) modeset(G0): Supported established timings:
[   141.329] (II) modeset(G0): 640x480@60Hz
[   141.329] (II) modeset(G0): 800x600@60Hz
[   141.329] (II) modeset(G0): 1024x768@60Hz
[   141.329] (II) modeset(G0): Manufacturer's mask: 0
[   141.329] (II) modeset(G0): Supported standard timings:
[   141.329] (II) modeset(G0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   141.329] (II) modeset(G0): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   141.329] (II) modeset(G0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   141.329] (II) modeset(G0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   141.329] (II) modeset(G0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   141.329] (II) modeset(G0): Supported detailed timing:
[   141.329] (II) modeset(G0): clock: 148.5 MHz   Image Size:  510 x 287 mm
[   141.329] (II) modeset(G0): h_active: 1920  h_sync: 2068  h_sync_end 2112 h_blank_end 2200 h_border: 0
[   141.329] (II) modeset(G0): v_active: 1080  v_sync: 1116  v_sync_end 1121 v_blanking: 1125 v_border: 0
[   141.329] (II) modeset(G0): Monitor name: 23" AIO
[   141.329] (II) modeset(G0): Ranges: V min: 49 V max: 75 Hz, H min: 28 H max: 95 kHz, PixClock max 215 MHz
[   141.329] (II) modeset(G0): Supported detailed timing:
[   141.329] (II) modeset(G0): clock: 148.5 MHz   Image Size:  510 x 287 mm
[   141.329] (II) modeset(G0): h_active: 1920  h_sync: 2068  h_sync_end 2112 h_blank_end 2640 h_border: 0
[   141.329] (II) modeset(G0): v_active: 1080  v_sync: 1116  v_sync_end 1121 v_blanking: 1125 v_border: 0
[   141.329] (II) modeset(G0): Monitor name: 23" AIO
[   141.329] (II) modeset(G0): Ranges: V min: 49 V max: 75 Hz, H min: 28 H max: 95 kHz, PixClock max 215 MHz
[   141.329] (II) modeset(G0): Number of EDID sections to follow: 1
[   141.329] (II) modeset(G0): EDID (in hex):
[   141.329] (II) modeset(G0): 	00ffffffffffff0010ac23b141420f00
[   141.329] (II) modeset(G0): 	1e15010380331d780ac665a059589d27
[   141.329] (II) modeset(G0): 	0e5054210800d1c081c081809500b300
[   141.329] (II) modeset(G0): 	010101010101023a801871382d40942c
[   141.329] (II) modeset(G0): 	4508fe1f1100001e0000001000001b30
[   141.329] (II) modeset(G0): 	40703600fe1f1100001e000000fc0032
[   141.329] (II) modeset(G0): 	33222041494f0a2020202020000000fd
[   141.329] (II) modeset(G0): 	00314b1c5f15000a2020202020200155
[   141.329] (II) modeset(G0): 	02031370230907078301000065030c00
[   141.329] (II) modeset(G0): 	100000023a80d072382d40942c4508fe
[   141.329] (II) modeset(G0): 	1f1100001e000000fc00323322204149
[   141.329] (II) modeset(G0): 	4f0a2020202020000000fd00314b1c5f
[   141.329] (II) modeset(G0): 	15000a20202020202000000010002100
[   141.329] (II) modeset(G0): 	001e0000001000d01e206e0000001000
[   141.329] (II) modeset(G0): 	2100001e00000010001c162010000000
[   141.329] (II) modeset(G0): 	10002100009a000000000000000000da
[   141.329] (II) modeset(G0): Printing probed modes for output HDMI-1-2
[   141.329] (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2068 2112 2200  1080 1116 1121 1125 +hsync +vsync (67.5 kHz eP)
[   141.329] (II) modeset(G0): Modeline "1920x1080"x50.0  148.50  1920 2068 2112 2640  1080 1116 1121 1125 +hsync +vsync (56.2 kHz e)
[   141.329] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[   141.329] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   141.329] (II) modeset(G0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   141.329] (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   141.329] (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   141.329] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   141.329] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   141.329] (II) modeset(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   141.329] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   141.429] (II) modeset(G0): EDID for output DP-1-2
[   141.429] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   141.429] (==) modeset(G0): DPI set to (96, 96)
[   141.429] (II) Loading sub module "fb"
[   141.429] (II) LoadModule: "fb"
[   141.429] (II) Module "fb" already built-in
[   141.429] (II) UnloadModule: "intel"
[   141.429] (II) Unloading intel
[   141.430] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[   141.430] (II) NVIDIA:     access.
[   141.433] (WW) NVIDIA(0): ACPI: AC power state information is not available under
[   141.433] (WW) NVIDIA(0):     /sys/class/power_supply/ , nor under
[   141.433] (WW) NVIDIA(0):     /proc/acpi/ac_adapter/
[   141.433] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   141.433] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   141.433] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   141.433] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   141.433] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   141.433] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   141.433] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   141.433] (II) NVIDIA(0):     Config Options in the README.
[   141.461] (II) NVIDIA(0): Setting mode "NULL"
[   141.465] (==) NVIDIA(0): Disabling shared memory pixmaps
[   141.465] (==) NVIDIA(0): Backing store enabled
[   141.465] (==) NVIDIA(0): Silken mouse enabled
[   141.465] (==) NVIDIA(0): DPMS enabled
[   141.465] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[   141.465] (II) Loading sub module "dri2"
[   141.465] (II) LoadModule: "dri2"
[   141.465] (II) Module "dri2" already built-in
[   141.465] (II) NVIDIA(0): [DRI2] Setup complete
[   141.465] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   141.685] (==) modeset(G0): Backing store enabled
[   141.685] (==) modeset(G0): Silken mouse enabled
[   141.787] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[   141.787] (==) modeset(G0): DPMS enabled
[   141.787] (II) modeset(G0): [DRI2] Setup complete
[   141.787] (II) modeset(G0): [DRI2]   DRI driver: i965
[   141.787] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[   141.787] (II) modeset(G0): Disable reverse prime offload mode for i915.
[   141.787] (II) Initializing extension Generic Event Extension
[   141.787] (II) Initializing extension SHAPE
[   141.787] (II) Initializing extension MIT-SHM
[   141.787] (II) Initializing extension XInputExtension
[   141.787] (II) Initializing extension XTEST
[   141.787] (II) Initializing extension BIG-REQUESTS
[   141.787] (II) Initializing extension SYNC
[   141.787] (II) Initializing extension XKEYBOARD
[   141.787] (II) Initializing extension XC-MISC
[   141.787] (II) Initializing extension SECURITY
[   141.788] (II) Initializing extension XFIXES
[   141.788] (II) Initializing extension RENDER
[   141.788] (II) Initializing extension RANDR
[   141.788] (II) Initializing extension COMPOSITE
[   141.788] (II) Initializing extension DAMAGE
[   141.788] (II) Initializing extension MIT-SCREEN-SAVER
[   141.788] (II) Initializing extension DOUBLE-BUFFER
[   141.788] (II) Initializing extension RECORD
[   141.788] (II) Initializing extension DPMS
[   141.788] (II) Initializing extension Present
[   141.788] (II) Initializing extension DRI3
[   141.789] (II) Initializing extension X-Resource
[   141.789] (II) Initializing extension XVideo
[   141.789] (II) Initializing extension XVideo-MotionCompensation
[   141.789] (II) Initializing extension XFree86-VidModeExtension
[   141.789] (II) Initializing extension XFree86-DGA
[   141.789] (II) Initializing extension XFree86-DRI
[   141.789] (II) Initializing extension DRI2
[   141.789] (II) Initializing extension GLX
[   141.789] (II) Initializing extension GLX
[   141.789] (II) Indirect GLX disabled.
[   141.789] (II) Initializing extension NV-GLX
[   141.789] (II) Initializing extension NV-CONTROL
[   141.855] (II) modeset(G0): Damage tracking initialized
[   141.933] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   141.933] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   141.934] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   141.934] (**) Power Button: Applying InputClass "system-keyboard"
[   141.934] (II) LoadModule: "libinput"
[   141.934] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   141.935] (II) Module libinput: vendor="X.Org Foundation"
[   141.935] 	compiled for 1.21.1.13, module version = 1.4.0
[   141.935] 	Module class: X.Org XInput Driver
[   141.935] 	ABI class: X.Org XInput driver, version 24.4
[   141.935] (II) Using input driver 'libinput' for 'Power Button'
[   141.936] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 42 paused 0
[   141.936] (**) Power Button: always reports core events
[   141.936] (**) Option "Device" "/dev/input/event1"
[   141.938] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   141.938] (II) event1  - Power Button: device is a keyboard
[   141.938] (II) event1  - Power Button: device removed
[   141.938] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   141.938] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   141.938] (**) Option "xkb_layout" "us"
[   141.939] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   141.939] (II) event1  - Power Button: device is a keyboard
[   141.940] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[   141.940] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   141.940] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   141.940] (**) Video Bus: Applying InputClass "system-keyboard"
[   141.940] (II) Using input driver 'libinput' for 'Video Bus'
[   141.940] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 45 paused 0
[   141.940] (**) Video Bus: always reports core events
[   141.940] (**) Option "Device" "/dev/input/event9"
[   141.941] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[   141.941] (II) event9  - Video Bus: device is a keyboard
[   141.941] (II) event9  - Video Bus: device removed
[   141.941] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12/event9"
[   141.941] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   141.941] (**) Option "xkb_layout" "us"
[   141.942] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[   141.942] (II) event9  - Video Bus: device is a keyboard
[   141.943] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[   141.943] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   141.943] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   141.943] (**) Video Bus: Applying InputClass "system-keyboard"
[   141.943] (II) Using input driver 'libinput' for 'Video Bus'
[   141.944] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 46 paused 0
[   141.944] (**) Video Bus: always reports core events
[   141.944] (**) Option "Device" "/dev/input/event8"
[   141.945] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[   141.945] (II) event8  - Video Bus: device is a keyboard
[   141.945] (II) event8  - Video Bus: device removed
[   141.945] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/LNXVIDEO:00/input/input11/event8"
[   141.945] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   141.945] (**) Option "xkb_layout" "us"
[   141.946] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[   141.946] (II) event8  - Video Bus: device is a keyboard
[   141.947] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   141.947] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   141.947] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   141.947] (**) Power Button: Applying InputClass "system-keyboard"
[   141.947] (II) Using input driver 'libinput' for 'Power Button'
[   141.947] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 47 paused 0
[   141.947] (**) Power Button: always reports core events
[   141.947] (**) Option "Device" "/dev/input/event0"
[   141.948] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   141.948] (II) event0  - Power Button: device is a keyboard
[   141.948] (II) event0  - Power Button: device removed
[   141.948] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   141.948] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[   141.948] (**) Option "xkb_layout" "us"
[   141.949] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   141.949] (II) event0  - Power Button: device is a keyboard
[   141.950] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[   141.950] (II) No input driver specified, ignoring this device.
[   141.950] (II) This device may have been added with another device file.
[   141.950] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[   141.950] (II) No input driver specified, ignoring this device.
[   141.950] (II) This device may have been added with another device file.
[   141.951] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[   141.951] (II) No input driver specified, ignoring this device.
[   141.951] (II) This device may have been added with another device file.
[   141.951] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[   141.951] (II) No input driver specified, ignoring this device.
[   141.951] (II) This device may have been added with another device file.
[   141.952] (II) config/udev: Adding input device Quanta OpticalTouchScreen (/dev/input/event2)
[   141.952] (**) Quanta OpticalTouchScreen: Applying InputClass "evdev touchscreen catchall"
[   141.952] (**) Quanta OpticalTouchScreen: Applying InputClass "libinput touchscreen catchall"
[   141.952] (**) Quanta OpticalTouchScreen: Applying InputClass "calibration"
[   141.952] (II) Using input driver 'libinput' for 'Quanta OpticalTouchScreen'
[   142.005] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 48 paused 0
[   142.005] (**) Quanta OpticalTouchScreen: always reports core events
[   142.005] (**) Option "Device" "/dev/input/event2"
[   142.006] (II) event2  - Quanta OpticalTouchScreen: is tagged by udev as: Touchscreen
[   142.006] (II) event2  - Quanta OpticalTouchScreen: device is a touch device
[   142.007] (II) event2  - Quanta OpticalTouchScreen: device removed
[   142.007] (**) Option "CalibrationMatrix" "0.9999995761449282 0.0 -0.0018230372996700381 0.0 0.9982293340271491 -0.00027724331249288036 0.0 0.0 1.0"
[   142.007] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:0408:3008.0001/input/input5/event2"
[   142.007] (II) XINPUT: Adding extended input device "Quanta OpticalTouchScreen" (type: TOUCHSCREEN, id 10)
[   142.007] (**) Option "AccelerationScheme" "none"
[   142.007] (**) Quanta OpticalTouchScreen: (accel) selected scheme none/0
[   142.007] (**) Quanta OpticalTouchScreen: (accel) acceleration factor: 2.000
[   142.007] (**) Quanta OpticalTouchScreen: (accel) acceleration threshold: 4
[   142.008] (II) event2  - Quanta OpticalTouchScreen: is tagged by udev as: Touchscreen
[   142.008] (II) event2  - Quanta OpticalTouchScreen: device is a touch device
[   142.009] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[   142.009] (II) No input driver specified, ignoring this device.
[   142.009] (II) This device may have been added with another device file.
[   142.009] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event11)
[   142.009] (II) No input driver specified, ignoring this device.
[   142.009] (II) This device may have been added with another device file.
[   142.009] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[   142.009] (II) No input driver specified, ignoring this device.
[   142.009] (II) This device may have been added with another device file.
[   142.010] (II) config/udev: Adding input device HID 04d9:0499 (/dev/input/event3)
[   142.010] (**) HID 04d9:0499: Applying InputClass "evdev pointer catchall"
[   142.010] (**) HID 04d9:0499: Applying InputClass "libinput pointer catchall"
[   142.010] (II) Using input driver 'libinput' for 'HID 04d9:0499'
[   142.063] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 49 paused 0
[   142.063] (**) HID 04d9:0499: always reports core events
[   142.063] (**) Option "Device" "/dev/input/event3"
[   142.064] (II) event3  - HID 04d9:0499: is tagged by udev as: Mouse
[   142.064] (II) event3  - HID 04d9:0499: device set to 800 DPI
[   142.064] (II) event3  - HID 04d9:0499: device is a pointer
[   142.065] (II) event3  - HID 04d9:0499: device removed
[   142.065] (II) libinput: HID 04d9:0499: Step value 0 was provided, libinput Fallback acceleration function is used.
[   142.065] (II) libinput: HID 04d9:0499: Step value 0 was provided, libinput Fallback acceleration function is used.
[   142.065] (II) libinput: HID 04d9:0499: Step value 0 was provided, libinput Fallback acceleration function is used.
[   142.065] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:04D9:0499.0002/input/input6/event3"
[   142.065] (II) XINPUT: Adding extended input device "HID 04d9:0499" (type: MOUSE, id 11)
[   142.065] (**) Option "AccelerationScheme" "none"
[   142.065] (**) HID 04d9:0499: (accel) selected scheme none/0
[   142.065] (**) HID 04d9:0499: (accel) acceleration factor: 2.000
[   142.065] (**) HID 04d9:0499: (accel) acceleration threshold: 4
[   142.066] (II) event3  - HID 04d9:0499: is tagged by udev as: Mouse
[   142.066] (II) event3  - HID 04d9:0499: device set to 800 DPI
[   142.066] (II) event3  - HID 04d9:0499: device is a pointer
[   142.067] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event4)
[   142.067] (**) SEM USB Keyboard: Applying InputClass "evdev keyboard catchall"
[   142.067] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[   142.067] (**) SEM USB Keyboard: Applying InputClass "system-keyboard"
[   142.067] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[   142.068] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 50 paused 0
[   142.068] (**) SEM USB Keyboard: always reports core events
[   142.068] (**) Option "Device" "/dev/input/event4"
[   142.069] (II) event4  - SEM USB Keyboard: is tagged by udev as: Keyboard
[   142.069] (II) event4  - SEM USB Keyboard: device is a keyboard
[   142.070] (II) event4  - SEM USB Keyboard: device removed
[   142.070] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:1A2C:2124.0003/input/input7/event4"
[   142.070] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 12)
[   142.070] (**) Option "xkb_layout" "us"
[   142.071] (II) event4  - SEM USB Keyboard: is tagged by udev as: Keyboard
[   142.071] (II) event4  - SEM USB Keyboard: device is a keyboard
[   142.072] (II) config/udev: Adding input device SEM USB Keyboard Consumer Control (/dev/input/event5)
[   142.072] (**) SEM USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[   142.072] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[   142.072] (**) SEM USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[   142.072] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[   142.073] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 51 paused 0
[   142.073] (**) SEM USB Keyboard Consumer Control: always reports core events
[   142.073] (**) Option "Device" "/dev/input/event5"
[   142.074] (II) event5  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[   142.074] (II) event5  - SEM USB Keyboard Consumer Control: device is a keyboard
[   142.075] (II) event5  - SEM USB Keyboard Consumer Control: device removed
[   142.075] (II) libinput: SEM USB Keyboard Consumer Control: needs a virtual subdevice
[   142.075] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.0004/input/input8/event5"
[   142.075] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: MOUSE, id 13)
[   142.075] (**) Option "AccelerationScheme" "none"
[   142.075] (**) SEM USB Keyboard Consumer Control: (accel) selected scheme none/0
[   142.075] (**) SEM USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[   142.075] (**) SEM USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[   142.076] (II) event5  - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[   142.076] (II) event5  - SEM USB Keyboard Consumer Control: device is a keyboard
[   142.077] (II) config/udev: Adding input device SEM USB Keyboard System Control (/dev/input/event6)
[   142.077] (**) SEM USB Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[   142.077] (**) SEM USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[   142.077] (**) SEM USB Keyboard System Control: Applying InputClass "system-keyboard"
[   142.077] (II) Using input driver 'libinput' for 'SEM USB Keyboard System Control'
[   142.078] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 52 paused 0
[   142.078] (**) SEM USB Keyboard System Control: always reports core events
[   142.078] (**) Option "Device" "/dev/input/event6"
[   142.079] (II) event6  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[   142.079] (II) event6  - SEM USB Keyboard System Control: device is a keyboard
[   142.079] (II) event6  - SEM USB Keyboard System Control: device removed
[   142.079] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.0004/input/input9/event6"
[   142.079] (II) XINPUT: Adding extended input device "SEM USB Keyboard System Control" (type: KEYBOARD, id 14)
[   142.079] (**) Option "xkb_layout" "us"
[   142.081] (II) event6  - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[   142.081] (II) event6  - SEM USB Keyboard System Control: device is a keyboard
[   142.084] (II) config/udev: Adding input device Dell AIO WMI hotkeys (/dev/input/event7)
[   142.084] (**) Dell AIO WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   142.084] (**) Dell AIO WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   142.084] (**) Dell AIO WMI hotkeys: Applying InputClass "system-keyboard"
[   142.084] (II) Using input driver 'libinput' for 'Dell AIO WMI hotkeys'
[   142.084] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 53 paused 0
[   142.084] (**) Dell AIO WMI hotkeys: always reports core events
[   142.084] (**) Option "Device" "/dev/input/event7"
[   142.085] (II) event7  - Dell AIO WMI hotkeys: is tagged by udev as: Keyboard
[   142.085] (II) event7  - Dell AIO WMI hotkeys: device is a keyboard
[   142.085] (II) event7  - Dell AIO WMI hotkeys: device removed
[   142.085] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event7"
[   142.085] (II) XINPUT: Adding extended input device "Dell AIO WMI hotkeys" (type: KEYBOARD, id 15)
[   142.085] (**) Option "xkb_layout" "us"
[   142.086] (II) event7  - Dell AIO WMI hotkeys: is tagged by udev as: Keyboard
[   142.086] (II) event7  - Dell AIO WMI hotkeys: device is a keyboard
[   142.086] (II) config/udev: Adding input device Virtual TouchCursor Keyboard (/dev/input/event17)
[   142.086] (**) Virtual TouchCursor Keyboard: Applying InputClass "evdev pointer catchall"
[   142.086] (**) Virtual TouchCursor Keyboard: Applying InputClass "evdev keyboard catchall"
[   142.086] (**) Virtual TouchCursor Keyboard: Applying InputClass "libinput pointer catchall"
[   142.086] (**) Virtual TouchCursor Keyboard: Applying InputClass "libinput keyboard catchall"
[   142.086] (**) Virtual TouchCursor Keyboard: Applying InputClass "system-keyboard"
[   142.086] (II) Using input driver 'libinput' for 'Virtual TouchCursor Keyboard'
[   142.087] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 54 paused 0
[   142.087] (**) Virtual TouchCursor Keyboard: always reports core events
[   142.087] (**) Option "Device" "/dev/input/event17"
[   142.087] (II) event17 - Virtual TouchCursor Keyboard: is tagged by udev as: Keyboard Mouse
[   142.088] (II) event17 - Virtual TouchCursor Keyboard: device is a pointer
[   142.088] (II) event17 - Virtual TouchCursor Keyboard: device is a keyboard
[   142.088] (II) event17 - Virtual TouchCursor Keyboard: device removed
[   142.088] (II) libinput: Virtual TouchCursor Keyboard: needs a virtual subdevice
[   142.088] (**) Option "config_info" "udev:/sys/devices/virtual/input/input20/event17"
[   142.088] (II) XINPUT: Adding extended input device "Virtual TouchCursor Keyboard" (type: MOUSE, id 16)
[   142.088] (**) Option "AccelerationScheme" "none"
[   142.088] (**) Virtual TouchCursor Keyboard: (accel) selected scheme none/0
[   142.088] (**) Virtual TouchCursor Keyboard: (accel) acceleration factor: 2.000
[   142.088] (**) Virtual TouchCursor Keyboard: (accel) acceleration threshold: 4
[   142.089] (II) event17 - Virtual TouchCursor Keyboard: is tagged by udev as: Keyboard Mouse
[   142.089] (II) event17 - Virtual TouchCursor Keyboard: device is a pointer
[   142.089] (II) event17 - Virtual TouchCursor Keyboard: device is a keyboard
[   142.093] (**) SEM USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[   142.093] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[   142.093] (**) SEM USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[   142.093] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[   142.093] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[   142.093] (**) SEM USB Keyboard Consumer Control: always reports core events
[   142.093] (**) Option "Device" "/dev/input/event5"
[   142.093] (II) libinput: SEM USB Keyboard Consumer Control: is a virtual subdevice
[   142.093] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/0003:1A2C:2124.0004/input/input8/event5"
[   142.093] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: KEYBOARD, id 17)
[   142.093] (**) Option "xkb_layout" "us"
[   142.093] (**) Virtual TouchCursor Keyboard: Applying InputClass "evdev pointer catchall"
[   142.093] (**) Virtual TouchCursor Keyboard: Applying InputClass "evdev keyboard catchall"
[   142.093] (**) Virtual TouchCursor Keyboard: Applying InputClass "libinput pointer catchall"
[   142.093] (**) Virtual TouchCursor Keyboard: Applying InputClass "libinput keyboard catchall"
[   142.093] (**) Virtual TouchCursor Keyboard: Applying InputClass "system-keyboard"
[   142.093] (II) Using input driver 'libinput' for 'Virtual TouchCursor Keyboard'
[   142.093] (II) systemd-logind: returning pre-existing fd for /dev/input/event17 13:81
[   142.093] (**) Virtual TouchCursor Keyboard: always reports core events
[   142.093] (**) Option "Device" "/dev/input/event17"
[   142.093] (II) libinput: Virtual TouchCursor Keyboard: is a virtual subdevice
[   142.093] (**) Option "config_info" "udev:/sys/devices/virtual/input/input20/event17"
[   142.093] (II) XINPUT: Adding extended input device "Virtual TouchCursor Keyboard" (type: KEYBOARD, id 18)
[   142.093] (**) Option "xkb_layout" "us"
[   142.142] randr: falling back to unsynchronized pixmap sharing
[   142.289] (**) Option "fd" "42"
[   142.289] (II) event1  - Power Button: device removed
[   142.289] (**) Option "fd" "45"
[   142.289] (II) event9  - Video Bus: device removed
[   142.289] (**) Option "fd" "46"
[   142.289] (II) event8  - Video Bus: device removed
[   142.289] (**) Option "fd" "47"
[   142.289] (II) event0  - Power Button: device removed
[   142.289] (**) Option "fd" "48"
[   142.289] (II) event2  - Quanta OpticalTouchScreen: device removed
[   142.289] (**) Option "fd" "49"
[   142.289] (II) event3  - HID 04d9:0499: device removed
[   142.289] (**) Option "fd" "50"
[   142.289] (II) event4  - SEM USB Keyboard: device removed
[   142.289] (**) Option "fd" "51"
[   142.289] (**) Option "fd" "52"
[   142.289] (II) event6  - SEM USB Keyboard System Control: device removed
[   142.289] (**) Option "fd" "53"
[   142.289] (II) event7  - Dell AIO WMI hotkeys: device removed
[   142.289] (**) Option "fd" "54"
[   142.289] (**) Option "fd" "51"
[   142.289] (II) event5  - SEM USB Keyboard Consumer Control: device removed
[   142.289] (**) Option "fd" "54"
[   142.289] (II) event17 - Virtual TouchCursor Keyboard: device removed
[   142.329] (II) UnloadModule: "libinput"
[   142.329] (II) systemd-logind: not releasing fd for 13:81, still in use
[   142.329] (II) UnloadModule: "libinput"
[   142.329] (II) systemd-logind: not releasing fd for 13:69, still in use
[   142.329] (II) UnloadModule: "libinput"
[   142.329] (II) systemd-logind: releasing fd for 13:81
[   142.330] (II) UnloadModule: "libinput"
[   142.330] (II) systemd-logind: releasing fd for 13:71
[   142.330] (II) UnloadModule: "libinput"
[   142.330] (II) systemd-logind: releasing fd for 13:70
[   142.331] (II) UnloadModule: "libinput"
[   142.331] (II) systemd-logind: releasing fd for 13:69
[   142.332] (II) UnloadModule: "libinput"
[   142.332] (II) systemd-logind: releasing fd for 13:68
[   142.332] (II) UnloadModule: "libinput"
[   142.332] (II) systemd-logind: releasing fd for 13:67
[   142.333] (II) UnloadModule: "libinput"
[   142.333] (II) systemd-logind: releasing fd for 13:66
[   142.333] (II) UnloadModule: "libinput"
[   142.333] (II) systemd-logind: releasing fd for 13:64
[   142.333] (II) UnloadModule: "libinput"
[   142.333] (II) systemd-logind: releasing fd for 13:72
[   142.334] (II) UnloadModule: "libinput"
[   142.334] (II) systemd-logind: releasing fd for 13:73
[   142.335] (II) UnloadModule: "libinput"
[   142.335] (II) systemd-logind: releasing fd for 13:65
[   142.347] (II) NVIDIA(GPU-0): Deleting GPU-0
[   142.381] (II) Server terminated successfully (0). Closing log file.
hikmateustad@hikmateustad-dell ~log % sudo lsof | awk '/nvidia/{ print $1 " " $NF }' | sort -u
lsof: WARNING: can't stat() fuse.portal file system /run/user/1000/doc
      Output information may be incomplete.
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
      Output information may be incomplete.
firefox /dev/nvidiactl
firefox /usr/lib/libEGL_nvidia.so.390.157
firefox /usr/lib/libnvidia-egl-wayland.so.1.1.13
firefox /usr/lib/libnvidia-glsi.so.390.157
nvidia /
nvidia-pe /
nvidia-pe (CONNECTED)
nvidia-pe /dev/nvidia0
nvidia-pe /dev/nvidiactl
nvidia-pe (LISTEN)
nvidia-pe /run/nvidia-persistenced/nvidia-persistenced.pid
nvidia-pe /usr/bin/nvidia-persistenced
nvidia-pe /usr/lib/ld-linux-x86-64.so.2
nvidia-pe /usr/lib/libc.so.6
nvidia-pe /usr/lib/libdl.so.2
nvidia-pe /usr/lib/libnvidia-cfg.so.390.157
nvidia /proc/974/exe
Xorg /dev/nvidiactl
Xorg /usr/lib/libEGL_nvidia.so.390.157
Xorg /usr/lib/libnvidia-egl-wayland.so.1.1.13
Xorg /usr/lib/libnvidia-glsi.so.390.157
hikmateustad@hikmateustad-dell ~log % 

How do I login to multi-user.target ? I know how to check if its loaded but what is the command to unload nvidia if loaded?

Offline

#13 2024-07-18 07:39:31

hikmateustad
Member
Registered: 2022-01-23
Posts: 44

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

hikmateustad@hikmateustad-dell ~log % sudo systemctl status optimus-manager.service                   
[sudo] password for hikmateustad: 
● optimus-manager.service - Optimus Manager Commands Daemon
     Loaded: loaded (/usr/lib/systemd/system/optimus-manager.service; enabled; preset: disabled)
     Active: active (running) since Thu 2024-07-18 12:51:05 IST; 17min ago
 Invocation: d453e3d1e641497c80dcf1c262cc6f53
    Process: 930 ExecStartPre=/usr/bin/python3 -u -m optimus_manager.hooks.pre_daemon_start (code=exited, status=0/SUCCESS)
    Process: 1040 ExecStartPre=/usr/bin/python3 -u -m optimus_manager.hooks.pre_xorg_start (code=exited, status=1/FAILURE)
   Main PID: 1181 (python3)
      Tasks: 1 (limit: 19050)
     Memory: 13.8M (peak: 16.3M)
        CPU: 344ms
     CGroup: /system.slice/optimus-manager.service
             └─1181 /usr/bin/python3 -u -m optimus_manager.daemon

Jul 18 12:51:05 hikmateustad-dell python3[1040]:     _unload_modules(available_modules, ["nvidia_drm", "nvidia_modeset", "nvidia_uvm", "nvidia"])
Jul 18 12:51:05 hikmateustad-dell python3[1040]:   File "/usr/lib/python3.12/site-packages/optimus_manager/kernel.py", line 277, in _unload_modules
Jul 18 12:51:05 hikmateustad-dell python3[1040]:     raise KernelSetupError(f"Cannot unload modules {modules_to_unload}: {e.stderr}") from e
Jul 18 12:51:05 hikmateustad-dell python3[1040]: optimus_manager.kernel.KernelSetupError: Cannot unload modules ['nvidia_drm', 'nvidia_modeset', 'nvidia_uvm', 'nvidia']: None
Jul 18 12:51:05 hikmateustad-dell python3[1040]: [5157] INFO: Removing /etc/X11/xorg.conf.d/10-optimus-manager.conf (if present)
Jul 18 12:51:05 hikmateustad-dell python3[1040]: [5157] INFO: Writing state {'type': 'pre_xorg_start_failed', 'switch_id': '20240718T125100', 'requested_mode': 'integrated'}
Jul 18 12:51:05 hikmateustad-dell systemd[1]: Started Optimus Manager Commands Daemon.
Jul 18 12:51:05 hikmateustad-dell python3[1181]: [3] INFO: # Commands daemon
Jul 18 12:51:05 hikmateustad-dell python3[1181]: [4] INFO: Opening UNIX socket
Jul 18 12:51:05 hikmateustad-dell python3[1181]: [4] INFO: Awaiting commands
hikmateustad@hikmateustad-dell ~log % 


File "/usr/lib/python3.12/site-packages/optimus_manager/kernel.py", line 277, in _unload_modules
Jul 18 12:51:05 hikmateustad-dell python3[1040]:     raise KernelSetupError(f"Cannot unload modules {modules_to_unload}: {e.stderr}") from e

Since there was KernelSetupError I wanted to check if switching kernels solved the problem, but unfortunately it did not.

Also interestingly I reboot to a black screen if I uninstall optimus manager git and it's qt counterpart.
From that point to boot to a console tty2 use lan cable to install optimus manager git and qt then on rebooting I come back to Light Display Manager login screen.

P.S
I just rebooted to check about nvidia being loaded on boot and yes it is being loaded (FATAL message) without me running nvidia-smi

Last edited by hikmateustad (2024-07-18 07:50:49)

Offline

#14 2024-07-18 07:51:17

seth
Member
Registered: 2012-09-03
Posts: 57,455

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

Disable nvidia-persistenced - there is/was (it terminated and is ~1h older than the running server on :0) a second X11 display (:1, GDM does that for the session) and unlike the server on :0 it ends up using the nvidia GPU (and actually runs the server on it!) - probably because the module gets loaded w/ the persistenced during the start.

If not, we'll have to see the complete journal to get an idea where and why the nvidia module gets loaded.

Offline

#15 2024-07-18 08:11:39

hikmateustad
Member
Registered: 2022-01-23
Posts: 44

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

seth wrote:

Disable nvidia-persistenced - there is/was (it terminated and is ~1h older than the running server on :0) a second X11 display (:1, GDM does that for the session) and unlike the server on :0 it ends up using the nvidia GPU (and actually runs the server on it!) - probably because the module gets loaded w/ the persistenced during the start.

If not, we'll have to see the complete journal to get an idea where and why the nvidia module gets loaded.

130 hikmateustad@hikmateustad-dell ~ % sudo systemctl status nvidia-persistenced.service
[sudo] password for hikmateustad: 
● nvidia-persistenced.service - NVIDIA Persistence Daemon
     Loaded: loaded (/usr/lib/systemd/system/nvidia-persistenced.service; enabled; preset: disabled)
     Active: active (running) since Thu 2024-07-18 13:14:48 IST; 25min ago
 Invocation: 06a9365e858942a7b2197b76f27b28b6
    Process: 913 ExecStart=/usr/bin/nvidia-persistenced --user nvidia-persistenced (code=exited, status=0/SUCCESS)
   Main PID: 931 (nvidia-persiste)
      Tasks: 1 (limit: 19050)
     Memory: 10.8M (peak: 11.7M)
        CPU: 2.462s
     CGroup: /system.slice/nvidia-persistenced.service
             └─931 /usr/bin/nvidia-persistenced --user nvidia-persistenced

Jul 18 13:14:48 hikmateustad-dell systemd[1]: Starting NVIDIA Persistence Daemon...
Jul 18 13:14:48 hikmateustad-dell nvidia-persistenced[931]: Started (931)
Jul 18 13:14:48 hikmateustad-dell systemd[1]: Started NVIDIA Persistence Daemon.
hikmateustad@hikmateustad-dell ~ % sudo systemctl disable nvidia-persistenced.service           
Removed '/etc/systemd/system/multi-user.target.wants/nvidia-persistenced.service'.
hikmateustad@hikmateustad-dell ~ % sudo systemctl status nvidia-persistenced.service 
● nvidia-persistenced.service - NVIDIA Persistence Daemon
     Loaded: loaded (/usr/lib/systemd/system/nvidia-persistenced.service; disabled; preset: disabled)
     Active: active (running) since Thu 2024-07-18 13:14:48 IST; 25min ago
 Invocation: 06a9365e858942a7b2197b76f27b28b6
   Main PID: 931 (nvidia-persiste)
      Tasks: 1 (limit: 19050)
     Memory: 10.8M (peak: 11.7M)
        CPU: 2.462s
     CGroup: /system.slice/nvidia-persistenced.service
             └─931 /usr/bin/nvidia-persistenced --user nvidia-persistenced

Jul 18 13:14:48 hikmateustad-dell systemd[1]: Starting NVIDIA Persistence Daemon...
Jul 18 13:14:48 hikmateustad-dell nvidia-persistenced[931]: Started (931)
Jul 18 13:14:48 hikmateustad-dell systemd[1]: Started NVIDIA Persistence Daemon.
hikmateustad@hikmateustad-dell ~ % sudo systemctl stop nvidia-persistenced.service
hikmateustad@hikmateustad-dell ~ % sudo systemctl status nvidia-persistenced.service
○ nvidia-persistenced.service - NVIDIA Persistence Daemon
     Loaded: loaded (/usr/lib/systemd/system/nvidia-persistenced.service; disabled; preset: disabled)
     Active: inactive (dead)

Jul 18 13:14:48 hikmateustad-dell systemd[1]: Starting NVIDIA Persistence Daemon...
Jul 18 13:14:48 hikmateustad-dell nvidia-persistenced[931]: Started (931)
Jul 18 13:14:48 hikmateustad-dell systemd[1]: Started NVIDIA Persistence Daemon.
Jul 18 13:40:46 hikmateustad-dell systemd[1]: Stopping NVIDIA Persistence Daemon...
Jul 18 13:40:47 hikmateustad-dell nvidia-persistenced[931]: Shutdown (931)
Jul 18 13:40:47 hikmateustad-dell systemd[1]: nvidia-persistenced.service: Deactivated successfully.
Jul 18 13:40:47 hikmateustad-dell systemd[1]: Stopped NVIDIA Persistence Daemon.
3 hikmateustad@hikmateustad-dell ~ %                    

Rebooting now

After reboot

hikmateustad@hikmateustad-dell ~ % sudo systemctl status nvidia-persistenced.service
[sudo] password for hikmateustad: 
○ nvidia-persistenced.service - NVIDIA Persistence Daemon
     Loaded: loaded (/usr/lib/systemd/system/nvidia-persistenced.service; disabled; preset: disabled)
     Active: inactive (dead)

And optimus manager loaded correctly but trying to switch to Nvidia graphics gives me the following error message popup from Optimus Manager Qt

Multiple running sessions detected

There are 1 other desktop sessions open. The GPU switch will not become effective until you have manually logged out from ALL desktop sessions.
Continue?

And I clicked on No

Why am I being logged into mutiple sessions? 

I investigated

hikmateustad@hikmateustad-dell ~ % loginctl list-sessions 
SESSION  UID USER         SEAT  LEADER CLASS   TTY  IDLE SINCE
      2 1000 hikmateustad seat0 1249   user    tty7 no   -    
      3 1000 hikmateustad -     1270   manager -    no   -    

2 sessions listed.
hikmateustad@hikmateustad-dell ~ % 

How can I  logout from ALL sessions so I check Nvidia driver loading or not.

Update

hikmateustad@hikmateustad-dell ~ % loginctl list-sessions      
SESSION  UID USER         SEAT  LEADER CLASS   TTY  IDLE SINCE
      3 1000 hikmateustad -     1270   manager -    no   -    
      9 1000 hikmateustad seat0 5951   user    tty7 no   -    

2 sessions listed.
hikmateustad@hikmateustad-dell ~ % sudo loginctl kill-session 3
[sudo] password for hikmateustad: 
Could not kill session: No such process
1 hikmateustad@hikmateustad-dell ~ %                                                                              :(

What am I missing?

Update

Just fresh rebooted and till I have two sessions. Thankfully nvidia module is not loaded

hikmateustad@hikmateustad-dell ~ % sudo modprobe -rv nvidia_drm nvidia_modeset nvidia_uvm nvidia
[sudo] password for hikmateustad: 
hikmateustad@hikmateustad-dell ~ % sudo modprobe -rv nvidia                                     
hikmateustad@hikmateustad-dell ~ % loginctl list-sessions                                  
SESSION  UID USER         SEAT  LEADER CLASS   TTY  IDLE SINCE
      2 1000 hikmateustad seat0 1218   user    tty7 no   -    
      3 1000 hikmateustad -     1239   manager -    no   -    

2 sessions listed.
hikmateustad@hikmateustad-dell ~ % 

Update further investigation

hikmateustad@hikmateustad-dell ~ % sudo modprobe -rv nvidia_drm nvidia_modeset nvidia_uvm nvidia
hikmateustad@hikmateustad-dell ~ % sudo dkms status                                             
acpi_call/1.2.2, 6.9.9-zen1-1-zen, x86_64: installed
bbswitch/0.8, 6.9.9-zen1-1-zen, x86_64: installed
nvidia/390.157, 6.9.9-zen1-1-zen, x86_64: installed
rtl88x2bu/5.13.1, 6.9.9-zen1-1-zen, x86_64: installed
v4l2loopback/0.13.2, 6.9.9-zen1-1-zen, x86_64: installed
hikmateustad@hikmateustad-dell ~ % loginctl list-sessions                                       
SESSION  UID USER         SEAT  LEADER CLASS   TTY  IDLE SINCE
      2 1000 hikmateustad seat0 1218   user    tty7 no   -    
      3 1000 hikmateustad -     1239   manager -    no   -    

2 sessions listed.
hikmateustad@hikmateustad-dell ~ % loginctl session-status 3
3 - hikmateustad (1000)
  Since: Thu 2024-07-18 14:14:10 IST; 11min ago
  State: active
 Leader: 1239 (systemd)
 Remote: no
Service: systemd-user
   Type: unspecified
  Class: manager
   Idle: no
hikmateustad@hikmateustad-dell ~ % loginctl session-status 2
2 - hikmateustad (1000)
  Since: Thu 2024-07-18 14:14:10 IST; 11min ago
  State: active
 Leader: 1218 (lightdm)
   Seat: seat0; vc7
    TTY: tty7
 Remote: no
Service: lightdm
   Type: x11
  Class: user
Desktop: plasmax11
   Idle: no
   Unit: session-2.scope
         ├─1218 lightdm --session-child 13 20
         ├─1277 /usr/bin/kwalletd6 --pam-login 3 4
         └─1279 /usr/bin/startplasma-x11

Jul 18 14:14:11 hikmateustad-dell systemd[1]: Started Session 2 of User hikmateustad.
Jul 18 14:14:11 hikmateustad-dell lightdm[1218]: gkr-pam: unlocked login keyring
Jul 18 14:14:11 hikmateustad-dell lightdm[1218]: pam_kwallet5(lightdm:session): pam_kwallet5: pam_sm_open_session
Jul 18 14:14:11 hikmateustad-dell lightdm[1276]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Jul 18 14:14:12 hikmateustad-dell lightdm[1218]: Error opening audit socket: Protocol not supported
Jul 18 14:14:26 hikmateustad-dell kwalletd6[1277]: kf.wallet.kwalletd: Wallet failed to get opened by PAM, error cod>

130 hikmateustad@hikmateustad-dell ~ % loginctl list-users
 UID USER         LINGER STATE 
1000 hikmateustad no     active

1 users listed.
hikmateustad@hikmateustad-dell ~ % loginctl list-seats
SEAT 
seat0

1 seats listed.
hikmateustad@hikmateustad-dell ~ % 

So session 3 is from systemd which is why I cannot kill it?

Last edited by hikmateustad (2024-07-18 08:59:09)

Offline

#16 2024-07-18 10:50:41

hikmateustad
Member
Registered: 2022-01-23
Posts: 44

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

Would switching back to SDDM help?

Offline

#17 2024-07-18 11:51:10

hikmateustad
Member
Registered: 2022-01-23
Posts: 44

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

Switched back to SDDM.

Does not help. Optimus Manager loads but there are still 2 sessions for the whatever reason loginctl cannot kill a session and I cannot switch to Nvidia.

Offline

#18 2024-07-18 12:16:35

hikmateustad
Member
Registered: 2022-01-23
Posts: 44

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

What currently is working are the following steps

I researched and found this post for a workaround to kill a session

https://askubuntu.com/questions/1369771 … h-loginctl

Followed the steps and rebooted.

On reboot as usual 2 sessions are running so right click to switch to Nvidia through optimus manager. I get the usual warning saying multiple sessions ... logout ALL sessions, however I still click on yes. Nothing happens.

Then I manually log myself out from the KDE menu --> More --> Logout.

Once I log back in then I am in my Nvidia module. Wow....

But still why this harassment. I must get rid of two sessions. Has something in systemd changed. Earlier I just use to have one session numbered 1 and I used this command to switch to Nvidia graphics successfully.

sudo pacman -Syu --noconfirm && yay -Syu --noconfirm && optimus-manager --switch nvidia --no-confirm && loginctl kill-session 1

Thank you for your continued support. Would have not been possible without @seth . Need more help.

Last edited by hikmateustad (2024-07-18 12:17:05)

Offline

#19 2024-07-18 15:33:51

seth
Member
Registered: 2012-09-03
Posts: 57,455

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

But still why this harassment …  systemd

Why the user bus poses as extra session is beyond me, but it also shows up in "w" and it is most unlikely to change in favor of some rather legacy GPU control tool.
=> https://github.com/Askannz/optimus-manager/issues

Offline

#20 2024-07-19 07:46:38

hikmateustad
Member
Registered: 2022-01-23
Posts: 44

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

seth wrote:

But still why this harassment …  systemd

Why the user bus poses as extra session is beyond me, but it also shows up in "w" and it is most unlikely to change in favor of some rather legacy GPU control tool.
=> https://github.com/Askannz/optimus-manager/issues


Thank you Seth for all the help that you have provided.

For learning purpose how did you figure out the Nvidia persistence module mess by reading the Xorg logs?

Offline

#21 2024-07-19 07:49:59

seth
Member
Registered: 2012-09-03
Posts: 57,455

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

I didn't.
The key was the consumer list ("sudo lsof | awk '/nvidia/{ print $1 " " $NF }' | sort -u") and the fair assumption that unloading the nvidia drivers will probably not work if you're running a service that's only purpose is to keep them busy wink

Offline

#22 2024-07-19 07:59:52

hikmateustad
Member
Registered: 2022-01-23
Posts: 44

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

seth wrote:

I didn't.
The key was the consumer list ("sudo lsof | awk '/nvidia/{ print $1 " " $NF }' | sort -u") and the fair assumption that unloading the nvidia drivers will probably not work if you're running a service that's only purpose is to keep them busy wink

Very cool.

I did not open an issue with OM since session creation is outside the scope of their legacy tool.

Should I open a separate issue in this forum?

Last edited by hikmateustad (2024-07-19 08:01:18)

Offline

#23 2024-07-19 14:56:37

seth
Member
Registered: 2012-09-03
Posts: 57,455

Re: Optimus Manager fail after nvidia dkms kernel driver update [Solved]

OM won't have to do anything about the session creation, it has to anticipate/deal with the presence of a session for the system bus.
I'd be more than surprised if you could prevent the latter (I guess it's related to all the other lennart-didn't-invent-shadow-so-we'll-have-systemd-userdbd, https://bbs.archlinux.org/viewtopic.php?id=294992 ) and while that session should™ probably not be there, you'll not convince systemd upstream to remove it to accomodate to OM

Offline

Board footer

Powered by FluxBB