NVidia Optimus - Graphics card no longer can be activated by the primusrun command (bumblebee)

PREAMBLE:

After recent updates, my NVidia Optimus graphics card no longer can be activated by the primusrun command (eg.: primusrun glxgears -info ).

I always installed my graphics card drivers according to the instructions made by myself on this thread Optirun - Cannot access secondary GPU - error: [XORG] (EE) NOUVEAU(0): [drm] failed to set drm interface version - Drivers - Manjaro Linux Forum .

However, according to this thread Options for Nvidia Optimus graphics - Frequently Asked Questions - Manjaro Linux Forum the bumblebee (render offload) is being discontinued. Currently prime has the latest driver versions and has a slightly different approach than bumblebee.

As guided in several threads I decide install the prime driver according to the following commands
…

mhwd -f -i pci video-modesetting
mhwd -f -i pci video-hybrid-intel-nvidia-450xx-prime
reboot

PROBLEM:

When executing the command…

prime-run glxgears -info

… the following error is displayed …

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: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 25
Current serial number in output stream: 26

What can I do to diagnose and solve this problem?

NOTE: According to some forums, primusrun has been replaced by prime-run on prime.

[Refs.: Optirun - Cannot access secondary GPU - error: [XORG] (EE) NOUVEAU(0): [drm] failed to set drm interface version - Drivers - Manjaro Linux Forum , Options for Nvidia Optimus graphics - Frequently Asked Questions - Manjaro Linux Forum , Configure Graphics Cards - Manjaro , Switch from bumblebee to hybrid prime , Optimus-manager can't boot with intel driver ]

Please run inxi -Gazy, nvidia-smi, and post your Xorg configuration.

1 Like

inxi -Gazy

[eduardolac@eduardolac-pc ~]$ inxi -Gazy
Graphics:
  Device-1: Intel UHD Graphics 620 vendor: Lenovo driver: i915 v: kernel 
  bus ID: 00:02.0 chip ID: 8086:3ea0 
  Device-2: NVIDIA GM108M [GeForce MX110] driver: nvidia v: 450.66 
  alternate: nouveau,nvidia_drm bus ID: 01:00.0 chip ID: 10de:174e 
  Device-3: Chicony Integrated Camera type: USB driver: uvcvideo bus ID: 1-7:3 
  chip ID: 04f2:b624 serial: <filter> 
  Display: x11 server: X.Org 1.20.9 compositor: kwin_x11 driver: modesetting 
  display ID: :0 screens: 1 
  Screen-1: 0 s-res: 3360x1080 s-dpi: 96 s-size: 889x285mm (35.0x11.2") 
  s-diag: 934mm (36.8") 
  Monitor-1: eDP-1 res: 1920x1080 hz: 60 dpi: 142 size: 344x194mm (13.5x7.6") 
  diag: 395mm (15.5") 
  Monitor-2: HDMI-1 res: 1440x900 hz: 60 dpi: 89 size: 410x257mm (16.1x10.1") 
  diag: 484mm (19.1") 
  OpenGL: renderer: Mesa Intel UHD Graphics 620 (WHL GT2) v: 4.6 Mesa 20.1.8 
  direct render: Yes 

nvidia-smi

[eduardolac@eduardolac-pc ~]$ nvidia-smi
Fri Oct  2 21:02:21 2020       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 450.66       Driver Version: 450.66       CUDA Version: 11.0     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  GeForce MX110       Off  | 00000000:01:00.0 Off |                  N/A |
| N/A   46C    P0    N/A /  N/A |      0MiB /  2004MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|  No running processes found                                                 |
+-----------------------------------------------------------------------------+

Thanks! =D

Xorg configuration? If there are none (except for 00-keyboard.conf and maybe other empty files), then create /etc/X11/xorg.conf.d/10-prime-offload.conf:

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

Section "Device"
	Identifier "intel"
	Driver "modesetting"
EndSection

Section "Screen"
	Identifier "intel"
	Device "intel"
EndSection

Section "Device"
	Identifier "nvidia"
	Driver "nvidia"
EndSection

and restart the X server (by rebooting, logging out, etc.). After you log in, nvidia-smi should show a single process, Xorg; and prime-run should work.

1 Like

Add in device section : BusID “PCI:01:00:0”

1 Like

If the above posts would not help you,

Please have a look at my profile:
2020-09-22_13-27

and install the 440 series instead.

:man_shrugging:

2 Likes

I created the file /etc/X11/xorg.conf.d/10-prime-offload.conf as suggested by @pobrn and @ddns . I downgraded to the 440 series as suggested by @Fabby . But, the problem persists!

Any other suggestions? :grimacing:

Please post the output of inxi -Gazy (again) and nvidia-smi.

1 Like
[eduardolac@eduardolac-pc ~]$ inxi -Gazxy
Graphics:
  Device-1: Intel UHD Graphics 620 vendor: Lenovo driver: i915 v: kernel 
  bus ID: 00:02.0 chip ID: 8086:3ea0 
  Device-2: NVIDIA GM108M [GeForce MX110] vendor: Lenovo driver: nvidia 
  v: 440.100 alternate: nouveau,nvidia_drm bus ID: 01:00.0 chip ID: 10de:174e 
  Device-3: Chicony Integrated Camera type: USB driver: uvcvideo bus ID: 1-7:3 
  chip ID: 04f2:b624 serial: <filter> 
  Display: x11 server: X.Org 1.20.9 compositor: kwin_x11 driver: modesetting 
  unloaded: nvidia display ID: :0 screens: 1 
  Screen-1: 0 s-res: 3360x1080 s-dpi: 96 s-size: 889x285mm (35.0x11.2") 
  s-diag: 934mm (36.8") 
  Monitor-1: eDP-1 res: 1920x1080 hz: 60 dpi: 142 size: 344x194mm (13.5x7.6") 
  diag: 395mm (15.5") 
  Monitor-2: HDMI-1 res: 1440x900 hz: 60 dpi: 89 size: 410x257mm (16.1x10.1") 
  diag: 484mm (19.1") 
  OpenGL: renderer: Mesa Intel UHD Graphics 620 (WHL GT2) v: 4.6 Mesa 20.1.8 
  direct render: Yes 
[eduardolac@eduardolac-pc ~]$ nvidia-smi
Sat Oct  3 14:51:13 2020       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.100      Driver Version: 440.100      CUDA Version: 10.2     |
|-------------------------------+----------------------+----------------------+
| 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 MX110       Off  | 00000000:01:00.0 Off |                  N/A |
| N/A   47C    P0    N/A /  N/A |      0MiB /  2004MiB |      1%      Default |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|  No running processes found                                                 |
+-----------------------------------------------------------------------------+

Here is! =D

Please try this configuration:

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

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

Section "Screen"
	Identifier "intel"
	Device "intel"
EndSection

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

(put this in /etc/X11/xorg.conf.d/10-prime-offload.conf). Then reboot.

1 Like

Same problem… :grimacing:

Please post the most recent Xorg log file from ~/.local/share/xorg/ or /var/log/.

Here is!

[eduardolac@eduardolac-pc ~]$ cat ~/.local/share/xorg/Xorg.0.log
[...]
[    52.863] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[    52.863] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[    52.863] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[    52.863] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[    52.863] (**) Option "Device" "/dev/input/event5"
[    52.863] (**) Option "_source" "_driver/libinput"
[    52.863] (II) libinput: Logitech Wireless Keyboard PID:4023: is a virtual subdevice
[    52.863] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input34/event5"
[    52.863] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: KEYBOARD, id 16)
[    52.863] (**) Option "xkb_model" "pc105"
[    52.863] (**) Option "xkb_layout" "br"
[    52.956] (**) Option "fd" "19"
[    52.956] (II) event2  - Power Button: device removed
[    52.956] (**) Option "fd" "22"
[    52.956] (II) event10 - Video Bus: device removed
[    52.956] (**) Option "fd" "23"
[    52.956] (II) event11 - Video Bus: device removed
[    52.957] (**) Option "fd" "24"
[    52.957] (II) event1  - Power Button: device removed
[    52.957] (**) Option "fd" "25"
[    52.957] (**) Option "fd" "26"
[    52.957] (II) event6  - Logitech Wireless Mouse: device removed
[    52.957] (**) Option "fd" "27"
[    52.957] (II) event4  - Integrated Camera: Integrated C: device removed
[    52.957] (**) Option "fd" "28"
[    52.957] (II) event12 - Elan Touchpad: device removed
[    52.957] (**) Option "fd" "29"
[    52.957] (II) event8  - Ideapad extra buttons: device removed
[    52.957] (**) Option "fd" "30"
[    52.957] (II) event3  - AT Translated Set 2 keyboard: device removed
[    52.957] (**) Option "fd" "25"
[    52.957] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[    52.964] (II) UnloadModule: "libinput"
[    52.964] (II) systemd-logind: not releasing fd for 13:69, still in use
[    52.964] (II) UnloadModule: "libinput"
[    52.964] (II) systemd-logind: releasing fd for 13:67
[    52.996] (II) UnloadModule: "libinput"
[    52.996] (II) systemd-logind: releasing fd for 13:72
[    53.062] (II) UnloadModule: "libinput"
[    53.062] (II) systemd-logind: releasing fd for 13:76
[    53.129] (II) UnloadModule: "libinput"
[    53.129] (II) systemd-logind: releasing fd for 13:68
[    53.196] (II) UnloadModule: "libinput"
[    53.196] (II) systemd-logind: releasing fd for 13:70
[    53.249] (II) UnloadModule: "libinput"
[    53.249] (II) systemd-logind: releasing fd for 13:69
[    53.276] (II) UnloadModule: "libinput"
[    53.276] (II) systemd-logind: releasing fd for 13:65
[    53.309] (II) UnloadModule: "libinput"
[    53.309] (II) systemd-logind: releasing fd for 13:75
[    53.369] (II) UnloadModule: "libinput"
[    53.369] (II) systemd-logind: releasing fd for 13:74
[    53.423] (II) UnloadModule: "libinput"
[    53.423] (II) systemd-logind: releasing fd for 13:66
[    53.486] (II) Server terminated successfully (0). Closing log file.

That’s not the whole file, and that’s not even the file I’d like to see.

What you posted cannot be the most recent if it says

Server terminated successfully (0). Closing log file.

(except if Xorg is not running on your computer at the moment).

/var/log/Xorg.8.log

[  1962.266] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[  1962.266] Build Operating System: Linux Manjaro Linux
[  1962.266] Current Operating System: Linux eduardolac-pc 5.4.67-1-MANJARO #1 SMP PREEMPT Wed Sep 23 14:20:18 UTC 2020 x86_64
[  1962.266] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4-x86_64 root=UUID=7abcb41b-d995-4a47-a321-516698868208 rw quiet apparmor=1 security=apparmor resume=UUID=86ff1135-7def-48a4-8a4c-69c0e1b70056 udev.log_priority=3
[  1962.266] Build Date: 02 September 2020  07:39:17AM
[  1962.267]  
[  1962.267] Current version of pixman: 0.40.0
[  1962.267] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1962.267] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1962.267] (==) Log file: "/var/log/Xorg.8.log", Time: Fri Oct  2 15:08:13 2020
[  1962.267] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
[  1962.267] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
[  1962.267] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1962.267] (==) ServerLayout "Layout0"
[  1962.268] (==) No screen section available. Using defaults.
[  1962.268] (**) |-->Screen "Default Screen Section" (0)
[  1962.268] (**) |   |-->Monitor "<default monitor>"
[  1962.268] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  1962.268] (**) |   |-->Device "Device1"
[  1962.268] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1962.268] (**) Option "AutoAddDevices" "false"
[  1962.268] (**) Not automatically adding devices
[  1962.268] (==) Automatically enabling devices
[  1962.268] (==) Automatically adding GPU devices
[  1962.268] (==) Automatically binding GPU devices
[  1962.268] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1962.268] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1962.268] 	Entry deleted from font path.
[  1962.268] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1962.268] 	Entry deleted from font path.
[  1962.269] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[  1962.269] 	Entry deleted from font path.
[  1962.269] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[  1962.269] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[  1962.269] 	Entry deleted from font path.
[  1962.269] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[  1962.269] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[  1962.269] (++) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[  1962.269] (==) |-->Input Device "<default pointer>"
[  1962.269] (==) |-->Input Device "<default keyboard>"
[  1962.269] (==) The core pointer device wasn't specified explicitly in the layout.
	Using the default mouse configuration.
[  1962.269] (==) The core keyboard device wasn't specified explicitly in the layout.
	Using the default keyboard configuration.
[  1962.269] (II) Module ABI versions:
[  1962.269] 	X.Org ANSI C Emulation: 0.4
[  1962.269] 	X.Org Video Driver: 24.1
[  1962.269] 	X.Org XInput driver : 24.1
[  1962.269] 	X.Org Server Extension : 10.0
[  1962.271] (--) using VT number 1

[  1962.271] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1962.272] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1962.272] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[  1962.277] (--) PCI: (1@0:0:0) 10de:174e:17aa:3f19 rev 162, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00003000/128
[  1962.277] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1962.277] (II) LoadModule: "glx"
[  1962.278] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[  1962.287] (II) Module glx: vendor="NVIDIA Corporation"
[  1962.287] 	compiled for 1.6.99.901, module version = 1.0.0
[  1962.287] 	Module class: X.Org Server Extension
[  1962.287] (II) NVIDIA GLX Module  430.64  Sun Oct 27 11:10:22 UTC 2019
[  1962.287] (II) LoadModule: "nvidia"
[  1962.288] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1962.288] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1962.288] 	compiled for 1.6.99.901, module version = 1.0.0
[  1962.288] 	Module class: X.Org Video Driver
[  1962.288] (II) LoadModule: "mouse"
[  1962.289] (WW) Warning, couldn't open module mouse
[  1962.289] (EE) Failed to load module "mouse" (module does not exist, 0)
[  1962.289] (II) LoadModule: "kbd"
[  1962.289] (WW) Warning, couldn't open module kbd
[  1962.289] (EE) Failed to load module "kbd" (module does not exist, 0)
[  1962.289] (II) NVIDIA dlloader X Driver  430.64  Sun Oct 27 11:10:43 UTC 2019
[  1962.289] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1962.289] (EE) No devices detected.
[  1962.289] (EE) 
Fatal server error:
[  1962.289] (EE) no screens found(EE) 
[  1962.289] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  1962.289] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
[  1962.289] (EE) 
[  1962.290] (EE) Server terminated with error (1). Closing log file.

/var/log/Xorg.1.log

[532366.783] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[532366.783] _XSERVTransMakeAllCOTSServerListeners: server already running
[532366.783] (--) Log file renamed from "/var/log/Xorg.pid-725649.log" to "/var/log/Xorg.1.log"
[532366.784] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[532366.784] Build Operating System: Linux Manjaro Linux
[532366.784] Current Operating System: Linux eduardolac-pc 5.4.39-1-MANJARO #1 SMP PREEMPT Wed May 6 10:36:44 UTC 2020 x86_64
[532366.784] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4-x86_64 root=UUID=7abcb41b-d995-4a47-a321-516698868208 rw quiet apparmor=1 security=apparmor resume=UUID=86ff1135-7def-48a4-8a4c-69c0e1b70056 udev.log_priority=3
[532366.784] Build Date: 07 May 2020  08:12:07AM
[532366.784]  
[532366.784] Current version of pixman: 0.40.0
[532366.784] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[532366.784] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[532366.784] (==) Log file: "/var/log/Xorg.1.log", Time: Fri May 29 21:49:32 2020
[532366.785] (==) Using config directory: "/etc/X11/xorg.conf.d"
[532366.785] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[532366.787] (==) No Layout section.  Using the first Screen section.
[532366.787] (==) No screen section available. Using defaults.
[532366.787] (**) |-->Screen "Default Screen Section" (0)
[532366.787] (**) |   |-->Monitor "<default monitor>"
[532366.787] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[532366.787] (**) |   |-->Device "Device0"
[532366.787] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[532366.787] (==) Automatically adding devices
[532366.787] (==) Automatically enabling devices
[532366.787] (==) Automatically adding GPU devices
[532366.787] (==) Automatically binding GPU devices
[532366.787] (==) Max clients allowed: 256, resource mask: 0x1fffff
[532366.787] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[532366.787] 	Entry deleted from font path.
[532366.787] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[532366.787] 	Entry deleted from font path.
[532366.787] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[532366.787] 	Entry deleted from font path.
[532366.787] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[532366.787] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[532366.787] 	Entry deleted from font path.
[532366.787] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[532366.787] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[532366.787] (==) ModulePath set to "/usr/lib/xorg/modules"
[532366.787] (**) Extension "Composite" is enabled
[532366.787] (**) Extension "RENDER" is enabled
[532366.787] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[532366.787] (II) Module ABI versions:
[532366.787] 	X.Org ANSI C Emulation: 0.4
[532366.787] 	X.Org Video Driver: 24.1
[532366.787] 	X.Org XInput driver : 24.1
[532366.787] 	X.Org Server Extension : 10.0
[532366.788] (++) using VT number 2

[532366.788] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[532366.788] (II) xfree86: Adding drm device (/dev/dri/card0)
[532366.788] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[532366.790] (--) PCI:*(0@0:2:0) 8086:3ea0:17aa:3f19 rev 2, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[532366.790] (--) PCI: (1@0:0:0) 10de:174e:17aa:3f19 rev 162, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00003000/128
[532366.790] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[532366.790] (II) LoadModule: "glx"
[532366.790] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[532366.792] (II) Module glx: vendor="X.Org Foundation"
[532366.792] 	compiled for 1.20.8, module version = 1.0.0
[532366.792] 	ABI class: X.Org Server Extension, version 10.0
[532366.792] (II) LoadModule: "intel"
[532366.792] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[532366.794] (II) Module intel: vendor="X.Org Foundation"
[532366.794] 	compiled for 1.20.8, module version = 2.99.917
[532366.794] 	Module class: X.Org Video Driver
[532366.794] 	ABI class: X.Org Video Driver, version 24.1
[532366.794] (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
[532366.794] (II) intel: Driver for Intel(R) HD Graphics
[532366.794] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[532366.794] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[532367.300] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20190822
[532367.300] (II) intel(0): SNA compiled from 2.99.917-906-g846b53da
[532367.314] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[532367.314] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[532367.314] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[532367.314] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[532367.314] (==) intel(0): RGB weight 888
[532367.314] (==) intel(0): Default visual is TrueColor
[532367.314] (**) intel(0): Option "AccelMethod" "sna"
[532367.314] (**) intel(0): Option "DRI" "true"
[532367.315] (II) intel(0): Output eDP1 has no monitor section
[532367.315] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[532367.315] (II) intel(0): Enabled output eDP1
[532367.315] (II) intel(0): Output HDMI1 has no monitor section
[532367.315] (II) intel(0): Enabled output HDMI1
[532367.315] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[532367.315] (II) intel(0): Output VIRTUAL1 has no monitor section
[532367.315] (II) intel(0): Enabled output VIRTUAL1
[532367.315] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[532367.315] (--) intel(0): Output HDMI1 using initial mode 1440x900 on pipe 1
[532367.315] (==) intel(0): TearFree enabled
[532367.315] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[532367.315] (==) intel(0): DPI set to (96, 96)
[532367.315] (II) Loading sub module "dri3"
[532367.315] (II) LoadModule: "dri3"
[532367.315] (II) Module "dri3" already built-in
[532367.315] (II) Loading sub module "dri2"
[532367.315] (II) LoadModule: "dri2"
[532367.315] (II) Module "dri2" already built-in
[532367.315] (II) Loading sub module "present"
[532367.315] (II) LoadModule: "present"
[532367.315] (II) Module "present" already built-in
[532367.317] (II) intel(0): SNA initialized with Coffeelake (gen9) backend
[532367.317] (==) intel(0): Backing store enabled
[532367.317] (==) intel(0): Silken mouse disabled
[532367.317] (II) intel(0): HW Cursor enabled
[532367.317] (==) intel(0): DPMS enabled
[532367.317] (==) intel(0): Display hotplug detection enabled
[532367.317] (II) intel(0): [DRI2] Setup complete
[532367.317] (II) intel(0): [DRI2]   DRI driver: i965
[532367.317] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[532367.317] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[532367.317] (II) intel(0): hardware support for Present enabled
[532367.317] (II) Initializing extension Generic Event Extension
[532367.317] (II) Initializing extension SHAPE
[532367.318] (II) Initializing extension MIT-SHM
[532367.318] (II) Initializing extension XInputExtension
[532367.318] (II) Initializing extension XTEST
[532367.318] (II) Initializing extension BIG-REQUESTS
[532367.318] (II) Initializing extension SYNC
[532367.318] (II) Initializing extension XKEYBOARD
[532367.318] (II) Initializing extension XC-MISC
[532367.318] (II) Initializing extension SECURITY
[532367.318] (II) Initializing extension XFIXES
[532367.318] (II) Initializing extension RENDER
[532367.319] (II) Initializing extension RANDR
[532367.319] (II) Initializing extension COMPOSITE
[532367.319] (II) Initializing extension DAMAGE
[532367.319] (II) Initializing extension MIT-SCREEN-SAVER
[532367.319] (II) Initializing extension DOUBLE-BUFFER
[532367.319] (II) Initializing extension RECORD
[532367.319] (II) Initializing extension DPMS
[532367.319] (II) Initializing extension Present
[532367.319] (II) Initializing extension DRI3
[532367.319] (II) Initializing extension X-Resource
[532367.319] (II) Initializing extension XVideo
[532367.320] (II) Initializing extension XVideo-MotionCompensation
[532367.320] (II) Initializing extension GLX
[532367.345] (II) AIGLX: Loaded and initialized i965
[532367.345] (II) GLX: Initialized DRI2 GL provider for screen 0
[532367.345] (II) Initializing extension XFree86-VidModeExtension
[532367.345] (II) Initializing extension XFree86-DGA
[532367.345] (II) Initializing extension XFree86-DRI
[532367.345] (II) Initializing extension DRI2
[532367.347] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[532367.361] (II) intel(0): switch to mode 1440x900@60.0 on HDMI1 using pipe 1, position (0, 0), rotation normal, reflection none
[532367.364] (II) intel(0): Setting screen physical size to 508 x 285
[532367.401] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[532367.401] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[532367.401] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[532367.401] (**) Power Button: Applying InputClass "system-keyboard"
[532367.401] (**) Power Button: Applying InputClass "Keyboard Defaults"
[532367.401] (II) LoadModule: "libinput"
[532367.401] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[532367.405] (II) Module libinput: vendor="X.Org Foundation"
[532367.405] 	compiled for 1.20.7, module version = 0.29.0
[532367.405] 	Module class: X.Org XInput Driver
[532367.405] 	ABI class: X.Org XInput driver, version 24.1
[532367.405] (II) Using input driver 'libinput' for 'Power Button'
[532367.405] (**) Power Button: always reports core events
[532367.405] (**) Option "Device" "/dev/input/event2"
[532367.405] (**) Option "_source" "server/udev"
[532367.412] (II) event2  - Power Button: is tagged by udev as: Keyboard
[532367.412] (II) event2  - Power Button: device is a keyboard
[532367.412] (II) event2  - Power Button: device removed
[532367.434] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[532367.434] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[532367.434] (**) Option "xkb_model" "pc105"
[532367.434] (**) Option "xkb_layout" "br"
[532367.434] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[532367.454] (II) event2  - Power Button: is tagged by udev as: Keyboard
[532367.454] (II) event2  - Power Button: device is a keyboard
[532367.454] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[532367.454] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[532367.454] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[532367.454] (**) Video Bus: Applying InputClass "system-keyboard"
[532367.454] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[532367.454] (II) Using input driver 'libinput' for 'Video Bus'
[532367.454] (**) Video Bus: always reports core events
[532367.454] (**) Option "Device" "/dev/input/event11"
[532367.454] (**) Option "_source" "server/udev"
[532367.455] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[532367.455] (II) event11 - Video Bus: device is a keyboard
[532367.455] (II) event11 - Video Bus: device removed
[532367.498] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
[532367.498] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[532367.498] (**) Option "xkb_model" "pc105"
[532367.498] (**) Option "xkb_layout" "br"
[532367.498] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[532367.499] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[532367.499] (II) event11 - Video Bus: device is a keyboard
[532367.499] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[532367.499] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[532367.499] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[532367.499] (**) Video Bus: Applying InputClass "system-keyboard"
[532367.499] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[532367.499] (II) Using input driver 'libinput' for 'Video Bus'
[532367.499] (**) Video Bus: always reports core events
[532367.499] (**) Option "Device" "/dev/input/event12"
[532367.499] (**) Option "_source" "server/udev"
[532367.500] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[532367.500] (II) event12 - Video Bus: device is a keyboard
[532367.500] (II) event12 - Video Bus: device removed
[532367.539] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:40/LNXVIDEO:01/input/input14/event12"
[532367.539] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[532367.539] (**) Option "xkb_model" "pc105"
[532367.539] (**) Option "xkb_layout" "br"
[532367.539] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[532367.540] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[532367.540] (II) event12 - Video Bus: device is a keyboard
[532367.540] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[532367.540] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[532367.540] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[532367.540] (**) Power Button: Applying InputClass "system-keyboard"
[532367.540] (**) Power Button: Applying InputClass "Keyboard Defaults"
[532367.540] (II) Using input driver 'libinput' for 'Power Button'
[532367.540] (**) Power Button: always reports core events
[532367.540] (**) Option "Device" "/dev/input/event1"
[532367.540] (**) Option "_source" "server/udev"
[532367.541] (II) event1  - Power Button: is tagged by udev as: Keyboard
[532367.541] (II) event1  - Power Button: device is a keyboard
[532367.541] (II) event1  - Power Button: device removed
[532367.567] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[532367.567] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[532367.567] (**) Option "xkb_model" "pc105"
[532367.567] (**) Option "xkb_layout" "br"
[532367.567] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[532367.568] (II) event1  - Power Button: is tagged by udev as: Keyboard
[532367.568] (II) event1  - Power Button: device is a keyboard
[532367.568] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[532367.568] (II) No input driver specified, ignoring this device.
[532367.568] (II) This device may have been added with another device file.
[532367.568] (II) config/udev: Adding drm device (/dev/dri/card0)
[532367.568] (II) xfree86: Adding drm device (/dev/dri/card0)
[532367.568] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[532367.569] (II) config/udev: Adding input device Logitech Wireless Keyboard PID:4023 (/dev/input/event5)
[532367.569] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "evdev keyboard catchall"
[532367.569] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[532367.569] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[532367.569] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "Keyboard Defaults"
[532367.569] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[532367.569] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[532367.569] (**) Option "Device" "/dev/input/event5"
[532367.569] (**) Option "_source" "server/udev"
[532367.570] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[532367.570] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[532367.570] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[532367.590] (II) libinput: Logitech Wireless Keyboard PID:4023: needs a virtual subdevice
[532367.590] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:046D:C534.000A/0003:046D:4023.000B/input/input48/event5"
[532367.590] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: MOUSE, id 10)
[532367.591] (**) Option "AccelerationScheme" "none"
[532367.591] (**) Logitech Wireless Keyboard PID:4023: (accel) selected scheme none/0
[532367.591] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration factor: 2.000
[532367.591] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration threshold: 4
[532367.592] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[532367.592] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[532367.592] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event6)
[532367.592] (**) Logitech Wireless Mouse: Applying InputClass "evdev pointer catchall"
[532367.592] (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
[532367.592] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
[532367.592] (**) Logitech Wireless Mouse: always reports core events
[532367.592] (**) Option "Device" "/dev/input/event6"
[532367.592] (**) Option "_source" "server/udev"
[532367.593] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[532367.593] (II) event6  - Logitech Wireless Mouse: device is a pointer
[532367.593] (II) event6  - Logitech Wireless Mouse: device removed
[532367.627] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:046D:C534.000A/0003:046D:4054.000C/input/input49/event6"
[532367.627] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 11)
[532367.627] (**) Option "AccelerationScheme" "none"
[532367.627] (**) Logitech Wireless Mouse: (accel) selected scheme none/0
[532367.627] (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
[532367.627] (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
[532367.628] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[532367.628] (II) event6  - Logitech Wireless Mouse: device is a pointer
[532367.629] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse0)
[532367.629] (II) No input driver specified, ignoring this device.
[532367.629] (II) This device may have been added with another device file.
[532367.629] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event4)
[532367.629] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[532367.629] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[532367.629] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
[532367.629] (**) Integrated Camera: Integrated C: Applying InputClass "Keyboard Defaults"
[532367.629] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[532367.629] (**) Integrated Camera: Integrated C: always reports core events
[532367.629] (**) Option "Device" "/dev/input/event4"
[532367.629] (**) Option "_source" "server/udev"
[532367.630] (II) event4  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[532367.630] (II) event4  - Integrated Camera: Integrated C: device is a keyboard
[532367.630] (II) event4  - Integrated Camera: Integrated C: device removed
[532367.682] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input22/event4"
[532367.682] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 12)
[532367.682] (**) Option "xkb_model" "pc105"
[532367.682] (**) Option "xkb_layout" "br"
[532367.682] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[532367.683] (II) event4  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[532367.683] (II) event4  - Integrated Camera: Integrated C: device is a keyboard
[532367.683] (II) config/udev: Adding input device Elan Touchpad (/dev/input/event10)
[532367.683] (**) Elan Touchpad: Applying InputClass "evdev touchpad catchall"
[532367.683] (**) Elan Touchpad: Applying InputClass "libinput touchpad catchall"
[532367.683] (II) Using input driver 'libinput' for 'Elan Touchpad'
[532367.683] (**) Elan Touchpad: always reports core events
[532367.683] (**) Option "Device" "/dev/input/event10"
[532367.683] (**) Option "_source" "server/udev"
[532367.684] (II) event10 - Elan Touchpad: is tagged by udev as: Touchpad
[532367.684] (II) event10 - Elan Touchpad: device is a touchpad
[532367.684] (II) event10 - Elan Touchpad: device removed
[532367.732] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN0629:00/input/input12/event10"
[532367.732] (II) XINPUT: Adding extended input device "Elan Touchpad" (type: TOUCHPAD, id 13)
[532367.733] (**) Option "AccelerationScheme" "none"
[532367.733] (**) Elan Touchpad: (accel) selected scheme none/0
[532367.733] (**) Elan Touchpad: (accel) acceleration factor: 2.000
[532367.733] (**) Elan Touchpad: (accel) acceleration threshold: 4
[532367.733] (II) event10 - Elan Touchpad: is tagged by udev as: Touchpad
[532367.734] (II) event10 - Elan Touchpad: device is a touchpad
[532367.734] (II) config/udev: Adding input device Elan Touchpad (/dev/input/mouse1)
[532367.734] (II) No input driver specified, ignoring this device.
[532367.734] (II) This device may have been added with another device file.
[532367.735] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event8)
[532367.735] (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
[532367.735] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[532367.735] (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
[532367.735] (**) Ideapad extra buttons: Applying InputClass "Keyboard Defaults"
[532367.735] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[532367.735] (**) Ideapad extra buttons: always reports core events
[532367.735] (**) Option "Device" "/dev/input/event8"
[532367.735] (**) Option "_source" "server/udev"
[532367.735] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[532367.735] (II) event8  - Ideapad extra buttons: device is a keyboard
[532367.735] (II) event8  - Ideapad extra buttons: device removed
[532367.774] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input10/event8"
[532367.774] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 14)
[532367.774] (**) Option "xkb_model" "pc105"
[532367.774] (**) Option "xkb_layout" "br"
[532367.774] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[532367.775] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[532367.775] (II) event8  - Ideapad extra buttons: device is a keyboard
[532367.775] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[532367.775] (II) No input driver specified, ignoring this device.
[532367.775] (II) This device may have been added with another device file.
[532367.776] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[532367.776] (II) No input driver specified, ignoring this device.
[532367.776] (II) This device may have been added with another device file.
[532367.776] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[532367.776] (II) No input driver specified, ignoring this device.
[532367.776] (II) This device may have been added with another device file.
[532367.776] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[532367.776] (II) No input driver specified, ignoring this device.
[532367.776] (II) This device may have been added with another device file.
[532367.777] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[532367.777] (II) No input driver specified, ignoring this device.
[532367.777] (II) This device may have been added with another device file.
[532367.777] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[532367.777] (II) No input driver specified, ignoring this device.
[532367.777] (II) This device may have been added with another device file.
[532367.777] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event19)
[532367.777] (II) No input driver specified, ignoring this device.
[532367.777] (II) This device may have been added with another device file.
[532367.778] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[532367.778] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[532367.778] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[532367.778] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[532367.778] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[532367.778] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[532367.778] (**) AT Translated Set 2 keyboard: always reports core events
[532367.778] (**) Option "Device" "/dev/input/event3"
[532367.778] (**) Option "_source" "server/udev"
[532367.779] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[532367.779] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[532367.780] (II) event3  - AT Translated Set 2 keyboard: device removed
[532367.808] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[532367.808] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[532367.808] (**) Option "xkb_model" "pc105"
[532367.808] (**) Option "xkb_layout" "br"
[532367.808] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[532367.809] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[532367.809] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[532367.810] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[532367.810] (II) No input driver specified, ignoring this device.
[532367.810] (II) This device may have been added with another device file.
[532367.810] (II) config/udev: Adding input device P28S (AVRCP) (/dev/input/event7)
[532367.810] (**) P28S (AVRCP): Applying InputClass "evdev keyboard catchall"
[532367.810] (**) P28S (AVRCP): Applying InputClass "libinput keyboard catchall"
[532367.810] (**) P28S (AVRCP): Applying InputClass "system-keyboard"
[532367.810] (**) P28S (AVRCP): Applying InputClass "Keyboard Defaults"
[532367.810] (II) Using input driver 'libinput' for 'P28S (AVRCP)'
[532367.810] (**) P28S (AVRCP): always reports core events
[532367.810] (**) Option "Device" "/dev/input/event7"
[532367.810] (**) Option "_source" "server/udev"
[532367.810] (II) event7  - P28S (AVRCP): is tagged by udev as: Keyboard
[532367.810] (II) event7  - P28S (AVRCP): device is a keyboard
[532367.810] (II) event7  - P28S (AVRCP): device removed
[532367.823] (**) Option "config_info" "udev:/sys/devices/virtual/input/input73/event7"
[532367.823] (II) XINPUT: Adding extended input device "P28S (AVRCP)" (type: KEYBOARD, id 16)
[532367.823] (**) Option "xkb_model" "pc105"
[532367.824] (**) Option "xkb_layout" "br"
[532367.824] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[532367.824] (II) event7  - P28S (AVRCP): is tagged by udev as: Keyboard
[532367.824] (II) event7  - P28S (AVRCP): device is a keyboard
[532367.848] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "evdev keyboard catchall"
[532367.848] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[532367.848] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[532367.848] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "Keyboard Defaults"
[532367.848] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[532367.848] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[532367.848] (**) Option "Device" "/dev/input/event5"
[532367.848] (**) Option "_source" "_driver/libinput"
[532367.848] (II) libinput: Logitech Wireless Keyboard PID:4023: is a virtual subdevice
[532367.848] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:046D:C534.000A/0003:046D:4023.000B/input/input48/event5"
[532367.848] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: KEYBOARD, id 17)
[532367.848] (**) Option "xkb_model" "pc105"
[532367.848] (**) Option "xkb_layout" "br"
[532367.848] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[532367.850] (EE) Failed to open authorization file "/var/run/sddm/{7ad3559f-8361-4fa7-bc30-1a7f55f0396e}": No such file or directory
[532369.318] (II) intel(0): EDID vendor "AUO", prod id 25069
[532369.318] (II) intel(0): Printing DDC gathered Modelines:
[532369.318] (II) intel(0): Modeline "1920x1080"x0.0  141.00  1920 2028 2076 2100  1080 1090 1100 1118 -hsync -vsync (67.1 kHz eP)
[532378.029] (II) config/udev: removing device P28S (AVRCP)
[532378.029] (II) event7  - P28S (AVRCP): device removed
[532378.046] (II) UnloadModule: "libinput"
[532391.332] (II) event2  - Power Button: device removed
[532391.347] (II) event11 - Video Bus: device removed
[532391.387] (II) event12 - Video Bus: device removed
[532391.424] (II) event1  - Power Button: device removed
[532391.457] (II) event6  - Logitech Wireless Mouse: device removed
[532391.490] (II) event4  - Integrated Camera: Integrated C: device removed
[532391.537] (II) event10 - Elan Touchpad: device removed
[532391.576] (II) event8  - Ideapad extra buttons: device removed
[532391.621] (II) event3  - AT Translated Set 2 keyboard: device removed
[532391.637] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[532391.660] (II) AIGLX: Suspending AIGLX clients for VT switch
[532396.403] (II) AIGLX: Resuming AIGLX clients after VT switch
[532396.403] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[532396.435] (II) intel(0): switch to mode 1440x900@60.0 on HDMI1 using pipe 1, position (0, 0), rotation normal, reflection none
[532396.488] (II) event2  - Power Button: is tagged by udev as: Keyboard
[532396.488] (II) event2  - Power Button: device is a keyboard
[532396.489] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[532396.489] (II) event11 - Video Bus: device is a keyboard
[532396.491] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[532396.491] (II) event12 - Video Bus: device is a keyboard
[532396.493] (II) event1  - Power Button: is tagged by udev as: Keyboard
[532396.493] (II) event1  - Power Button: device is a keyboard
[532396.501] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[532396.501] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[532396.503] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[532396.503] (II) event6  - Logitech Wireless Mouse: device is a pointer
[532396.505] (II) event4  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[532396.506] (II) event4  - Integrated Camera: Integrated C: device is a keyboard
[532396.507] (II) event10 - Elan Touchpad: is tagged by udev as: Touchpad
[532396.509] (II) event10 - Elan Touchpad: device is a touchpad
[532396.511] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[532396.511] (II) event8  - Ideapad extra buttons: device is a keyboard
[532396.513] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[532396.513] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[532419.971] (II) event2  - Power Button: device removed
[532419.991] (II) event11 - Video Bus: device removed
[532420.046] (II) event12 - Video Bus: device removed
[532420.094] (II) event1  - Power Button: device removed
[532420.114] (II) event6  - Logitech Wireless Mouse: device removed
[532420.160] (II) event4  - Integrated Camera: Integrated C: device removed
[532420.240] (II) event10 - Elan Touchpad: device removed
[532420.281] (II) event8  - Ideapad extra buttons: device removed
[532420.324] (II) event3  - AT Translated Set 2 keyboard: device removed
[532420.344] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[532420.374] (II) AIGLX: Suspending AIGLX clients for VT switch
[532430.683] (II) AIGLX: Resuming AIGLX clients after VT switch
[532430.683] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[532430.702] (II) intel(0): switch to mode 1440x900@60.0 on HDMI1 using pipe 1, position (0, 0), rotation normal, reflection none
[532430.768] (II) event2  - Power Button: is tagged by udev as: Keyboard
[532430.768] (II) event2  - Power Button: device is a keyboard
[532430.769] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[532430.769] (II) event11 - Video Bus: device is a keyboard
[532430.771] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[532430.771] (II) event12 - Video Bus: device is a keyboard
[532430.772] (II) event1  - Power Button: is tagged by udev as: Keyboard
[532430.772] (II) event1  - Power Button: device is a keyboard
[532430.774] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[532430.774] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[532430.777] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[532430.777] (II) event6  - Logitech Wireless Mouse: device is a pointer
[532430.779] (II) event4  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[532430.779] (II) event4  - Integrated Camera: Integrated C: device is a keyboard
[532430.785] (II) event10 - Elan Touchpad: is tagged by udev as: Touchpad
[532430.786] (II) event10 - Elan Touchpad: device is a touchpad
[532430.788] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[532430.788] (II) event8  - Ideapad extra buttons: device is a keyboard
[532430.789] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[532430.790] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[532433.051] (II) event2  - Power Button: device removed
[532433.081] (II) event11 - Video Bus: device removed
[532433.130] (II) event12 - Video Bus: device removed
[532433.174] (II) event1  - Power Button: device removed
[532433.197] (II) event6  - Logitech Wireless Mouse: device removed
[532433.240] (II) event4  - Integrated Camera: Integrated C: device removed
[532433.284] (II) event10 - Elan Touchpad: device removed
[532433.338] (II) event8  - Ideapad extra buttons: device removed
[532433.374] (II) event3  - AT Translated Set 2 keyboard: device removed
[532433.404] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[532433.434] (II) AIGLX: Suspending AIGLX clients for VT switch
[532436.143] (II) AIGLX: Resuming AIGLX clients after VT switch
[532436.144] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[532436.164] (II) intel(0): switch to mode 1440x900@60.0 on HDMI1 using pipe 1, position (0, 0), rotation normal, reflection none
[532436.228] (II) event2  - Power Button: is tagged by udev as: Keyboard
[532436.228] (II) event2  - Power Button: device is a keyboard
[532436.229] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[532436.230] (II) event11 - Video Bus: device is a keyboard
[532436.231] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[532436.231] (II) event12 - Video Bus: device is a keyboard
[532436.232] (II) event1  - Power Button: is tagged by udev as: Keyboard
[532436.233] (II) event1  - Power Button: device is a keyboard
[532436.235] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[532436.235] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[532436.237] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[532436.237] (II) event6  - Logitech Wireless Mouse: device is a pointer
[532436.239] (II) event4  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[532436.239] (II) event4  - Integrated Camera: Integrated C: device is a keyboard
[532436.243] (II) event10 - Elan Touchpad: is tagged by udev as: Touchpad
[532436.245] (II) event10 - Elan Touchpad: device is a touchpad
[532436.247] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[532436.247] (II) event8  - Ideapad extra buttons: device is a keyboard
[532436.248] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[532436.248] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[532440.692] (II) event2  - Power Button: device removed
[532440.716] (II) event11 - Video Bus: device removed
[532440.762] (II) event12 - Video Bus: device removed
[532440.801] (II) event1  - Power Button: device removed
[532440.824] (II) event6  - Logitech Wireless Mouse: device removed
[532440.874] (II) event4  - Integrated Camera: Integrated C: device removed
[532440.917] (II) event10 - Elan Touchpad: device removed
[532440.984] (II) event8  - Ideapad extra buttons: device removed
[532441.037] (II) event3  - AT Translated Set 2 keyboard: device removed
[532441.060] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[532441.084] (II) AIGLX: Suspending AIGLX clients for VT switch
[532486.172] (II) AIGLX: Resuming AIGLX clients after VT switch
[532486.172] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[532486.202] (II) intel(0): switch to mode 1440x900@60.0 on HDMI1 using pipe 1, position (0, 0), rotation normal, reflection none
[532486.257] (II) event2  - Power Button: is tagged by udev as: Keyboard
[532486.257] (II) event2  - Power Button: device is a keyboard
[532486.259] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[532486.259] (II) event11 - Video Bus: device is a keyboard
[532486.260] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[532486.260] (II) event12 - Video Bus: device is a keyboard
[532486.262] (II) event1  - Power Button: is tagged by udev as: Keyboard
[532486.262] (II) event1  - Power Button: device is a keyboard
[532486.264] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[532486.265] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[532486.267] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[532486.267] (II) event6  - Logitech Wireless Mouse: device is a pointer
[532486.269] (II) event4  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[532486.269] (II) event4  - Integrated Camera: Integrated C: device is a keyboard
[532486.271] (II) event10 - Elan Touchpad: is tagged by udev as: Touchpad
[532486.273] (II) event10 - Elan Touchpad: device is a touchpad
[532486.275] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[532486.275] (II) event8  - Ideapad extra buttons: device is a keyboard
[532486.277] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[532486.277] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[532487.701] (II) event2  - Power Button: device removed
[532487.720] (II) event11 - Video Bus: device removed
[532487.757] (II) event12 - Video Bus: device removed
[532487.797] (II) event1  - Power Button: device removed
[532487.821] (II) event6  - Logitech Wireless Mouse: device removed
[532487.864] (II) event4  - Integrated Camera: Integrated C: device removed
[532487.904] (II) event10 - Elan Touchpad: device removed
[532487.960] (II) event8  - Ideapad extra buttons: device removed
[532488.000] (II) event3  - AT Translated Set 2 keyboard: device removed
[532488.020] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[532488.040] (II) AIGLX: Suspending AIGLX clients for VT switch
[532517.260] (II) AIGLX: Resuming AIGLX clients after VT switch
[532517.260] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[532517.307] (II) intel(0): switch to mode 1440x900@60.0 on HDMI1 using pipe 1, position (0, 0), rotation normal, reflection none
[532517.383] (II) event2  - Power Button: is tagged by udev as: Keyboard
[532517.383] (II) event2  - Power Button: device is a keyboard
[532517.384] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[532517.385] (II) event11 - Video Bus: device is a keyboard
[532517.386] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[532517.386] (II) event12 - Video Bus: device is a keyboard
[532517.387] (II) event1  - Power Button: is tagged by udev as: Keyboard
[532517.388] (II) event1  - Power Button: device is a keyboard
[532517.390] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[532517.390] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[532517.393] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[532517.393] (II) event6  - Logitech Wireless Mouse: device is a pointer
[532517.395] (II) event4  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[532517.395] (II) event4  - Integrated Camera: Integrated C: device is a keyboard
[532517.396] (II) event10 - Elan Touchpad: is tagged by udev as: Touchpad
[532517.403] (II) event10 - Elan Touchpad: device is a touchpad
[532517.404] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[532517.404] (II) event8  - Ideapad extra buttons: device is a keyboard
[532517.406] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[532517.406] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[532517.409] (II) event2  - Power Button: device removed
[532517.431] (II) event11 - Video Bus: device removed
[532517.517] (II) event12 - Video Bus: device removed
[532517.580] (II) event1  - Power Button: device removed
[532517.608] (II) event6  - Logitech Wireless Mouse: device removed
[532517.642] (II) event4  - Integrated Camera: Integrated C: device removed
[532517.684] (II) event10 - Elan Touchpad: device removed
[532517.747] (II) event8  - Ideapad extra buttons: device removed
[532517.790] (II) event3  - AT Translated Set 2 keyboard: device removed
[532517.807] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[532517.827] (II) UnloadModule: "libinput"
[532517.827] (II) UnloadModule: "libinput"
[532517.828] (II) UnloadModule: "libinput"
[532517.828] (II) UnloadModule: "libinput"
[532517.828] (II) UnloadModule: "libinput"
[532517.828] (II) UnloadModule: "libinput"
[532517.828] (II) UnloadModule: "libinput"
[532517.828] (II) UnloadModule: "libinput"
[532517.828] (II) UnloadModule: "libinput"
[532517.828] (II) UnloadModule: "libinput"
[532517.828] (II) UnloadModule: "libinput"
[532517.850] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[532517.850] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[532517.850] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[532517.850] (II) Server terminated successfully (0). Closing log file.

/var/log/Xorg.0.log

[     5.807] (--) Log file renamed from "/var/log/Xorg.pid-1029.log" to "/var/log/Xorg.0.log"
[     5.809] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[     5.809] Build Operating System: Linux Manjaro Linux
[     5.809] Current Operating System: Linux eduardolac-pc 5.4.67-1-MANJARO #1 SMP PREEMPT Wed Sep 23 14:20:18 UTC 2020 x86_64
[     5.809] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4-x86_64 root=UUID=7abcb41b-d995-4a47-a321-516698868208 rw quiet apparmor=1 security=apparmor resume=UUID=86ff1135-7def-48a4-8a4c-69c0e1b70056 udev.log_priority=3
[     5.809] Build Date: 02 September 2020  07:39:17AM
[     5.809]  
[     5.809] Current version of pixman: 0.40.0
[     5.809] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.809] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.809] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct  3 15:54:56 2020
[     5.814] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.814] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.816] (==) ServerLayout "layout"
[     5.816] (**) |-->Screen "intel" (0)
[     5.816] (**) |   |-->Monitor "<default monitor>"
[     5.816] (**) |   |-->Device "intel"
[     5.816] (**) |   |-->GPUDevice "intel"
[     5.816] (**) |   |-->GPUDevice "nvidia"
[     5.816] (==) No monitor specified for screen "intel".
	Using a default monitor configuration.
[     5.816] (==) Automatically adding devices
[     5.816] (==) Automatically enabling devices
[     5.816] (==) Automatically adding GPU devices
[     5.816] (==) Automatically binding GPU devices
[     5.816] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.819] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     5.819] 	Entry deleted from font path.
[     5.819] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.819] 	Entry deleted from font path.
[     5.820] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[     5.820] 	Entry deleted from font path.
[     5.820] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[     5.820] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[     5.820] 	Entry deleted from font path.
[     5.820] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[     5.820] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[     5.820] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.820] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.820] (II) Module ABI versions:
[     5.820] 	X.Org ANSI C Emulation: 0.4
[     5.820] 	X.Org Video Driver: 24.1
[     5.820] 	X.Org XInput driver : 24.1
[     5.820] 	X.Org Server Extension : 10.0
[     5.823] (++) using VT number 1

[     5.823] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.824] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.824] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     5.831] (--) PCI:*(0@0:2:0) 8086:3ea0:17aa:3f19 rev 2, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[     5.831] (--) PCI: (1@0:0:0) 10de:174e:17aa:3f19 rev 162, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00003000/128
[     5.831] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.831] (II) LoadModule: "glx"
[     5.833] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.844] (II) Module glx: vendor="X.Org Foundation"
[     5.844] 	compiled for 1.20.9, module version = 1.0.0
[     5.844] 	ABI class: X.Org Server Extension, version 10.0
[     5.844] (II) LoadModule: "modesetting"
[     5.844] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.847] (II) Module modesetting: vendor="X.Org Foundation"
[     5.847] 	compiled for 1.20.9, module version = 1.20.9
[     5.847] 	Module class: X.Org Video Driver
[     5.847] 	ABI class: X.Org Video Driver, version 24.1
[     5.847] (II) LoadModule: "nvidia"
[     5.847] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     5.852] (II) Module nvidia: vendor="NVIDIA Corporation"
[     5.852] 	compiled for 1.6.99.901, module version = 1.0.0
[     5.852] 	Module class: X.Org Video Driver
[     5.853] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.853] (II) NVIDIA dlloader X Driver  440.100  Fri May 29 08:21:27 UTC 2020
[     5.853] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     5.860] (II) modeset(0): using drv /dev/dri/card0
[     5.860] (WW) Falling back to old probe method for modesetting
[     5.877] (II) Loading sub module "fb"
[     5.877] (II) LoadModule: "fb"
[     5.878] (II) Loading /usr/lib/xorg/modules/libfb.so
[     5.879] (II) Module fb: vendor="X.Org Foundation"
[     5.879] 	compiled for 1.20.9, module version = 1.0.0
[     5.879] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.879] (II) Loading sub module "wfb"
[     5.879] (II) LoadModule: "wfb"
[     5.879] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     5.880] (II) Module wfb: vendor="X.Org Foundation"
[     5.880] 	compiled for 1.20.9, module version = 1.0.0
[     5.880] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     5.880] (II) Loading sub module "ramdac"
[     5.880] (II) LoadModule: "ramdac"
[     5.880] (II) Module "ramdac" already built-in
[     6.255] (EE) Screen 1 deleted because of no matching config section.
[     6.255] (II) UnloadModule: "nvidia"
[     6.255] (II) UnloadSubModule: "wfb"
[     6.255] (II) UnloadSubModule: "fb"
[     6.255] (II) modeset(0): Creating default Display subsection in Screen section
	"intel" for depth/fbbpp 24/32
[     6.255] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     6.255] (==) modeset(0): RGB weight 888
[     6.255] (==) modeset(0): Default visual is TrueColor
[     6.255] (II) Loading sub module "glamoregl"
[     6.255] (II) LoadModule: "glamoregl"
[     6.255] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     6.264] (II) Module glamoregl: vendor="X.Org Foundation"
[     6.264] 	compiled for 1.20.9, module version = 1.0.1
[     6.264] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.546] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 620 (WHL GT2)
[     6.546] (II) modeset(0): glamor initialized
[     6.547] (II) modeset(0): Output eDP-1 has no monitor section
[     6.562] (II) modeset(0): Output HDMI-1 has no monitor section
[     6.563] (II) modeset(0): EDID for output eDP-1
[     6.563] (II) modeset(0): Manufacturer: AUO  Model: 61ed  Serial#: 0
[     6.563] (II) modeset(0): Year: 2018  Week: 0
[     6.563] (II) modeset(0): EDID Version: 1.4
[     6.563] (II) modeset(0): Digital Display Input
[     6.563] (II) modeset(0): 8 bits per channel
[     6.563] (II) modeset(0): Digital interface is DisplayPort
[     6.563] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     6.563] (II) modeset(0): Gamma: 2.20
[     6.563] (II) modeset(0): No DPMS capabilities specified
[     6.563] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     6.563] (II) modeset(0): First detailed timing is preferred mode
[     6.563] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     6.563] (II) modeset(0): Display is continuous-frequency
[     6.563] (II) modeset(0): redX: 0.573 redY: 0.343   greenX: 0.351 greenY: 0.569
[     6.563] (II) modeset(0): blueX: 0.163 blueY: 0.131   whiteX: 0.313 whiteY: 0.329
[     6.563] (II) modeset(0): Manufacturer's mask: 0
[     6.563] (II) modeset(0): Supported detailed timing:
[     6.563] (II) modeset(0): clock: 141.0 MHz   Image Size:  344 x 194 mm
[     6.563] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2100 h_border: 0
[     6.563] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1118 v_border: 0
[     6.563] (II) modeset(0): Unknown vendor-specific block f
[     6.563] (II) modeset(0):  AUO
[     6.563] (II) modeset(0):  B156HTN06.1
[     6.563] (II) modeset(0): EDID (in hex):
[     6.563] (II) modeset(0): 	00ffffffffffff0006afed6100000000
[     6.563] (II) modeset(0): 	001c0104a522137803ffe59257599129
[     6.564] (II) modeset(0): 	21505400000001010101010101010101
[     6.564] (II) modeset(0): 	010101010101143780b4703826406c30
[     6.564] (II) modeset(0): 	aa0058c2100000180000000f00000000
[     6.564] (II) modeset(0): 	00000000000000000020000000fe0041
[     6.564] (II) modeset(0): 	554f0a202020202020202020000000fe
[     6.564] (II) modeset(0): 	004231353648544e30362e31200a00d2
[     6.564] (II) modeset(0): Printing probed modes for output eDP-1
[     6.564] (II) modeset(0): Modeline "1920x1080"x60.1  141.00  1920 2028 2076 2100  1080 1090 1100 1118 -hsync -vsync (67.1 kHz eP)
[     6.564] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     6.564] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     6.564] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     6.564] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     6.564] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     6.564] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     6.564] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     6.564] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     6.564] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     6.564] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     6.564] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     6.564] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     6.564] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     6.564] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     6.564] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     6.564] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     6.564] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     6.564] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     6.564] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     6.564] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     6.564] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     6.564] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     6.564] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     6.564] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     6.564] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     6.564] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     6.564] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     6.564] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     6.564] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     6.564] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     6.564] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     6.564] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     6.564] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     6.564] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     6.564] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     6.564] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     6.564] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     6.564] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     6.564] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     6.564] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     6.564] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     6.564] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     6.564] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     6.564] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     6.564] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     6.564] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     6.564] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     6.564] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     6.564] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     6.564] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     6.564] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.564] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.564] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     6.564] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.565] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.565] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     6.565] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     6.565] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     6.565] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     6.565] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     6.565] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     6.565] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     6.565] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     6.565] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     6.565] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     6.565] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     6.565] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     6.565] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     6.565] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     6.565] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     6.565] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     6.565] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     6.565] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     6.565] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     6.565] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     6.565] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     6.565] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     6.565] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     6.565] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     6.565] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     6.565] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     6.580] (II) modeset(0): EDID for output HDMI-1
[     6.580] (II) modeset(0): Manufacturer: SAM  Model: 3e1  Serial#: 1415000377
[     6.580] (II) modeset(0): Year: 2009  Week: 7
[     6.580] (II) modeset(0): EDID Version: 1.3
[     6.580] (II) modeset(0): Digital Display Input
[     6.580] (II) modeset(0): Max Image Size [cm]: horiz.: 41  vert.: 26
[     6.580] (II) modeset(0): Gamma: 2.35
[     6.580] (II) modeset(0): DPMS capabilities: Off
[     6.580] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     6.580] (II) modeset(0): First detailed timing is preferred mode
[     6.580] (II) modeset(0): redX: 0.640 redY: 0.329   greenX: 0.300 greenY: 0.600
[     6.580] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[     6.580] (II) modeset(0): Supported established timings:
[     6.580] (II) modeset(0): 720x400@70Hz
[     6.580] (II) modeset(0): 640x480@60Hz
[     6.580] (II) modeset(0): 640x480@67Hz
[     6.580] (II) modeset(0): 640x480@72Hz
[     6.580] (II) modeset(0): 640x480@75Hz
[     6.580] (II) modeset(0): 800x600@56Hz
[     6.580] (II) modeset(0): 800x600@60Hz
[     6.580] (II) modeset(0): 800x600@72Hz
[     6.580] (II) modeset(0): 800x600@75Hz
[     6.580] (II) modeset(0): 832x624@75Hz
[     6.580] (II) modeset(0): 1024x768@60Hz
[     6.580] (II) modeset(0): 1024x768@70Hz
[     6.580] (II) modeset(0): 1024x768@75Hz
[     6.580] (II) modeset(0): 1280x1024@75Hz
[     6.580] (II) modeset(0): 1152x864@75Hz
[     6.580] (II) modeset(0): Manufacturer's mask: 0
[     6.580] (II) modeset(0): Supported standard timings:
[     6.580] (II) modeset(0): #0: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     6.580] (II) modeset(0): #1: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[     6.580] (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     6.580] (II) modeset(0): #3: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[     6.580] (II) modeset(0): #4: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     6.580] (II) modeset(0): Supported detailed timing:
[     6.580] (II) modeset(0): clock: 106.5 MHz   Image Size:  410 x 257 mm
[     6.580] (II) modeset(0): h_active: 1440  h_sync: 1520  h_sync_end 1672 h_blank_end 1904 h_border: 0
[     6.580] (II) modeset(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 934 v_border: 0
[     6.580] (II) modeset(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
[     6.580] (II) modeset(0): Monitor name: SyncMaster
[     6.580] (II) modeset(0): Serial No: HQAS200940
[     6.580] (II) modeset(0): EDID (in hex):
[     6.580] (II) modeset(0): 	00ffffffffffff004c2de10339315754
[     6.580] (II) modeset(0): 	0713010380291a872ade95a3544c9926
[     6.580] (II) modeset(0): 	0f5054bfef809500950f81808140714f
[     6.580] (II) modeset(0): 	0101010101019a29a0d0518422305098
[     6.580] (II) modeset(0): 	36009a011100001c000000fd00384b1e
[     6.580] (II) modeset(0): 	510e000a202020202020000000fc0053
[     6.580] (II) modeset(0): 	796e634d61737465720a2020000000ff
[     6.580] (II) modeset(0): 	00485141533230303934300a202000f0
[     6.580] (II) modeset(0): Printing probed modes for output HDMI-1
[     6.580] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[     6.580] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[     6.580] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     6.580] (II) modeset(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[     6.580] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[     6.580] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     6.581] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[     6.581] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     6.581] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     6.581] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[     6.581] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[     6.581] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[     6.581] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     6.581] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     6.581] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[     6.581] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[     6.581] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     6.581] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.581] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     6.581] (II) modeset(0): Output eDP-1 connected
[     6.581] (II) modeset(0): Output HDMI-1 connected
[     6.581] (II) modeset(0): Using spanning desktop for initial modes
[     6.581] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     6.581] (II) modeset(0): Output HDMI-1 using initial mode 1440x900 +1920+0
[     6.581] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.581] (==) modeset(0): DPI set to (96, 96)
[     6.581] (II) Loading sub module "fb"
[     6.581] (II) LoadModule: "fb"
[     6.581] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.581] (II) Module fb: vendor="X.Org Foundation"
[     6.581] 	compiled for 1.20.9, module version = 1.0.0
[     6.581] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.602] (==) modeset(0): Backing store enabled
[     6.602] (==) modeset(0): Silken mouse disabled
[     6.778] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     6.778] (==) modeset(0): DPMS enabled
[     6.778] (WW) modeset(0): Option "DRI" is not used
[     6.778] (II) modeset(0): [DRI2] Setup complete
[     6.778] (II) modeset(0): [DRI2]   DRI driver: iris
[     6.778] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     6.778] (II) Initializing extension Generic Event Extension
[     6.779] (II) Initializing extension SHAPE
[     6.779] (II) Initializing extension MIT-SHM
[     6.779] (II) Initializing extension XInputExtension
[     6.779] (II) Initializing extension XTEST
[     6.780] (II) Initializing extension BIG-REQUESTS
[     6.780] (II) Initializing extension SYNC
[     6.780] (II) Initializing extension XKEYBOARD
[     6.781] (II) Initializing extension XC-MISC
[     6.781] (II) Initializing extension SECURITY
[     6.782] (II) Initializing extension XFIXES
[     6.782] (II) Initializing extension RENDER
[     6.782] (II) Initializing extension RANDR
[     6.782] (II) Initializing extension COMPOSITE
[     6.783] (II) Initializing extension DAMAGE
[     6.783] (II) Initializing extension MIT-SCREEN-SAVER
[     6.783] (II) Initializing extension DOUBLE-BUFFER
[     6.783] (II) Initializing extension RECORD
[     6.783] (II) Initializing extension DPMS
[     6.784] (II) Initializing extension Present
[     6.784] (II) Initializing extension DRI3
[     6.784] (II) Initializing extension X-Resource
[     6.784] (II) Initializing extension XVideo
[     6.784] (II) Initializing extension XVideo-MotionCompensation
[     6.784] (II) Initializing extension GLX
[     6.802] (II) AIGLX: Loaded and initialized iris
[     6.802] (II) GLX: Initialized DRI2 GL provider for screen 0
[     6.802] (II) Initializing extension XFree86-VidModeExtension
[     6.803] (II) Initializing extension XFree86-DGA
[     6.803] (II) Initializing extension XFree86-DRI
[     6.803] (II) Initializing extension DRI2
[     6.808] (II) modeset(0): Damage tracking initialized
[     6.808] (II) modeset(0): Setting screen physical size to 889 x 285
[     6.875] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     6.875] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.875] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.875] (**) Power Button: Applying InputClass "system-keyboard"
[     6.875] (II) LoadModule: "libinput"
[     6.876] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.880] (II) Module libinput: vendor="X.Org Foundation"
[     6.880] 	compiled for 1.20.8, module version = 0.30.0
[     6.880] 	Module class: X.Org XInput Driver
[     6.880] 	ABI class: X.Org XInput driver, version 24.1
[     6.880] (II) Using input driver 'libinput' for 'Power Button'
[     6.880] (**) Power Button: always reports core events
[     6.880] (**) Option "Device" "/dev/input/event2"
[     6.880] (**) Option "_source" "server/udev"
[     6.889] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.889] (II) event2  - Power Button: device is a keyboard
[     6.889] (II) event2  - Power Button: device removed
[     6.937] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     6.937] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.937] (**) Option "xkb_model" "pc105"
[     6.937] (**) Option "xkb_layout" "br"
[     6.964] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.964] (II) event2  - Power Button: device is a keyboard
[     6.965] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[     6.965] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.965] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.965] (**) Video Bus: Applying InputClass "system-keyboard"
[     6.965] (II) Using input driver 'libinput' for 'Video Bus'
[     6.965] (**) Video Bus: always reports core events
[     6.965] (**) Option "Device" "/dev/input/event11"
[     6.965] (**) Option "_source" "server/udev"
[     6.966] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[     6.966] (II) event11 - Video Bus: device is a keyboard
[     6.966] (II) event11 - Video Bus: device removed
[     7.030] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
[     7.030] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     7.030] (**) Option "xkb_model" "pc105"
[     7.030] (**) Option "xkb_layout" "br"
[     7.032] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[     7.032] (II) event11 - Video Bus: device is a keyboard
[     7.033] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[     7.033] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.033] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     7.033] (**) Video Bus: Applying InputClass "system-keyboard"
[     7.033] (II) Using input driver 'libinput' for 'Video Bus'
[     7.033] (**) Video Bus: always reports core events
[     7.033] (**) Option "Device" "/dev/input/event12"
[     7.033] (**) Option "_source" "server/udev"
[     7.035] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[     7.036] (II) event12 - Video Bus: device is a keyboard
[     7.036] (II) event12 - Video Bus: device removed
[     7.097] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:40/LNXVIDEO:01/input/input14/event12"
[     7.097] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     7.097] (**) Option "xkb_model" "pc105"
[     7.097] (**) Option "xkb_layout" "br"
[     7.099] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[     7.099] (II) event12 - Video Bus: device is a keyboard
[     7.100] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     7.100] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.100] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.100] (**) Power Button: Applying InputClass "system-keyboard"
[     7.100] (II) Using input driver 'libinput' for 'Power Button'
[     7.100] (**) Power Button: always reports core events
[     7.100] (**) Option "Device" "/dev/input/event1"
[     7.100] (**) Option "_source" "server/udev"
[     7.102] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     7.102] (II) event1  - Power Button: device is a keyboard
[     7.102] (II) event1  - Power Button: device removed
[     7.137] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     7.137] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     7.137] (**) Option "xkb_model" "pc105"
[     7.137] (**) Option "xkb_layout" "br"
[     7.139] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     7.139] (II) event1  - Power Button: device is a keyboard
[     7.140] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     7.140] (II) No input driver specified, ignoring this device.
[     7.140] (II) This device may have been added with another device file.
[     7.142] (II) config/udev: Adding input device Logitech Wireless Keyboard PID:4023 (/dev/input/event5)
[     7.142] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "evdev keyboard catchall"
[     7.142] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[     7.142] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[     7.142] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[     7.142] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[     7.142] (**) Option "Device" "/dev/input/event5"
[     7.142] (**) Option "_source" "server/udev"
[     7.144] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[     7.144] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[     7.144] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[     7.164] (II) libinput: Logitech Wireless Keyboard PID:4023: needs a virtual subdevice
[     7.164] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input34/event5"
[     7.164] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: MOUSE, id 10)
[     7.164] (**) Option "AccelerationScheme" "none"
[     7.164] (**) Logitech Wireless Keyboard PID:4023: (accel) selected scheme none/0
[     7.164] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration factor: 2.000
[     7.164] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration threshold: 4
[     7.167] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[     7.167] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[     7.169] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event6)
[     7.169] (**) Logitech Wireless Mouse: Applying InputClass "evdev pointer catchall"
[     7.169] (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
[     7.169] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
[     7.169] (**) Logitech Wireless Mouse: always reports core events
[     7.169] (**) Option "Device" "/dev/input/event6"
[     7.169] (**) Option "_source" "server/udev"
[     7.172] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[     7.172] (II) event6  - Logitech Wireless Mouse: device is a pointer
[     7.172] (II) event6  - Logitech Wireless Mouse: device removed
[     7.239] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input35/event6"
[     7.240] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 11)
[     7.240] (**) Option "AccelerationScheme" "none"
[     7.240] (**) Logitech Wireless Mouse: (accel) selected scheme none/0
[     7.240] (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
[     7.240] (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
[     7.243] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[     7.243] (II) event6  - Logitech Wireless Mouse: device is a pointer
[     7.245] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse0)
[     7.245] (II) No input driver specified, ignoring this device.
[     7.245] (II) This device may have been added with another device file.
[     7.246] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event4)
[     7.246] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[     7.246] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[     7.246] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
[     7.246] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[     7.246] (**) Integrated Camera: Integrated C: always reports core events
[     7.246] (**) Option "Device" "/dev/input/event4"
[     7.246] (**) Option "_source" "server/udev"
[     7.248] (II) event4  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     7.248] (II) event4  - Integrated Camera: Integrated C: device is a keyboard
[     7.249] (II) event4  - Integrated Camera: Integrated C: device removed
[     7.323] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input22/event4"
[     7.323] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 12)
[     7.323] (**) Option "xkb_model" "pc105"
[     7.323] (**) Option "xkb_layout" "br"
[     7.326] (II) event4  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     7.326] (II) event4  - Integrated Camera: Integrated C: device is a keyboard
[     7.328] (II) config/udev: Adding input device Elan Touchpad (/dev/input/event10)
[     7.328] (**) Elan Touchpad: Applying InputClass "evdev touchpad catchall"
[     7.328] (**) Elan Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.328] (II) Using input driver 'libinput' for 'Elan Touchpad'
[     7.328] (**) Elan Touchpad: always reports core events
[     7.328] (**) Option "Device" "/dev/input/event10"
[     7.328] (**) Option "_source" "server/udev"
[     7.330] (II) event10 - Elan Touchpad: is tagged by udev as: Touchpad
[     7.333] (II) event10 - Elan Touchpad: device is a touchpad
[     7.333] (II) event10 - Elan Touchpad: device removed
[     7.404] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0629:00/input/input12/event10"
[     7.404] (II) XINPUT: Adding extended input device "Elan Touchpad" (type: TOUCHPAD, id 13)
[     7.406] (**) Option "AccelerationScheme" "none"
[     7.406] (**) Elan Touchpad: (accel) selected scheme none/0
[     7.406] (**) Elan Touchpad: (accel) acceleration factor: 2.000
[     7.406] (**) Elan Touchpad: (accel) acceleration threshold: 4
[     7.409] (II) event10 - Elan Touchpad: is tagged by udev as: Touchpad
[     7.412] (II) event10 - Elan Touchpad: device is a touchpad
[     7.413] (II) config/udev: Adding input device Elan Touchpad (/dev/input/mouse1)
[     7.413] (II) No input driver specified, ignoring this device.
[     7.413] (II) This device may have been added with another device file.
[     7.414] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event8)
[     7.414] (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
[     7.414] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[     7.414] (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
[     7.414] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[     7.414] (**) Ideapad extra buttons: always reports core events
[     7.414] (**) Option "Device" "/dev/input/event8"
[     7.414] (**) Option "_source" "server/udev"
[     7.416] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     7.416] (II) event8  - Ideapad extra buttons: device is a keyboard
[     7.417] (II) event8  - Ideapad extra buttons: device removed
[     7.470] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input10/event8"
[     7.470] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 14)
[     7.470] (**) Option "xkb_model" "pc105"
[     7.470] (**) Option "xkb_layout" "br"
[     7.472] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     7.473] (II) event8  - Ideapad extra buttons: device is a keyboard
[     7.473] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[     7.474] (II) No input driver specified, ignoring this device.
[     7.474] (II) This device may have been added with another device file.
[     7.474] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[     7.474] (II) No input driver specified, ignoring this device.
[     7.474] (II) This device may have been added with another device file.
[     7.475] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[     7.475] (II) No input driver specified, ignoring this device.
[     7.475] (II) This device may have been added with another device file.
[     7.475] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[     7.475] (II) No input driver specified, ignoring this device.
[     7.475] (II) This device may have been added with another device file.
[     7.476] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[     7.476] (II) No input driver specified, ignoring this device.
[     7.476] (II) This device may have been added with another device file.
[     7.476] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[     7.476] (II) No input driver specified, ignoring this device.
[     7.476] (II) This device may have been added with another device file.
[     7.477] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event19)
[     7.477] (II) No input driver specified, ignoring this device.
[     7.477] (II) This device may have been added with another device file.
[     7.478] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     7.478] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     7.478] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.478] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     7.478] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.478] (**) AT Translated Set 2 keyboard: always reports core events
[     7.478] (**) Option "Device" "/dev/input/event3"
[     7.478] (**) Option "_source" "server/udev"
[     7.480] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.480] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     7.482] (II) event3  - AT Translated Set 2 keyboard: device removed
[     7.497] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     7.497] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[     7.497] (**) Option "xkb_model" "pc105"
[     7.497] (**) Option "xkb_layout" "br"
[     7.499] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.499] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     7.502] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[     7.502] (II) No input driver specified, ignoring this device.
[     7.502] (II) This device may have been added with another device file.
[     7.530] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "evdev keyboard catchall"
[     7.530] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[     7.530] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[     7.530] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[     7.530] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[     7.530] (**) Option "Device" "/dev/input/event5"
[     7.530] (**) Option "_source" "_driver/libinput"
[     7.530] (II) libinput: Logitech Wireless Keyboard PID:4023: is a virtual subdevice
[     7.530] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input34/event5"
[     7.530] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: KEYBOARD, id 16)
[     7.530] (**) Option "xkb_model" "pc105"
[     7.530] (**) Option "xkb_layout" "br"
[     7.631] (EE) Failed to open authorization file "/var/run/sddm/{6d4cebe4-e653-4e67-ba29-1063ad8f5437}": No such file or directory
[     7.632] (II) config/udev: removing device Integrated Camera: Integrated C
[     7.632] (II) event4  - Integrated Camera: Integrated C: device removed
[     7.710] (II) UnloadModule: "libinput"
[     7.711] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event4)
[     7.711] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[     7.711] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[     7.711] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
[     7.711] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[     7.711] (**) Integrated Camera: Integrated C: always reports core events
[     7.711] (**) Option "Device" "/dev/input/event4"
[     7.711] (**) Option "_source" "server/udev"
[     7.714] (II) event4  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     7.714] (II) event4  - Integrated Camera: Integrated C: device is a keyboard
[     7.714] (II) event4  - Integrated Camera: Integrated C: device removed
[     7.790] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input22/event4"
[     7.790] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 12)
[     7.790] (**) Option "xkb_model" "pc105"
[     7.790] (**) Option "xkb_layout" "br"
[     7.793] (II) event4  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     7.793] (II) event4  - Integrated Camera: Integrated C: device is a keyboard
[     7.796] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse0)
[     7.796] (II) No input driver specified, ignoring this device.
[     7.796] (II) This device may have been added with another device file.
[     7.797] (II) config/udev: removing device Logitech Wireless Mouse
[     7.797] (II) event6  - Logitech Wireless Mouse: device removed
[     7.857] (II) UnloadModule: "libinput"
[     7.858] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event6)
[     7.858] (**) Logitech Wireless Mouse: Applying InputClass "evdev pointer catchall"
[     7.858] (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
[     7.858] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
[     7.858] (**) Logitech Wireless Mouse: always reports core events
[     7.858] (**) Option "Device" "/dev/input/event6"
[     7.858] (**) Option "_source" "server/udev"
[     7.861] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[     7.861] (II) event6  - Logitech Wireless Mouse: device is a pointer
[     7.862] (II) event6  - Logitech Wireless Mouse: device removed
[     7.910] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input35/event6"
[     7.910] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 11)
[     7.910] (**) Option "AccelerationScheme" "none"
[     7.910] (**) Logitech Wireless Mouse: (accel) selected scheme none/0
[     7.910] (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
[     7.910] (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
[     7.914] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[     7.914] (II) event6  - Logitech Wireless Mouse: device is a pointer
[     7.915] (II) config/udev: removing device Logitech Wireless Keyboard PID:4023
[     7.915] (II) UnloadModule: "libinput"
[     7.915] (II) config/udev: removing device Logitech Wireless Keyboard PID:4023
[     7.915] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[     7.933] (II) UnloadModule: "libinput"
[     7.935] (II) config/udev: Adding input device Logitech Wireless Keyboard PID:4023 (/dev/input/event5)
[     7.935] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "evdev keyboard catchall"
[     7.935] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[     7.935] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[     7.935] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[     7.935] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[     7.935] (**) Option "Device" "/dev/input/event5"
[     7.935] (**) Option "_source" "server/udev"
[     7.938] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[     7.938] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[     7.939] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[     7.964] (II) libinput: Logitech Wireless Keyboard PID:4023: needs a virtual subdevice
[     7.964] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input34/event5"
[     7.964] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: MOUSE, id 10)
[     7.964] (**) Option "AccelerationScheme" "none"
[     7.964] (**) Logitech Wireless Keyboard PID:4023: (accel) selected scheme none/0
[     7.964] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration factor: 2.000
[     7.964] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration threshold: 4
[     7.967] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[     7.967] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[     7.968] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "evdev keyboard catchall"
[     7.968] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[     7.968] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[     7.968] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[     7.968] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[     7.968] (**) Option "Device" "/dev/input/event5"
[     7.968] (**) Option "_source" "_driver/libinput"
[     7.968] (II) libinput: Logitech Wireless Keyboard PID:4023: is a virtual subdevice
[     7.968] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input34/event5"
[     7.968] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: KEYBOARD, id 16)
[     7.968] (**) Option "xkb_model" "pc105"
[     7.968] (**) Option "xkb_layout" "br"
[    28.622] (II) modeset(0): EDID vendor "SAM", prod id 993
[    28.622] (II) modeset(0): Using EDID range info for horizontal sync
[    28.622] (II) modeset(0): Using EDID range info for vertical refresh
[    28.622] (II) modeset(0): Printing DDC gathered Modelines:
[    28.622] (II) modeset(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[    28.622] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    28.622] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    28.622] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    28.622] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    28.622] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    28.622] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    28.622] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    28.622] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    28.622] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    28.622] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    28.622] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    28.622] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    28.622] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    28.622] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    28.622] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    28.622] (II) modeset(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    28.622] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    28.622] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    29.733] (II) modeset(0): EDID vendor "SAM", prod id 993
[    29.733] (II) modeset(0): Using hsync ranges from config file
[    29.733] (II) modeset(0): Using vrefresh ranges from config file
[    29.733] (II) modeset(0): Printing DDC gathered Modelines:
[    29.733] (II) modeset(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz eP)
[    29.733] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    29.733] (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    29.733] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    29.733] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    29.733] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    29.733] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    29.733] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    29.733] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    29.733] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    29.733] (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    29.733] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    29.733] (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    29.733] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    29.733] (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    29.733] (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    29.733] (II) modeset(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    29.733] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    29.733] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    84.939] (EE) event5  - Logitech Wireless Keyboard PID:4023: client bug: event processing lagging behind by 28ms, your system is too slow
[   102.273] (EE) event6  - Logitech Wireless Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[   123.601] (EE) event5  - Logitech Wireless Keyboard PID:4023: client bug: event processing lagging behind by 18ms, your system is too slow
[   142.721] (EE) event5  - Logitech Wireless Keyboard PID:4023: client bug: event processing lagging behind by 18ms, your system is too slow
[   144.689] (EE) event5  - Logitech Wireless Keyboard PID:4023: client bug: event processing lagging behind by 32ms, your system is too slow
[   191.610] (EE) event5  - Logitech Wireless Keyboard PID:4023: client bug: event processing lagging behind by 29ms, your system is too slow
[   223.310] (II) config/udev: Adding input device P28S (AVRCP) (/dev/input/event7)
[   223.310] (**) P28S (AVRCP): Applying InputClass "evdev keyboard catchall"
[   223.310] (**) P28S (AVRCP): Applying InputClass "libinput keyboard catchall"
[   223.310] (**) P28S (AVRCP): Applying InputClass "system-keyboard"
[   223.310] (II) Using input driver 'libinput' for 'P28S (AVRCP)'
[   223.310] (**) P28S (AVRCP): always reports core events
[   223.310] (**) Option "Device" "/dev/input/event7"
[   223.310] (**) Option "_source" "server/udev"
[   223.310] (II) event7  - P28S (AVRCP): is tagged by udev as: Keyboard
[   223.310] (II) event7  - P28S (AVRCP): device is a keyboard
[   223.310] (II) event7  - P28S (AVRCP): device removed
[   223.337] (**) Option "config_info" "udev:/sys/devices/virtual/input/input36/event7"
[   223.337] (II) XINPUT: Adding extended input device "P28S (AVRCP)" (type: KEYBOARD, id 17)
[   223.337] (**) Option "xkb_model" "pc105"
[   223.337] (**) Option "xkb_layout" "br"
[   223.338] (II) event7  - P28S (AVRCP): is tagged by udev as: Keyboard
[   223.338] (II) event7  - P28S (AVRCP): device is a keyboard
[   234.738] (EE) event6  - Logitech Wireless Mouse: client bug: event processing lagging behind by 20ms, your system is too slow
[   360.517] (EE) event5  - Logitech Wireless Keyboard PID:4023: client bug: event processing lagging behind by 26ms, your system is too slow
[   369.757] (EE) event5  - Logitech Wireless Keyboard PID:4023: client bug: event processing lagging behind by 26ms, your system is too slow
[   532.151] (EE) event5  - Logitech Wireless Keyboard PID:4023: client bug: event processing lagging behind by 34ms, your system is too slow
[   622.441] (EE) client bug: timer event6 debounce short: scheduled expiry is in the past (-1ms), your system is too slow
[   624.272] (EE) event5  - Logitech Wireless Keyboard PID:4023: client bug: event processing lagging behind by 31ms, your system is too slow
[   756.240] (EE) event6  - Logitech Wireless Mouse: client bug: event processing lagging behind by 13ms, your system is too slow
[   816.993] (EE) event5  - Logitech Wireless Keyboard PID:4023: client bug: event processing lagging behind by 16ms, your system is too slow
[   845.930] (EE) event5  - Logitech Wireless Keyboard PID:4023: client bug: event processing lagging behind by 26ms, your system is too slow
[   888.338] (EE) event5  - Logitech Wireless Keyboard PID:4023: client bug: event processing lagging behind by 34ms, your system is too slow
[   938.178] (EE) event5  - Logitech Wireless Keyboard PID:4023: client bug: event processing lagging behind by 24ms, your system is too slow

/home/eduardolac/.local/share/xorg/Xorg.0.log

[    52.267] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    52.268] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[    52.268] Build Operating System: Linux Manjaro Linux
[    52.268] Current Operating System: Linux eduardolac-pc 5.4.67-1-MANJARO #1 SMP PREEMPT Wed Sep 23 14:20:18 UTC 2020 x86_64
[    52.268] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4-x86_64 root=UUID=7abcb41b-d995-4a47-a321-516698868208 rw quiet apparmor=1 security=apparmor resume=UUID=86ff1135-7def-48a4-8a4c-69c0e1b70056 udev.log_priority=3
[    52.268] Build Date: 02 September 2020  07:39:17AM
[    52.268]  
[    52.268] Current version of pixman: 0.40.0
[    52.268] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    52.268] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    52.268] (==) Log file: "/home/eduardolac/.local/share/xorg/Xorg.0.log", Time: Fri Oct  2 17:11:37 2020
[    52.271] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    52.271] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    52.272] (==) No Layout section.  Using the first Screen section.
[    52.273] (==) No screen section available. Using defaults.
[    52.273] (**) |-->Screen "Default Screen Section" (0)
[    52.273] (**) |   |-->Monitor "<default monitor>"
[    52.273] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    52.273] (**) |   |-->Device "intel"
[    52.273] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    52.273] (==) Automatically adding devices
[    52.273] (==) Automatically enabling devices
[    52.273] (==) Automatically adding GPU devices
[    52.273] (==) Automatically binding GPU devices
[    52.273] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    52.274] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    52.274] 	Entry deleted from font path.
[    52.274] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    52.274] 	Entry deleted from font path.
[    52.275] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    52.275] 	Entry deleted from font path.
[    52.275] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    52.275] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[    52.275] 	Entry deleted from font path.
[    52.275] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[    52.275] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[    52.275] (==) ModulePath set to "/usr/lib/xorg/modules"
[    52.275] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    52.275] (II) Module ABI versions:
[    52.275] 	X.Org ANSI C Emulation: 0.4
[    52.275] 	X.Org Video Driver: 24.1
[    52.275] 	X.Org XInput driver : 24.1
[    52.275] 	X.Org Server Extension : 10.0
[    52.276] (++) using VT number 1

[    52.281] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    52.283] (II) xfree86: Adding drm device (/dev/dri/card0)
[    52.283] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    52.284] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    52.289] (--) PCI:*(0@0:2:0) 8086:3ea0:17aa:3f19 rev 2, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    52.289] (--) PCI: (1@0:0:0) 10de:174e:17aa:3f19 rev 162, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00003000/128
[    52.289] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    52.289] (II) LoadModule: "glx"
[    52.292] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    52.300] (II) Module glx: vendor="X.Org Foundation"
[    52.301] 	compiled for 1.20.9, module version = 1.0.0
[    52.301] 	ABI class: X.Org Server Extension, version 10.0
[    52.301] (II) LoadModule: "modesetting"
[    52.301] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    52.304] (II) Module modesetting: vendor="X.Org Foundation"
[    52.304] 	compiled for 1.20.9, module version = 1.20.9
[    52.304] 	Module class: X.Org Video Driver
[    52.304] 	ABI class: X.Org Video Driver, version 24.1
[    52.304] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    52.304] (II) modeset(0): using drv /dev/dri/card0
[    52.305] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    52.305] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    52.305] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    52.305] (==) modeset(0): RGB weight 888
[    52.305] (==) modeset(0): Default visual is TrueColor
[    52.305] (II) Loading sub module "glamoregl"
[    52.305] (II) LoadModule: "glamoregl"
[    52.306] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    52.319] (II) Module glamoregl: vendor="X.Org Foundation"
[    52.319] 	compiled for 1.20.9, module version = 1.0.1
[    52.319] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    52.600] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 620 (WHL GT2)
[    52.600] (II) modeset(0): glamor initialized
[    52.601] (II) modeset(0): Output eDP-1 has no monitor section
[    52.610] (II) modeset(0): Output HDMI-1 has no monitor section
[    52.611] (II) modeset(0): EDID for output eDP-1
[    52.611] (II) modeset(0): Manufacturer: AUO  Model: 61ed  Serial#: 0
[    52.611] (II) modeset(0): Year: 2018  Week: 0
[    52.611] (II) modeset(0): EDID Version: 1.4
[    52.611] (II) modeset(0): Digital Display Input
[    52.611] (II) modeset(0): 8 bits per channel
[    52.611] (II) modeset(0): Digital interface is DisplayPort
[    52.611] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    52.611] (II) modeset(0): Gamma: 2.20
[    52.611] (II) modeset(0): No DPMS capabilities specified
[    52.611] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    52.611] (II) modeset(0): First detailed timing is preferred mode
[    52.611] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    52.611] (II) modeset(0): Display is continuous-frequency
[    52.611] (II) modeset(0): redX: 0.573 redY: 0.343   greenX: 0.351 greenY: 0.569
[    52.611] (II) modeset(0): blueX: 0.163 blueY: 0.131   whiteX: 0.313 whiteY: 0.329
[    52.611] (II) modeset(0): Manufacturer's mask: 0
[    52.611] (II) modeset(0): Supported detailed timing:
[    52.611] (II) modeset(0): clock: 141.0 MHz   Image Size:  344 x 194 mm
[    52.611] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2100 h_border: 0
[    52.611] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1118 v_border: 0
[    52.611] (II) modeset(0): Unknown vendor-specific block f
[    52.611] (II) modeset(0):  AUO
[    52.611] (II) modeset(0):  B156HTN06.1
[    52.611] (II) modeset(0): EDID (in hex):
[    52.611] (II) modeset(0): 	00ffffffffffff0006afed6100000000
[    52.611] (II) modeset(0): 	001c0104a522137803ffe59257599129
[    52.611] (II) modeset(0): 	21505400000001010101010101010101
[    52.611] (II) modeset(0): 	010101010101143780b4703826406c30
[    52.611] (II) modeset(0): 	aa0058c2100000180000000f00000000
[    52.611] (II) modeset(0): 	00000000000000000020000000fe0041
[    52.611] (II) modeset(0): 	554f0a202020202020202020000000fe
[    52.611] (II) modeset(0): 	004231353648544e30362e31200a00d2
[    52.612] (II) modeset(0): Printing probed modes for output eDP-1
[    52.612] (II) modeset(0): Modeline "1920x1080"x60.1  141.00  1920 2028 2076 2100  1080 1090 1100 1118 -hsync -vsync (67.1 kHz eP)
[    52.612] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    52.612] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    52.612] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    52.612] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    52.612] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    52.612] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    52.612] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    52.612] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    52.612] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    52.612] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    52.612] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    52.612] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    52.612] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    52.612] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    52.612] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    52.612] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    52.612] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    52.612] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    52.612] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    52.612] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    52.612] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    52.612] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    52.612] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    52.612] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    52.612] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    52.612] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    52.612] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    52.612] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    52.612] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    52.612] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    52.612] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    52.612] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    52.612] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    52.612] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    52.612] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    52.612] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    52.612] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    52.612] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    52.612] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    52.612] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    52.612] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    52.612] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    52.612] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    52.612] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    52.612] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    52.612] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    52.612] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    52.612] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    52.612] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    52.612] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    52.612] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    52.612] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    52.612] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    52.612] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    52.612] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    52.612] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    52.612] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    52.612] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    52.612] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    52.612] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    52.612] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    52.612] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    52.612] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    52.612] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    52.612] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    52.612] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    52.612] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    52.612] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    52.612] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    52.612] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    52.612] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    52.612] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    52.612] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    52.612] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    52.612] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    52.612] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    52.612] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    52.612] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    52.612] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    52.612] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    52.612] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    52.621] (II) modeset(0): EDID for output HDMI-1
[    52.621] (II) modeset(0): Output eDP-1 connected
[    52.621] (II) modeset(0): Output HDMI-1 disconnected
[    52.621] (II) modeset(0): Using exact sizes for initial modes
[    52.621] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    52.621] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    52.621] (==) modeset(0): DPI set to (96, 96)
[    52.621] (II) Loading sub module "fb"
[    52.621] (II) LoadModule: "fb"
[    52.622] (II) Loading /usr/lib/xorg/modules/libfb.so
[    52.623] (II) Module fb: vendor="X.Org Foundation"
[    52.623] 	compiled for 1.20.9, module version = 1.0.0
[    52.623] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    52.655] (==) modeset(0): Backing store enabled
[    52.655] (==) modeset(0): Silken mouse disabled
[    52.713] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    52.713] (==) modeset(0): DPMS enabled
[    52.713] (WW) modeset(0): Option "DRI" is not used
[    52.713] (II) modeset(0): [DRI2] Setup complete
[    52.713] (II) modeset(0): [DRI2]   DRI driver: iris
[    52.713] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    52.713] (II) Initializing extension Generic Event Extension
[    52.713] (II) Initializing extension SHAPE
[    52.713] (II) Initializing extension MIT-SHM
[    52.713] (II) Initializing extension XInputExtension
[    52.713] (II) Initializing extension XTEST
[    52.713] (II) Initializing extension BIG-REQUESTS
[    52.713] (II) Initializing extension SYNC
[    52.713] (II) Initializing extension XKEYBOARD
[    52.714] (II) Initializing extension XC-MISC
[    52.714] (II) Initializing extension SECURITY
[    52.714] (II) Initializing extension XFIXES
[    52.714] (II) Initializing extension RENDER
[    52.714] (II) Initializing extension RANDR
[    52.714] (II) Initializing extension COMPOSITE
[    52.714] (II) Initializing extension DAMAGE
[    52.714] (II) Initializing extension MIT-SCREEN-SAVER
[    52.714] (II) Initializing extension DOUBLE-BUFFER
[    52.714] (II) Initializing extension RECORD
[    52.714] (II) Initializing extension DPMS
[    52.714] (II) Initializing extension Present
[    52.714] (II) Initializing extension DRI3
[    52.714] (II) Initializing extension X-Resource
[    52.714] (II) Initializing extension XVideo
[    52.714] (II) Initializing extension XVideo-MotionCompensation
[    52.714] (II) Initializing extension GLX
[    52.727] (II) AIGLX: Loaded and initialized iris
[    52.727] (II) GLX: Initialized DRI2 GL provider for screen 0
[    52.727] (II) Initializing extension XFree86-VidModeExtension
[    52.728] (II) Initializing extension XFree86-DGA
[    52.728] (II) Initializing extension XFree86-DRI
[    52.728] (II) Initializing extension DRI2
[    52.730] (II) modeset(0): Damage tracking initialized
[    52.730] (II) modeset(0): Setting screen physical size to 508 x 285
[    52.799] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    52.799] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    52.799] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    52.799] (**) Power Button: Applying InputClass "system-keyboard"
[    52.799] (II) LoadModule: "libinput"
[    52.800] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    52.805] (II) Module libinput: vendor="X.Org Foundation"
[    52.805] 	compiled for 1.20.8, module version = 0.30.0
[    52.805] 	Module class: X.Org XInput Driver
[    52.805] 	ABI class: X.Org XInput driver, version 24.1
[    52.805] (II) Using input driver 'libinput' for 'Power Button'
[    52.805] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 19 paused 0
[    52.805] (**) Power Button: always reports core events
[    52.805] (**) Option "Device" "/dev/input/event2"
[    52.805] (**) Option "_source" "server/udev"
[    52.814] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    52.814] (II) event2  - Power Button: device is a keyboard
[    52.814] (II) event2  - Power Button: device removed
[    52.814] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    52.814] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    52.814] (**) Option "xkb_model" "pc105"
[    52.814] (**) Option "xkb_layout" "br"
[    52.829] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    52.829] (II) event2  - Power Button: device is a keyboard
[    52.829] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    52.830] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    52.830] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    52.830] (**) Video Bus: Applying InputClass "system-keyboard"
[    52.830] (II) Using input driver 'libinput' for 'Video Bus'
[    52.830] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 22 paused 0
[    52.830] (**) Video Bus: always reports core events
[    52.830] (**) Option "Device" "/dev/input/event10"
[    52.830] (**) Option "_source" "server/udev"
[    52.831] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    52.831] (II) event10 - Video Bus: device is a keyboard
[    52.831] (II) event10 - Video Bus: device removed
[    52.831] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12/event10"
[    52.831] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    52.831] (**) Option "xkb_model" "pc105"
[    52.831] (**) Option "xkb_layout" "br"
[    52.832] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    52.832] (II) event10 - Video Bus: device is a keyboard
[    52.832] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    52.832] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    52.832] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    52.832] (**) Video Bus: Applying InputClass "system-keyboard"
[    52.832] (II) Using input driver 'libinput' for 'Video Bus'
[    52.832] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 23 paused 0
[    52.832] (**) Video Bus: always reports core events
[    52.832] (**) Option "Device" "/dev/input/event11"
[    52.832] (**) Option "_source" "server/udev"
[    52.833] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    52.833] (II) event11 - Video Bus: device is a keyboard
[    52.833] (II) event11 - Video Bus: device removed
[    52.833] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:40/LNXVIDEO:01/input/input13/event11"
[    52.833] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    52.833] (**) Option "xkb_model" "pc105"
[    52.833] (**) Option "xkb_layout" "br"
[    52.834] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    52.834] (II) event11 - Video Bus: device is a keyboard
[    52.834] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    52.834] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    52.834] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    52.834] (**) Power Button: Applying InputClass "system-keyboard"
[    52.834] (II) Using input driver 'libinput' for 'Power Button'
[    52.835] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 24 paused 0
[    52.835] (**) Power Button: always reports core events
[    52.835] (**) Option "Device" "/dev/input/event1"
[    52.835] (**) Option "_source" "server/udev"
[    52.835] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    52.835] (II) event1  - Power Button: device is a keyboard
[    52.836] (II) event1  - Power Button: device removed
[    52.836] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    52.836] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    52.836] (**) Option "xkb_model" "pc105"
[    52.836] (**) Option "xkb_layout" "br"
[    52.836] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    52.836] (II) event1  - Power Button: device is a keyboard
[    52.837] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    52.837] (II) No input driver specified, ignoring this device.
[    52.837] (II) This device may have been added with another device file.
[    52.837] (II) config/udev: Adding input device Logitech Wireless Keyboard PID:4023 (/dev/input/event5)
[    52.837] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "evdev keyboard catchall"
[    52.837] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[    52.837] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[    52.837] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[    52.838] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 25 paused 0
[    52.838] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[    52.838] (**) Option "Device" "/dev/input/event5"
[    52.838] (**) Option "_source" "server/udev"
[    52.839] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[    52.839] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[    52.839] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[    52.839] (II) libinput: Logitech Wireless Keyboard PID:4023: needs a virtual subdevice
[    52.839] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input34/event5"
[    52.839] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: MOUSE, id 10)
[    52.839] (**) Option "AccelerationScheme" "none"
[    52.839] (**) Logitech Wireless Keyboard PID:4023: (accel) selected scheme none/0
[    52.839] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration factor: 2.000
[    52.839] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration threshold: 4
[    52.840] (II) event5  - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[    52.840] (II) event5  - Logitech Wireless Keyboard PID:4023: device is a keyboard
[    52.840] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event6)
[    52.840] (**) Logitech Wireless Mouse: Applying InputClass "evdev pointer catchall"
[    52.840] (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
[    52.840] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
[    52.841] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 26 paused 0
[    52.841] (**) Logitech Wireless Mouse: always reports core events
[    52.841] (**) Option "Device" "/dev/input/event6"
[    52.841] (**) Option "_source" "server/udev"
[    52.842] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[    52.842] (II) event6  - Logitech Wireless Mouse: device is a pointer
[    52.842] (II) event6  - Logitech Wireless Mouse: device removed
[    52.842] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input35/event6"
[    52.842] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 11)
[    52.842] (**) Option "AccelerationScheme" "none"
[    52.842] (**) Logitech Wireless Mouse: (accel) selected scheme none/0
[    52.842] (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
[    52.842] (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
[    52.843] (II) event6  - Logitech Wireless Mouse: is tagged by udev as: Mouse
[    52.843] (II) event6  - Logitech Wireless Mouse: device is a pointer
[    52.843] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse0)
[    52.843] (II) No input driver specified, ignoring this device.
[    52.843] (II) This device may have been added with another device file.
[    52.844] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event4)
[    52.844] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[    52.844] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[    52.844] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
[    52.844] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[    52.844] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 27 paused 0
[    52.844] (**) Integrated Camera: Integrated C: always reports core events
[    52.844] (**) Option "Device" "/dev/input/event4"
[    52.844] (**) Option "_source" "server/udev"
[    52.845] (II) event4  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    52.845] (II) event4  - Integrated Camera: Integrated C: device is a keyboard
[    52.845] (II) event4  - Integrated Camera: Integrated C: device removed
[    52.845] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input22/event4"
[    52.845] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 12)
[    52.845] (**) Option "xkb_model" "pc105"
[    52.845] (**) Option "xkb_layout" "br"
[    52.846] (II) event4  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    52.846] (II) event4  - Integrated Camera: Integrated C: device is a keyboard
[    52.846] (II) config/udev: Adding input device Elan Touchpad (/dev/input/event12)
[    52.846] (**) Elan Touchpad: Applying InputClass "evdev touchpad catchall"
[    52.846] (**) Elan Touchpad: Applying InputClass "libinput touchpad catchall"
[    52.846] (II) Using input driver 'libinput' for 'Elan Touchpad'
[    52.847] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 28 paused 0
[    52.847] (**) Elan Touchpad: always reports core events
[    52.847] (**) Option "Device" "/dev/input/event12"
[    52.847] (**) Option "_source" "server/udev"
[    52.848] (II) event12 - Elan Touchpad: is tagged by udev as: Touchpad
[    52.849] (II) event12 - Elan Touchpad: device is a touchpad
[    52.849] (II) event12 - Elan Touchpad: device removed
[    52.849] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN0629:00/input/input14/event12"
[    52.849] (II) XINPUT: Adding extended input device "Elan Touchpad" (type: TOUCHPAD, id 13)
[    52.849] (**) Option "AccelerationScheme" "none"
[    52.849] (**) Elan Touchpad: (accel) selected scheme none/0
[    52.849] (**) Elan Touchpad: (accel) acceleration factor: 2.000
[    52.849] (**) Elan Touchpad: (accel) acceleration threshold: 4
[    52.850] (II) event12 - Elan Touchpad: is tagged by udev as: Touchpad
[    52.851] (II) event12 - Elan Touchpad: device is a touchpad
[    52.851] (II) config/udev: Adding input device Elan Touchpad (/dev/input/mouse1)
[    52.851] (II) No input driver specified, ignoring this device.
[    52.851] (II) This device may have been added with another device file.
[    52.852] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event8)
[    52.852] (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
[    52.852] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[    52.852] (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
[    52.852] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[    52.852] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 29 paused 0
[    52.852] (**) Ideapad extra buttons: always reports core events
[    52.852] (**) Option "Device" "/dev/input/event8"
[    52.852] (**) Option "_source" "server/udev"
[    52.853] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    52.853] (II) event8  - Ideapad extra buttons: device is a keyboard
[    52.853] (II) event8  - Ideapad extra buttons: device removed
[    52.853] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input10/event8"
[    52.853] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 14)
[    52.853] (**) Option "xkb_model" "pc105"
[    52.853] (**) Option "xkb_layout" "br"
[    52.854] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    52.854] (II) event8  - Ideapad extra buttons: device is a keyboard
[    52.854] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[    52.854] (II) No input driver specified, ignoring this device.
[    52.854] (II) This device may have been added with another device file.
[    52.854] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[    52.854] (II) No input driver specified, ignoring this device.
[    52.854] (II) This device may have been added with another device file.
[    52.854] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    52.854] (II) No input driver specified, ignoring this device.
[    52.854] (II) This device may have been added with another device file.
[    52.854] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    52.855] (II) No input driver specified, ignoring this device.
[    52.855] (II) This device may have been added with another device file.
[    52.855] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    52.855] (II) No input driver specified, ignoring this device.
[    52.855] (II) This device may have been added with another device file.
[    52.855] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[    52.855] (II) No input driver specified, ignoring this device.
[    52.855] (II) This device may have been added with another device file.
[    52.855] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event19)
[    52.855] (II) No input driver specified, ignoring this device.
[    52.855] (II) This device may have been added with another device file.
[    52.855] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    52.855] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    52.855] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    52.855] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    52.855] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    52.856] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[    52.856] (**) AT Translated Set 2 keyboard: always reports core events
[    52.856] (**) Option "Device" "/dev/input/event3"
[    52.856] (**) Option "_source" "server/udev"
[    52.856] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    52.856] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    52.857] (II) event3  - AT Translated Set 2 keyboard: device removed
[    52.857] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    52.857] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[    52.857] (**) Option "xkb_model" "pc105"
[    52.857] (**) Option "xkb_layout" "br"
[    52.858] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    52.858] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    52.858] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[    52.858] (II) No input driver specified, ignoring this device.
[    52.858] (II) This device may have been added with another device file.
[    52.863] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "evdev keyboard catchall"
[    52.863] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[    52.863] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "system-keyboard"
[    52.863] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[    52.863] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[    52.863] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[    52.863] (**) Option "Device" "/dev/input/event5"
[    52.863] (**) Option "_source" "_driver/libinput"
[    52.863] (II) libinput: Logitech Wireless Keyboard PID:4023: is a virtual subdevice
[    52.863] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input34/event5"
[    52.863] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: KEYBOARD, id 16)
[    52.863] (**) Option "xkb_model" "pc105"
[    52.863] (**) Option "xkb_layout" "br"
[    52.956] (**) Option "fd" "19"
[    52.956] (II) event2  - Power Button: device removed
[    52.956] (**) Option "fd" "22"
[    52.956] (II) event10 - Video Bus: device removed
[    52.956] (**) Option "fd" "23"
[    52.956] (II) event11 - Video Bus: device removed
[    52.957] (**) Option "fd" "24"
[    52.957] (II) event1  - Power Button: device removed
[    52.957] (**) Option "fd" "25"
[    52.957] (**) Option "fd" "26"
[    52.957] (II) event6  - Logitech Wireless Mouse: device removed
[    52.957] (**) Option "fd" "27"
[    52.957] (II) event4  - Integrated Camera: Integrated C: device removed
[    52.957] (**) Option "fd" "28"
[    52.957] (II) event12 - Elan Touchpad: device removed
[    52.957] (**) Option "fd" "29"
[    52.957] (II) event8  - Ideapad extra buttons: device removed
[    52.957] (**) Option "fd" "30"
[    52.957] (II) event3  - AT Translated Set 2 keyboard: device removed
[    52.957] (**) Option "fd" "25"
[    52.957] (II) event5  - Logitech Wireless Keyboard PID:4023: device removed
[    52.964] (II) UnloadModule: "libinput"
[    52.964] (II) systemd-logind: not releasing fd for 13:69, still in use
[    52.964] (II) UnloadModule: "libinput"
[    52.964] (II) systemd-logind: releasing fd for 13:67
[    52.996] (II) UnloadModule: "libinput"
[    52.996] (II) systemd-logind: releasing fd for 13:72
[    53.062] (II) UnloadModule: "libinput"
[    53.062] (II) systemd-logind: releasing fd for 13:76
[    53.129] (II) UnloadModule: "libinput"
[    53.129] (II) systemd-logind: releasing fd for 13:68
[    53.196] (II) UnloadModule: "libinput"
[    53.196] (II) systemd-logind: releasing fd for 13:70
[    53.249] (II) UnloadModule: "libinput"
[    53.249] (II) systemd-logind: releasing fd for 13:69
[    53.276] (II) UnloadModule: "libinput"
[    53.276] (II) systemd-logind: releasing fd for 13:65
[    53.309] (II) UnloadModule: "libinput"
[    53.309] (II) systemd-logind: releasing fd for 13:75
[    53.369] (II) UnloadModule: "libinput"
[    53.369] (II) systemd-logind: releasing fd for 13:74
[    53.423] (II) UnloadModule: "libinput"
[    53.423] (II) systemd-logind: releasing fd for 13:66
[    53.486] (II) Server terminated successfully (0). Closing log file.

Thanks. This is very possibly related. Please try this configuration:

Section "ServerLayout"
	Identifier "layout"
	Screen 0 "intel"
	Inactive "nvidia"
	Option "AllowNVIDIAGPUScreens"
EndSection

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

Section "Screen"
	Identifier "intel"
	Device "intel"
EndSection

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

Section "Screen"
	Identifier "nvidia"
	Device "nvidia"
EndSection

You’ll need the 450xx series nvidia drivers.

1 Like

450xx series nvidia drivers installed and 10-prime-offload.conf modified, but the same problem persists… :eyes:

NOTE: The system was rebooted after the changes made.