You are not logged in.

#1 2023-07-31 11:20:39

vfrbgt
Member
Registered: 2023-07-31
Posts: 8

X11 can not detect my laptop internal display

It's happen after nvidia driver was installed. Right now with my config i have just black screen on the internal laptop display(external display work correctly)

My xorg.conf

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    Screen	1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/OTF"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/75dpi"
EndSection

Section "Module"
    Load  "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option     "SWcursor"           	# [<bool>]
    #Option     "kmsdev"             	# <str>
    #Option     "ShadowFB"           	# [<bool>]
    #Option     "AccelMethod"        	# <str>
    #Option     "PageFlip"           	# [<bool>]
    #Option     "ZaphodHeads"        	# <str>
    #Option     "DoubleShadow"       	# [<bool>]
    #Option     "Atomic"             	# [<bool>]
    Identifier  "Device1"
    Driver      "modesetting"
    BusID       "PCI:0:2:0"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

xrandr

[vfrbgt@archlinux ~]$ xrandr
Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 32767 x 32767
DP-0 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
   3840x2160     60.00*+  29.98
   2560x1440     59.95
   2048x1280     60.20
   2048x1152     60.00
   2048x1080     24.00
   1920x1200     59.88
   1920x1080     60.00    59.94    50.00    23.98
   1680x1050     59.95
   1600x1200     60.00
   1280x1024     75.02    60.02
   1280x800      59.81
   1280x720      59.94    50.00
   1152x864      75.00
   1024x768      75.03    60.00
   800x600       75.00    60.32
   720x576       50.00
   720x480       59.94
   640x480       75.00    59.94    59.93
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)

xrandr providers

[vfrbgt@archlinux ~]$ xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x1b7 cap: 0x1, Source Output crtcs: 4 outputs: 6 associated providers: 0 name:NVIDIA-0

xrandr monitors

[vfrbgt@archlinux ~]$ xrandr --listmonitors
Monitors: 1
 0: +*DP-0 3840/597x2160/336+0+0  DP-0

If i not using nvidia driver internal laptop monitor work correctly.

Offline

#2 2023-07-31 12:02:35

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,784

Re: X11 can not detect my laptop internal display

My xorg.conf

Delete that. It's pointless and probable gets in the way of a prime/reverse prime config.

Online

#3 2023-07-31 12:14:53

vfrbgt
Member
Registered: 2023-07-31
Posts: 8

Re: X11 can not detect my laptop internal display

seth wrote:

My xorg.conf

Delete that. It's pointless and probable gets in the way of a prime/reverse prime config.

ok it help enable my internal monitor but disable nvidia driver. what i can use for configure my screen if it not xorg.conf?

Offline

#4 2023-07-31 12:17:30

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,784

Re: X11 can not detect my laptop internal display

https://wiki.archlinux.org/title/NVIDIA_Optimus
https://wiki.archlinux.org/title/PRIME
https://archlinux.org/packages/extra/any/nvidia-prime/

If you actually want to run the entire session on the nvidia GPU, ideally disable the IGP in the UEFI and if that'S not possible, use https://wiki.archlinux.org/title/PRIME# … rimary_GPU as a pattern (you cannot just copypaste that!)

Online

#5 2023-07-31 21:58:41

vfrbgt
Member
Registered: 2023-07-31
Posts: 8

Re: X11 can not detect my laptop internal display

something went wrong...
Nvidia prime is not working as i think. When i start firefox with prime-run (also i tested with env variables). I'm not see any acceleration when run 3d games.
Also my gpu accelerated terminal (alacritty) also is not working. Just showed black screen. I'm also try start it throught prime-run.
When i try generate new config using nvidia-xconfig only for internal laptop display i get freeze X11 on startup... Do you have any ideas?

I need make sure what prime is working. Also i not understand why broken alacritty. I just change xorg config...

https://i.ibb.co/2PShd76/Deepin-Screens … 050215.png


moderator edit -- replaced oversized image with link.
Pasting pictures and code

Last edited by vfrbgt (2023-07-31 22:04:37)

Offline

#6 2023-07-31 22:23:53

Fijxu
Member
Registered: 2021-08-11
Posts: 46

Re: X11 can not detect my laptop internal display

Are you using nvidia-open or nvidia / nvidia-dkms? If you are using nvidia-open consider just using the normal ones. generix (Top Contributor from the NVIDIA Developer Forums) claims that the nvidia-open kernel modules don't work really good with GeForce GPUs

https://forums.developer.nvidia.com/t/h … /2?u=fijxu

Since you are using NVIDIA in a Laptop I guess you don't really want your GPU to be powered on all the time burning your lap at 40°C, so after you solve this problem you can follow this guide: https://wiki.archlinux.org/title/PRIME#NVIDIA

Last edited by 2ManyDogs (2023-07-31 22:29:43)

Offline

#7 2023-08-01 07:00:39

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,784

Re: X11 can not detect my laptop internal display

prime-run glxinfo -B

When i try generate new config using nvidia-xconfig only for internal laptop display

And stop doing that, it. will. not. work. this. way. Ever.

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

Online

#8 2023-08-04 15:19:26

vfrbgt
Member
Registered: 2023-07-31
Posts: 8

Re: X11 can not detect my laptop internal display

Problem was particly solved. With this config i have full functionality displays. Also if i'm disable external monitor all correctly switching to one display. But i still have couple issues.

1. i'm not sure what my prime is working because if i start glxgears with prime:

__NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only __GLX_VENDOR_LIBRARY_NAME=nvidia glxgears

and without prime

glxgears

in not see difference in FPS...

But if check vendor is see what all ok...

[vfrbgt@archlinux ~]$ __NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only __GLX_VENDOR_LIBRARY_NAME=nvidia glxinfo | grep vendor
server glx vendor string: NVIDIA Corporation
client glx vendor string: NVIDIA Corporation
OpenGL vendor string: NVIDIA Corporation
[vfrbgt@archlinux ~]$ glxinfo | grep vendorserver glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
OpenGL vendor string: Intel

2. sometime when i run application with prime my external monitor screen can be freeze(need restart X for fix it)

What i make for configure displays:

Also need add couple lines in .xinitrc for configure image display.

xrandr --setprovideroutputsource 1 0 && xrandr --auto
xrandr --output eDP-1 --auto --output DP-1-0 --auto --left-of eDP-1

It's my xorg.conf

Section "ServerLayout"
  Identifier "layout"
  Screen 0  "iGPU" 0 0
  Inactive  "dGPU"
  Option "AllowNVIDIAGPUScreens"
  InputDevice "Keyboard0" "CoreKeyboard"
  InputDevice "Mouse0" "CorePointer"
EndSection

Section "InputDevice"
  Identifier "Keyboard0"
  Driver "kbd"
  Option "XkbLayout" "us,ru"
  Option "XkbModel" "pc104"
  Option "XkbOptions" "grp:win_space_toggle"
EndSection

Section "InputDevice"
  Identifier "Mouse0"
  Driver "mouse"
  Option "AccelerationNumerator" "1"
  Option "AccelerationDenominator" "1"
  Option "AccelerationThreshold" "0"
  Option "Protocol" "auto"
  Option "Emulate3Buttons" "no"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

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

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

Section "Screen"
  Identifier "dGPU"
  Device "dGPU"
EndSection

Section "Device"
  Identifier "dGPU"
  Driver "nvidia"
  VendorName     "NVIDIA Corporation"
  BusID          "PCI:1:0:0"
EndSection

Last edited by vfrbgt (2023-08-04 15:21:15)

Offline

#9 2023-08-04 17:27:49

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

Re: X11 can not detect my laptop internal display

glxgears is not a benchmark and vsynced by default, you won't see a difference there in any case. Run prime with an actual demanding workload that actually requires the added usage of the GPU

Offline

#10 2023-08-04 18:15:51

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,784

Re: X11 can not detect my laptop internal display

2. sometime when i run application with prime my external monitor screen can be freeze(need restart X for fix it)

You'll have to get a tid-bit more specific on this.

  InputDevice "Keyboard0" "CoreKeyboard"
  InputDevice "Mouse0" "CorePointer"
Section "InputDevice"
  Identifier "Keyboard0"
  Driver "kbd"
  Option "XkbLayout" "us,ru"
  Option "XkbModel" "pc104"
  Option "XkbOptions" "grp:win_space_toggle"
EndSection

Section "InputDevice"
  Identifier "Mouse0"
  Driver "mouse"
  Option "AccelerationNumerator" "1"
  Option "AccelerationDenominator" "1"
  Option "AccelerationThreshold" "0"
  Option "Protocol" "auto"
  Option "Emulate3Buttons" "no"
EndSection

This is junk, the "kbd" and "mouse" drivers don't exist any longer and you don't want this kind of static server layout (and won't get it because the server abandons it the moment it reads "kbd")
If you want to use the xorg config to configure your keyboard layouts, see https://wiki.archlinux.org/title/Xorg/K … tion_files

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Likewise, they're unreferenced now.

Cleaned up config:

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

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

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

Section "Screen"
  Identifier "dGPU"
  Device "dGPU"
EndSection

Section "Device"
  Identifier "dGPU"
  Driver "nvidia"
  VendorName     "NVIDIA Corporation"
  BusID          "PCI:1:0:0"
EndSection

Online

#11 2023-08-04 21:48:50

vfrbgt
Member
Registered: 2023-07-31
Posts: 8

Re: X11 can not detect my laptop internal display

Cleaned up config:

Thank you for clean my config!

You'll have to get a tid-bit more specific on this.

i don't know where i can find more logs about it but in dmesg i see warings related with nvidia-modeset

[    5.164120] Bluetooth: MGMT ver 1.22
[  190.623381] systemd-journald[377]: /var/log/journal/14eb7f04a05b4228a80a12f3bf92b221/user-1000.journal: Boot ID changed since last record, rotating.
[  193.852530] ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230331/nsarguments-61)
[  194.985399] nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-4
[  194.994469] nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-4
[  195.479583] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=966 'Xorg'
[  196.829613] Bluetooth: RFCOMM TTY layer initialized
[  196.829626] Bluetooth: RFCOMM socket layer initialized
[  196.829632] Bluetooth: RFCOMM ver 1.11
[  476.136164] nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-4
[  476.145236] nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-4

xorg log not contain any warnings or errors

look like what xorg still work is not correct
my videocard always enabled (its suspend only on xorg disabled)

[vfrbgt@archlinux ~]$ cat /sys/bus/pci/devices/0000:01:00.0/power/runtime_status
active

and xorg running on videocard

[vfrbgt@archlinux ~]$ nvidia-smi
Sat Aug  5 07:10:53 2023
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.86.05              Driver Version: 535.86.05    CUDA Version: 12.2     |
|-----------------------------------------+----------------------+----------------------+
| 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  NVIDIA GeForce RTX 4050 ...    Off | 00000000:01:00.0  On |                  N/A |
| N/A   43C    P4              13W /  80W |    138MiB /  6141MiB |      6%      Default |
|                                         |                      |                  N/A |
+-----------------------------------------+----------------------+----------------------+

+---------------------------------------------------------------------------------------+
| Processes:                                                                            |
|  GPU   GI   CI        PID   Type   Process name                            GPU Memory |
|        ID   ID                                                             Usage      |
|=======================================================================================|
|    0   N/A  N/A      3647      G   /usr/lib/Xorg                               133MiB |
+---------------------------------------------------------------------------------------+

Last edited by vfrbgt (2023-08-05 00:11:05)

Offline

#12 2023-08-05 07:00:37

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,784

Re: X11 can not detect my laptop internal display

xorg will always "use" the GPU by that metric, but that doesn't mean the GPU is active.
It'll however be when you poll it w/ nvidia-smi or if your external monitor is wired there (and in use)

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

Online

#13 2023-08-06 04:32:39

vfrbgt
Member
Registered: 2023-07-31
Posts: 8

Re: X11 can not detect my laptop internal display

seth wrote:

xorg will always "use" the GPU by that metric, but that doesn't mean the GPU is active.
It'll however be when you poll it w/ nvidia-smi or if your external monitor is wired there (and in use)

I'm not sure. Because videocard is not in suspended state.

[vfrbgt@archlinux ~]$ cat /sys/bus/pci/devices/0000:01:00.0/power/runtime_status
active

Also as you can in nvidia-smi output videocard is consume energy. ( 13W /  80W )

seth wrote:

Of course

[   154.548] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[   154.548] Current Operating System: Linux archlinux 6.4.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 03 Aug 2023 16:02:01 +0000 x86_64
[   154.548] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=eef879fb-d273-407f-beec-12d88a3edbbf rw loglevel=3 quiet
[   154.548]  
[   154.548] Current version of pixman: 0.42.2
[   154.549] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   154.549] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   154.549] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug  6 11:04:40 2023
[   154.549] (==) Using config file: "/etc/X11/xorg.conf"
[   154.549] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   154.549] (==) ServerLayout "Layout0"
[   154.549] (**) |-->Screen "Screen0" (0)
[   154.549] (**) |   |-->Monitor "<default monitor>"
[   154.549] (**) |   |-->Device "Device0"
[   154.549] (**) |   |-->GPUDevice "InactiveDevice1"
[   154.549] (==) No monitor specified for screen "Screen0".
	Using a default monitor configuration.
[   154.549] (**) |-->Inactive Device "InactiveDevice1"
[   154.549] (==) Automatically adding devices
[   154.549] (==) Automatically enabling devices
[   154.550] (==) Automatically adding GPU devices
[   154.550] (==) Automatically binding GPU devices
[   154.550] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   154.550] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   154.550] 	Entry deleted from font path.
[   154.550] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   154.550] 	Entry deleted from font path.
[   154.550] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   154.550] 	Entry deleted from font path.
[   154.550] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   154.550] 	Entry deleted from font path.
[   154.550] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   154.550] 	Entry deleted from font path.
[   154.550] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   154.550] 	Entry deleted from font path.
[   154.550] (==) FontPath set to:
	
[   154.550] (==) ModulePath set to "/usr/lib/xorg/modules"
[   154.550] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   154.550] (II) Module ABI versions:
[   154.550] 	X.Org ANSI C Emulation: 0.4
[   154.550] 	X.Org Video Driver: 25.2
[   154.550] 	X.Org XInput driver : 24.4
[   154.550] 	X.Org Server Extension : 10.0
[   154.550] (++) using VT number 1

[   154.552] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[   154.553] (II) xfree86: Adding drm device (/dev/dri/card0)
[   154.553] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[   154.554] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[   154.554] (II) xfree86: Adding drm device (/dev/dri/card1)
[   154.554] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[   154.555] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[   155.187] (--) PCI:*(0@0:2:0) 8086:4688:1025:170f rev 12, Mem @ 0x6204000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[   155.187] (--) PCI: (1@0:0:0) 10de:28e1:1025:170f rev 161, Mem @ 0x86000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[   155.187] (II) Open ACPI successful (/var/run/acpid.socket)
[   155.187] (II) LoadModule: "glx"
[   155.187] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   155.189] (II) Module glx: vendor="X.Org Foundation"
[   155.189] 	compiled for 1.21.1.8, module version = 1.0.0
[   155.189] 	ABI class: X.Org Server Extension, version 10.0
[   155.189] (II) LoadModule: "modesetting"
[   155.189] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   155.190] (II) Module modesetting: vendor="X.Org Foundation"
[   155.190] 	compiled for 1.21.1.8, module version = 1.21.1
[   155.190] 	Module class: X.Org Video Driver
[   155.190] 	ABI class: X.Org Video Driver, version 25.2
[   155.190] (II) LoadModule: "nvidia"
[   155.190] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   155.201] (II) Module nvidia: vendor="NVIDIA Corporation"
[   155.201] 	compiled for 1.6.99.901, module version = 1.0.0
[   155.201] 	Module class: X.Org Video Driver
[   155.201] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   155.201] (II) NVIDIA dlloader X Driver  535.86.05  Fri Jul 14 20:26:08 UTC 2023
[   155.201] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   155.201] (II) modeset(0): using drv /dev/dri/card1
[   155.201] (II) systemd-logind: releasing fd for 226:0
[   155.203] (II) Loading sub module "fb"
[   155.203] (II) LoadModule: "fb"
[   155.203] (II) Module "fb" already built-in
[   155.203] (II) Loading sub module "wfb"
[   155.203] (II) LoadModule: "wfb"
[   155.203] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   155.204] (II) Module wfb: vendor="X.Org Foundation"
[   155.204] 	compiled for 1.21.1.8, module version = 1.0.0
[   155.204] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   155.205] (**) modeset(0): Depth 24, (--) framebuffer bpp 32
[   155.205] (==) modeset(0): RGB weight 888
[   155.205] (==) modeset(0): Default visual is TrueColor
[   155.205] (II) Loading sub module "glamoregl"
[   155.205] (II) LoadModule: "glamoregl"
[   155.205] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   155.210] (II) Module glamoregl: vendor="X.Org Foundation"
[   155.210] 	compiled for 1.21.1.8, module version = 1.0.1
[   155.210] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   156.120] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (ADL-S GT1)
[   156.120] (II) modeset(0): glamor initialized
[   156.120] (==) modeset(0): VariableRefresh: disabled
[   156.120] (==) modeset(0): AsyncFlipSecondaries: disabled
[   156.122] (II) modeset(0): Output eDP-1 has no monitor section
[   156.125] (II) modeset(0): EDID for output eDP-1
[   156.125] (II) modeset(0): Manufacturer: AUO  Model: f8a7  Serial#: 0
[   156.125] (II) modeset(0): Year: 2022  Week: 36
[   156.125] (II) modeset(0): EDID Version: 1.4
[   156.125] (II) modeset(0): Digital Display Input
[   156.125] (II) modeset(0): 8 bits per channel
[   156.125] (II) modeset(0): Digital interface is DisplayPort
[   156.125] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 22
[   156.125] (II) modeset(0): Gamma: 2.20
[   156.125] (II) modeset(0): No DPMS capabilities specified
[   156.125] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[   156.125] (II) modeset(0): First detailed timing is preferred mode
[   156.125] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   156.125] (II) modeset(0): Display is continuous-frequency
[   156.125] (II) modeset(0): redX: 0.651 redY: 0.332   greenX: 0.287 greenY: 0.600
[   156.125] (II) modeset(0): blueX: 0.145 blueY: 0.065   whiteX: 0.313 whiteY: 0.329
[   156.125] (II) modeset(0): Manufacturer's mask: 0
[   156.125] (II) modeset(0): Supported detailed timing:
[   156.125] (II) modeset(0): clock: 282.7 MHz   Image Size:  344 x 215 mm
[   156.125] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[   156.125] (II) modeset(0): v_active: 1600  v_sync: 1610  v_sync_end 1620 v_blanking: 1732 v_border: 0
[   156.125] (II) modeset(0): Unknown vendor-specific block f
[   156.125] (II) modeset(0): Ranges: V min: 60 V max: 165 Hz, H min: 286 H max: 286 kHz, PixClock max 785 MHz
[   156.125] (II) modeset(0):  B160QAN03.H
[   156.125] (II) modeset(0): Number of EDID sections to follow: 1
[   156.125] (II) modeset(0): EDID (in hex):
[   156.125] (II) modeset(0): 	00ffffffffffff0006afa7f800000000
[   156.125] (II) modeset(0): 	24200104a522167803ca35a655499925
[   156.125] (II) modeset(0): 	10505400000001010101010101010101
[   156.125] (II) modeset(0): 	0101010101016b6e00a0a04084603020
[   156.125] (II) modeset(0): 	aa0058d7100000180000000f00000000
[   156.125] (II) modeset(0): 	00000000000000000020000000fd0c3c
[   156.125] (II) modeset(0): 	a51f1f4e010a202020202020000000fe
[   156.125] (II) modeset(0): 	004231363051414e30332e48200a0193
[   156.125] (II) modeset(0): 	702079020022001471dc0b84ff099f00
[   156.125] (II) modeset(0): 	2f801f003f0683000900090025010971
[   156.125] (II) modeset(0): 	dc0b71dc0b3ca580810010721a000003
[   156.125] (II) modeset(0): 	013ca5000060506050a5000000000000
[   156.125] (II) modeset(0): 	00000000000000000000000000000000
[   156.125] (II) modeset(0): 	00000000000000000000000000000000
[   156.125] (II) modeset(0): 	00000000000000000000000000000000
[   156.125] (II) modeset(0): 	0000000000000000000000000000bd90
[   156.125] (II) modeset(0): Printing probed modes for output eDP-1
[   156.125] (II) modeset(0): Modeline "2560x1600"x165.0  777.33  2560 2608 2640 2720  1600 1610 1620 1732 +hsync -vsync (285.8 kHz eP)
[   156.125] (II) modeset(0): Modeline "2560x1600"x60.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   156.125] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[   156.125] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[   156.125] (II) modeset(0): Modeline "2560x1440"x60.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[   156.125] (II) modeset(0): Modeline "2560x1440"x60.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[   156.125] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[   156.125] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[   156.125] (II) modeset(0): Modeline "2048x1536"x85.0  388.04  2048 2216 2440 2832  1536 1537 1540 1612 -hsync +vsync (137.0 kHz d)
[   156.125] (II) modeset(0): Modeline "2048x1536"x75.0  340.48  2048 2216 2440 2832  1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
[   156.125] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[   156.125] (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[   156.125] (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[   156.125] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[   156.125] (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[   156.125] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[   156.125] (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[   156.125] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[   156.125] (II) modeset(0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[   156.125] (II) modeset(0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[   156.125] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[   156.125] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[   156.125] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[   156.125] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[   156.125] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   156.125] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   156.125] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   156.125] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   156.125] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[   156.125] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[   156.125] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[   156.125] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[   156.125] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[   156.125] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   156.125] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   156.125] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[   156.125] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   156.125] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   156.125] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   156.125] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   156.125] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   156.125] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[   156.125] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[   156.125] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   156.125] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   156.125] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   156.125] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[   156.125] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   156.125] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   156.126] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   156.126] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   156.126] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   156.126] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   156.126] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   156.126] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   156.126] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   156.126] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[   156.126] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   156.126] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   156.126] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   156.126] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   156.126] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[   156.126] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[   156.126] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   156.126] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[   156.126] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[   156.126] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[   156.126] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   156.126] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[   156.126] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[   156.126] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[   156.126] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   156.126] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[   156.126] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   156.126] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[   156.126] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   156.126] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   156.126] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   156.126] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   156.126] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   156.126] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   156.126] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   156.126] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[   156.126] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   156.126] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   156.126] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   156.126] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   156.126] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[   156.126] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[   156.126] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[   156.126] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[   156.126] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   156.126] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[   156.126] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[   156.126] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[   156.126] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   156.126] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   156.126] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   156.126] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   156.126] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   156.126] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   156.126] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[   156.126] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   156.126] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   156.126] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   156.126] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[   156.126] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[   156.126] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   156.126] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   156.126] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   156.126] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[   156.126] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   156.126] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[   156.126] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[   156.126] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[   156.126] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   156.126] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   156.126] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   156.126] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[   156.126] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   156.126] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   156.126] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   156.126] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   156.126] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[   156.126] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[   156.126] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   156.126] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   156.126] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   156.126] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   156.126] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[   156.126] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[   156.126] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[   156.126] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[   156.126] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   156.126] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[   156.126] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   156.126] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   156.126] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[   156.126] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   156.126] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   156.126] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[   156.126] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[   156.126] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[   156.126] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   156.126] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   156.126] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   156.126] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   156.126] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[   156.126] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[   156.126] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[   156.126] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   156.126] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   156.126] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   156.126] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[   156.126] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[   156.126] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   156.126] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   156.126] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[   156.126] (II) modeset(0): Output eDP-1 connected
[   156.126] (II) modeset(0): Using exact sizes for initial modes
[   156.126] (II) modeset(0): Output eDP-1 using initial mode 2560x1600 +0+0
[   156.126] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   156.126] (==) modeset(0): DPI set to (96, 96)
[   156.126] (II) Loading sub module "fb"
[   156.126] (II) LoadModule: "fb"
[   156.126] (II) Module "fb" already built-in
[   156.126] (**) NVIDIA(G0): Depth 24, (--) framebuffer bpp 32
[   156.126] (==) NVIDIA(G0): RGB weight 888
[   156.126] (==) NVIDIA(G0): Default visual is TrueColor
[   156.126] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[   156.126] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration" "True"
[   156.126] (**) NVIDIA(G0): Enabling 2D acceleration
[   156.126] (II) Loading sub module "glxserver_nvidia"
[   156.126] (II) LoadModule: "glxserver_nvidia"
[   156.126] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[   156.141] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   156.141] 	compiled for 1.6.99.901, module version = 1.0.0
[   156.141] 	Module class: X.Org Server Extension
[   156.141] (II) NVIDIA GLX Module  535.86.05  Fri Jul 14 20:27:17 UTC 2023
[   156.141] (II) NVIDIA: The X server supports PRIME Render Offload.
[   156.325] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   156.325] (--) NVIDIA(0):     DFP-0 (boot)
[   156.325] (--) NVIDIA(0):     DFP-1
[   156.325] (--) NVIDIA(0):     DFP-2
[   156.325] (--) NVIDIA(0):     DFP-3
[   156.325] (--) NVIDIA(0):     DFP-4
[   156.325] (--) NVIDIA(0):     DFP-5
[   156.326] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 4050 Laptop GPU (AD107-B) at
[   156.326] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
[   156.326] (--) NVIDIA(G0): Memory: 6288384 kBytes
[   156.326] (--) NVIDIA(G0): VideoBIOS: 95.07.19.00.25
[   156.326] (II) NVIDIA(G0): Detected PCI Express Link width: 8X
[   156.326] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): connected
[   156.326] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): Internal DisplayPort
[   156.326] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): 2670.0 MHz maximum pixel clock
[   156.326] (--) NVIDIA(GPU-0): 
[   156.332] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   156.332] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   156.332] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   156.332] (--) NVIDIA(GPU-0): 
[   156.332] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   156.332] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   156.332] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[   156.332] (--) NVIDIA(GPU-0): 
[   156.332] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   156.332] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   156.332] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   156.332] (--) NVIDIA(GPU-0): 
[   156.332] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   156.332] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   156.332] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   156.332] (--) NVIDIA(GPU-0): 
[   156.332] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   156.332] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   156.332] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   156.332] (--) NVIDIA(GPU-0): 
[   156.418] (II) NVIDIA(G0): Validated MetaModes:
[   156.418] (II) NVIDIA(G0):     "NULL"
[   156.418] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[   156.647] (WW) NVIDIA(G0): Cannot find size of first mode for DELL U2723QE (DFP-0);
[   156.647] (WW) NVIDIA(G0):     cannot compute DPI from DELL U2723QE (DFP-0)'s EDID.
[   156.647] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[   156.699] (==) modeset(0): Backing store enabled
[   156.700] (==) modeset(0): Silken mouse enabled
[   156.728] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   156.728] (==) modeset(0): DPMS enabled
[   156.728] (WW) modeset(0): Option "AllowEmptyInitialConfiguration" is not used
[   156.728] (II) modeset(0): [DRI2] Setup complete
[   156.728] (II) modeset(0): [DRI2]   DRI driver: iris
[   156.728] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[   156.729] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[   156.729] (II) NVIDIA:     access.
[   156.768] (II) NVIDIA(G0): Setting mode "NULL"
[   156.817] (==) NVIDIA(G0): Disabling shared memory pixmaps
[   156.817] (==) NVIDIA(G0): Backing store enabled
[   156.817] (==) NVIDIA(G0): Silken mouse enabled
[   156.817] (==) NVIDIA(G0): DPMS enabled
[   156.818] (II) Loading sub module "dri2"
[   156.818] (II) LoadModule: "dri2"
[   156.818] (II) Module "dri2" already built-in
[   156.818] (II) NVIDIA(G0): [DRI2] Setup complete
[   156.818] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[   156.818] (II) Initializing extension Generic Event Extension
[   156.818] (II) Initializing extension SHAPE
[   156.818] (II) Initializing extension MIT-SHM
[   156.818] (II) Initializing extension XInputExtension
[   156.818] (II) Initializing extension XTEST
[   156.819] (II) Initializing extension BIG-REQUESTS
[   156.819] (II) Initializing extension SYNC
[   156.819] (II) Initializing extension XKEYBOARD
[   156.819] (II) Initializing extension XC-MISC
[   156.819] (II) Initializing extension SECURITY
[   156.819] (II) Initializing extension XFIXES
[   156.819] (II) Initializing extension RENDER
[   156.819] (II) Initializing extension RANDR
[   156.820] (II) Initializing extension COMPOSITE
[   156.820] (II) Initializing extension DAMAGE
[   156.820] (II) Initializing extension MIT-SCREEN-SAVER
[   156.820] (II) Initializing extension DOUBLE-BUFFER
[   156.820] (II) Initializing extension RECORD
[   156.820] (II) Initializing extension DPMS
[   156.820] (II) Initializing extension Present
[   156.820] (II) Initializing extension DRI3
[   156.820] (II) Initializing extension X-Resource
[   156.821] (II) Initializing extension XVideo
[   156.821] (II) Initializing extension XVideo-MotionCompensation
[   156.821] (II) Initializing extension GLX
[   156.821] (II) Initializing extension GLX
[   156.821] (II) Indirect GLX disabled.
[   156.827] (II) AIGLX: Loaded and initialized iris
[   156.827] (II) GLX: Initialized DRI2 GL provider for screen 0
[   156.827] (II) Initializing extension XFree86-VidModeExtension
[   156.827] (II) Initializing extension XFree86-DGA
[   156.827] (II) Initializing extension XFree86-DRI
[   156.827] (II) Initializing extension DRI2
[   156.827] (II) Initializing extension NV-GLX
[   156.827] (II) Initializing extension NV-CONTROL
[   156.828] (II) modeset(0): Damage tracking initialized
[   156.828] (II) modeset(0): Setting screen physical size to 677 x 423
[   156.860] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   156.860] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   156.860] (II) LoadModule: "libinput"
[   156.860] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   156.860] (II) Module libinput: vendor="X.Org Foundation"
[   156.860] 	compiled for 1.21.1.8, module version = 1.3.0
[   156.860] 	Module class: X.Org XInput Driver
[   156.860] 	ABI class: X.Org XInput driver, version 24.4
[   156.860] (II) Using input driver 'libinput' for 'Power Button'
[   156.861] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 49 paused 0
[   156.861] (**) Power Button: always reports core events
[   156.861] (**) Option "Device" "/dev/input/event2"
[   156.862] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   156.862] (II) event2  - Power Button: device is a keyboard
[   156.862] (II) event2  - Power Button: device removed
[   156.862] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   156.862] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   156.862] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   156.862] (II) event2  - Power Button: device is a keyboard
[   156.862] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[   156.862] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   156.862] (II) Using input driver 'libinput' for 'Video Bus'
[   156.863] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 52 paused 0
[   156.863] (**) Video Bus: always reports core events
[   156.863] (**) Option "Device" "/dev/input/event5"
[   156.863] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   156.863] (II) event5  - Video Bus: device is a keyboard
[   156.863] (II) event5  - Video Bus: device removed
[   156.863] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5/event5"
[   156.863] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   156.863] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   156.863] (II) event5  - Video Bus: device is a keyboard
[   156.864] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[   156.864] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   156.864] (II) Using input driver 'libinput' for 'Video Bus'
[   156.864] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 53 paused 0
[   156.864] (**) Video Bus: always reports core events
[   156.864] (**) Option "Device" "/dev/input/event4"
[   156.865] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[   156.865] (II) event4  - Video Bus: device is a keyboard
[   156.865] (II) event4  - Video Bus: device removed
[   156.865] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input4/event4"
[   156.865] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   156.865] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[   156.865] (II) event4  - Video Bus: device is a keyboard
[   156.865] (II) config/udev: Adding input device Acer Wireless Radio Control (/dev/input/event17)
[   156.865] (**) Acer Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[   156.865] (II) Using input driver 'libinput' for 'Acer Wireless Radio Control'
[   156.866] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 54 paused 0
[   156.866] (**) Acer Wireless Radio Control: always reports core events
[   156.866] (**) Option "Device" "/dev/input/event17"
[   156.866] (II) event17 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[   156.866] (II) event17 - Acer Wireless Radio Control: device is a keyboard
[   156.866] (II) event17 - Acer Wireless Radio Control: device removed
[   156.866] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/10251229:00/input/input17/event17"
[   156.866] (II) XINPUT: Adding extended input device "Acer Wireless Radio Control" (type: KEYBOARD, id 9)
[   156.867] (II) event17 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[   156.867] (II) event17 - Acer Wireless Radio Control: device is a keyboard
[   156.867] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   156.867] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   156.867] (II) Using input driver 'libinput' for 'Power Button'
[   156.868] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 55 paused 0
[   156.868] (**) Power Button: always reports core events
[   156.868] (**) Option "Device" "/dev/input/event0"
[   156.868] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   156.868] (II) event0  - Power Button: device is a keyboard
[   156.868] (II) event0  - Power Button: device removed
[   156.868] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   156.868] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[   156.868] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   156.868] (II) event0  - Power Button: device is a keyboard
[   156.869] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   156.869] (II) No input driver specified, ignoring this device.
[   156.869] (II) This device may have been added with another device file.
[   156.869] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[   156.869] (II) No input driver specified, ignoring this device.
[   156.869] (II) This device may have been added with another device file.
[   156.869] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event20)
[   156.869] (II) No input driver specified, ignoring this device.
[   156.869] (II) This device may have been added with another device file.
[   156.869] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event21)
[   156.869] (II) No input driver specified, ignoring this device.
[   156.869] (II) This device may have been added with another device file.
[   156.869] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event22)
[   156.869] (II) No input driver specified, ignoring this device.
[   156.869] (II) This device may have been added with another device file.
[   156.870] (II) config/udev: Adding input device ROYUAN Gaming keyboard (/dev/input/event11)
[   156.870] (**) ROYUAN Gaming keyboard: Applying InputClass "libinput keyboard catchall"
[   156.870] (II) Using input driver 'libinput' for 'ROYUAN Gaming keyboard'
[   156.871] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 56 paused 0
[   156.871] (**) ROYUAN Gaming keyboard: always reports core events
[   156.871] (**) Option "Device" "/dev/input/event11"
[   156.871] (II) event11 - ROYUAN Gaming keyboard: is tagged by udev as: Keyboard
[   156.871] (II) event11 - ROYUAN Gaming keyboard: device is a keyboard
[   156.872] (II) event11 - ROYUAN Gaming keyboard: device removed
[   156.872] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1.4/1-2.1.4:1.0/0003:3151:4003.0005/input/input11/event11"
[   156.872] (II) XINPUT: Adding extended input device "ROYUAN Gaming keyboard" (type: KEYBOARD, id 11)
[   156.872] (II) event11 - ROYUAN Gaming keyboard: is tagged by udev as: Keyboard
[   156.872] (II) event11 - ROYUAN Gaming keyboard: device is a keyboard
[   156.873] (II) config/udev: Adding input device ROYUAN Gaming keyboard Consumer Control (/dev/input/event12)
[   156.873] (**) ROYUAN Gaming keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[   156.873] (II) Using input driver 'libinput' for 'ROYUAN Gaming keyboard Consumer Control'
[   156.874] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 57 paused 0
[   156.874] (**) ROYUAN Gaming keyboard Consumer Control: always reports core events
[   156.874] (**) Option "Device" "/dev/input/event12"
[   156.875] (II) event12 - ROYUAN Gaming keyboard Consumer Control: is tagged by udev as: Keyboard
[   156.875] (II) event12 - ROYUAN Gaming keyboard Consumer Control: device is a keyboard
[   156.875] (II) event12 - ROYUAN Gaming keyboard Consumer Control: device removed
[   156.875] (II) libinput: ROYUAN Gaming keyboard Consumer Control: needs a virtual subdevice
[   156.875] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1.4/1-2.1.4:1.1/0003:3151:4003.0006/input/input12/event12"
[   156.875] (II) XINPUT: Adding extended input device "ROYUAN Gaming keyboard Consumer Control" (type: MOUSE, id 12)
[   156.875] (**) Option "AccelerationScheme" "none"
[   156.875] (**) ROYUAN Gaming keyboard Consumer Control: (accel) selected scheme none/0
[   156.875] (**) ROYUAN Gaming keyboard Consumer Control: (accel) acceleration factor: 2.000
[   156.875] (**) ROYUAN Gaming keyboard Consumer Control: (accel) acceleration threshold: 4
[   156.876] (II) event12 - ROYUAN Gaming keyboard Consumer Control: is tagged by udev as: Keyboard
[   156.876] (II) event12 - ROYUAN Gaming keyboard Consumer Control: device is a keyboard
[   156.877] (II) config/udev: Adding input device ROYUAN Gaming keyboard System Control (/dev/input/event13)
[   156.877] (**) ROYUAN Gaming keyboard System Control: Applying InputClass "libinput keyboard catchall"
[   156.877] (II) Using input driver 'libinput' for 'ROYUAN Gaming keyboard System Control'
[   156.878] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 58 paused 0
[   156.878] (**) ROYUAN Gaming keyboard System Control: always reports core events
[   156.878] (**) Option "Device" "/dev/input/event13"
[   156.879] (II) event13 - ROYUAN Gaming keyboard System Control: is tagged by udev as: Keyboard
[   156.879] (II) event13 - ROYUAN Gaming keyboard System Control: device is a keyboard
[   156.879] (II) event13 - ROYUAN Gaming keyboard System Control: device removed
[   156.879] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1.4/1-2.1.4:1.1/0003:3151:4003.0006/input/input13/event13"
[   156.879] (II) XINPUT: Adding extended input device "ROYUAN Gaming keyboard System Control" (type: KEYBOARD, id 13)
[   156.880] (II) event13 - ROYUAN Gaming keyboard System Control: is tagged by udev as: Keyboard
[   156.880] (II) event13 - ROYUAN Gaming keyboard System Control: device is a keyboard
[   156.881] (II) config/udev: Adding input device ROYUAN Gaming keyboard Keyboard (/dev/input/event14)
[   156.881] (**) ROYUAN Gaming keyboard Keyboard: Applying InputClass "libinput keyboard catchall"
[   156.881] (II) Using input driver 'libinput' for 'ROYUAN Gaming keyboard Keyboard'
[   156.882] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 59 paused 0
[   156.882] (**) ROYUAN Gaming keyboard Keyboard: always reports core events
[   156.882] (**) Option "Device" "/dev/input/event14"
[   156.882] (II) event14 - ROYUAN Gaming keyboard Keyboard: is tagged by udev as: Keyboard
[   156.882] (II) event14 - ROYUAN Gaming keyboard Keyboard: device is a keyboard
[   156.883] (II) event14 - ROYUAN Gaming keyboard Keyboard: device removed
[   156.883] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1.4/1-2.1.4:1.1/0003:3151:4003.0006/input/input14/event14"
[   156.883] (II) XINPUT: Adding extended input device "ROYUAN Gaming keyboard Keyboard" (type: KEYBOARD, id 14)
[   156.883] (II) event14 - ROYUAN Gaming keyboard Keyboard: is tagged by udev as: Keyboard
[   156.883] (II) event14 - ROYUAN Gaming keyboard Keyboard: device is a keyboard
[   156.884] (II) config/udev: Adding input device ROYUAN Gaming keyboard Mouse (/dev/input/event15)
[   156.884] (**) ROYUAN Gaming keyboard Mouse: Applying InputClass "libinput pointer catchall"
[   156.884] (II) Using input driver 'libinput' for 'ROYUAN Gaming keyboard Mouse'
[   156.884] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 60 paused 0
[   156.884] (**) ROYUAN Gaming keyboard Mouse: always reports core events
[   156.884] (**) Option "Device" "/dev/input/event15"
[   156.885] (II) event15 - ROYUAN Gaming keyboard Mouse: is tagged by udev as: Mouse
[   156.885] (II) event15 - ROYUAN Gaming keyboard Mouse: device is a pointer
[   156.885] (II) event15 - ROYUAN Gaming keyboard Mouse: device removed
[   156.885] (II) libinput: ROYUAN Gaming keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.885] (II) libinput: ROYUAN Gaming keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.885] (II) libinput: ROYUAN Gaming keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.885] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1.4/1-2.1.4:1.1/0003:3151:4003.0006/input/input15/event15"
[   156.885] (II) XINPUT: Adding extended input device "ROYUAN Gaming keyboard Mouse" (type: MOUSE, id 15)
[   156.885] (**) Option "AccelerationScheme" "none"
[   156.885] (**) ROYUAN Gaming keyboard Mouse: (accel) selected scheme none/0
[   156.885] (**) ROYUAN Gaming keyboard Mouse: (accel) acceleration factor: 2.000
[   156.885] (**) ROYUAN Gaming keyboard Mouse: (accel) acceleration threshold: 4
[   156.886] (II) event15 - ROYUAN Gaming keyboard Mouse: is tagged by udev as: Mouse
[   156.886] (II) event15 - ROYUAN Gaming keyboard Mouse: device is a pointer
[   156.886] (II) config/udev: Adding input device ROYUAN Gaming keyboard Mouse (/dev/input/mouse2)
[   156.886] (II) No input driver specified, ignoring this device.
[   156.886] (II) This device may have been added with another device file.
[   156.887] (II) config/udev: Adding input device ROYUAN Gaming keyboard (/dev/input/event16)
[   156.887] (II) No input driver specified, ignoring this device.
[   156.887] (II) This device may have been added with another device file.
[   156.887] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event7)
[   156.887] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
[   156.887] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[   156.887] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 61 paused 0
[   156.887] (**) Logitech USB Receiver: always reports core events
[   156.887] (**) Option "Device" "/dev/input/event7"
[   156.888] (II) event7  - Logitech USB Receiver: is tagged by udev as: Keyboard
[   156.888] (II) event7  - Logitech USB Receiver: device is a keyboard
[   156.888] (II) event7  - Logitech USB Receiver: device removed
[   156.888] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.3/1-2.3:1.0/0003:046D:C548.0002/input/input7/event7"
[   156.888] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 16)
[   156.889] (II) event7  - Logitech USB Receiver: is tagged by udev as: Keyboard
[   156.889] (II) event7  - Logitech USB Receiver: device is a keyboard
[   156.889] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event10)
[   156.889] (**) Logitech USB Receiver System Control: Applying InputClass "libinput keyboard catchall"
[   156.889] (II) Using input driver 'libinput' for 'Logitech USB Receiver System Control'
[   156.889] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 62 paused 0
[   156.889] (**) Logitech USB Receiver System Control: always reports core events
[   156.889] (**) Option "Device" "/dev/input/event10"
[   156.890] (II) event10 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[   156.890] (II) event10 - Logitech USB Receiver System Control: device is a keyboard
[   156.890] (II) event10 - Logitech USB Receiver System Control: device removed
[   156.890] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.3/1-2.3:1.1/0003:046D:C548.0003/input/input10/event10"
[   156.890] (II) XINPUT: Adding extended input device "Logitech USB Receiver System Control" (type: KEYBOARD, id 17)
[   156.890] (II) event10 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[   156.890] (II) event10 - Logitech USB Receiver System Control: device is a keyboard
[   156.891] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/event8)
[   156.891] (**) Logitech USB Receiver Mouse: Applying InputClass "libinput pointer catchall"
[   156.891] (II) Using input driver 'libinput' for 'Logitech USB Receiver Mouse'
[   156.891] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 63 paused 0
[   156.891] (**) Logitech USB Receiver Mouse: always reports core events
[   156.891] (**) Option "Device" "/dev/input/event8"
[   156.892] (II) event8  - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[   156.892] (II) event8  - Logitech USB Receiver Mouse: device is a pointer
[   156.892] (II) event8  - Logitech USB Receiver Mouse: device removed
[   156.892] (II) libinput: Logitech USB Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.892] (II) libinput: Logitech USB Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.892] (II) libinput: Logitech USB Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.892] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.3/1-2.3:1.1/0003:046D:C548.0003/input/input8/event8"
[   156.892] (II) XINPUT: Adding extended input device "Logitech USB Receiver Mouse" (type: MOUSE, id 18)
[   156.892] (**) Option "AccelerationScheme" "none"
[   156.892] (**) Logitech USB Receiver Mouse: (accel) selected scheme none/0
[   156.892] (**) Logitech USB Receiver Mouse: (accel) acceleration factor: 2.000
[   156.892] (**) Logitech USB Receiver Mouse: (accel) acceleration threshold: 4
[   156.892] (II) event8  - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[   156.892] (II) event8  - Logitech USB Receiver Mouse: device is a pointer
[   156.893] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/mouse1)
[   156.893] (II) No input driver specified, ignoring this device.
[   156.893] (II) This device may have been added with another device file.
[   156.893] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event9)
[   156.893] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[   156.893] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[   156.894] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 64 paused 0
[   156.894] (**) Logitech USB Receiver Consumer Control: always reports core events
[   156.894] (**) Option "Device" "/dev/input/event9"
[   156.894] (II) event9  - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[   156.894] (II) event9  - Logitech USB Receiver Consumer Control: device is a keyboard
[   156.894] (II) event9  - Logitech USB Receiver Consumer Control: device removed
[   156.894] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
[   156.894] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.3/1-2.3:1.1/0003:046D:C548.0003/input/input9/event9"
[   156.894] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 19)
[   156.894] (**) Option "AccelerationScheme" "none"
[   156.894] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
[   156.894] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[   156.894] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
[   156.895] (II) event9  - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[   156.895] (II) event9  - Logitech USB Receiver Consumer Control: device is a keyboard
[   156.895] (II) config/udev: Adding input device Logitech Wireless Receiver Mouse (/dev/input/event6)
[   156.895] (**) Logitech Wireless Receiver Mouse: Applying InputClass "libinput pointer catchall"
[   156.895] (II) Using input driver 'libinput' for 'Logitech Wireless Receiver Mouse'
[   156.950] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 65 paused 0
[   156.950] (**) Logitech Wireless Receiver Mouse: always reports core events
[   156.950] (**) Option "Device" "/dev/input/event6"
[   156.953] (II) event6  - Logitech Wireless Receiver Mouse: is tagged by udev as: Mouse
[   156.953] (II) event6  - Logitech Wireless Receiver Mouse: device is a pointer
[   156.953] (II) event6  - Logitech Wireless Receiver Mouse: device removed
[   156.954] (II) libinput: Logitech Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.954] (II) libinput: Logitech Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.954] (II) libinput: Logitech Wireless Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.954] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C542.0001/input/input6/event6"
[   156.954] (II) XINPUT: Adding extended input device "Logitech Wireless Receiver Mouse" (type: MOUSE, id 20)
[   156.954] (**) Option "AccelerationScheme" "none"
[   156.954] (**) Logitech Wireless Receiver Mouse: (accel) selected scheme none/0
[   156.954] (**) Logitech Wireless Receiver Mouse: (accel) acceleration factor: 2.000
[   156.954] (**) Logitech Wireless Receiver Mouse: (accel) acceleration threshold: 4
[   156.955] (II) event6  - Logitech Wireless Receiver Mouse: is tagged by udev as: Mouse
[   156.956] (II) event6  - Logitech Wireless Receiver Mouse: device is a pointer
[   156.957] (II) config/udev: Adding input device Logitech Wireless Receiver Mouse (/dev/input/mouse0)
[   156.957] (II) No input driver specified, ignoring this device.
[   156.957] (II) This device may have been added with another device file.
[   156.957] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CEB1 Mouse (/dev/input/event23)
[   156.957] (**) SYNA7DB5:00 06CB:CEB1 Mouse: Applying InputClass "libinput pointer catchall"
[   156.957] (II) Using input driver 'libinput' for 'SYNA7DB5:00 06CB:CEB1 Mouse'
[   156.958] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 66 paused 0
[   156.958] (**) SYNA7DB5:00 06CB:CEB1 Mouse: always reports core events
[   156.958] (**) Option "Device" "/dev/input/event23"
[   156.960] (II) event23 - SYNA7DB5:00 06CB:CEB1 Mouse: is tagged by udev as: Mouse Pointingstick
[   156.960] (II) event23 - SYNA7DB5:00 06CB:CEB1 Mouse: device is a pointer
[   156.961] (II) event23 - SYNA7DB5:00 06CB:CEB1 Mouse: device removed
[   156.961] (II) libinput: SYNA7DB5:00 06CB:CEB1 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.961] (II) libinput: SYNA7DB5:00 06CB:CEB1 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.961] (II) libinput: SYNA7DB5:00 06CB:CEB1 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.961] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-SYNA7DB5:00/0018:06CB:CEB1.0008/input/input26/event23"
[   156.961] (II) XINPUT: Adding extended input device "SYNA7DB5:00 06CB:CEB1 Mouse" (type: MOUSE, id 21)
[   156.962] (**) Option "AccelerationScheme" "none"
[   156.962] (**) SYNA7DB5:00 06CB:CEB1 Mouse: (accel) selected scheme none/0
[   156.962] (**) SYNA7DB5:00 06CB:CEB1 Mouse: (accel) acceleration factor: 2.000
[   156.962] (**) SYNA7DB5:00 06CB:CEB1 Mouse: (accel) acceleration threshold: 4
[   156.962] (II) event23 - SYNA7DB5:00 06CB:CEB1 Mouse: is tagged by udev as: Mouse Pointingstick
[   156.963] (II) event23 - SYNA7DB5:00 06CB:CEB1 Mouse: device is a pointer
[   156.965] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CEB1 Mouse (/dev/input/mouse3)
[   156.965] (II) No input driver specified, ignoring this device.
[   156.965] (II) This device may have been added with another device file.
[   156.965] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CEB1 Touchpad (/dev/input/event24)
[   156.965] (**) SYNA7DB5:00 06CB:CEB1 Touchpad: Applying InputClass "libinput touchpad catchall"
[   156.965] (II) Using input driver 'libinput' for 'SYNA7DB5:00 06CB:CEB1 Touchpad'
[   156.966] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 67 paused 0
[   156.966] (**) SYNA7DB5:00 06CB:CEB1 Touchpad: always reports core events
[   156.966] (**) Option "Device" "/dev/input/event24"
[   156.967] (II) event24 - SYNA7DB5:00 06CB:CEB1 Touchpad: is tagged by udev as: Touchpad
[   156.969] (II) event24 - SYNA7DB5:00 06CB:CEB1 Touchpad: device is a touchpad
[   156.969] (II) event24 - SYNA7DB5:00 06CB:CEB1 Touchpad: device removed
[   156.969] (II) libinput: SYNA7DB5:00 06CB:CEB1 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.969] (II) libinput: SYNA7DB5:00 06CB:CEB1 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.969] (II) libinput: SYNA7DB5:00 06CB:CEB1 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   156.969] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-SYNA7DB5:00/0018:06CB:CEB1.0008/input/input27/event24"
[   156.969] (II) XINPUT: Adding extended input device "SYNA7DB5:00 06CB:CEB1 Touchpad" (type: TOUCHPAD, id 22)
[   156.970] (**) Option "AccelerationScheme" "none"
[   156.970] (**) SYNA7DB5:00 06CB:CEB1 Touchpad: (accel) selected scheme none/0
[   156.970] (**) SYNA7DB5:00 06CB:CEB1 Touchpad: (accel) acceleration factor: 2.000
[   156.970] (**) SYNA7DB5:00 06CB:CEB1 Touchpad: (accel) acceleration threshold: 4
[   156.970] (II) event24 - SYNA7DB5:00 06CB:CEB1 Touchpad: is tagged by udev as: Touchpad
[   156.971] (II) event24 - SYNA7DB5:00 06CB:CEB1 Touchpad: device is a touchpad
[   156.972] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CEB1 Touchpad (/dev/input/mouse4)
[   156.972] (II) No input driver specified, ignoring this device.
[   156.972] (II) This device may have been added with another device file.
[   156.972] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event25)
[   156.972] (II) No input driver specified, ignoring this device.
[   156.972] (II) This device may have been added with another device file.
[   156.972] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event26)
[   156.972] (II) No input driver specified, ignoring this device.
[   156.972] (II) This device may have been added with another device file.
[   156.972] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event27)
[   156.972] (II) No input driver specified, ignoring this device.
[   156.972] (II) This device may have been added with another device file.
[   156.972] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event28)
[   156.972] (II) No input driver specified, ignoring this device.
[   156.972] (II) This device may have been added with another device file.
[   156.973] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   156.973] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   156.973] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   156.973] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 68 paused 0
[   156.973] (**) AT Translated Set 2 keyboard: always reports core events
[   156.973] (**) Option "Device" "/dev/input/event3"
[   156.974] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   156.974] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   156.974] (II) event3  - AT Translated Set 2 keyboard: device removed
[   156.974] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   156.974] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 23)
[   156.975] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   156.975] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   156.976] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event18)
[   156.976] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   156.976] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[   156.977] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 69 paused 0
[   156.977] (**) Acer WMI hotkeys: always reports core events
[   156.977] (**) Option "Device" "/dev/input/event18"
[   156.977] (II) event18 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[   156.977] (II) event18 - Acer WMI hotkeys: device is a keyboard
[   156.977] (II) event18 - Acer WMI hotkeys: device removed
[   156.977] (**) Option "config_info" "udev:/sys/devices/virtual/input/input18/event18"
[   156.977] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 24)
[   156.977] (II) event18 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[   156.977] (II) event18 - Acer WMI hotkeys: device is a keyboard
[   157.001] (**) ROYUAN Gaming keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[   157.001] (II) Using input driver 'libinput' for 'ROYUAN Gaming keyboard Consumer Control'
[   157.001] (II) systemd-logind: returning pre-existing fd for /dev/input/event12 13:76
[   157.001] (**) ROYUAN Gaming keyboard Consumer Control: always reports core events
[   157.001] (**) Option "Device" "/dev/input/event12"
[   157.001] (II) libinput: ROYUAN Gaming keyboard Consumer Control: is a virtual subdevice
[   157.001] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1.4/1-2.1.4:1.1/0003:3151:4003.0006/input/input12/event12"
[   157.001] (II) XINPUT: Adding extended input device "ROYUAN Gaming keyboard Consumer Control" (type: KEYBOARD, id 25)
[   157.001] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[   157.001] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[   157.001] (II) systemd-logind: returning pre-existing fd for /dev/input/event9 13:73
[   157.001] (**) Logitech USB Receiver Consumer Control: always reports core events
[   157.001] (**) Option "Device" "/dev/input/event9"
[   157.001] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
[   157.001] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.3/1-2.3:1.1/0003:046D:C548.0003/input/input9/event9"
[   157.001] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 26)
[   157.032] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): connected
[   157.032] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): Internal DisplayPort
[   157.032] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): 2670.0 MHz maximum pixel clock
[   157.032] (--) NVIDIA(GPU-0): 
[   157.123] (II) modeset(0): Allocate new frame buffer 6400x2160 stride
[   157.270] (II) NVIDIA(G0): Setting mode "DP-1-0: nvidia-auto-select @3840x2160 +0+0 {AllowGSYNC=Off, ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}"
[   157.459] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.459] (II) modeset(0): Using EDID range info for horizontal sync
[   157.459] (II) modeset(0): Using EDID range info for vertical refresh
[   157.459] (II) modeset(0): Printing DDC gathered Modelines:
[   157.459] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.462] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.462] (II) modeset(0): Using hsync ranges from config file
[   157.462] (II) modeset(0): Using vrefresh ranges from config file
[   157.462] (II) modeset(0): Printing DDC gathered Modelines:
[   157.462] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.462] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): connected
[   157.462] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): Internal DisplayPort
[   157.462] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): 2670.0 MHz maximum pixel clock
[   157.462] (--) NVIDIA(GPU-0): 
[   157.468] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   157.468] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   157.468] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   157.468] (--) NVIDIA(GPU-0): 
[   157.468] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   157.468] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   157.468] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[   157.468] (--) NVIDIA(GPU-0): 
[   157.468] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   157.468] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   157.468] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   157.469] (--) NVIDIA(GPU-0): 
[   157.469] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   157.469] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   157.469] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   157.469] (--) NVIDIA(GPU-0): 
[   157.469] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   157.469] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   157.469] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   157.469] (--) NVIDIA(GPU-0): 
[   157.484] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.484] (II) modeset(0): Using hsync ranges from config file
[   157.484] (II) modeset(0): Using vrefresh ranges from config file
[   157.484] (II) modeset(0): Printing DDC gathered Modelines:
[   157.484] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.486] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.487] (II) modeset(0): Using hsync ranges from config file
[   157.487] (II) modeset(0): Using vrefresh ranges from config file
[   157.487] (II) modeset(0): Printing DDC gathered Modelines:
[   157.487] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.487] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): connected
[   157.487] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): Internal DisplayPort
[   157.487] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): 2670.0 MHz maximum pixel clock
[   157.487] (--) NVIDIA(GPU-0): 
[   157.493] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   157.493] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   157.493] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   157.493] (--) NVIDIA(GPU-0): 
[   157.493] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   157.493] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   157.493] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[   157.493] (--) NVIDIA(GPU-0): 
[   157.493] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   157.493] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   157.493] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   157.493] (--) NVIDIA(GPU-0): 
[   157.493] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   157.493] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   157.493] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   157.493] (--) NVIDIA(GPU-0): 
[   157.493] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   157.493] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   157.493] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   157.493] (--) NVIDIA(GPU-0): 
[   157.792] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.792] (II) modeset(0): Using hsync ranges from config file
[   157.792] (II) modeset(0): Using vrefresh ranges from config file
[   157.792] (II) modeset(0): Printing DDC gathered Modelines:
[   157.792] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.795] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.795] (II) modeset(0): Using hsync ranges from config file
[   157.795] (II) modeset(0): Using vrefresh ranges from config file
[   157.795] (II) modeset(0): Printing DDC gathered Modelines:
[   157.795] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.795] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): connected
[   157.795] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): Internal DisplayPort
[   157.795] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): 2670.0 MHz maximum pixel clock
[   157.795] (--) NVIDIA(GPU-0): 
[   157.802] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   157.802] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   157.802] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   157.802] (--) NVIDIA(GPU-0): 
[   157.802] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   157.802] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   157.802] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[   157.802] (--) NVIDIA(GPU-0): 
[   157.802] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   157.802] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   157.802] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   157.802] (--) NVIDIA(GPU-0): 
[   157.802] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   157.802] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   157.802] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   157.802] (--) NVIDIA(GPU-0): 
[   157.802] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   157.802] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   157.802] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   157.802] (--) NVIDIA(GPU-0): 
[   157.805] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.805] (II) modeset(0): Using hsync ranges from config file
[   157.805] (II) modeset(0): Using vrefresh ranges from config file
[   157.805] (II) modeset(0): Printing DDC gathered Modelines:
[   157.805] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.808] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.808] (II) modeset(0): Using hsync ranges from config file
[   157.808] (II) modeset(0): Using vrefresh ranges from config file
[   157.808] (II) modeset(0): Printing DDC gathered Modelines:
[   157.808] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.809] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): connected
[   157.809] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): Internal DisplayPort
[   157.809] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): 2670.0 MHz maximum pixel clock
[   157.809] (--) NVIDIA(GPU-0): 
[   157.815] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   157.815] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   157.815] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   157.815] (--) NVIDIA(GPU-0): 
[   157.815] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   157.815] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   157.815] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[   157.815] (--) NVIDIA(GPU-0): 
[   157.815] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   157.815] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   157.815] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   157.815] (--) NVIDIA(GPU-0): 
[   157.815] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   157.815] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   157.815] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   157.815] (--) NVIDIA(GPU-0): 
[   157.815] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   157.815] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   157.815] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   157.815] (--) NVIDIA(GPU-0): 
[   157.818] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.818] (II) modeset(0): Using hsync ranges from config file
[   157.818] (II) modeset(0): Using vrefresh ranges from config file
[   157.818] (II) modeset(0): Printing DDC gathered Modelines:
[   157.818] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.820] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.820] (II) modeset(0): Using hsync ranges from config file
[   157.820] (II) modeset(0): Using vrefresh ranges from config file
[   157.820] (II) modeset(0): Printing DDC gathered Modelines:
[   157.820] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.821] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): connected
[   157.821] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): Internal DisplayPort
[   157.821] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): 2670.0 MHz maximum pixel clock
[   157.821] (--) NVIDIA(GPU-0): 
[   157.827] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   157.827] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   157.827] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   157.827] (--) NVIDIA(GPU-0): 
[   157.827] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   157.827] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   157.827] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[   157.827] (--) NVIDIA(GPU-0): 
[   157.827] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   157.827] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   157.827] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   157.827] (--) NVIDIA(GPU-0): 
[   157.827] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   157.827] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   157.827] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   157.827] (--) NVIDIA(GPU-0): 
[   157.827] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   157.827] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   157.827] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   157.827] (--) NVIDIA(GPU-0): 
[   157.830] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.830] (II) modeset(0): Using hsync ranges from config file
[   157.830] (II) modeset(0): Using vrefresh ranges from config file
[   157.830] (II) modeset(0): Printing DDC gathered Modelines:
[   157.830] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.833] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.833] (II) modeset(0): Using hsync ranges from config file
[   157.833] (II) modeset(0): Using vrefresh ranges from config file
[   157.833] (II) modeset(0): Printing DDC gathered Modelines:
[   157.833] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.833] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): connected
[   157.833] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): Internal DisplayPort
[   157.833] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): 2670.0 MHz maximum pixel clock
[   157.833] (--) NVIDIA(GPU-0): 
[   157.839] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   157.839] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   157.839] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   157.839] (--) NVIDIA(GPU-0): 
[   157.839] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   157.839] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   157.839] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[   157.839] (--) NVIDIA(GPU-0): 
[   157.839] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   157.839] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   157.839] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   157.839] (--) NVIDIA(GPU-0): 
[   157.839] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   157.839] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   157.839] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   157.839] (--) NVIDIA(GPU-0): 
[   157.839] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   157.839] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   157.839] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   157.839] (--) NVIDIA(GPU-0): 
[   157.952] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.952] (II) modeset(0): Using hsync ranges from config file
[   157.952] (II) modeset(0): Using vrefresh ranges from config file
[   157.952] (II) modeset(0): Printing DDC gathered Modelines:
[   157.952] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.955] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.955] (II) modeset(0): Using hsync ranges from config file
[   157.955] (II) modeset(0): Using vrefresh ranges from config file
[   157.955] (II) modeset(0): Printing DDC gathered Modelines:
[   157.955] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.956] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): connected
[   157.956] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): Internal DisplayPort
[   157.956] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): 2670.0 MHz maximum pixel clock
[   157.956] (--) NVIDIA(GPU-0): 
[   157.962] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   157.962] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   157.962] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   157.962] (--) NVIDIA(GPU-0): 
[   157.962] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   157.962] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   157.962] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[   157.962] (--) NVIDIA(GPU-0): 
[   157.962] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   157.962] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   157.962] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   157.962] (--) NVIDIA(GPU-0): 
[   157.962] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   157.962] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   157.962] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   157.962] (--) NVIDIA(GPU-0): 
[   157.962] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   157.962] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   157.962] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   157.962] (--) NVIDIA(GPU-0): 
[   157.964] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.964] (II) modeset(0): Using hsync ranges from config file
[   157.965] (II) modeset(0): Using vrefresh ranges from config file
[   157.965] (II) modeset(0): Printing DDC gathered Modelines:
[   157.965] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.967] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   157.967] (II) modeset(0): Using hsync ranges from config file
[   157.967] (II) modeset(0): Using vrefresh ranges from config file
[   157.967] (II) modeset(0): Printing DDC gathered Modelines:
[   157.967] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   157.967] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): connected
[   157.967] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): Internal DisplayPort
[   157.967] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): 2670.0 MHz maximum pixel clock
[   157.967] (--) NVIDIA(GPU-0): 
[   157.973] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   157.973] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   157.973] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   157.973] (--) NVIDIA(GPU-0): 
[   157.973] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   157.973] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   157.973] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[   157.973] (--) NVIDIA(GPU-0): 
[   157.973] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   157.973] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   157.973] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   157.973] (--) NVIDIA(GPU-0): 
[   157.974] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   157.974] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   157.974] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   157.974] (--) NVIDIA(GPU-0): 
[   157.974] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   157.974] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   157.974] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   157.974] (--) NVIDIA(GPU-0): 
[   158.006] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   158.006] (II) modeset(0): Using hsync ranges from config file
[   158.006] (II) modeset(0): Using vrefresh ranges from config file
[   158.006] (II) modeset(0): Printing DDC gathered Modelines:
[   158.006] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   158.009] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   158.009] (II) modeset(0): Using hsync ranges from config file
[   158.009] (II) modeset(0): Using vrefresh ranges from config file
[   158.009] (II) modeset(0): Printing DDC gathered Modelines:
[   158.009] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   158.010] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): connected
[   158.010] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): Internal DisplayPort
[   158.010] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): 2670.0 MHz maximum pixel clock
[   158.010] (--) NVIDIA(GPU-0): 
[   158.016] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   158.016] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   158.016] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   158.016] (--) NVIDIA(GPU-0): 
[   158.016] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   158.016] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   158.016] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[   158.016] (--) NVIDIA(GPU-0): 
[   158.016] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   158.016] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   158.016] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   158.016] (--) NVIDIA(GPU-0): 
[   158.016] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   158.016] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   158.016] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   158.016] (--) NVIDIA(GPU-0): 
[   158.016] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   158.016] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   158.016] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   158.016] (--) NVIDIA(GPU-0): 
[   158.034] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   158.034] (II) modeset(0): Using hsync ranges from config file
[   158.034] (II) modeset(0): Using vrefresh ranges from config file
[   158.034] (II) modeset(0): Printing DDC gathered Modelines:
[   158.034] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   158.038] (II) modeset(0): EDID vendor "AUO", prod id 63655
[   158.038] (II) modeset(0): Using hsync ranges from config file
[   158.038] (II) modeset(0): Using vrefresh ranges from config file
[   158.038] (II) modeset(0): Printing DDC gathered Modelines:
[   158.038] (II) modeset(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1610 1620 1732 -hsync -vsync (103.9 kHz eP)
[   158.039] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): connected
[   158.039] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): Internal DisplayPort
[   158.039] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): 2670.0 MHz maximum pixel clock
[   158.039] (--) NVIDIA(GPU-0): 
[   158.045] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   158.045] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   158.045] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   158.045] (--) NVIDIA(GPU-0): 
[   158.045] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   158.045] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   158.045] (--) NVIDIA(GPU-0): DFP-2: 2670.0 MHz maximum pixel clock
[   158.045] (--) NVIDIA(GPU-0): 
[   158.045] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   158.045] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   158.045] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   158.045] (--) NVIDIA(GPU-0): 
[   158.045] (--) NVIDIA(GPU-0): DFP-4: disconnected
[   158.045] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[   158.045] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[   158.045] (--) NVIDIA(GPU-0): 
[   158.045] (--) NVIDIA(GPU-0): DFP-5: disconnected
[   158.045] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[   158.045] (--) NVIDIA(GPU-0): DFP-5: 2670.0 MHz maximum pixel clock
[   158.045] (--) NVIDIA(GPU-0): 

Udp:
I detected strange behaviour. If in xorg.conf delete all about "dGPU"(nvidia) so all we be work correcty. After this i can use videiocard throught prime and xorg not use nvidia anymore. But then external monitor not detect in system.
I guess what for 2 monitors system xorg always will be use nvidia and ignore this lines...

Inactive  "dGPU"
 Option "AllowNVIDIAGPUScreens"

Last edited by vfrbgt (2023-08-06 04:33:28)

Offline

#14 2023-08-06 07:32:55

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,784

Re: X11 can not detect my laptop internal display

[   158.039] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): connected
[   158.039] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): Internal DisplayPort
[   158.039] (--) NVIDIA(GPU-0): DELL U2723QE (DFP-0): 2670.0 MHz maximum pixel clock

After this i can use videiocard throught prime and xorg not use nvidia anymore. But then external monitor not detect in system.

Yes, the output is wired to the nvidia GPU. You *cannot* use that output attached there and not use the nvidia GPU, it needs to be powered and operate to at least feed that monitor with pixels.
You're not getting around that by any means.

Online

#15 2023-08-07 20:11:19

vfrbgt
Member
Registered: 2023-07-31
Posts: 8

Re: X11 can not detect my laptop internal display

I try make summary for peoples which have same problems.

1. using glxgears for test diff fps beetween intel integrated videocard and discrette(nvidia/radeon) - bad idea. FPS in glxgears limited by monitor settings.
2. nvidia-smi always will be show your videocard enabled. Because for get statistic information from videocard need enable it first. True way for check suspend you videocard in laptop

[vfrbgt@archlinux ~]$ cat /sys/bus/pci/devices/0000:01:00.0/power/runtime_status
suspended

3. Look like some outputs in my laptop wired to the NVIDIA GPU and run intel graphic on this outputs impossible.

I continue this topic after i get more information about freeze after nvidia prime start.

Thanks @Fijxu, @V1del and @seth for answers.

Last edited by vfrbgt (2023-08-07 20:12:09)

Offline

Board footer

Powered by FluxBB