You are not logged in.

#1 2020-12-19 22:22:55

NyanarWelden
Member
Registered: 2020-08-22
Posts: 6

Nvidia PRIME offloading (prime-run) not working

I have an Asus laptop with an Nvidia GeForce MX250 and an Intel UHD integrated graphics card. I used to use Nvidia PRIME offloading (set up exactly as the wiki instructs) to run games such as Minecraft or Terraria, but for some reason for the  past month or so none of that has worked. Using only the Intel graphics card works perfectly. While debugging I think I have reached the core of the issue: running prime-run glxinfo returns

name of display: :0
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  39
  Current serial number in output stream:  40

which is indeed the error that both games were reporting. I have tried both using no xorg.conf as the wiki suggests in the first place or using an xorg.conf that looks a bit like this:

Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    ModulePath "/usr/lib/nvidia/xorg"
EndSection

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "iGPU"
    Option "AllowNVIDIAGPUScreens"
EndSection

Section "Device"
    Identifier "iGPU"
    Driver "modesetting"
    BusID "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "iGPU"
    Device "iGPU"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1:0:0"
EndSection

which was suggested in similar threads such as this one (I have obviously checked that the BusID match my laptop's). None of those have worked. For further troubleshooting, here are my lspci:

00:00.0 Host bridge: Intel Corporation Device 9b61 (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 02)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 0c)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Comet Lake Thermal Subsytem
00:14.0 USB controller: Intel Corporation Device 02ed
00:14.2 RAM memory: Intel Corporation Device 02ef
00:14.3 Network controller: Intel Corporation Wireless-AC 9462
00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host Controller
00:16.0 Communication controller: Intel Corporation Comet Lake Management Engine Interface
00:17.0 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode]
00:1c.0 PCI bridge: Intel Corporation Device 02bc (rev f0)
00:1d.0 PCI bridge: Intel Corporation Device 02b0 (rev f0)
00:1e.0 Communication controller: Intel Corporation Device 02a8
00:1e.3 Serial bus controller [0c80]: Intel Corporation Device 02ab
00:1f.0 ISA bridge: Intel Corporation Device 0284
00:1f.3 Audio device: Intel Corporation Device 02c8
00:1f.4 SMBus: Intel Corporation Device 02a3
00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake SPI (flash) Controller
01:00.0 3D controller: NVIDIA Corporation GP108BM [GeForce MX250] (rev a1)
02:00.0 Non-Volatile memory controller: Intel Corporation SSD 660P Series (rev 03)

pacman -Qs nvidia:

local/egl-wayland 1.1.6-1
    EGLStream-based Wayland external platform
local/lib32-libvdpau 1.4-1
    Nvidia VDPAU library
local/lib32-nvidia-utils 455.45.01-1
    NVIDIA drivers utilities (32-bit)
local/lib32-opencl-nvidia 455.45.01-1
    OpenCL implemention for NVIDIA (32-bit)
local/libvdpau 1.4-1
    Nvidia VDPAU library
local/libxnvctrl 455.45.01-1
    NVIDIA NV-CONTROL X extension
local/nvidia 455.45.01-7
    NVIDIA drivers for linux
local/nvidia-prime 1.0-4
    NVIDIA Prime Render Offload configuration and utilities
local/nvidia-settings 455.45.01-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 455.45.01-1
    NVIDIA drivers utilities
local/opencl-nvidia 455.45.01-1
    OpenCL implemention for NVIDIA

and my Xorg log file:

[     2.986] (--) Log file renamed from "/var/log/Xorg.pid-401.log" to "/var/log/Xorg.0.log"
[     2.988] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[     2.988] Build Operating System: Linux Arch Linux
[     2.988] Current Operating System: Linux zen 5.9.14-arch1-1 #1 SMP PREEMPT Sat, 12 Dec 2020 14:37:12 +0000 x86_64
[     2.988] Kernel command line: root=UUID=5a92fff9-69b8-468f-94a9-5aa99786abfa rw quiet splash loglevel=3 rd.udev.log_priority=3 vt.global_cursor_default=0 mem_sleep_default=deep nvidia-drm.modeset=1 initrd=boot\intel-ucode.img initrd=\boot\initramfs-linux.img
[     2.988] Build Date: 14 December 2020  12:10:29PM
[     2.988]  
[     2.989] Current version of pixman: 0.40.0
[     2.989] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     2.989] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     2.989] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 19 22:37:30 2020
[     2.993] (==) Using config file: "/etc/X11/xorg.conf"
[     2.993] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     2.993] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     2.995] (==) ServerLayout "layout"
[     2.995] (**) |-->Screen "iGPU" (0)
[     2.995] (**) |   |-->Monitor "<default monitor>"
[     2.995] (**) |   |-->Device "iGPU"
[     2.995] (**) |   |-->GPUDevice "nvidia"
[     2.995] (==) No monitor specified for screen "iGPU".
	Using a default monitor configuration.
[     2.995] (==) Automatically adding devices
[     2.995] (==) Automatically enabling devices
[     2.995] (==) Automatically adding GPU devices
[     2.995] (==) Automatically binding GPU devices
[     2.995] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     2.997] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     2.997] 	Entry deleted from font path.
[     2.999] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     2.999] 	Entry deleted from font path.
[     2.999] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     2.999] 	Entry deleted from font path.
[     2.999] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     2.999] 	Entry deleted from font path.
[     2.999] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     2.999] 	Entry deleted from font path.
[     2.999] (==) FontPath set to:
	/usr/share/fonts/TTF
[     2.999] (**) ModulePath set to "/usr/lib/xorg/modules,/usr/lib/nvidia/xorg"
[     2.999] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     2.999] (II) Module ABI versions:
[     2.999] 	X.Org ANSI C Emulation: 0.4
[     2.999] 	X.Org Video Driver: 24.1
[     2.999] 	X.Org XInput driver : 24.1
[     2.999] 	X.Org Server Extension : 10.0
[     3.000] (++) using VT number 1

[     3.000] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     3.001] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.016] (--) PCI:*(0@0:2:0) 8086:9b41:1043:170f rev 2, Mem @ 0x6012000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[     3.016] (--) PCI: (1@0:0:0) 10de:1d52:1043:170f rev 161, Mem @ 0xa0000000/16777216, 0x6000000000/268435456, 0x6010000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[     3.016] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     3.016] (II) LoadModule: "glx"
[     3.023] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     3.031] (II) Module glx: vendor="X.Org Foundation"
[     3.031] 	compiled for 1.20.10, module version = 1.0.0
[     3.031] 	ABI class: X.Org Server Extension, version 10.0
[     3.031] (II) LoadModule: "modesetting"
[     3.031] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.035] (II) Module modesetting: vendor="X.Org Foundation"
[     3.035] 	compiled for 1.20.10, module version = 1.20.10
[     3.035] 	Module class: X.Org Video Driver
[     3.035] 	ABI class: X.Org Video Driver, version 24.1
[     3.035] (II) LoadModule: "nvidia"
[     3.035] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     3.038] (II) Module nvidia: vendor="NVIDIA Corporation"
[     3.038] 	compiled for 1.6.99.901, module version = 1.0.0
[     3.038] 	Module class: X.Org Video Driver
[     3.038] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     3.038] (II) NVIDIA dlloader X Driver  455.45.01  Thu Nov  5 23:01:05 UTC 2020
[     3.038] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     3.047] (II) modeset(0): using drv /dev/dri/card0
[     3.048] (II) Loading sub module "fb"
[     3.048] (II) LoadModule: "fb"
[     3.048] (II) Loading /usr/lib/xorg/modules/libfb.so
[     3.048] (II) Module fb: vendor="X.Org Foundation"
[     3.048] 	compiled for 1.20.10, module version = 1.0.0
[     3.048] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.048] (II) Loading sub module "wfb"
[     3.048] (II) LoadModule: "wfb"
[     3.048] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     3.049] (II) Module wfb: vendor="X.Org Foundation"
[     3.049] 	compiled for 1.20.10, module version = 1.0.0
[     3.049] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.049] (II) Loading sub module "ramdac"
[     3.049] (II) LoadModule: "ramdac"
[     3.049] (II) Module "ramdac" already built-in
[     4.714] (EE) Screen 1 deleted because of no matching config section.
[     4.714] (II) UnloadModule: "nvidia"
[     4.714] (II) UnloadSubModule: "wfb"
[     4.714] (II) UnloadSubModule: "fb"
[     4.714] (II) modeset(0): Creating default Display subsection in Screen section
	"iGPU" for depth/fbbpp 24/32
[     4.714] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     4.714] (==) modeset(0): RGB weight 888
[     4.714] (==) modeset(0): Default visual is TrueColor
[     4.714] (II) Loading sub module "glamoregl"
[     4.714] (II) LoadModule: "glamoregl"
[     4.714] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     4.722] (II) Module glamoregl: vendor="X.Org Foundation"
[     4.722] 	compiled for 1.20.10, module version = 1.0.1
[     4.722] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.974] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (CML GT2)
[     4.974] (II) modeset(0): glamor initialized
[     4.975] (II) modeset(0): Output eDP-1 has no monitor section
[     4.985] (II) modeset(0): Output HDMI-1 has no monitor section
[     4.986] (II) modeset(0): EDID for output eDP-1
[     4.986] (II) modeset(0): Manufacturer: NCP  Model: 35  Serial#: 0
[     4.986] (II) modeset(0): Year: 2019  Week: 1
[     4.986] (II) modeset(0): EDID Version: 1.4
[     4.986] (II) modeset(0): Digital Display Input
[     4.986] (II) modeset(0): 8 bits per channel
[     4.986] (II) modeset(0): Digital interface is DisplayPort
[     4.986] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[     4.986] (II) modeset(0): Gamma: 2.20
[     4.986] (II) modeset(0): No DPMS capabilities specified
[     4.986] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     4.986] (II) modeset(0): First detailed timing is preferred mode
[     4.986] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     4.986] (II) modeset(0): redX: 0.631 redY: 0.338   greenX: 0.309 greenY: 0.626
[     4.986] (II) modeset(0): blueX: 0.152 blueY: 0.059   whiteX: 0.313 whiteY: 0.329
[     4.986] (II) modeset(0): Manufacturer's mask: 0
[     4.986] (II) modeset(0): Supported detailed timing:
[     4.986] (II) modeset(0): clock: 138.5 MHz   Image Size:  309 x 174 mm
[     4.986] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     4.986] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[     4.986] (II) modeset(0): Unknown vendor-specific block 0
[     4.986] (II) modeset(0):  CEC PA
[     4.986] (II) modeset(0):  LM140LF-3L03
[     4.986] (II) modeset(0): EDID (in hex):
[     4.986] (II) modeset(0): 	00ffffffffffff003870350000000000
[     4.986] (II) modeset(0): 	011d0104a51f117802a105a1564fa027
[     4.986] (II) modeset(0): 	0f505400000001010101010101010101
[     4.986] (II) modeset(0): 	0101010101011a3680a070381f403020
[     4.986] (II) modeset(0): 	350035ae1000001a0000000000000000
[     4.986] (II) modeset(0): 	0000000000000000001a000000fe0043
[     4.986] (II) modeset(0): 	45432050410a202020202020000000fe
[     4.986] (II) modeset(0): 	004c4d3134304c462d334c30330a0003
[     4.987] (II) modeset(0): Printing probed modes for output eDP-1
[     4.987] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[     4.987] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     4.987] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     4.987] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     4.987] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     4.987] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     4.987] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     4.987] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     4.987] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     4.987] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     4.987] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     4.987] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     4.987] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     4.987] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     4.987] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     4.987] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     4.987] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     4.987] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     4.987] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     4.987] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     4.987] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     4.987] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     4.987] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     4.987] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     4.987] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     4.987] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     4.987] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     4.987] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     4.987] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     4.987] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     4.987] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     4.987] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     4.987] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     4.987] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     4.987] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     4.987] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     4.987] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     4.987] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     4.987] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     4.987] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     4.987] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     4.987] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     4.987] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     4.987] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     4.987] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     4.987] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     4.987] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     4.987] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     4.987] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     4.987] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     4.987] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     4.987] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     4.987] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     4.987] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     4.987] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     4.987] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     4.987] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     4.987] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     4.987] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     4.987] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     4.987] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     4.987] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     4.987] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     4.987] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     4.987] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     4.987] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     4.987] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     4.987] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     4.987] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     4.987] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     4.987] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     4.987] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     4.987] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     4.987] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     4.987] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     4.987] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     4.987] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     4.987] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     4.997] (II) modeset(0): EDID for output HDMI-1
[     4.997] (II) modeset(0): Output eDP-1 connected
[     4.997] (II) modeset(0): Output HDMI-1 disconnected
[     4.997] (II) modeset(0): Using exact sizes for initial modes
[     4.997] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     4.997] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.997] (++) modeset(0): DPI set to (120, 120)
[     4.997] (II) Loading sub module "fb"
[     4.997] (II) LoadModule: "fb"
[     4.997] (II) Loading /usr/lib/xorg/modules/libfb.so
[     4.997] (II) Module fb: vendor="X.Org Foundation"
[     4.997] 	compiled for 1.20.10, module version = 1.0.0
[     4.997] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.017] (==) modeset(0): Backing store enabled
[     5.017] (==) modeset(0): Silken mouse disabled
[     5.100] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     5.100] (==) modeset(0): DPMS enabled
[     5.100] (II) modeset(0): [DRI2] Setup complete
[     5.100] (II) modeset(0): [DRI2]   DRI driver: iris
[     5.100] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     5.101] (II) Initializing extension Generic Event Extension
[     5.101] (II) Initializing extension SHAPE
[     5.101] (II) Initializing extension MIT-SHM
[     5.101] (II) Initializing extension XInputExtension
[     5.101] (II) Initializing extension XTEST
[     5.101] (II) Initializing extension BIG-REQUESTS
[     5.101] (II) Initializing extension SYNC
[     5.102] (II) Initializing extension XKEYBOARD
[     5.102] (II) Initializing extension XC-MISC
[     5.102] (II) Initializing extension SECURITY
[     5.102] (II) Initializing extension XFIXES
[     5.102] (II) Initializing extension RENDER
[     5.102] (II) Initializing extension RANDR
[     5.103] (II) Initializing extension COMPOSITE
[     5.103] (II) Initializing extension DAMAGE
[     5.103] (II) Initializing extension MIT-SCREEN-SAVER
[     5.103] (II) Initializing extension DOUBLE-BUFFER
[     5.103] (II) Initializing extension RECORD
[     5.103] (II) Initializing extension DPMS
[     5.103] (II) Initializing extension Present
[     5.103] (II) Initializing extension DRI3
[     5.104] (II) Initializing extension X-Resource
[     5.104] (II) Initializing extension XVideo
[     5.104] (II) Initializing extension XVideo-MotionCompensation
[     5.104] (II) Initializing extension GLX
[     5.116] (II) AIGLX: Loaded and initialized iris
[     5.116] (II) GLX: Initialized DRI2 GL provider for screen 0
[     5.116] (II) Initializing extension XFree86-VidModeExtension
[     5.116] (II) Initializing extension XFree86-DGA
[     5.116] (II) Initializing extension XFree86-DRI
[     5.116] (II) Initializing extension DRI2
[     5.121] (II) modeset(0): Damage tracking initialized
[     5.121] (II) modeset(0): Setting screen physical size to 406 x 228
[     5.177] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     5.177] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.177] (**) Power Button: Applying InputClass "system-keyboard"
[     5.177] (II) LoadModule: "libinput"
[     5.177] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.181] (II) Module libinput: vendor="X.Org Foundation"
[     5.181] 	compiled for 1.20.8, module version = 0.30.0
[     5.181] 	Module class: X.Org XInput Driver
[     5.181] 	ABI class: X.Org XInput driver, version 24.1
[     5.181] (II) Using input driver 'libinput' for 'Power Button'
[     5.181] (**) Power Button: always reports core events
[     5.181] (**) Option "Device" "/dev/input/event2"
[     5.181] (**) Option "_source" "server/udev"
[     5.187] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.187] (II) event2  - Power Button: device is a keyboard
[     5.187] (II) event2  - Power Button: device removed
[     5.214] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     5.214] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.214] (**) Option "xkb_layout" "es"
[     5.233] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.233] (II) event2  - Power Button: device is a keyboard
[     5.233] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     5.233] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.233] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.233] (II) Using input driver 'libinput' for 'Video Bus'
[     5.233] (**) Video Bus: always reports core events
[     5.233] (**) Option "Device" "/dev/input/event5"
[     5.233] (**) Option "_source" "server/udev"
[     5.234] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     5.234] (II) event5  - Video Bus: device is a keyboard
[     5.234] (II) event5  - Video Bus: device removed
[     5.307] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[     5.307] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     5.307] (**) Option "xkb_layout" "es"
[     5.309] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     5.309] (II) event5  - Video Bus: device is a keyboard
[     5.310] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     5.310] (II) No input driver specified, ignoring this device.
[     5.310] (II) This device may have been added with another device file.
[     5.311] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     5.311] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.311] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.311] (II) Using input driver 'libinput' for 'Video Bus'
[     5.311] (**) Video Bus: always reports core events
[     5.311] (**) Option "Device" "/dev/input/event6"
[     5.311] (**) Option "_source" "server/udev"
[     5.312] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     5.313] (II) event6  - Video Bus: device is a keyboard
[     5.313] (II) event6  - Video Bus: device removed
[     5.374] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:48/LNXVIDEO:01/input/input6/event6"
[     5.374] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     5.374] (**) Option "xkb_layout" "es"
[     5.376] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     5.377] (II) event6  - Video Bus: device is a keyboard
[     5.377] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     5.378] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.378] (**) Power Button: Applying InputClass "system-keyboard"
[     5.378] (II) Using input driver 'libinput' for 'Power Button'
[     5.378] (**) Power Button: always reports core events
[     5.378] (**) Option "Device" "/dev/input/event1"
[     5.378] (**) Option "_source" "server/udev"
[     5.379] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.379] (II) event1  - Power Button: device is a keyboard
[     5.379] (II) event1  - Power Button: device removed
[     5.414] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     5.414] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     5.414] (**) Option "xkb_layout" "es"
[     5.416] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.416] (II) event1  - Power Button: device is a keyboard
[     5.417] (II) config/udev: Adding input device Logitech G603 (/dev/input/event10)
[     5.417] (**) Logitech G603: Applying InputClass "libinput pointer catchall"
[     5.418] (**) Logitech G603: Applying InputClass "libinput keyboard catchall"
[     5.418] (**) Logitech G603: Applying InputClass "system-keyboard"
[     5.418] (II) Using input driver 'libinput' for 'Logitech G603'
[     5.418] (**) Logitech G603: always reports core events
[     5.418] (**) Option "Device" "/dev/input/event10"
[     5.418] (**) Option "_source" "server/udev"
[     5.420] (II) event10 - Logitech G603: is tagged by udev as: Keyboard Mouse
[     5.420] (II) event10 - Logitech G603: device is a pointer
[     5.420] (II) event10 - Logitech G603: device is a keyboard
[     5.420] (II) event10 - Logitech G603: device removed
[     5.454] (II) libinput: Logitech G603: needs a virtual subdevice
[     5.454] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C539.0004/0003:046D:406C.0007/input/input35/event10"
[     5.454] (II) XINPUT: Adding extended input device "Logitech G603" (type: MOUSE, id 10)
[     5.454] (**) Option "AccelerationScheme" "none"
[     5.454] (**) Logitech G603: (accel) selected scheme none/0
[     5.454] (**) Logitech G603: (accel) acceleration factor: 2.000
[     5.454] (**) Logitech G603: (accel) acceleration threshold: 4
[     5.457] (II) event10 - Logitech G603: is tagged by udev as: Keyboard Mouse
[     5.457] (II) event10 - Logitech G603: device is a pointer
[     5.457] (II) event10 - Logitech G603: device is a keyboard
[     5.458] (II) config/udev: Adding input device Logitech G603 (/dev/input/mouse2)
[     5.458] (**) Logitech G603: Applying InputClass "system-keyboard"
[     5.458] (II) No input driver specified, ignoring this device.
[     5.458] (II) This device may have been added with another device file.
[     5.459] (II) config/udev: Adding input device SONiX USB Keyboard (/dev/input/event14)
[     5.459] (**) SONiX USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.459] (**) SONiX USB Keyboard: Applying InputClass "system-keyboard"
[     5.459] (II) Using input driver 'libinput' for 'SONiX USB Keyboard'
[     5.459] (**) SONiX USB Keyboard: always reports core events
[     5.459] (**) Option "Device" "/dev/input/event14"
[     5.459] (**) Option "_source" "server/udev"
[     5.461] (II) event14 - SONiX USB Keyboard: is tagged by udev as: Keyboard
[     5.461] (II) event14 - SONiX USB Keyboard: device is a keyboard
[     5.462] (II) event14 - SONiX USB Keyboard: device removed
[     5.494] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0C45:7603.0005/input/input15/event14"
[     5.494] (II) XINPUT: Adding extended input device "SONiX USB Keyboard" (type: KEYBOARD, id 11)
[     5.494] (**) Option "xkb_layout" "es"
[     5.497] (II) event14 - SONiX USB Keyboard: is tagged by udev as: Keyboard
[     5.497] (II) event14 - SONiX USB Keyboard: device is a keyboard
[     5.498] (II) config/udev: Adding input device SONiX USB Keyboard Consumer Control (/dev/input/event15)
[     5.498] (**) SONiX USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     5.498] (**) SONiX USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[     5.498] (II) Using input driver 'libinput' for 'SONiX USB Keyboard Consumer Control'
[     5.498] (**) SONiX USB Keyboard Consumer Control: always reports core events
[     5.498] (**) Option "Device" "/dev/input/event15"
[     5.498] (**) Option "_source" "server/udev"
[     5.500] (II) event15 - SONiX USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[     5.501] (II) event15 - SONiX USB Keyboard Consumer Control: device is a keyboard
[     5.501] (II) event15 - SONiX USB Keyboard Consumer Control: device removed
[     5.547] (II) libinput: SONiX USB Keyboard Consumer Control: needs a virtual subdevice
[     5.547] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:7603.0006/input/input16/event15"
[     5.547] (II) XINPUT: Adding extended input device "SONiX USB Keyboard Consumer Control" (type: MOUSE, id 12)
[     5.548] (**) Option "AccelerationScheme" "none"
[     5.548] (**) SONiX USB Keyboard Consumer Control: (accel) selected scheme none/0
[     5.548] (**) SONiX USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[     5.548] (**) SONiX USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[     5.550] (II) event15 - SONiX USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[     5.550] (II) event15 - SONiX USB Keyboard Consumer Control: device is a keyboard
[     5.551] (II) config/udev: Adding input device SONiX USB Keyboard System Control (/dev/input/event16)
[     5.551] (**) SONiX USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     5.551] (**) SONiX USB Keyboard System Control: Applying InputClass "system-keyboard"
[     5.551] (II) Using input driver 'libinput' for 'SONiX USB Keyboard System Control'
[     5.551] (**) SONiX USB Keyboard System Control: always reports core events
[     5.551] (**) Option "Device" "/dev/input/event16"
[     5.551] (**) Option "_source" "server/udev"
[     5.553] (II) event16 - SONiX USB Keyboard System Control: is tagged by udev as: Keyboard
[     5.554] (II) event16 - SONiX USB Keyboard System Control: device is a keyboard
[     5.554] (II) event16 - SONiX USB Keyboard System Control: device removed
[     5.587] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:7603.0006/input/input17/event16"
[     5.587] (II) XINPUT: Adding extended input device "SONiX USB Keyboard System Control" (type: KEYBOARD, id 13)
[     5.587] (**) Option "xkb_layout" "es"
[     5.590] (II) event16 - SONiX USB Keyboard System Control: is tagged by udev as: Keyboard
[     5.590] (II) event16 - SONiX USB Keyboard System Control: device is a keyboard
[     5.591] (II) config/udev: Adding input device SONiX USB Keyboard (/dev/input/event17)
[     5.591] (**) SONiX USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.591] (**) SONiX USB Keyboard: Applying InputClass "system-keyboard"
[     5.591] (II) Using input driver 'libinput' for 'SONiX USB Keyboard'
[     5.591] (**) SONiX USB Keyboard: always reports core events
[     5.591] (**) Option "Device" "/dev/input/event17"
[     5.591] (**) Option "_source" "server/udev"
[     5.593] (II) event17 - SONiX USB Keyboard: is tagged by udev as: Keyboard
[     5.594] (II) event17 - SONiX USB Keyboard: device is a keyboard
[     5.594] (II) event17 - SONiX USB Keyboard: device removed
[     5.614] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:7603.0006/input/input19/event17"
[     5.614] (II) XINPUT: Adding extended input device "SONiX USB Keyboard" (type: KEYBOARD, id 14)
[     5.614] (**) Option "xkb_layout" "es"
[     5.617] (II) event17 - SONiX USB Keyboard: is tagged by udev as: Keyboard
[     5.617] (II) event17 - SONiX USB Keyboard: device is a keyboard
[     5.618] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event7)
[     5.618] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[     5.618] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[     5.618] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[     5.618] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[     5.618] (**) Option "Device" "/dev/input/event7"
[     5.618] (**) Option "_source" "server/udev"
[     5.620] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     5.620] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     5.620] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     5.681] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input20/event7"
[     5.681] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 15)
[     5.681] (**) Option "xkb_layout" "es"
[     5.683] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     5.683] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     5.685] (II) config/udev: Adding input device ELAN1301:00 04F3:30C6 Mouse (/dev/input/event8)
[     5.685] (**) ELAN1301:00 04F3:30C6 Mouse: Applying InputClass "libinput pointer catchall"
[     5.685] (II) Using input driver 'libinput' for 'ELAN1301:00 04F3:30C6 Mouse'
[     5.685] (**) ELAN1301:00 04F3:30C6 Mouse: always reports core events
[     5.685] (**) Option "Device" "/dev/input/event8"
[     5.685] (**) Option "_source" "server/udev"
[     5.687] (II) event8  - ELAN1301:00 04F3:30C6 Mouse: is tagged by udev as: Mouse Pointingstick
[     5.687] (II) event8  - ELAN1301:00 04F3:30C6 Mouse: device is a pointer
[     5.689] (II) event8  - ELAN1301:00 04F3:30C6 Mouse: device removed
[     5.747] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1301:00/0018:04F3:30C6.0001/input/input21/event8"
[     5.747] (II) XINPUT: Adding extended input device "ELAN1301:00 04F3:30C6 Mouse" (type: MOUSE, id 16)
[     5.748] (**) Option "AccelerationScheme" "none"
[     5.748] (**) ELAN1301:00 04F3:30C6 Mouse: (accel) selected scheme none/0
[     5.748] (**) ELAN1301:00 04F3:30C6 Mouse: (accel) acceleration factor: 2.000
[     5.748] (**) ELAN1301:00 04F3:30C6 Mouse: (accel) acceleration threshold: 4
[     5.750] (II) event8  - ELAN1301:00 04F3:30C6 Mouse: is tagged by udev as: Mouse Pointingstick
[     5.751] (II) event8  - ELAN1301:00 04F3:30C6 Mouse: device is a pointer
[     5.754] (II) config/udev: Adding input device ELAN1301:00 04F3:30C6 Mouse (/dev/input/mouse0)
[     5.754] (II) No input driver specified, ignoring this device.
[     5.754] (II) This device may have been added with another device file.
[     5.754] (II) config/udev: Adding input device ELAN1301:00 04F3:30C6 Touchpad (/dev/input/event9)
[     5.754] (**) ELAN1301:00 04F3:30C6 Touchpad: Applying InputClass "libinput touchpad catchall"
[     5.754] (II) Using input driver 'libinput' for 'ELAN1301:00 04F3:30C6 Touchpad'
[     5.754] (**) ELAN1301:00 04F3:30C6 Touchpad: always reports core events
[     5.754] (**) Option "Device" "/dev/input/event9"
[     5.754] (**) Option "_source" "server/udev"
[     5.757] (II) event9  - ELAN1301:00 04F3:30C6 Touchpad: is tagged by udev as: Touchpad
[     5.759] (II) event9  - ELAN1301:00 04F3:30C6 Touchpad: device is a touchpad
[     5.759] (II) event9  - ELAN1301:00 04F3:30C6 Touchpad: device removed
[     5.815] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1301:00/0018:04F3:30C6.0001/input/input22/event9"
[     5.815] (II) XINPUT: Adding extended input device "ELAN1301:00 04F3:30C6 Touchpad" (type: TOUCHPAD, id 17)
[     5.817] (**) Option "AccelerationScheme" "none"
[     5.817] (**) ELAN1301:00 04F3:30C6 Touchpad: (accel) selected scheme none/0
[     5.817] (**) ELAN1301:00 04F3:30C6 Touchpad: (accel) acceleration factor: 2.000
[     5.817] (**) ELAN1301:00 04F3:30C6 Touchpad: (accel) acceleration threshold: 4
[     5.820] (II) event9  - ELAN1301:00 04F3:30C6 Touchpad: is tagged by udev as: Touchpad
[     5.823] (II) event9  - ELAN1301:00 04F3:30C6 Touchpad: device is a touchpad
[     5.824] (II) config/udev: Adding input device ELAN1301:00 04F3:30C6 Touchpad (/dev/input/mouse1)
[     5.824] (II) No input driver specified, ignoring this device.
[     5.824] (II) This device may have been added with another device file.
[     5.824] (II) config/udev: Adding drm device (/dev/dri/card1)
[     5.824] (II) xfree86: Adding drm device (/dev/dri/card1)
[     5.825] (II) LoadModule: "modesetting"
[     5.825] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.825] (II) Module modesetting: vendor="X.Org Foundation"
[     5.825] 	compiled for 1.20.10, module version = 1.20.10
[     5.825] 	Module class: X.Org Video Driver
[     5.825] 	ABI class: X.Org Video Driver, version 24.1
[     5.825] (II) UnloadModule: "modesetting"
[     5.825] (II) Unloading modesetting
[     5.825] (II) Failed to load module "modesetting" (already loaded, 0)
[     5.825] (II) modeset(G0): using drv /dev/dri/card1
[     5.825] (II) modeset(G0): Using 24bpp hw front buffer with 32bpp shadow
[     5.825] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     5.825] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     5.825] (==) modeset(G0): RGB weight 888
[     5.825] (==) modeset(G0): Default visual is TrueColor
[     5.825] (**) modeset(G0): Cannot use glamor with 24bpp packed fb
[     5.825] (II) modeset(G0): ShadowFB: preferred YES, enabled FORCE
[     5.825] (II) modeset(G0): Double-buffered shadow updates: off
[     5.825] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     5.825] (++) modeset(G0): DPI set to (120, 120)
[     5.825] (II) Loading sub module "fb"
[     5.825] (II) LoadModule: "fb"
[     5.825] (II) Loading /usr/lib/xorg/modules/libfb.so
[     5.825] (II) Module fb: vendor="X.Org Foundation"
[     5.825] 	compiled for 1.20.10, module version = 1.0.0
[     5.825] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.825] (II) Loading sub module "shadow"
[     5.825] (II) LoadModule: "shadow"
[     5.825] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     5.828] (II) Module shadow: vendor="X.Org Foundation"
[     5.828] 	compiled for 1.20.10, module version = 1.1.0
[     5.828] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.829] (==) modeset(G0): Backing store enabled
[     5.829] (==) modeset(G0): Silken mouse disabled
[     5.829] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     5.830] (==) modeset(G0): DPMS enabled
[     5.830] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[     5.830] (II) modeset(G0): Damage tracking initialized
[     5.830] xf86: found device 2
[     5.831] (II) config/udev: Adding input device HDA Intel PCH Headset Mic (/dev/input/event12)
[     5.831] (II) No input driver specified, ignoring this device.
[     5.831] (II) This device may have been added with another device file.
[     5.831] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[     5.831] (II) No input driver specified, ignoring this device.
[     5.831] (II) This device may have been added with another device file.
[     5.832] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[     5.832] (II) No input driver specified, ignoring this device.
[     5.832] (II) This device may have been added with another device file.
[     5.832] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[     5.832] (II) No input driver specified, ignoring this device.
[     5.832] (II) This device may have been added with another device file.
[     5.833] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[     5.833] (II) No input driver specified, ignoring this device.
[     5.833] (II) This device may have been added with another device file.
[     5.833] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event22)
[     5.833] (II) No input driver specified, ignoring this device.
[     5.833] (II) This device may have been added with another device file.
[     5.833] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event23)
[     5.833] (II) No input driver specified, ignoring this device.
[     5.833] (II) This device may have been added with another device file.
[     5.834] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event13)
[     5.834] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     5.834] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     5.834] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     5.834] (**) Asus WMI hotkeys: always reports core events
[     5.834] (**) Option "Device" "/dev/input/event13"
[     5.834] (**) Option "_source" "server/udev"
[     5.835] (II) event13 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     5.835] (II) event13 - Asus WMI hotkeys: device is a keyboard
[     5.836] (II) event13 - Asus WMI hotkeys: device removed
[     5.904] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input14/event13"
[     5.905] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 18)
[     5.905] (**) Option "xkb_layout" "es"
[     5.907] (II) event13 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     5.907] (II) event13 - Asus WMI hotkeys: device is a keyboard
[     5.908] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     5.908] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     5.908] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     5.908] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     5.908] (**) AT Translated Set 2 keyboard: always reports core events
[     5.908] (**) Option "Device" "/dev/input/event3"
[     5.908] (**) Option "_source" "server/udev"
[     5.910] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.910] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     5.913] (II) event3  - AT Translated Set 2 keyboard: device removed
[     5.947] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     5.947] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 19)
[     5.947] (**) Option "xkb_layout" "es"
[     5.950] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.950] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     5.953] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[     5.953] (II) No input driver specified, ignoring this device.
[     5.953] (II) This device may have been added with another device file.
[     5.968] (**) Logitech G603: Applying InputClass "libinput pointer catchall"
[     5.968] (**) Logitech G603: Applying InputClass "libinput keyboard catchall"
[     5.968] (**) Logitech G603: Applying InputClass "system-keyboard"
[     5.968] (II) Using input driver 'libinput' for 'Logitech G603'
[     5.968] (**) Logitech G603: always reports core events
[     5.968] (**) Option "Device" "/dev/input/event10"
[     5.968] (**) Option "_source" "_driver/libinput"
[     5.968] (II) libinput: Logitech G603: is a virtual subdevice
[     5.968] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C539.0004/0003:046D:406C.0007/input/input35/event10"
[     5.968] (II) XINPUT: Adding extended input device "Logitech G603" (type: KEYBOARD, id 20)
[     5.968] (**) Option "xkb_layout" "es"
[     5.968] (**) SONiX USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     5.968] (**) SONiX USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[     5.968] (II) Using input driver 'libinput' for 'SONiX USB Keyboard Consumer Control'
[     5.968] (**) SONiX USB Keyboard Consumer Control: always reports core events
[     5.969] (**) Option "Device" "/dev/input/event15"
[     5.969] (**) Option "_source" "_driver/libinput"
[     5.969] (II) libinput: SONiX USB Keyboard Consumer Control: is a virtual subdevice
[     5.969] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:7603.0006/input/input16/event15"
[     5.969] (II) XINPUT: Adding extended input device "SONiX USB Keyboard Consumer Control" (type: KEYBOARD, id 21)
[     5.969] (**) Option "xkb_layout" "es"
[     6.018] (II) config/udev: removing device Video Bus
[     6.018] (II) event6  - Video Bus: device removed
[     6.057] (II) UnloadModule: "libinput"
[     6.058] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     6.058] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.058] (**) Video Bus: Applying InputClass "system-keyboard"
[     6.058] (II) Using input driver 'libinput' for 'Video Bus'
[     6.058] (**) Video Bus: always reports core events
[     6.058] (**) Option "Device" "/dev/input/event6"
[     6.058] (**) Option "_source" "server/udev"
[     6.060] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     6.060] (II) event6  - Video Bus: device is a keyboard
[     6.061] (II) event6  - Video Bus: device removed
[     6.097] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:48/LNXVIDEO:01/input/input6/event6"
[     6.097] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     6.097] (**) Option "xkb_layout" "es"
[     6.099] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     6.099] (II) event6  - Video Bus: device is a keyboard
[     6.101] (II) config/udev: removing device SONiX USB Keyboard
[     6.101] (II) event14 - SONiX USB Keyboard: device removed
[     6.118] (II) UnloadModule: "libinput"
[     6.118] (II) config/udev: Adding input device SONiX USB Keyboard (/dev/input/event14)
[     6.118] (**) SONiX USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.118] (**) SONiX USB Keyboard: Applying InputClass "system-keyboard"
[     6.118] (II) Using input driver 'libinput' for 'SONiX USB Keyboard'
[     6.118] (**) SONiX USB Keyboard: always reports core events
[     6.118] (**) Option "Device" "/dev/input/event14"
[     6.118] (**) Option "_source" "server/udev"
[     6.121] (II) event14 - SONiX USB Keyboard: is tagged by udev as: Keyboard
[     6.121] (II) event14 - SONiX USB Keyboard: device is a keyboard
[     6.122] (II) event14 - SONiX USB Keyboard: device removed
[     6.138] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0C45:7603.0005/input/input15/event14"
[     6.138] (II) XINPUT: Adding extended input device "SONiX USB Keyboard" (type: KEYBOARD, id 11)
[     6.138] (**) Option "xkb_layout" "es"
[     6.141] (II) event14 - SONiX USB Keyboard: is tagged by udev as: Keyboard
[     6.141] (II) event14 - SONiX USB Keyboard: device is a keyboard
[     6.142] (II) config/udev: removing device SONiX USB Keyboard
[     6.142] (II) event17 - SONiX USB Keyboard: device removed
[     6.168] (II) UnloadModule: "libinput"
[     6.168] (II) config/udev: Adding input device SONiX USB Keyboard (/dev/input/event17)
[     6.168] (**) SONiX USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     6.168] (**) SONiX USB Keyboard: Applying InputClass "system-keyboard"
[     6.168] (II) Using input driver 'libinput' for 'SONiX USB Keyboard'
[     6.169] (**) SONiX USB Keyboard: always reports core events
[     6.169] (**) Option "Device" "/dev/input/event17"
[     6.169] (**) Option "_source" "server/udev"
[     6.171] (II) event17 - SONiX USB Keyboard: is tagged by udev as: Keyboard
[     6.171] (II) event17 - SONiX USB Keyboard: device is a keyboard
[     6.172] (II) event17 - SONiX USB Keyboard: device removed
[     6.188] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:7603.0006/input/input19/event17"
[     6.188] (II) XINPUT: Adding extended input device "SONiX USB Keyboard" (type: KEYBOARD, id 14)
[     6.188] (**) Option "xkb_layout" "es"
[     6.191] (II) event17 - SONiX USB Keyboard: is tagged by udev as: Keyboard
[     6.191] (II) event17 - SONiX USB Keyboard: device is a keyboard
[     6.192] (II) config/udev: removing device SONiX USB Keyboard System Control
[     6.192] (II) event16 - SONiX USB Keyboard System Control: device removed
[     6.208] (II) UnloadModule: "libinput"
[     6.208] (II) config/udev: Adding input device SONiX USB Keyboard System Control (/dev/input/event16)
[     6.208] (**) SONiX USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     6.208] (**) SONiX USB Keyboard System Control: Applying InputClass "system-keyboard"
[     6.208] (II) Using input driver 'libinput' for 'SONiX USB Keyboard System Control'
[     6.208] (**) SONiX USB Keyboard System Control: always reports core events
[     6.208] (**) Option "Device" "/dev/input/event16"
[     6.209] (**) Option "_source" "server/udev"
[     6.211] (II) event16 - SONiX USB Keyboard System Control: is tagged by udev as: Keyboard
[     6.211] (II) event16 - SONiX USB Keyboard System Control: device is a keyboard
[     6.212] (II) event16 - SONiX USB Keyboard System Control: device removed
[     6.228] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:7603.0006/input/input17/event16"
[     6.228] (II) XINPUT: Adding extended input device "SONiX USB Keyboard System Control" (type: KEYBOARD, id 13)
[     6.228] (**) Option "xkb_layout" "es"
[     6.231] (II) event16 - SONiX USB Keyboard System Control: is tagged by udev as: Keyboard
[     6.231] (II) event16 - SONiX USB Keyboard System Control: device is a keyboard
[     6.232] (II) config/udev: removing device Asus WMI hotkeys
[     6.232] (II) event13 - Asus WMI hotkeys: device removed
[     6.267] (II) UnloadModule: "libinput"
[     6.268] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event13)
[     6.268] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     6.268] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[     6.268] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     6.268] (**) Asus WMI hotkeys: always reports core events
[     6.268] (**) Option "Device" "/dev/input/event13"
[     6.268] (**) Option "_source" "server/udev"
[     6.270] (II) event13 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     6.270] (II) event13 - Asus WMI hotkeys: device is a keyboard
[     6.271] (II) event13 - Asus WMI hotkeys: device removed
[     6.307] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input14/event13"
[     6.307] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 18)
[     6.308] (**) Option "xkb_layout" "es"
[     6.310] (II) event13 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     6.310] (II) event13 - Asus WMI hotkeys: device is a keyboard
[     6.311] (II) config/udev: removing device SONiX USB Keyboard Consumer Control
[     6.311] (II) UnloadModule: "libinput"
[     6.311] (II) config/udev: removing device SONiX USB Keyboard Consumer Control
[     6.311] (II) event15 - SONiX USB Keyboard Consumer Control: device removed
[     6.327] (II) UnloadModule: "libinput"
[     6.328] (II) config/udev: Adding input device SONiX USB Keyboard Consumer Control (/dev/input/event15)
[     6.328] (**) SONiX USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     6.329] (**) SONiX USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[     6.329] (II) Using input driver 'libinput' for 'SONiX USB Keyboard Consumer Control'
[     6.329] (**) SONiX USB Keyboard Consumer Control: always reports core events
[     6.329] (**) Option "Device" "/dev/input/event15"
[     6.329] (**) Option "_source" "server/udev"
[     6.332] (II) event15 - SONiX USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[     6.332] (II) event15 - SONiX USB Keyboard Consumer Control: device is a keyboard
[     6.332] (II) event15 - SONiX USB Keyboard Consumer Control: device removed
[     6.348] (II) libinput: SONiX USB Keyboard Consumer Control: needs a virtual subdevice
[     6.348] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:7603.0006/input/input16/event15"
[     6.348] (II) XINPUT: Adding extended input device "SONiX USB Keyboard Consumer Control" (type: MOUSE, id 12)
[     6.348] (**) Option "AccelerationScheme" "none"
[     6.348] (**) SONiX USB Keyboard Consumer Control: (accel) selected scheme none/0
[     6.348] (**) SONiX USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[     6.348] (**) SONiX USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[     6.351] (II) event15 - SONiX USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[     6.351] (II) event15 - SONiX USB Keyboard Consumer Control: device is a keyboard
[     6.352] (**) SONiX USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     6.352] (**) SONiX USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[     6.352] (II) Using input driver 'libinput' for 'SONiX USB Keyboard Consumer Control'
[     6.352] (**) SONiX USB Keyboard Consumer Control: always reports core events
[     6.352] (**) Option "Device" "/dev/input/event15"
[     6.352] (**) Option "_source" "_driver/libinput"
[     6.352] (II) libinput: SONiX USB Keyboard Consumer Control: is a virtual subdevice
[     6.352] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0C45:7603.0006/input/input16/event15"
[     6.352] (II) XINPUT: Adding extended input device "SONiX USB Keyboard Consumer Control" (type: KEYBOARD, id 21)
[     6.352] (**) Option "xkb_layout" "es"
[     6.355] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[     6.355] (II) No input driver specified, ignoring this device.
[     6.355] (II) This device may have been added with another device file.
[     6.356] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[     6.356] (II) No input driver specified, ignoring this device.
[     6.356] (II) This device may have been added with another device file.
[     6.356] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[     6.356] (II) No input driver specified, ignoring this device.
[     6.356] (II) This device may have been added with another device file.
[     6.357] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[     6.357] (II) No input driver specified, ignoring this device.
[     6.357] (II) This device may have been added with another device file.
[     6.357] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event22)
[     6.357] (II) No input driver specified, ignoring this device.
[     6.357] (II) This device may have been added with another device file.
[     6.358] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event23)
[     6.358] (II) No input driver specified, ignoring this device.
[     6.358] (II) This device may have been added with another device file.
[     6.358] (II) config/udev: removing device USB2.0 HD UVC WebCam: USB2.0 HD
[     6.358] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     6.397] (II) UnloadModule: "libinput"
[     6.398] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event7)
[     6.398] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[     6.398] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "system-keyboard"
[     6.398] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[     6.398] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[     6.398] (**) Option "Device" "/dev/input/event7"
[     6.398] (**) Option "_source" "server/udev"
[     6.401] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     6.401] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     6.402] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: device removed
[     6.437] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input20/event7"
[     6.437] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 15)
[     6.437] (**) Option "xkb_layout" "es"
[     6.440] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: is tagged by udev as: Keyboard
[     6.441] (II) event7  - USB2.0 HD UVC WebCam: USB2.0 HD: device is a keyboard
[     6.441] (II) config/udev: removing device ELAN1301:00 04F3:30C6 Mouse
[     6.442] (II) event8  - ELAN1301:00 04F3:30C6 Mouse: device removed
[     6.477] (II) UnloadModule: "libinput"
[     6.478] (II) config/udev: Adding input device ELAN1301:00 04F3:30C6 Mouse (/dev/input/event8)
[     6.478] (**) ELAN1301:00 04F3:30C6 Mouse: Applying InputClass "libinput pointer catchall"
[     6.478] (II) Using input driver 'libinput' for 'ELAN1301:00 04F3:30C6 Mouse'
[     6.478] (**) ELAN1301:00 04F3:30C6 Mouse: always reports core events
[     6.478] (**) Option "Device" "/dev/input/event8"
[     6.478] (**) Option "_source" "server/udev"
[     6.481] (II) event8  - ELAN1301:00 04F3:30C6 Mouse: is tagged by udev as: Mouse Pointingstick
[     6.482] (II) event8  - ELAN1301:00 04F3:30C6 Mouse: device is a pointer
[     6.486] (II) event8  - ELAN1301:00 04F3:30C6 Mouse: device removed
[     6.517] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1301:00/0018:04F3:30C6.0001/input/input21/event8"
[     6.517] (II) XINPUT: Adding extended input device "ELAN1301:00 04F3:30C6 Mouse" (type: MOUSE, id 16)
[     6.518] (**) Option "AccelerationScheme" "none"
[     6.518] (**) ELAN1301:00 04F3:30C6 Mouse: (accel) selected scheme none/0
[     6.518] (**) ELAN1301:00 04F3:30C6 Mouse: (accel) acceleration factor: 2.000
[     6.518] (**) ELAN1301:00 04F3:30C6 Mouse: (accel) acceleration threshold: 4
[     6.520] (II) event8  - ELAN1301:00 04F3:30C6 Mouse: is tagged by udev as: Mouse Pointingstick
[     6.521] (II) event8  - ELAN1301:00 04F3:30C6 Mouse: device is a pointer
[     6.530] (II) config/udev: Adding input device HDA Intel PCH Headset Mic (/dev/input/event12)
[     6.530] (II) No input driver specified, ignoring this device.
[     6.530] (II) This device may have been added with another device file.
[     6.533] (II) config/udev: removing device ELAN1301:00 04F3:30C6 Touchpad
[     6.534] (II) event9  - ELAN1301:00 04F3:30C6 Touchpad: device removed
[     6.567] (II) UnloadModule: "libinput"
[     6.568] (II) config/udev: Adding input device ELAN1301:00 04F3:30C6 Touchpad (/dev/input/event9)
[     6.568] (**) ELAN1301:00 04F3:30C6 Touchpad: Applying InputClass "libinput touchpad catchall"
[     6.568] (II) Using input driver 'libinput' for 'ELAN1301:00 04F3:30C6 Touchpad'
[     6.568] (**) ELAN1301:00 04F3:30C6 Touchpad: always reports core events
[     6.568] (**) Option "Device" "/dev/input/event9"
[     6.568] (**) Option "_source" "server/udev"
[     6.571] (II) event9  - ELAN1301:00 04F3:30C6 Touchpad: is tagged by udev as: Touchpad
[     6.574] (II) event9  - ELAN1301:00 04F3:30C6 Touchpad: device is a touchpad
[     6.574] (II) event9  - ELAN1301:00 04F3:30C6 Touchpad: device removed
[     6.608] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1301:00/0018:04F3:30C6.0001/input/input22/event9"
[     6.608] (II) XINPUT: Adding extended input device "ELAN1301:00 04F3:30C6 Touchpad" (type: TOUCHPAD, id 17)
[     6.611] (**) Option "AccelerationScheme" "none"
[     6.611] (**) ELAN1301:00 04F3:30C6 Touchpad: (accel) selected scheme none/0
[     6.611] (**) ELAN1301:00 04F3:30C6 Touchpad: (accel) acceleration factor: 2.000
[     6.611] (**) ELAN1301:00 04F3:30C6 Touchpad: (accel) acceleration threshold: 4
[     6.614] (II) event9  - ELAN1301:00 04F3:30C6 Touchpad: is tagged by udev as: Touchpad
[     6.617] (II) event9  - ELAN1301:00 04F3:30C6 Touchpad: device is a touchpad
[     6.619] (II) config/udev: Adding input device ELAN1301:00 04F3:30C6 Touchpad (/dev/input/mouse1)
[     6.620] (II) No input driver specified, ignoring this device.
[     6.620] (II) This device may have been added with another device file.
[     6.620] (II) config/udev: Adding input device ELAN1301:00 04F3:30C6 Mouse (/dev/input/mouse0)
[     6.620] (II) No input driver specified, ignoring this device.
[     6.620] (II) This device may have been added with another device file.
[     6.622] (II) config/udev: Adding input device Logitech G603 (/dev/input/mouse2)
[     6.622] (**) Logitech G603: Applying InputClass "system-keyboard"
[     6.622] (II) No input driver specified, ignoring this device.
[     6.622] (II) This device may have been added with another device file.
[     6.622] (II) config/udev: removing device Logitech G603
[     6.622] (II) UnloadModule: "libinput"
[     6.622] (II) config/udev: removing device Logitech G603
[     6.622] (II) event10 - Logitech G603: device removed
[     6.647] (II) UnloadModule: "libinput"
[     6.648] (II) config/udev: Adding input device Logitech G603 (/dev/input/event10)
[     6.648] (**) Logitech G603: Applying InputClass "libinput pointer catchall"
[     6.648] (**) Logitech G603: Applying InputClass "libinput keyboard catchall"
[     6.648] (**) Logitech G603: Applying InputClass "system-keyboard"
[     6.648] (II) Using input driver 'libinput' for 'Logitech G603'
[     6.648] (**) Logitech G603: always reports core events
[     6.648] (**) Option "Device" "/dev/input/event10"
[     6.648] (**) Option "_source" "server/udev"
[     6.650] (II) event10 - Logitech G603: is tagged by udev as: Keyboard Mouse
[     6.650] (II) event10 - Logitech G603: device is a pointer
[     6.650] (II) event10 - Logitech G603: device is a keyboard
[     6.651] (II) event10 - Logitech G603: device removed
[     6.671] (II) libinput: Logitech G603: needs a virtual subdevice
[     6.671] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C539.0004/0003:046D:406C.0007/input/input35/event10"
[     6.671] (II) XINPUT: Adding extended input device "Logitech G603" (type: MOUSE, id 10)
[     6.671] (**) Option "AccelerationScheme" "none"
[     6.671] (**) Logitech G603: (accel) selected scheme none/0
[     6.671] (**) Logitech G603: (accel) acceleration factor: 2.000
[     6.671] (**) Logitech G603: (accel) acceleration threshold: 4
[     6.673] (II) event10 - Logitech G603: is tagged by udev as: Keyboard Mouse
[     6.673] (II) event10 - Logitech G603: device is a pointer
[     6.673] (II) event10 - Logitech G603: device is a keyboard
[     6.674] (**) Logitech G603: Applying InputClass "libinput pointer catchall"
[     6.674] (**) Logitech G603: Applying InputClass "libinput keyboard catchall"
[     6.674] (**) Logitech G603: Applying InputClass "system-keyboard"
[     6.674] (II) Using input driver 'libinput' for 'Logitech G603'
[     6.674] (**) Logitech G603: always reports core events
[     6.674] (**) Option "Device" "/dev/input/event10"
[     6.674] (**) Option "_source" "_driver/libinput"
[     6.674] (II) libinput: Logitech G603: is a virtual subdevice
[     6.674] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C539.0004/0003:046D:406C.0007/input/input35/event10"
[     6.674] (II) XINPUT: Adding extended input device "Logitech G603" (type: KEYBOARD, id 20)
[     6.674] (**) Option "xkb_layout" "es"
[     6.674] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/drm/card1 /dev/dri/card1
[     6.674] xf86: remove device 1 /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/drm/card1
[     6.675] (II) UnloadModule: "modesetting"
[     6.675] (II) UnloadSubModule: "shadow"
[     6.675] (II) Unloading shadow
[     6.675] (II) UnloadSubModule: "fb"
[     6.675] (II) Unloading fb
[     6.675] (II) config/udev: Adding drm device (/dev/dri/card1)
[     6.675] (II) xfree86: Adding drm device (/dev/dri/card1)
[     6.675] (II) LoadModule: "modesetting"
[     6.675] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.675] (II) Module modesetting: vendor="X.Org Foundation"
[     6.675] 	compiled for 1.20.10, module version = 1.20.10
[     6.675] 	Module class: X.Org Video Driver
[     6.675] 	ABI class: X.Org Video Driver, version 24.1
[     6.675] (II) UnloadModule: "modesetting"
[     6.675] (II) Unloading modesetting
[     6.675] (II) Failed to load module "modesetting" (already loaded, 0)
[     6.675] (II) modeset(G0): using drv /dev/dri/card1
[     6.675] (II) modeset(G0): Using 24bpp hw front buffer with 32bpp shadow
[     6.675] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     6.675] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     6.675] (==) modeset(G0): RGB weight 888
[     6.675] (==) modeset(G0): Default visual is TrueColor
[     6.675] (**) modeset(G0): Cannot use glamor with 24bpp packed fb
[     6.675] (II) modeset(G0): ShadowFB: preferred YES, enabled FORCE
[     6.675] (II) modeset(G0): Double-buffered shadow updates: off
[     6.675] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     6.675] (++) modeset(G0): DPI set to (120, 120)
[     6.675] (II) Loading sub module "fb"
[     6.675] (II) LoadModule: "fb"
[     6.675] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.675] (II) Module fb: vendor="X.Org Foundation"
[     6.675] 	compiled for 1.20.10, module version = 1.0.0
[     6.675] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.675] (II) Loading sub module "shadow"
[     6.675] (II) LoadModule: "shadow"
[     6.675] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     6.675] (II) Module shadow: vendor="X.Org Foundation"
[     6.675] 	compiled for 1.20.10, module version = 1.1.0
[     6.676] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.677] (==) modeset(G0): Backing store enabled
[     6.677] (==) modeset(G0): Silken mouse disabled
[     6.677] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     6.677] (==) modeset(G0): DPMS enabled
[     6.677] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[     6.677] (II) modeset(G0): Damage tracking initialized
[     6.677] xf86: found device 2
[    14.484] (II) modeset(0): EDID vendor "NCP", prod id 53
[    14.484] (II) modeset(0): Printing DDC gathered Modelines:
[    14.484] (II) modeset(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[    15.277] (II) modeset(0): EDID vendor "NCP", prod id 53
[    15.277] (II) modeset(0): Printing DDC gathered Modelines:
[    15.277] (II) modeset(0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[   167.500] (EE) client bug: timer event10 debounce short: scheduled expiry is in the past (-4ms), your system is too slow
[   227.565] (EE) event14 - SONiX USB Keyboard: client bug: event processing lagging behind by 17ms, your system is too slow
[   479.478] (EE) client bug: timer event10 debounce: scheduled expiry is in the past (-2ms), your system is too slow
[   479.478] (EE) client bug: timer event10 debounce short: scheduled expiry is in the past (-15ms), your system is too slow
[   515.718] (EE) client bug: timer event10 debounce short: scheduled expiry is in the past (-12ms), your system is too slow
[   529.046] (EE) client bug: timer event10 debounce short: scheduled expiry is in the past (-3ms), your system is too slow
[   580.030] (EE) client bug: timer event10 debounce: scheduled expiry is in the past (-10ms), your system is too slow
[   580.030] (EE) client bug: timer event10 debounce short: scheduled expiry is in the past (-23ms), your system is too slow
[   601.870] (EE) client bug: timer event10 debounce short: scheduled expiry is in the past (-0ms), your system is too slow
[   624.830] (EE) event10 - Logitech G603: client bug: event processing lagging behind by 36ms, your system is too slow
[   624.830] (EE) client bug: timer event10 debounce: scheduled expiry is in the past (-11ms), your system is too slow
[   624.830] (EE) client bug: timer event10 debounce short: scheduled expiry is in the past (-24ms), your system is too slow
[   842.993] (EE) client bug: timer event10 debounce: scheduled expiry is in the past (-6ms), your system is too slow
[   842.993] (EE) client bug: timer event10 debounce short: scheduled expiry is in the past (-20ms), your system is too slow
[   846.808] (EE) client bug: timer event10 debounce short: scheduled expiry is in the past (-12ms), your system is too slow
[  1028.253] (EE) event14 - SONiX USB Keyboard: client bug: event processing lagging behind by 22ms, your system is too slow

Offline

#2 2020-12-20 04:03:49

akb825
Member
Registered: 2011-03-27
Posts: 87

Re: Nvidia PRIME offloading (prime-run) not working

I just noticed that this broke for me as well. Interestingly enough it would work if I logged off and logged back on, but not after a fresh reboot. After going through some other threads, I found that I needed to set up early KMS for both Intel and NVidia. (I only had it enabled for Intel previously) See https://wiki.archlinux.org/index.php/Ke … _KMS_start and https://wiki.archlinux.org/index.php/NV … de_setting. (you don't need the kernel parameter, just the mkinitcpio modules)

To summarize:

  1. In /etc/mkinitcpio.conf, make sure the following are in the MODULES array: i915 nvidia nvidia_modeset nvidia_drm

  2. Run "mkinitcpio -p linux" to regenerate the kernel images.

I find it works out of the box without any XOrg config so long as the modules are set to load early.

Offline

#3 2020-12-23 17:39:30

erispre
Member
Registered: 2020-12-23
Posts: 1

Re: Nvidia PRIME offloading (prime-run) not working

I was also having this issue after upgrading linux from 5.9.13.arch1-1 to 5.9.14.arch1-1, and nvidia from 455.45.01-6 to 455.45.01-7. Enabling early KMS as described above indeed solved the issue. It looks like something changed in the kernel that did not allow for the module to load properly when starting X...

Offline

#4 2020-12-23 17:47:14

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,230

Re: Nvidia PRIME offloading (prime-run) not working

It's a race condition it can and cannot happen during boot up every time, with every kernel version (... and every driver). By adding it to the initramfs you ensure the graphics drivers are available before the rest of the system tries to start.

Online

#5 2021-01-01 17:32:57

matad0r
Member
Registered: 2021-01-01
Posts: 2

Re: Nvidia PRIME offloading (prime-run) not working

akb825 wrote:

I just noticed that this broke for me as well. Interestingly enough it would work if I logged off and logged back on, but not after a fresh reboot. After going through some other threads, I found that I needed to set up early KMS for both Intel and NVidia. (I only had it enabled for Intel previously) See https://wiki.archlinux.org/index.php/Ke … _KMS_start and https://wiki.archlinux.org/index.php/NV … de_setting. (you don't need the kernel parameter, just the mkinitcpio modules)

To summarize:

  1. In /etc/mkinitcpio.conf, make sure the following are in the MODULES array: i915 nvidia nvidia_modeset nvidia_drm

  2. Run "mkinitcpio -p linux" to regenerate the kernel images.

I find it works out of the box without any XOrg config so long as the modules are set to load early.

Not OP but thanks for the answer, I was stumbling around with this issue for quite a time.
This outcome of the race condition is quite common, isn't it? Is it worth it to extend the PRIME related article with this temp workaround?

Offline

#6 2021-01-05 02:14:50

thodean
Member
Registered: 2017-11-01
Posts: 3

Re: Nvidia PRIME offloading (prime-run) not working

downgrade to
linux-5.9.14.arch1-1-x86_64.pkg.tar.zst
linux-headers-5.9.14.arch1-1-x86_64.pkg.tar.zst
nvidia-455.45.01-7-x86_64.pkg.tar.zst

or get latest kernel with nvidia 460 beta driver from AUR
https://forums.developer.nvidia.com/t/p … -10/164189

i had prime sync issue. fixed it by downgrading

Last edited by thodean (2021-01-05 02:37:06)

Offline

#7 2021-01-06 07:13:52

ggdG
Member
Registered: 2021-01-06
Posts: 2

Re: Nvidia PRIME offloading (prime-run) not working

I had this problem too, I solved it by using optimus-manager.  You can install optimus-manager from aur package.

https://github.com/Askannz/optimus-manager

And then, follow the guide, you can use nvidia card and intel card similar to how optimus works on Windows in hybrid mode and prime-run will work properly.

Last edited by ggdG (2021-01-06 07:14:53)

Offline

#8 2021-01-06 07:46:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,016

Re: Nvidia PRIME offloading (prime-run) not working

[qutoe]I had this problem too, I solved it by using optimus-manager.[/qutoe]
No, you didn't. You had problems to read the wiki.

optimus-manager hopefully configures the system for you but it cannot and I mean *cannot* fix either a late hardware initialization (OP) nor broken prime sync (tearing, #6)

Offline

Board footer

Powered by FluxBB