You are not logged in.
Pages: 1
I installed arch Linux on my Tuf Gaming F15 device and installed my video card driver with the nvidia-open driver. My Mux switch setting is set to dGPU Only, but some games only have 1920x1080 resolution and some games have a black bar even though they are lower resolution games. In the settings section, there is only 1920x1080 resolution and other resolutions in nvidia settings, but they are marked as scaled.
Offline
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and the output of
for OUT in /sys/class/drm/card0*; do echo $OUT; edid-decode $OUT/edid; echo "================="; doneYou'll need https://aur.archlinux.org/packages/edid-decode-git
Offline
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and the output of
for OUT in /sys/class/drm/card0*; do echo $OUT; edid-decode $OUT/edid; echo "================="; doneYou'll need https://aur.archlinux.org/packages/edid-decode-git
[adem@tuf card0]$ edid-decode $OUT/edid
/edid: No such file or directory
[adem@tuf card0]$
Offline
Please use 0x0.st and that command won't work - you'll have to run the entire loop and maybe better make it
for OUT in /sys/class/drm/card*; do echo $OUT; edid-decode $OUT/edid; echo "================="; done(ie. don't filter for the card index but check all cards)
Offline
Please use 0x0.st and that command won't work - you'll have to run the entire loop and maybe better make it
for OUT in /sys/class/drm/card*; do echo $OUT; edid-decode $OUT/edid; echo "================="; done(ie. don't filter for the card index but check all cards)
[adem@tuf ~]$ edid-decode edid
EDID of 'edid' was empty.
[adem@tuf ~]$
Offline
[adem@tuf myedid]$ edid-decode edid.bin
edid-decode (hex):
00 ff ff ff ff ff ff 00 09 e5 70 0b 00 00 00 00
1e 20 01 04 a5 22 13 78 03 ee 95 a3 54 4c 99 26
0f 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
01 01 01 01 01 01 74 38 80 a0 70 38 4e 40 30 20
35 00 58 c2 10 00 00 1a 00 00 00 fd 00 3c 90 a7
a7 23 01 0a 20 20 20 20 20 20 00 00 00 fc 00 4e
45 31 35 36 46 48 4d 2d 4e 58 36 0a 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 d3
70 20 79 02 00 22 00 14 db 4a 05 84 7f 07 9f 00
2f 00 1f 00 37 04 4d 00 02 00 04 00 2b 00 06 27
00 3c 8f 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 5d 90
----------------
Block 0, Base EDID:
EDID Structure Version & Revision: 1.4
Vendor & Product Identification:
Manufacturer: BOE
Model: 2928
Made in: week 30 of 2022
Basic Display Parameters & Features:
Digital display
Bits per primary color channel: 8
DisplayPort interface
Maximum image size: 34 cm x 19 cm
Gamma: 2.20
Supported color formats: RGB 4:4:4
First detailed timing includes the native pixel format and preferred refresh rate
Display supports continuous frequencies
Color Characteristics:
Red : 0.6396, 0.3300
Green: 0.2998, 0.5996
Blue : 0.1503, 0.0595
White: 0.3134, 0.3291
Established Timings I & II: none
Standard Timings: none
Detailed Timing Descriptors:
DTD 1: 1920x1080 60.000664 Hz 16:9 69.481 kHz 144.520000 MHz (344 mm x 194 mm)
Hfront 48 Hsync 32 Hback 80 Hpol P
Vfront 3 Vsync 5 Vback 70 Vpol N
Display Range Limits:
Monitor ranges (Range Limits Only): 60-144 Hz V, 167-167 kHz H, max dotclock 350 MHz
Display Product Name: 'NE156FHM-NX6'
Empty Descriptor
Extension blocks: 1
Checksum: 0xd3
----------------
Block 1, DisplayID Extension Block:
Version: 2.0
Extension Count: 0
Display Product Primary Use Case: None of the listed primary use cases; generic display
Video Timing Modes Type 7 - Detailed Timings Data Block:
DTD: 1920x1080 143.999934 Hz 16:9 166.752 kHz 346.844000 MHz (aspect 16:9, no 3D stereo, preferred)
Hfront 48 Hsync 32 Hback 80 Hpol N
Vfront 3 Vsync 5 Vback 70 Vpol N
Adaptive Sync Data Block:
Descriptor #1:
Native Panel Range
Fixed Average V-Total and Adaptive V-Total
'Max Single Frame Duration Increase' field value without jitter impact
'Max Single Frame Duration Decrease' field value without jitter impact
Max Duration Increase: 0.00 ms
Max Duration Decrease: 0.00 ms
Min Refresh Rate: 60 Hz
Max Refresh Rate: 144 Hz
Checksum: 0x5d
Checksum: 0x90
[adem@tuf myedid]$ This is my edid.bin file from nvidia-settings
Last edited by AdemDmr0 (2024-04-01 13:18:42)
Offline
Are you trying to be funny or looking for https://deepl.com ?
You're supposed to post the output of that loop, not edid decode of random empty files or some possibly unrelated binary.
If all the edids are empty, start by enabling https://wiki.archlinux.org/title/NVIDIA … de_setting (use the "nvidia_drm.modeset=1" kernel parameter)
Also please use [code][/code] tags, not "quote" tags. Edit your post in this regard.
The edid.bin you posted (whether it's relevant or not) exclusively advertises 1920x1080 at 60Hz and 144Hz - every other mode has to be emulated through scaling the output to the allowed mode.
And please post your xorg log, not to mediafire. I'm in no mood to click through their cookie-harrassment, sorry.
Offline
Are you trying to be funny or looking for https://deepl.com ?
You're supposed to post the output of that loop, not edid decode of random empty files or some possibly unrelated binary.If all the edids are empty, start by enabling https://wiki.archlinux.org/title/NVIDIA … de_setting (use the "nvidia_drm.modeset=1" kernel parameter)
Also please use [code][/code] tags, not "quote" tags. Edit your post in this regard.The edid.bin you posted (whether it's relevant or not) exclusively advertises 1920x1080 at 60Hz and 144Hz - every other mode has to be emulated through scaling the output to the allowed mode.
And please post your xorg log, not to mediafire. I'm in no mood to click through their cookie-harrassment, sorry.
My Xorg log
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 250.138] Current Operating System: Linux tuf 6.8.2-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 28 Mar 2024 17:06:35 +0000 x86_64
[ 250.138] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=94a42dc4-d43c-4b52-8a84-a0cb9d9d38f8 rw loglevel=3 quiet mobprobe.blacklist = nouveau
[ 250.138]
[ 250.138] Current version of pixman: 0.43.4
[ 250.138] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 250.138] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 250.138] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 31 18:58:04 2024
[ 250.138] (==) Using config file: "/etc/X11/xorg.conf"
[ 250.138] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 250.138] (==) ServerLayout "Layout0"
[ 250.138] (**) |-->Screen "Screen0" (0)
[ 250.138] (**) | |-->Monitor "Monitor0"
[ 250.138] (**) | |-->Device "Device0"
[ 250.138] (**) |-->Input Device "Keyboard0"
[ 250.138] (**) |-->Input Device "Mouse0"
[ 250.138] (==) Automatically adding devices
[ 250.138] (==) Automatically enabling devices
[ 250.138] (==) Automatically adding GPU devices
[ 250.138] (==) Automatically binding GPU devices
[ 250.138] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 250.138] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 250.138] Entry deleted from font path.
[ 250.138] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 250.138] Entry deleted from font path.
[ 250.138] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 250.138] Entry deleted from font path.
[ 250.138] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 250.138] Entry deleted from font path.
[ 250.138] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 250.138] Entry deleted from font path.
[ 250.138] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 250.138] Entry deleted from font path.
[ 250.138] (==) FontPath set to:
[ 250.138] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 250.138] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 250.138] (WW) Disabling Keyboard0
[ 250.138] (WW) Disabling Mouse0
[ 250.138] (II) Module ABI versions:
[ 250.138] X.Org ANSI C Emulation: 0.4
[ 250.138] X.Org Video Driver: 25.2
[ 250.138] X.Org XInput driver : 24.4
[ 250.138] X.Org Server Extension : 10.0
[ 250.139] (++) using VT number 1
[ 250.139] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_312
[ 250.140] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 250.140] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 250.140] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 250.141] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 250.141] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card2
[ 250.141] (II) systemd-logind: got fd for /dev/dri/card2 226:2 fd 15 paused 0
[ 250.141] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 250.141] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[ 250.141] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 16 paused 0
[ 250.143] (--) PCI: (0@0:2:0) 8086:46a6:1043:277d rev 12, Mem @ 0x622e000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64
[ 250.143] (--) PCI:*(1@0:0:0) 10de:28e0:1043:277d rev 161, Mem @ 0x5f000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 250.143] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 250.143] (II) LoadModule: "glx"
[ 250.143] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 250.145] (II) Module glx: vendor="X.Org Foundation"
[ 250.145] compiled for 1.21.1.11, module version = 1.0.0
[ 250.145] ABI class: X.Org Server Extension, version 10.0
[ 250.145] (II) LoadModule: "nvidia"
[ 250.145] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 250.145] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 250.145] compiled for 1.6.99.901, module version = 1.0.0
[ 250.145] Module class: X.Org Video Driver
[ 250.145] (II) NVIDIA dlloader X Driver 535.171.04 Tue Mar 19 20:33:21 UTC 2024
[ 250.145] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 250.145] (II) systemd-logind: releasing fd for 226:1
[ 250.145] (II) Loading sub module "fb"
[ 250.145] (II) LoadModule: "fb"
[ 250.145] (II) Module "fb" already built-in
[ 250.145] (II) Loading sub module "wfb"
[ 250.145] (II) LoadModule: "wfb"
[ 250.145] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 250.145] (II) Module wfb: vendor="X.Org Foundation"
[ 250.146] compiled for 1.21.1.11, module version = 1.0.0
[ 250.146] ABI class: X.Org ANSI C Emulation, version 0.4
[ 250.146] (II) systemd-logind: releasing fd for 226:0
[ 250.146] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 250.146] (==) NVIDIA(0): RGB weight 888
[ 250.146] (==) NVIDIA(0): Default visual is TrueColor
[ 250.146] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 250.146] (**) NVIDIA(0): Enabling 2D acceleration
[ 250.146] (II) Loading sub module "glxserver_nvidia"
[ 250.146] (II) LoadModule: "glxserver_nvidia"
[ 250.146] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[ 250.152] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 250.152] compiled for 1.6.99.901, module version = 1.0.0
[ 250.152] Module class: X.Org Server Extension
[ 250.152] (II) NVIDIA GLX Module 535.171.04 Tue Mar 19 20:33:08 UTC 2024
[ 250.152] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 250.693] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 250.693] (--) NVIDIA(0): DFP-0
[ 250.693] (--) NVIDIA(0): DFP-1
[ 250.693] (--) NVIDIA(0): DFP-2
[ 250.693] (--) NVIDIA(0): DFP-3 (boot)
[ 250.694] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 4060 Laptop GPU (AD107-B) at
[ 250.694] (II) NVIDIA(0): PCI:1:0:0 (GPU-0)
[ 250.694] (--) NVIDIA(0): Memory: 8384512 kBytes
[ 250.694] (--) NVIDIA(0): VideoBIOS: 95.07.28.00.2b
[ 250.694] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[ 250.694] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 250.694] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 250.694] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 250.694] (--) NVIDIA(GPU-0):
[ 250.694] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 250.694] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 250.694] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 250.694] (--) NVIDIA(GPU-0):
[ 250.694] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 250.694] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 250.694] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 250.694] (--) NVIDIA(GPU-0):
[ 250.694] (--) NVIDIA(GPU-0): BOE Technology Group Co., Ltd NE156FHM-NX6 (DFP-3): connected
[ 250.694] (--) NVIDIA(GPU-0): BOE Technology Group Co., Ltd NE156FHM-NX6 (DFP-3): Internal DisplayPort
[ 250.694] (--) NVIDIA(GPU-0): BOE Technology Group Co., Ltd NE156FHM-NX6 (DFP-3): 2670.0 MHz maximum pixel clock
[ 250.694] (--) NVIDIA(GPU-0):
[ 250.700] (==) NVIDIA(0):
[ 250.700] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 250.700] (==) NVIDIA(0): will be used as the requested mode.
[ 250.700] (==) NVIDIA(0):
[ 250.701] (II) NVIDIA(0): Validated MetaModes:
[ 250.701] (II) NVIDIA(0): "DFP-3:nvidia-auto-select"
[ 250.701] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 250.727] (--) NVIDIA(0): DPI set to (143, 144); computed from "UseEdidDpi" X config
[ 250.727] (--) NVIDIA(0): option
[ 250.727] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 250.727] (II) NVIDIA: access.
[ 250.736] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 250.736] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 250.736] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 250.736] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 250.736] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 250.736] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 250.736] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 250.736] (II) NVIDIA(0): Config Options in the README.
[ 250.749] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select"
[ 251.843] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 251.843] (==) NVIDIA(0): Backing store enabled
[ 251.843] (==) NVIDIA(0): Silken mouse enabled
[ 251.843] (**) NVIDIA(0): DPMS enabled
[ 251.843] (II) Loading sub module "dri2"
[ 251.844] (II) LoadModule: "dri2"
[ 251.844] (II) Module "dri2" already built-in
[ 251.844] (II) NVIDIA(0): [DRI2] Setup complete
[ 251.844] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 251.844] (II) Initializing extension Generic Event Extension
[ 251.844] (II) Initializing extension SHAPE
[ 251.844] (II) Initializing extension MIT-SHM
[ 251.844] (II) Initializing extension XInputExtension
[ 251.844] (II) Initializing extension XTEST
[ 251.844] (II) Initializing extension BIG-REQUESTS
[ 251.844] (II) Initializing extension SYNC
[ 251.844] (II) Initializing extension XKEYBOARD
[ 251.844] (II) Initializing extension XC-MISC
[ 251.844] (II) Initializing extension SECURITY
[ 251.844] (II) Initializing extension XFIXES
[ 251.844] (II) Initializing extension RENDER
[ 251.844] (II) Initializing extension RANDR
[ 251.844] (II) Initializing extension COMPOSITE
[ 251.844] (II) Initializing extension DAMAGE
[ 251.844] (II) Initializing extension MIT-SCREEN-SAVER
[ 251.844] (II) Initializing extension DOUBLE-BUFFER
[ 251.844] (II) Initializing extension RECORD
[ 251.844] (II) Initializing extension DPMS
[ 251.844] (II) Initializing extension Present
[ 251.844] (II) Initializing extension DRI3
[ 251.844] (II) Initializing extension X-Resource
[ 251.845] (II) Initializing extension XVideo
[ 251.845] (II) Initializing extension XVideo-MotionCompensation
[ 251.845] (II) Initializing extension GLX
[ 251.845] (II) Initializing extension GLX
[ 251.845] (II) Indirect GLX disabled.
[ 251.845] (II) GLX: Another vendor is already registered for screen 0
[ 251.845] (II) Initializing extension XFree86-VidModeExtension
[ 251.845] (II) Initializing extension XFree86-DGA
[ 251.845] (II) Initializing extension XFree86-DRI
[ 251.845] (II) Initializing extension DRI2
[ 251.845] (II) Initializing extension NV-GLX
[ 251.845] (II) Initializing extension NV-CONTROL
[ 251.845] (II) Initializing extension XINERAMA
[ 251.867] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 251.867] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 251.867] (II) LoadModule: "libinput"
[ 251.867] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 251.867] (II) Module libinput: vendor="X.Org Foundation"
[ 251.867] compiled for 1.21.1.8, module version = 1.4.0
[ 251.867] Module class: X.Org XInput Driver
[ 251.867] ABI class: X.Org XInput driver, version 24.4
[ 251.867] (II) Using input driver 'libinput' for 'Video Bus'
[ 251.868] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 43 paused 0
[ 251.868] (**) Video Bus: always reports core events
[ 251.868] (**) Option "Device" "/dev/input/event9"
[ 251.869] (II) event9 - Video Bus: is tagged by udev as: Keyboard
[ 251.869] (II) event9 - Video Bus: device is a keyboard
[ 251.870] (II) event9 - Video Bus: device removed
[ 251.870] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event9"
[ 251.870] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 251.870] (II) event9 - Video Bus: is tagged by udev as: Keyboard
[ 251.870] (II) event9 - Video Bus: device is a keyboard
[ 251.870] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 251.870] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 251.870] (II) Using input driver 'libinput' for 'Video Bus'
[ 251.871] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 46 paused 0
[ 251.871] (**) Video Bus: always reports core events
[ 251.871] (**) Option "Device" "/dev/input/event8"
[ 251.872] (II) event8 - Video Bus: is tagged by udev as: Keyboard
[ 251.872] (II) event8 - Video Bus: device is a keyboard
[ 251.872] (II) event8 - Video Bus: device removed
[ 251.872] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input7/event8"
[ 251.872] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 251.873] (II) event8 - Video Bus: is tagged by udev as: Keyboard
[ 251.873] (II) event8 - Video Bus: device is a keyboard
[ 251.873] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 251.873] (II) No input driver specified, ignoring this device.
[ 251.873] (II) This device may have been added with another device file.
[ 251.873] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 251.873] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 251.873] (II) Using input driver 'libinput' for 'Power Button'
[ 251.874] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 47 paused 0
[ 251.874] (**) Power Button: always reports core events
[ 251.874] (**) Option "Device" "/dev/input/event2"
[ 251.875] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 251.875] (II) event2 - Power Button: device is a keyboard
[ 251.875] (II) event2 - Power Button: device removed
[ 251.875] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 251.875] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 251.875] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 251.875] (II) event2 - Power Button: device is a keyboard
[ 251.876] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 251.876] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 251.876] (II) Using input driver 'libinput' for 'Sleep Button'
[ 251.876] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 48 paused 0
[ 251.876] (**) Sleep Button: always reports core events
[ 251.876] (**) Option "Device" "/dev/input/event1"
[ 251.877] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 251.877] (II) event1 - Sleep Button: device is a keyboard
[ 251.877] (II) event1 - Sleep Button: device removed
[ 251.877] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 251.877] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 251.878] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 251.878] (II) event1 - Sleep Button: device is a keyboard
[ 251.878] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[ 251.878] (II) No input driver specified, ignoring this device.
[ 251.878] (II) This device may have been added with another device file.
[ 251.878] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[ 251.878] (II) No input driver specified, ignoring this device.
[ 251.878] (II) This device may have been added with another device file.
[ 251.879] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[ 251.879] (II) No input driver specified, ignoring this device.
[ 251.879] (II) This device may have been added with another device file.
[ 251.879] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[ 251.879] (II) No input driver specified, ignoring this device.
[ 251.879] (II) This device may have been added with another device file.
[ 251.880] (II) config/udev: Adding input device Acrox GM500 Gaming mouse (/dev/input/event4)
[ 251.880] (**) Acrox GM500 Gaming mouse: Applying InputClass "libinput pointer catchall"
[ 251.880] (II) Using input driver 'libinput' for 'Acrox GM500 Gaming mouse'
[ 251.937] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 49 paused 0
[ 251.937] (**) Acrox GM500 Gaming mouse: always reports core events
[ 251.937] (**) Option "Device" "/dev/input/event4"
[ 251.942] (II) event4 - Acrox GM500 Gaming mouse: is tagged by udev as: Mouse
[ 251.943] (II) event4 - Acrox GM500 Gaming mouse: device is a pointer
[ 251.943] (II) event4 - Acrox GM500 Gaming mouse: device removed
[ 251.943] (II) libinput: Acrox GM500 Gaming mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 251.943] (II) libinput: Acrox GM500 Gaming mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 251.943] (II) libinput: Acrox GM500 Gaming mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 251.943] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/0003:3938:1179.0001/input/input4/event4"
[ 251.943] (II) XINPUT: Adding extended input device "Acrox GM500 Gaming mouse" (type: MOUSE, id 10)
[ 251.943] (**) Option "AccelerationScheme" "none"
[ 251.944] (**) Acrox GM500 Gaming mouse: (accel) selected scheme none/0
[ 251.944] (**) Acrox GM500 Gaming mouse: (accel) acceleration factor: 2.000
[ 251.944] (**) Acrox GM500 Gaming mouse: (accel) acceleration threshold: 4
[ 251.945] (II) event4 - Acrox GM500 Gaming mouse: is tagged by udev as: Mouse
[ 251.945] (II) event4 - Acrox GM500 Gaming mouse: device is a pointer
[ 251.945] (II) config/udev: Adding input device Acrox GM500 Gaming mouse (/dev/input/mouse0)
[ 251.945] (II) No input driver specified, ignoring this device.
[ 251.945] (II) This device may have been added with another device file.
[ 251.946] (II) config/udev: Adding input device Acrox GM500 Gaming mouse Keyboard (/dev/input/event5)
[ 251.946] (**) Acrox GM500 Gaming mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 251.946] (II) Using input driver 'libinput' for 'Acrox GM500 Gaming mouse Keyboard'
[ 251.946] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 50 paused 0
[ 251.947] (**) Acrox GM500 Gaming mouse Keyboard: always reports core events
[ 251.947] (**) Option "Device" "/dev/input/event5"
[ 251.948] (II) event5 - Acrox GM500 Gaming mouse Keyboard: is tagged by udev as: Keyboard
[ 251.948] (II) event5 - Acrox GM500 Gaming mouse Keyboard: device is a keyboard
[ 251.948] (II) event5 - Acrox GM500 Gaming mouse Keyboard: device removed
[ 251.948] (II) libinput: Acrox GM500 Gaming mouse Keyboard: needs a virtual subdevice
[ 251.948] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:3938:1179.0002/input/input5/event5"
[ 251.948] (II) XINPUT: Adding extended input device "Acrox GM500 Gaming mouse Keyboard" (type: MOUSE, id 11)
[ 251.948] (**) Option "AccelerationScheme" "none"
[ 251.948] (**) Acrox GM500 Gaming mouse Keyboard: (accel) selected scheme none/0
[ 251.948] (**) Acrox GM500 Gaming mouse Keyboard: (accel) acceleration factor: 2.000
[ 251.948] (**) Acrox GM500 Gaming mouse Keyboard: (accel) acceleration threshold: 4
[ 251.950] (II) event5 - Acrox GM500 Gaming mouse Keyboard: is tagged by udev as: Keyboard
[ 251.950] (II) event5 - Acrox GM500 Gaming mouse Keyboard: device is a keyboard
[ 251.951] (II) config/udev: Adding input device Acrox GM500 Gaming mouse (/dev/input/event6)
[ 251.951] (II) No input driver specified, ignoring this device.
[ 251.951] (II) This device may have been added with another device file.
[ 251.951] (II) config/udev: Adding input device ASUF1204:00 2808:0202 Mouse (/dev/input/event12)
[ 251.951] (**) ASUF1204:00 2808:0202 Mouse: Applying InputClass "libinput pointer catchall"
[ 251.951] (II) Using input driver 'libinput' for 'ASUF1204:00 2808:0202 Mouse'
[ 251.952] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 51 paused 0
[ 251.952] (**) ASUF1204:00 2808:0202 Mouse: always reports core events
[ 251.952] (**) Option "Device" "/dev/input/event12"
[ 251.953] (II) event12 - ASUF1204:00 2808:0202 Mouse: is tagged by udev as: Mouse Pointingstick
[ 251.953] (II) event12 - ASUF1204:00 2808:0202 Mouse: device is a pointer
[ 251.953] (II) event12 - ASUF1204:00 2808:0202 Mouse: device removed
[ 251.953] (II) libinput: ASUF1204:00 2808:0202 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 251.953] (II) libinput: ASUF1204:00 2808:0202 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 251.953] (II) libinput: ASUF1204:00 2808:0202 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 251.953] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ASUF1204:00/0018:2808:0202.0004/input/input16/event12"
[ 251.953] (II) XINPUT: Adding extended input device "ASUF1204:00 2808:0202 Mouse" (type: MOUSE, id 12)
[ 251.953] (**) Option "AccelerationScheme" "none"
[ 251.953] (**) ASUF1204:00 2808:0202 Mouse: (accel) selected scheme none/0
[ 251.953] (**) ASUF1204:00 2808:0202 Mouse: (accel) acceleration factor: 2.000
[ 251.953] (**) ASUF1204:00 2808:0202 Mouse: (accel) acceleration threshold: 4
[ 251.954] (II) event12 - ASUF1204:00 2808:0202 Mouse: is tagged by udev as: Mouse Pointingstick
[ 251.955] (II) event12 - ASUF1204:00 2808:0202 Mouse: device is a pointer
[ 251.955] (II) config/udev: Adding input device ASUF1204:00 2808:0202 Mouse (/dev/input/mouse1)
[ 251.955] (II) No input driver specified, ignoring this device.
[ 251.955] (II) This device may have been added with another device file.
[ 251.956] (II) config/udev: Adding input device ASUF1204:00 2808:0202 Touchpad (/dev/input/event13)
[ 251.956] (**) ASUF1204:00 2808:0202 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 251.956] (II) Using input driver 'libinput' for 'ASUF1204:00 2808:0202 Touchpad'
[ 251.957] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 52 paused 0
[ 251.957] (**) ASUF1204:00 2808:0202 Touchpad: always reports core events
[ 251.957] (**) Option "Device" "/dev/input/event13"
[ 251.957] (II) event13 - ASUF1204:00 2808:0202 Touchpad: is tagged by udev as: Touchpad
[ 251.959] (II) event13 - ASUF1204:00 2808:0202 Touchpad: device is a touchpad
[ 251.959] (II) event13 - ASUF1204:00 2808:0202 Touchpad: device removed
[ 251.959] (II) libinput: ASUF1204:00 2808:0202 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 251.959] (II) libinput: ASUF1204:00 2808:0202 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 251.959] (II) libinput: ASUF1204:00 2808:0202 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 251.959] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ASUF1204:00/0018:2808:0202.0004/input/input17/event13"
[ 251.959] (II) XINPUT: Adding extended input device "ASUF1204:00 2808:0202 Touchpad" (type: TOUCHPAD, id 13)
[ 251.961] (**) Option "AccelerationScheme" "none"
[ 251.961] (**) ASUF1204:00 2808:0202 Touchpad: (accel) selected scheme none/0
[ 251.961] (**) ASUF1204:00 2808:0202 Touchpad: (accel) acceleration factor: 2.000
[ 251.961] (**) ASUF1204:00 2808:0202 Touchpad: (accel) acceleration threshold: 4
[ 251.961] (II) event13 - ASUF1204:00 2808:0202 Touchpad: is tagged by udev as: Touchpad
[ 251.963] (II) event13 - ASUF1204:00 2808:0202 Touchpad: device is a touchpad
[ 251.963] (II) config/udev: Adding input device ASUF1204:00 2808:0202 Touchpad (/dev/input/mouse2)
[ 251.963] (II) No input driver specified, ignoring this device.
[ 251.963] (II) This device may have been added with another device file.
[ 251.964] (II) config/udev: Adding input device ITE5570:00 048D:8051 (/dev/input/event10)
[ 251.964] (**) ITE5570:00 048D:8051: Applying InputClass "libinput keyboard catchall"
[ 251.964] (II) Using input driver 'libinput' for 'ITE5570:00 048D:8051'
[ 251.964] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 53 paused 0
[ 251.964] (**) ITE5570:00 048D:8051: always reports core events
[ 251.964] (**) Option "Device" "/dev/input/event10"
[ 251.965] (II) event10 - ITE5570:00 048D:8051: is tagged by udev as: Keyboard
[ 251.965] (II) event10 - ITE5570:00 048D:8051: device is a keyboard
[ 251.966] (II) event10 - ITE5570:00 048D:8051: device removed
[ 251.966] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ITE5570:00/0018:048D:8051.0003/input/input10/event10"
[ 251.966] (II) XINPUT: Adding extended input device "ITE5570:00 048D:8051" (type: KEYBOARD, id 14)
[ 251.966] (II) event10 - ITE5570:00 048D:8051: is tagged by udev as: Keyboard
[ 251.967] (II) event10 - ITE5570:00 048D:8051: device is a keyboard
[ 251.967] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[ 251.967] (II) No input driver specified, ignoring this device.
[ 251.967] (II) This device may have been added with another device file.
[ 251.967] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[ 251.967] (II) No input driver specified, ignoring this device.
[ 251.967] (II) This device may have been added with another device file.
[ 251.968] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[ 251.968] (II) No input driver specified, ignoring this device.
[ 251.968] (II) This device may have been added with another device file.
[ 251.968] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[ 251.968] (II) No input driver specified, ignoring this device.
[ 251.968] (II) This device may have been added with another device file.
[ 251.968] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event22)
[ 251.968] (II) No input driver specified, ignoring this device.
[ 251.968] (II) This device may have been added with another device file.
[ 251.968] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event11)
[ 251.968] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 251.968] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[ 251.969] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 54 paused 0
[ 251.969] (**) Asus WMI hotkeys: always reports core events
[ 251.969] (**) Option "Device" "/dev/input/event11"
[ 251.970] (II) event11 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 251.970] (II) event11 - Asus WMI hotkeys: device is a keyboard
[ 251.970] (II) event11 - Asus WMI hotkeys: device removed
[ 251.970] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input15/event11"
[ 251.970] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 15)
[ 251.970] (II) event11 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[ 251.970] (II) event11 - Asus WMI hotkeys: device is a keyboard
[ 251.970] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 251.970] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 251.970] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 251.971] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 55 paused 0
[ 251.971] (**) AT Translated Set 2 keyboard: always reports core events
[ 251.971] (**) Option "Device" "/dev/input/event3"
[ 251.972] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 251.972] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 251.973] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 251.973] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 251.973] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[ 251.973] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 251.973] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 251.974] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 251.974] (II) No input driver specified, ignoring this device.
[ 251.974] (II) This device may have been added with another device file.
[ 251.976] (**) Acrox GM500 Gaming mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 251.976] (II) Using input driver 'libinput' for 'Acrox GM500 Gaming mouse Keyboard'
[ 251.976] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[ 251.976] (**) Acrox GM500 Gaming mouse Keyboard: always reports core events
[ 251.976] (**) Option "Device" "/dev/input/event5"
[ 251.976] (II) libinput: Acrox GM500 Gaming mouse Keyboard: is a virtual subdevice
[ 251.976] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.1/0003:3938:1179.0002/input/input5/event5"
[ 251.976] (II) XINPUT: Adding extended input device "Acrox GM500 Gaming mouse Keyboard" (type: KEYBOARD, id 17)
[ 252.176] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 252.176] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 252.176] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 252.176] (--) NVIDIA(GPU-0):
[ 252.176] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 252.176] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 252.176] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 252.176] (--) NVIDIA(GPU-0):
[ 252.176] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 252.176] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 252.176] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 252.176] (--) NVIDIA(GPU-0):
[ 252.176] (--) NVIDIA(GPU-0): BOE Technology Group Co., Ltd NE156FHM-NX6 (DFP-3): connected
[ 252.176] (--) NVIDIA(GPU-0): BOE Technology Group Co., Ltd NE156FHM-NX6 (DFP-3): Internal DisplayPort
[ 252.176] (--) NVIDIA(GPU-0): BOE Technology Group Co., Ltd NE156FHM-NX6 (DFP-3): 2670.0 MHz maximum pixel clock
[ 252.176] (--) NVIDIA(GPU-0):
[ 252.301] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 252.302] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 252.302] (--) NVIDIA(GPU-0): DFP-0: 2670.0 MHz maximum pixel clock
[ 252.302] (--) NVIDIA(GPU-0):
[ 252.302] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 252.302] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 252.302] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 252.302] (--) NVIDIA(GPU-0):
[ 252.302] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 252.302] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 252.302] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 252.302] (--) NVIDIA(GPU-0):
[ 252.302] (--) NVIDIA(GPU-0): BOE Technology Group Co., Ltd NE156FHM-NX6 (DFP-3): connected
[ 252.302] (--) NVIDIA(GPU-0): BOE Technology Group Co., Ltd NE156FHM-NX6 (DFP-3): Internal DisplayPort
[ 252.302] (--) NVIDIA(GPU-0): BOE Technology Group Co., Ltd NE156FHM-NX6 (DFP-3): 2670.0 MHz maximum pixel clock
[ 252.302] (--) NVIDIA(GPU-0):
[ 260.624] (**) Option "fd" "43"
[ 260.624] (II) event9 - Video Bus: device removed
[ 260.624] (**) Option "fd" "46"
[ 260.624] (II) event8 - Video Bus: device removed
[ 260.624] (**) Option "fd" "47"
[ 260.624] (II) event2 - Power Button: device removed
[ 260.625] (**) Option "fd" "48"
[ 260.625] (II) event1 - Sleep Button: device removed
[ 260.625] (**) Option "fd" "49"
[ 260.625] (II) event4 - Acrox GM500 Gaming mouse: device removed
[ 260.625] (**) Option "fd" "50"
[ 260.625] (**) Option "fd" "51"
[ 260.625] (II) event12 - ASUF1204:00 2808:0202 Mouse: device removed
[ 260.625] (**) Option "fd" "52"
[ 260.625] (II) event13 - ASUF1204:00 2808:0202 Touchpad: device removed
[ 260.625] (**) Option "fd" "53"
[ 260.625] (II) event10 - ITE5570:00 048D:8051: device removed
[ 260.625] (**) Option "fd" "54"
[ 260.625] (II) event11 - Asus WMI hotkeys: device removed
[ 260.625] (**) Option "fd" "55"
[ 260.625] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 260.625] (**) Option "fd" "50"
[ 260.625] (II) event5 - Acrox GM500 Gaming mouse Keyboard: device removed
[ 261.760] (II) systemd-logind: got pause for 13:66
[ 261.760] (II) systemd-logind: got pause for 13:69
[ 261.760] (II) systemd-logind: got pause for 13:72
[ 261.760] (II) systemd-logind: got pause for 13:65
[ 261.760] (II) systemd-logind: got pause for 13:77
[ 261.760] (II) systemd-logind: got pause for 13:67
[ 261.760] (II) systemd-logind: got pause for 13:73
[ 261.760] (II) systemd-logind: got pause for 13:75
[ 261.760] (II) systemd-logind: got pause for 13:76
[ 261.760] (II) systemd-logind: got pause for 13:74
[ 261.760] (II) systemd-logind: got pause for 13:68
[ 261.760] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 292 called but device is disabled.
This driver cannot change properties on a disabled device
[ 261.761] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 281 called but device is disabled.
This driver cannot change properties on a disabled device
[ 261.761] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 303 called but device is disabled.
This driver cannot change properties on a disabled device
[ 261.761] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 303 called but device is disabled.
This driver cannot change properties on a disabled device
[ 261.761] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 310 called but device is disabled.
This driver cannot change properties on a disabled device
[ 261.762] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 316 called but device is disabled.
This driver cannot change properties on a disabled device
[ 261.762] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 312 called but device is disabled.
This driver cannot change properties on a disabled device
[ 261.762] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 314 called but device is disabled.
This driver cannot change properties on a disabled device
[ 261.762] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 318 called but device is disabled.
This driver cannot change properties on a disabled device
[ 261.762] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 267 called but device is disabled.
This driver cannot change properties on a disabled device
[ 261.762] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 284 called but device is disabled.
This driver cannot change properties on a disabled device
[ 261.762] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 284 called but device is disabled.
This driver cannot change properties on a disabled device
[ 261.762] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 284 called but device is disabled.
This driver cannot change properties on a disabled device
[ 261.762] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 321 called but device is disabled.
This driver cannot change properties on a disabled device
[ 261.762] (II) libinput: ASUF1204:00 2808:0202 Touchpad: SetProperty on 290 called but device is disabled.
This driver cannot change properties on a disabled device
[ 265.252] (II) UnloadModule: "libinput"
[ 265.252] (II) systemd-logind: not releasing fd for 13:69, still in use
[ 265.252] (II) UnloadModule: "libinput"
[ 265.252] (II) systemd-logind: releasing fd for 13:67
[ 265.290] (II) UnloadModule: "libinput"
[ 265.290] (II) systemd-logind: releasing fd for 13:75
[ 265.344] (II) UnloadModule: "libinput"
[ 265.344] (II) systemd-logind: releasing fd for 13:74
[ 265.387] (II) UnloadModule: "libinput"
[ 265.387] (II) systemd-logind: releasing fd for 13:77
[ 265.414] (II) UnloadModule: "libinput"
[ 265.414] (II) systemd-logind: releasing fd for 13:76
[ 265.440] (II) UnloadModule: "libinput"
[ 265.440] (II) systemd-logind: releasing fd for 13:69
[ 265.470] (II) UnloadModule: "libinput"
[ 265.470] (II) systemd-logind: releasing fd for 13:68
[ 265.503] (II) UnloadModule: "libinput"
[ 265.504] (II) systemd-logind: releasing fd for 13:65
[ 265.520] (II) UnloadModule: "libinput"
[ 265.520] (II) systemd-logind: releasing fd for 13:66
[ 265.544] (II) UnloadModule: "libinput"
[ 265.544] (II) systemd-logind: releasing fd for 13:72
[ 265.568] (II) UnloadModule: "libinput"
[ 265.568] (II) systemd-logind: releasing fd for 13:73
[ 265.609] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 265.610] (II) Server terminated successfully (0). Closing log file.I opened the Nvidia DRM modeset parameter but the edid files are still empty.
Wayland was not available on the device, I activated it somehow, but even though only 1920x1080 resolution is still visible, all resolutions appear in my xrandr output.
Last edited by AdemDmr0 (2024-04-01 13:20:54)
Offline
"mobprobe.blacklist = nouveau" is misspelled and an illegal phrase and also not necessary as nvidia-utils blacklists nouveau
"nvidia_drm.modeset=1" however doesn't show up there and you won't get the EDIDs exported to drm without.
[ 250.138] (==) Using config file: "/etc/X11/xorg.conf"
[ 250.138] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 250.138] (==) ServerLayout "Layout0"
[ 250.138] (**) |-->Screen "Screen0" (0)
[ 250.138] (**) | |-->Monitor "Monitor0"
[ 250.138] (**) | |-->Device "Device0"
[ 250.138] (**) |-->Input Device "Keyboard0"
[ 250.138] (**) |-->Input Device "Mouse0"Remove the /etc/X11/xorg.conf - you've a hybrid graphics system and the config forces run on the nvidia chip and entirely ignore the intel one.
Since it also adds a lot of cruft, ifff you wanted to do this at all (why?) and you cannot disable the IGP in the UEFI/BIOS, you'd want to follow https://wiki.archlinux.org/title/NVIDIA … phics_only or https://wiki.archlinux.org/title/PRIME# … rimary_GPU
Offline
"mobprobe.blacklist = nouveau" is misspelled and an illegal phrase and also not necessary as nvidia-utils blacklists nouveau
"nvidia_drm.modeset=1" however doesn't show up there and you won't get the EDIDs exported to drm without.[ 250.138] (==) Using config file: "/etc/X11/xorg.conf" [ 250.138] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 250.138] (==) ServerLayout "Layout0" [ 250.138] (**) |-->Screen "Screen0" (0) [ 250.138] (**) | |-->Monitor "Monitor0" [ 250.138] (**) | |-->Device "Device0" [ 250.138] (**) |-->Input Device "Keyboard0" [ 250.138] (**) |-->Input Device "Mouse0"Remove the /etc/X11/xorg.conf - you've a hybrid graphics system and the config forces run on the nvidia chip and entirely ignore the intel one.
Since it also adds a lot of cruft, ifff you wanted to do this at all (why?) and you cannot disable the IGP in the UEFI/BIOS, you'd want to follow https://wiki.archlinux.org/title/NVIDIA … phics_only or https://wiki.archlinux.org/title/PRIME# … rimary_GPU
blacklist nouveau
options nouveau modeset=0
blacklist rivafb
blacklist nvidiafb
blacklist nv
blacklist uvcvideo
nvidia_drm.modeset=1That is my nouveau modprobe file.
My Mux Switch disables IGP so the Intel one is ignored(?)
Offline
That is my nouveau modprobe file.
The syntax there is incorrect and would be insufficient to disable the simpledrm device if it was correct.
Also it's not clear whether it applies depending on what you add to the initramfs and when you regenerated that.
Please add "nvidia_drm.modeset=1" to the https://wiki.archlinux.org/title/Kernel_parameters
My Mux Switch disables IGP
No idea what your "mux switch" is, but the PCI device still shows up what's typically not the case if the HW is disabled in the firmware and since it's a notebook the eDP is most likely wired to the intel chip and not available this way. Is this ok for you?
Offline
Pages: 1