You are not logged in.

#1 2024-07-24 02:42:57

AwkwaBear
Member
Registered: 2024-07-24
Posts: 12

[SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

My system config is:

                   -`                    awkwabear@archThinkPad
                  .o+`                   ----------------------
                 `ooo/                   OS: Arch Linux x86_64
                `+oooo:                  Host: 21FWS43000 ThinkPad P1 Gen 6
               `+oooooo:                 Kernel: 6.10.0-arch1-2
               -+oooooo+:                Uptime: 41 secs
             `/:-:++oooo+:               Packages: 1050 (pacman), 20 (flatpak)
            `/++++/+++++++:              Shell: zsh 5.9
           `/++++++++++++++:             Resolution: 2560x1600
          `/+++ooooooooooooo/`           DE: Plasma 6.1.3
         ./ooosssso++osssssso+`          WM: kwin
        .oossssso-````/ossssss+`         Icons: breeze-dark [GTK2/3]
       -osssssso.      :ssssssso.        Terminal: WezTerm
      :osssssss/        osssso+++.       CPU: 13th Gen Intel i9-13900H (20) @ 5.200GHz
     /ossssssss/        +ssssooo/-       GPU: NVIDIA GeForce RTX 4090 Laptop GPU
   `/ossssso+/:-        -:/+osssso+-     GPU: Intel Raptor Lake-P [Iris Xe Graphics]
  `+sso+:-`                 `.-/+oso:    Memory: 2849MiB / 61932MiB
 `++:.                           `-/+/
 .`                                 `/

I have also recently updated with `sudo pacman -Syu`

I am relatively new to Arch linux and have only been running it for the last couple weeks but I have a fair amount of computer experience with Mac, windows, and linux VMs.

I have an issue where whenever I install any version of nvidia driver (nvidia, nvidia-open) on my computer, applications on my desktop are dramatically slower when I use envycontrol to switch to iGPU only. It takes about 30 sec to open chromium (instead of immediately). Obsidian and 1password take much longer to open as well (10-15 sec vs 1-2sec)

Another interesting detail is that firefox does not slow down at all

I have followed the steps in https://wiki.archlinux.org/title/NVIDIA to set up kernel MODESET when I am in hybrid mode.

When switching the system to use the hybrid mode, everything seems to work properly with little to no delay.

When on iGPU only the slowdown is dramatic.

Running sudo pacman -Rns nvidia nvidia-utils  immediately fixes the problem

Running sudo pacman -S nvidia brings it back immediately

I have been googling all day to find people with similar problems but nothing really seems to have any resolution.

I am guessing that the driver is causing applications to try to run on the dGPU when it is not available then it is eventually trying to use the iGPU when it fails? I'm just guessing but have no idea how the nvidia drivers could be causing this.

I know there is jank associated with wayland and nvidia but I havent really seen people have this exact issue.

Running `journalctl -b | grep chromium` with NO NVIDIA DRIVERS gives the following output:

Jul 23 16:13:43 archThinkPad chromium[1526]: [1526:1539:0723/161343.928489:ERROR:ev_root_ca_metadata.cc(162)] Failed to decode OID: 0
Jul 23 16:13:45 archThinkPad systemd[869]: app-chromium@82a8eccfeeb24f72a4c39e6b128a3695.service: Consumed 2.485s CPU time, 668.4M memory peak.

Running `journalctl -b | grep chromium` AFTER INSTALLING NVIDIA DRIVERS gives the following output:

Jul 23 16:14:38 archThinkPad drkonqi-coredump-processor[1169]: "/usr/lib/chromium/chromium" 14279 "/var/lib/systemd/coredump/core.chromium.1000.01c2996b5fb1462db1eda76dbfa2b5df.14279.1721349157000000.zst"
Jul 23 16:14:38 archThinkPad drkonqi-coredump-launcher[2552]: Unable to find file for pid 14279 expected at "kcrash-metadata/chromium.01c2996b5fb1462db1eda76dbfa2b5df.14279.ini"
Jul 23 16:14:38 archThinkPad drkonqi-coredump-processor[1169]: "/usr/lib/chromium/chromium" 5236 "/var/lib/systemd/coredump/core.chromium.1000.cbc9b609895d47ae9a26dc015d9b9002.5236.1721766807000000.zst"
Jul 23 16:14:38 archThinkPad drkonqi-coredump-launcher[2625]: Unable to find file for pid 5236 expected at "kcrash-metadata/chromium.cbc9b609895d47ae9a26dc015d9b9002.5236.ini"
Jul 23 16:17:16 archThinkPad chromium[23768]: [23768:23780:0723/161716.573511:ERROR:ev_root_ca_metadata.cc(162)] Failed to decode OID: 0
Jul 23 16:17:59 archThinkPad systemd[869]: app-chromium@741d7d0b632f46819f0ec8201a68e785.service: Consumed 3.606s CPU time, 383.5M memory peak.


I am wondering if there is something else i should be looking at to better identify a root cause and possible workaround other that just uninstalling the nvidia drivers.

I would like to be able to have proper hibernation and sleep because I dock my laptop a good bit when working but want to be able to swap to integrated graphics when on the go because it basically doubles my battery life.

I also have some work applications that depend on chromium so I can't really just swap to another browser.

This is my first time posting here so please let me know if there is any more info I should provide

Last edited by AwkwaBear (2024-08-03 00:06:41)

Offline

#2 2024-07-24 06:17:51

seth
Member
Registered: 2012-09-03
Posts: 56,197

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

https://wiki.archlinux.org/title/Vulkan … _installed?
=> https://archlinux.org/packages/extra/x8 … kan-intel/
Otherwise please post teh output of

printenv

you might be enforcing the _GLX_VENDOR_LIBRARY_NAME or have to steer egl towards the mesa driver
"export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json"

Also please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General (for the iGPU-only context)

Offline

#3 2024-07-24 08:41:03

AwkwaBear
Member
Registered: 2024-07-24
Posts: 12

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

Okay, so I tried running export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json in a terminal then running chromium on the next line and it still took forever. I am unsure if I am setting that properly, I have read some of the wiki page with environment variables but I don't fully understand how to set it properly in this context.

I also noticed that when the nvidia drivers are installed, VScode will only open to a blank screen then give a crash error, notepadqq will crash after being open for about a minute, below is the output of journalctl -b | grep visual-studio after it crashes. These programs work totally normally immediately upon removing nvidia drivers with pacman

Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 8675 "/var/lib/systemd/coredump/core.code.1000.96b04ffa681248878460a1bc5cb93b6b.8675.1721266503000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 13556 "/var/lib/systemd/coredump/core.code.1000.2a6a1920a69f4976a7a274293d99d8a7.13556.1721270641000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 16015 "/var/lib/systemd/coredump/core.code.1000.2a6a1920a69f4976a7a274293d99d8a7.16015.1721270947000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 3086 "/var/lib/systemd/coredump/core.code.1000.9826c7bdc6434c94b8e0797ec48e1da6.3086.1721275617000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 19306 "/var/lib/systemd/coredump/core.code.1000.9826c7bdc6434c94b8e0797ec48e1da6.19306.1721279976000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 27841 "/var/lib/systemd/coredump/core.code.1000.9826c7bdc6434c94b8e0797ec48e1da6.27841.1721285331000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 3065 "/var/lib/systemd/coredump/core.code.1000.72a02112b9e44cf29d6d1f9e0b4e012d.3065.1721333023000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 4678 "/var/lib/systemd/coredump/core.code.1000.a85ecade20c746a482d1537917b4292f.4678.1721420184000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 22876 "/var/lib/systemd/coredump/core.code.1000.d6d18501d9244e68ad98b7fd600f186f.22876.1721459423000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 18746 "/var/lib/systemd/coredump/core.code.1000.6f05c6a3a062467f9f6050b42ba0c572.18746.1721544588000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 26325 "/var/lib/systemd/coredump/core.code.1000.6f05c6a3a062467f9f6050b42ba0c572.26325.1721546490000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 10919 "/var/lib/systemd/coredump/core.code.1000.477eae478f614ffc8de75303426d790a.10919.1721694899000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 11645 "/var/lib/systemd/coredump/core.code.1000.477eae478f614ffc8de75303426d790a.11645.1721694904000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 12345 "/var/lib/systemd/coredump/core.code.1000.477eae478f614ffc8de75303426d790a.12345.1721697086000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 27750 "/var/lib/systemd/coredump/core.code.1000.cbc9b609895d47ae9a26dc015d9b9002.27750.1721767293000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 2837 "/var/lib/systemd/coredump/core.code.1000.fb8105d08a884599a259bb46be2601f6.2837.1721773367000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 4123 "/var/lib/systemd/coredump/core.code.1000.c18d449b937f4c59b1aad01b4377bd39.4123.1721779594000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 47988 "/var/lib/systemd/coredump/core.code.1000.d87e60511a9e4e5ea8dbb960baa3665e.47988.1721805022000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 77576 "/var/lib/systemd/coredump/core.code.1000.d87e60511a9e4e5ea8dbb960baa3665e.77576.1721806630000000.zst"
Jul 23 22:32:17 archThinkPad drkonqi-coredump-processor[52407]: "/opt/visual-studio-code/code" 52242 "/var/lib/systemd/coredump/core.code.1000.334b46fea0b342898e2a0079ab9f1468.52242.1721809936000000.zst"

There is a section on that page https://wiki.archlinux.org/title/Vulkan … nch_slowly that seems similar to my issue but its specifically about having CUDA installed with an AMD gpu and it trying to use nvidia drivers before the amd ones. I feel like thats the same thing thats going on now except it's with the igpu instead. I tried adapting the fix there from their AMD specific fix to a  export VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json but same issue, again, I may just be doing it wrong.

Here is my printenv for the igpu-only mode with nvidia drivers INSTALLED:

COLORTERM=truecolor
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
DEBUGINFOD_URLS=https://debuginfod.archlinux.org 
DESKTOP_SESSION=plasma
DISPLAY=:1
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/awkwabear/.gtkrc-2.0:/home/awkwabear/.config/gtkrc-2.0
GTK_RC_FILES=/etc/gtk/gtkrc:/home/awkwabear/.gtkrc:/home/awkwabear/.config/gtkrc
HOME=/home/awkwabear
ICEAUTHORITY=/run/user/1000/iceauth_ObkqFy
INVOCATION_ID=9ce48397498c4b0591b7b84b811395c6
JOURNAL_STREAM=9:8789
KDE_APPLICATIONS_AS_SCOPE=1
KDE_FULL_SESSION=true
KDE_SESSION_UID=1000
KDE_SESSION_VERSION=6
KGLOBALACCELD_PLATFORM=org.kde.kwin
LANG=en_US.UTF-8
LOGNAME=awkwabear
MAIL=/var/spool/mail/awkwabear
MANAGERPID=830
MEMORY_PRESSURE_WATCH=/sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/session.slice/plasma-kwin_wayland.service/memory.pressure
MEMORY_PRESSURE_WRITE=c29tZSAyMDAwMDAgMjAwMDAwMAA=
MOTD_SHOWN=pam
OLDPWD=/home/awkwabear
PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket
PATH=/home/awkwabear/anaconda3/condabin:/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
PWD=/home/awkwabear
QT_AUTO_SCREEN_SCALE_FACTOR=0
QT_WAYLAND_RECONNECT=1
SESSION_MANAGER=local/archThinkPad:@/tmp/.ICE-unix/1022,unix/archThinkPad:/tmp/.ICE-unix/1022
SHELL=/usr/bin/zsh
SYSTEMD_EXEC_PID=904
TERM=xterm-256color
TERM_PROGRAM=WezTerm
TERM_PROGRAM_VERSION=20240203-110809-5046fc22
USER=awkwabear
WAYLAND_DISPLAY=wayland-0
WEZTERM_CONFIG_DIR=/home/awkwabear
WEZTERM_CONFIG_FILE=/home/awkwabear/.wezterm.lua
WEZTERM_EXECUTABLE=/usr/bin/wezterm-gui
WEZTERM_EXECUTABLE_DIR=/usr/bin
WEZTERM_PANE=0
WEZTERM_UNIX_SOCKET=/run/user/1000/wezterm/gui-sock-25726
XAUTHORITY=/run/user/1000/xauth_CLFwQs
XDG_ACTIVATION_TOKEN=kwin-10
XDG_CONFIG_DIRS=/home/awkwabear/.config/kdedefaults:/etc/xdg
XDG_CURRENT_DESKTOP=KDE
XDG_DATA_DIRS=/home/awkwabear/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
XDG_MENU_PREFIX=plasma-
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT=seat0
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SESSION_CLASS=user
XDG_SESSION_DESKTOP=KDE
XDG_SESSION_ID=2
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session2
XDG_SESSION_TYPE=wayland
XDG_VTNR=1
SHLVL=1
P9K_TTY=old
_P9K_TTY=/dev/pts/1
ZSH=/home/awkwabear/.oh-my-zsh
PAGER=more
LSCOLORS=Gxfxcxdxbxegedabagacad
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.7z=01;31:*.ace=01;31:*.alz=01;31:*.apk=01;31:*.arc=01;31:*.arj=01;31:*.bz=01;31:*.bz2=01;31:*.cab=01;31:*.cpio=01;31:*.crate=01;31:*.deb=01;31:*.drpm=01;31:*.dwm=01;31:*.dz=01;31:*.ear=01;31:*.egg=01;31:*.esd=01;31:*.gz=01;31:*.jar=01;31:*.lha=01;31:*.lrz=01;31:*.lz=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.lzo=01;31:*.pyz=01;31:*.rar=01;31:*.rpm=01;31:*.rz=01;31:*.sar=01;31:*.swm=01;31:*.t7z=01;31:*.tar=01;31:*.taz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tgz=01;31:*.tlz=01;31:*.txz=01;31:*.tz=01;31:*.tzo=01;31:*.tzst=01;31:*.udeb=01;31:*.war=01;31:*.whl=01;31:*.wim=01;31:*.xz=01;31:*.z=01;31:*.zip=01;31:*.zoo=01;31:*.zst=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90:*.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:
P9K_SSH=0
_P9K_SSH_TTY=/dev/pts/1
CONDA_EXE=/home/awkwabear/anaconda3/bin/conda
_CE_M=
_CE_CONDA=
CONDA_PYTHON_EXE=/home/awkwabear/anaconda3/bin/python
CONDA_SHLVL=0
_=/usr/bin/printenv

Here it is the last portion of a printout of `journalctl -b` igpu-only with the nvidia drivers installed, this is from a fresh boot. (I have highighted when i started chromium with `>>>>`)

Jul 23 21:42:56 archThinkPad kwin_wayland_wrapper[952]: Key repeat discarded, Wayland compositor doesn't seem to be processing events fast enough!
Jul 23 21:42:57 archThinkPad systemd[1]: Stopping User Manager for UID 969...
Jul 23 21:42:57 archThinkPad systemd[771]: Activating special unit Exit the Session...
Jul 23 21:42:57 archThinkPad systemd[771]: Stopped target Main User Target.
Jul 23 21:42:57 archThinkPad systemd[771]: Stopped target Basic System.
Jul 23 21:42:57 archThinkPad systemd[771]: Stopped target Paths.
Jul 23 21:42:57 archThinkPad systemd[771]: Stopped Submitting pending crash events (file monitor).
Jul 23 21:42:57 archThinkPad systemd[771]: Stopped target Sockets.
Jul 23 21:42:57 archThinkPad systemd[771]: Stopped target Timers.
Jul 23 21:42:57 archThinkPad systemd[771]: Closed GnuPG network certificate management daemon.
Jul 23 21:42:57 archThinkPad systemd[771]: Closed Socket to launch DrKonqi for a systemd-coredump crash.
Jul 23 21:42:57 archThinkPad systemd[771]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 23 21:42:57 archThinkPad systemd[771]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jul 23 21:42:57 archThinkPad systemd[771]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jul 23 21:42:57 archThinkPad systemd[771]: Closed GnuPG cryptographic agent and passphrase cache.
Jul 23 21:42:57 archThinkPad systemd[771]: Closed GnuPG public key management service.
Jul 23 21:42:57 archThinkPad systemd[771]: Closed p11-kit server.
Jul 23 21:42:57 archThinkPad systemd[771]: Closed PipeWire PulseAudio.
Jul 23 21:42:57 archThinkPad systemd[771]: Closed PipeWire Multimedia System Sockets.
Jul 23 21:42:57 archThinkPad dbus-broker[788]: Dispatched 199 messages @ 2(±4)μs / message.
Jul 23 21:42:57 archThinkPad systemd[771]: Stopping D-Bus User Message Bus...
Jul 23 21:42:57 archThinkPad systemd[771]: Stopped D-Bus User Message Bus.
Jul 23 21:42:57 archThinkPad systemd[771]: Removed slice User Core Session Slice.
Jul 23 21:42:57 archThinkPad systemd[771]: Closed D-Bus User Message Bus Socket.
Jul 23 21:42:57 archThinkPad systemd[771]: Removed slice User Application Slice.
Jul 23 21:42:57 archThinkPad systemd[771]: Reached target Shutdown.
Jul 23 21:42:57 archThinkPad systemd[771]: Finished Exit the Session.
Jul 23 21:42:57 archThinkPad systemd[771]: Reached target Exit the Session.
Jul 23 21:42:57 archThinkPad (sd-pam)[773]: pam_unix(systemd-user:session): session closed for user sddm
Jul 23 21:42:57 archThinkPad systemd[1]: user@969.service: Deactivated successfully.
Jul 23 21:42:57 archThinkPad systemd[1]: Stopped User Manager for UID 969.
Jul 23 21:42:57 archThinkPad systemd[1]: Stopping User Runtime Directory /run/user/969...
Jul 23 21:42:57 archThinkPad systemd[1]: run-user-969.mount: Deactivated successfully.
Jul 23 21:42:57 archThinkPad systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
Jul 23 21:42:57 archThinkPad systemd[1]: Stopped User Runtime Directory /run/user/969.
Jul 23 21:42:57 archThinkPad systemd[1]: Removed slice User Slice of UID 969.
Jul 23 21:42:57 archThinkPad systemd[1]: user-969.slice: Consumed 900ms CPU time, 678.4M memory peak.
Jul 23 21:42:57 archThinkPad systemd-logind[646]: Removed session 1.
Jul 23 21:42:58 archThinkPad wezterm[1457]: warning: queue 0x5efaa7ff1770 destroyed while proxies still attached:
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_buffer#40 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_buffer#43 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_shm_pool#42 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_buffer#41 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_shm_pool#36 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_buffer#39 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_shm_pool#37 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   zwp_primary_selection_offer_v1#4278190082 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_data_offer#4278190081 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_data_offer#4278190080 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   xdg_wm_base#22 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_surface#21 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_data_device#18 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_pointer#16 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   zwp_text_input_v3#15 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_keyboard#14 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   zwp_primary_selection_device_v1#13 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   zwp_primary_selection_device_manager_v1#3 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_data_device#12 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_output#11 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   zwp_text_input_manager_v3#10 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_subcompositor#9 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_data_device_manager#8 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_seat#7 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_shm#6 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   zxdg_decoration_manager_v1#5 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_compositor#4 still attached
Jul 23 21:42:58 archThinkPad wezterm[1457]:   wl_registry#2 still attached
Jul 23 21:42:58 archThinkPad systemd[814]: app-org.wezfurlong.wezterm@7d0ced29938e4f9db5519cf888e6ae92.service: Consumed 1.218s CPU time, 214.5M memory peak.
>>>>Jul 23 21:42:59 archThinkPad systemd[814]: Started Chromium - Web Browser.
Jul 23 21:43:00 archThinkPad kernel: warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Jul 23 21:43:01 archThinkPad chromium[1617]: [1617:1629:0723/214301.055641:ERROR:ev_root_ca_metadata.cc(162)] Failed to decode OID: 0
Jul 23 21:43:01 archThinkPad systemd[1]: Started PC/SC Smart Card Daemon.
Jul 23 21:43:01 archThinkPad systemd[1]: dbus-:1.2-org.kde.kded.smart@0.service: Deactivated successfully.
Jul 23 21:43:01 archThinkPad (pcscd)[1790]: pcscd.service: Referenced but unset environment variable evaluates to an empty string: PCSCD_ARGS
Jul 23 21:43:03 archThinkPad systemd[1]: dbus-:1.2-org.kde.powerdevil.chargethresholdhelper@0.service: Deactivated successfully.
Jul 23 21:43:03 archThinkPad systemd[1]: dbus-:1.2-org.kde.powerdevil.backlighthelper@0.service: Deactivated successfully.
Jul 23 21:43:03 archThinkPad systemd[1]: dbus-:1.2-org.kde.powerdevil.discretegpuhelper@0.service: Deactivated successfully.
Jul 23 21:43:12 archThinkPad systemd-timesyncd[636]: Contacted time server 157.245.125.229:123 (2.arch.pool.ntp.org).
Jul 23 21:43:12 archThinkPad systemd-timesyncd[636]: Initial clock synchronization to Tue 2024-07-23 21:43:12.219125 HST.
Jul 23 21:43:12 archThinkPad systemd[814]: Started WezTerm.
Jul 23 21:43:23 archThinkPad systemd[1]: systemd-localed.service: Deactivated successfully.
Jul 23 21:43:43 archThinkPad systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/app/extra/chrome" 3828 "/var/lib/systemd/coredump/core.chrome.1000.e07d25e3ede64f4ebf1c204937b4ed91.3828.1720746101000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/xdg-desktop-portal" 906 "/var/lib/systemd/coredump/core.xdg-desktop-por.1000.bbf2e6c1487946a4a76619f41668d30b.906.1720765637000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/xdg-desktop-portal" 8970 "/var/lib/systemd/coredump/core.xdg-desktop-por.1000.bbf2e6c1487946a4a76619f41668d30b.8970.1720765644000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/xdg-desktop-portal" 9012 "/var/lib/systemd/coredump/core.xdg-desktop-por.1000.bbf2e6c1487946a4a76619f41668d30b.9012.1720765655000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/plasmashell" 953 "/var/lib/systemd/coredump/core.plasmashell.1000.7ecae42b4a794508bd90904f0eac4bc5.953.1720808241000000.zst"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2354]: Unable to find file for pid 3828 expected at "kcrash-metadata/chrome.e07d25e3ede64f4ebf1c204937b4ed91.3828.ini"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2357]: Unable to find file for pid 9012 expected at "kcrash-metadata/xdg-desktop-portal.bbf2e6c1487946a4a76619f41668d30b.9012.ini"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2356]: Unable to find file for pid 8970 expected at "kcrash-metadata/xdg-desktop-portal.bbf2e6c1487946a4a76619f41668d30b.8970.ini"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2355]: Unable to find file for pid 906 expected at "kcrash-metadata/xdg-desktop-portal.bbf2e6c1487946a4a76619f41668d30b.906.ini"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/systemsettings" 4909 "/var/lib/systemd/coredump/core.systemsettings.1000.7ecae42b4a794508bd90904f0eac4bc5.4909.1720808252000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2358]: Unable to find file for pid 953 expected at "kcrash-metadata/plasmashell.7ecae42b4a794508bd90904f0eac4bc5.953.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/xdg-desktop-portal" 878 "/var/lib/systemd/coredump/core.xdg-desktop-por.1000.c141b098aa1e47e88f53ad94ac49ef67.878.1720827252000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2367]: Unable to find file for pid 4909 expected at "kcrash-metadata/systemsettings.7ecae42b4a794508bd90904f0eac4bc5.4909.ini"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/app/discord/Discord" 2497 "/var/lib/systemd/coredump/core.Discord.1000.54f6acde04124a008743fc71a774d45c.2497.1721033191000000.zst"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2372]: Unable to find file for pid 878 expected at "kcrash-metadata/xdg-desktop-portal.c141b098aa1e47e88f53ad94ac49ef67.878.ini"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/plasma-discover" 1562 "/var/lib/systemd/coredump/core.plasma-discover.1000.91815f4fab334f86a4d355670fac99fa.1562.1721070955000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2373]: Unable to find file for pid 2497 expected at "kcrash-metadata/Discord.54f6acde04124a008743fc71a774d45c.2497.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/plasma-discover" 1748 "/var/lib/systemd/coredump/core.plasma-discover.1000.91815f4fab334f86a4d355670fac99fa.1748.1721071004000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2378]: Unable to find file for pid 1562 expected at "kcrash-metadata/plasma-discover.91815f4fab334f86a4d355670fac99fa.1562.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/plasma-discover" 9549 "/var/lib/systemd/coredump/core.plasma-discover.1000.91815f4fab334f86a4d355670fac99fa.9549.1721082861000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2379]: Unable to find file for pid 1748 expected at "kcrash-metadata/plasma-discover.91815f4fab334f86a4d355670fac99fa.1748.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/plasma-discover" 12266 "/var/lib/systemd/coredump/core.plasma-discover.1000.91815f4fab334f86a4d355670fac99fa.12266.1721090076000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2382]: Unable to find file for pid 9549 expected at "kcrash-metadata/plasma-discover.91815f4fab334f86a4d355670fac99fa.9549.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/plasma-discover" 12423 "/var/lib/systemd/coredump/core.plasma-discover.1000.91815f4fab334f86a4d355670fac99fa.12423.1721090146000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2386]: Unable to find file for pid 12266 expected at "kcrash-metadata/plasma-discover.91815f4fab334f86a4d355670fac99fa.12266.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/plasma-discover" 2785 "/var/lib/systemd/coredump/core.plasma-discover.1000.4741443a91f0421faafd518413ed4176.2785.1721091086000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2389]: Unable to find file for pid 12423 expected at "kcrash-metadata/plasma-discover.91815f4fab334f86a4d355670fac99fa.12423.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/plasma-discover" 7715 "/var/lib/systemd/coredump/core.plasma-discover.1000.4741443a91f0421faafd518413ed4176.7715.1721099170000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2392]: Unable to find file for pid 2785 expected at "kcrash-metadata/plasma-discover.4741443a91f0421faafd518413ed4176.2785.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/plasma-discover" 4181 "/var/lib/systemd/coredump/core.plasma-discover.1000.ca22df97b1ce4d35936535d859f1b47c.4181.1721099785000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2395]: Unable to find file for pid 7715 expected at "kcrash-metadata/plasma-discover.4741443a91f0421faafd518413ed4176.7715.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/home/awkwabear/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/steam" 29117 "/var/lib/systemd/coredump/core.steam.1000.90916015654f42a3a0b90778582b72c7.29117.1721159599000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2398]: Unable to find file for pid 4181 expected at "kcrash-metadata/plasma-discover.ca22df97b1ce4d35936535d859f1b47c.4181.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 8675 "/var/lib/systemd/coredump/core.code.1000.96b04ffa681248878460a1bc5cb93b6b.8675.1721266503000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2401]: Unable to find file for pid 29117 expected at "kcrash-metadata/steam.90916015654f42a3a0b90778582b72c7.29117.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 13556 "/var/lib/systemd/coredump/core.code.1000.2a6a1920a69f4976a7a274293d99d8a7.13556.1721270641000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2406]: Unable to find file for pid 8675 expected at "kcrash-metadata/code.96b04ffa681248878460a1bc5cb93b6b.8675.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 16015 "/var/lib/systemd/coredump/core.code.1000.2a6a1920a69f4976a7a274293d99d8a7.16015.1721270947000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2407]: Unable to find file for pid 13556 expected at "kcrash-metadata/code.2a6a1920a69f4976a7a274293d99d8a7.13556.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 3086 "/var/lib/systemd/coredump/core.code.1000.9826c7bdc6434c94b8e0797ec48e1da6.3086.1721275617000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2411]: Unable to find file for pid 16015 expected at "kcrash-metadata/code.2a6a1920a69f4976a7a274293d99d8a7.16015.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 19306 "/var/lib/systemd/coredump/core.code.1000.9826c7bdc6434c94b8e0797ec48e1da6.19306.1721279976000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2415]: Unable to find file for pid 3086 expected at "kcrash-metadata/code.9826c7bdc6434c94b8e0797ec48e1da6.3086.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:50 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 27841 "/var/lib/systemd/coredump/core.code.1000.9826c7bdc6434c94b8e0797ec48e1da6.27841.1721285331000000.zst"
Jul 23 21:43:50 archThinkPad drkonqi-coredump-launcher[2416]: Unable to find file for pid 19306 expected at "kcrash-metadata/code.9826c7bdc6434c94b8e0797ec48e1da6.19306.ini"
Jul 23 21:43:50 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 3065 "/var/lib/systemd/coredump/core.code.1000.72a02112b9e44cf29d6d1f9e0b4e012d.3065.1721333023000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2420]: Unable to find file for pid 27841 expected at "kcrash-metadata/code.9826c7bdc6434c94b8e0797ec48e1da6.27841.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/chromium/chromium" 14279 "/var/lib/systemd/coredump/core.chromium.1000.01c2996b5fb1462db1eda76dbfa2b5df.14279.1721349157000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2423]: Unable to find file for pid 3065 expected at "kcrash-metadata/code.72a02112b9e44cf29d6d1f9e0b4e012d.3065.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/kwin_wayland" 980 "/var/lib/systemd/coredump/core.kwin_wayland.1000.01c2996b5fb1462db1eda76dbfa2b5df.980.1721351103000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2427]: Unable to find file for pid 14279 expected at "kcrash-metadata/chromium.01c2996b5fb1462db1eda76dbfa2b5df.14279.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/kscreen_osd_service" 4903 "/var/lib/systemd/coredump/core.kscreen_osd_ser.1000.2a792f7696fc41c494608736c04821b1.4903.1721418135000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 4678 "/var/lib/systemd/coredump/core.code.1000.a85ecade20c746a482d1537917b4292f.4678.1721420184000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2428]: Unable to find file for pid 980 expected at "kcrash-metadata/kwin_wayland.01c2996b5fb1462db1eda76dbfa2b5df.980.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2431]: Unable to find file for pid 4903 expected at "kcrash-metadata/kscreen_osd_service.2a792f7696fc41c494608736c04821b1.4903.ini"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/kwin_wayland" 1003 "/var/lib/systemd/coredump/core.kwin_wayland.1000.a85ecade20c746a482d1537917b4292f.1003.1721429044000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2432]: Unable to find file for pid 4678 expected at "kcrash-metadata/code.a85ecade20c746a482d1537917b4292f.4678.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/zoom/zoom" 7559 "/var/lib/systemd/coredump/core.zoom.1000.a85ecade20c746a482d1537917b4292f.7559.1721429046000000.zst"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2439]: Unable to find file for pid 1003 expected at "kcrash-metadata/kwin_wayland.a85ecade20c746a482d1537917b4292f.1003.ini"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/kwin_wayland" 1041 "/var/lib/systemd/coredump/core.kwin_wayland.1000.f143d72631dd4e8d867f1db2260e34a9.1041.1721431557000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2440]: Unable to find file for pid 7559 expected at "kcrash-metadata/zoom.a85ecade20c746a482d1537917b4292f.7559.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/notepadqq/notepadqq-bin" 4993 "/var/lib/systemd/coredump/core.notepadqq-bin.1000.3d729464b16a43279cb233280cfffdee.4993.1721440714000000.zst"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2444]: Unable to find file for pid 1041 expected at "kcrash-metadata/kwin_wayland.f143d72631dd4e8d867f1db2260e34a9.1041.ini"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/notepadqq/notepadqq-bin" 5210 "/var/lib/systemd/coredump/core.notepadqq-bin.1000.3d729464b16a43279cb233280cfffdee.5210.1721440736000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2446]: Unable to find file for pid 4993 expected at "kcrash-metadata/notepadqq-bin.3d729464b16a43279cb233280cfffdee.4993.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/notepadqq/notepadqq-bin" 5991 "/var/lib/systemd/coredump/core.notepadqq-bin.1000.3d729464b16a43279cb233280cfffdee.5991.1721440828000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2449]: Unable to find file for pid 5210 expected at "kcrash-metadata/notepadqq-bin.3d729464b16a43279cb233280cfffdee.5210.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/plasmashell" 1236 "/var/lib/systemd/coredump/core.plasmashell.1000.3d729464b16a43279cb233280cfffdee.1236.1721444852000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2452]: Unable to find file for pid 5991 expected at "kcrash-metadata/notepadqq-bin.3d729464b16a43279cb233280cfffdee.5991.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 22876 "/var/lib/systemd/coredump/core.code.1000.d6d18501d9244e68ad98b7fd600f186f.22876.1721459423000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2455]: Unable to find file for pid 1236 expected at "kcrash-metadata/plasmashell.3d729464b16a43279cb233280cfffdee.1236.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/notepadqq/notepadqq-bin" 15739 "/var/lib/systemd/coredump/core.notepadqq-bin.1000.6f05c6a3a062467f9f6050b42ba0c572.15739.1721544055000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2458]: Unable to find file for pid 22876 expected at "kcrash-metadata/code.d6d18501d9244e68ad98b7fd600f186f.22876.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/notepadqq/notepadqq-bin" 17210 "/var/lib/systemd/coredump/core.notepadqq-bin.1000.6f05c6a3a062467f9f6050b42ba0c572.17210.1721544399000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2461]: Unable to find file for pid 15739 expected at "kcrash-metadata/notepadqq-bin.6f05c6a3a062467f9f6050b42ba0c572.15739.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 18746 "/var/lib/systemd/coredump/core.code.1000.6f05c6a3a062467f9f6050b42ba0c572.18746.1721544588000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2464]: Unable to find file for pid 17210 expected at "kcrash-metadata/notepadqq-bin.6f05c6a3a062467f9f6050b42ba0c572.17210.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/notepadqq/notepadqq-bin" 23820 "/var/lib/systemd/coredump/core.notepadqq-bin.1000.6f05c6a3a062467f9f6050b42ba0c572.23820.1721545296000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2467]: Unable to find file for pid 18746 expected at "kcrash-metadata/code.6f05c6a3a062467f9f6050b42ba0c572.18746.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 26325 "/var/lib/systemd/coredump/core.code.1000.6f05c6a3a062467f9f6050b42ba0c572.26325.1721546490000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2472]: Unable to find file for pid 23820 expected at "kcrash-metadata/notepadqq-bin.6f05c6a3a062467f9f6050b42ba0c572.23820.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/kwin_wayland" 974 "/var/lib/systemd/coredump/core.kwin_wayland.1000.fdc2acb2b0924978bd2d18bb53953c8b.974.1721675650000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2473]: Unable to find file for pid 26325 expected at "kcrash-metadata/code.6f05c6a3a062467f9f6050b42ba0c572.26325.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/bin/kwin_wayland" 981 "/var/lib/systemd/coredump/core.kwin_wayland.1000.a4d3cd924f2f4b11bbabc0011b29db6d.981.1721684258000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2476]: Unable to find file for pid 974 expected at "kcrash-metadata/kwin_wayland.fdc2acb2b0924978bd2d18bb53953c8b.974.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 10919 "/var/lib/systemd/coredump/core.code.1000.477eae478f614ffc8de75303426d790a.10919.1721694899000000.zst"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2479]: Unable to find file for pid 981 expected at "kcrash-metadata/kwin_wayland.a4d3cd924f2f4b11bbabc0011b29db6d.981.ini"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 11645 "/var/lib/systemd/coredump/core.code.1000.477eae478f614ffc8de75303426d790a.11645.1721694904000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2482]: Unable to find file for pid 10919 expected at "kcrash-metadata/code.477eae478f614ffc8de75303426d790a.10919.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/notepadqq/notepadqq-bin" 14299 "/var/lib/systemd/coredump/core.notepadqq-bin.1000.477eae478f614ffc8de75303426d790a.14299.1721695621000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2487]: Unable to find file for pid 11645 expected at "kcrash-metadata/code.477eae478f614ffc8de75303426d790a.11645.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/notepadqq/notepadqq-bin" 16015 "/var/lib/systemd/coredump/core.notepadqq-bin.1000.477eae478f614ffc8de75303426d790a.16015.1721695853000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2489]: Unable to find file for pid 14299 expected at "kcrash-metadata/notepadqq-bin.477eae478f614ffc8de75303426d790a.14299.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 12345 "/var/lib/systemd/coredump/core.code.1000.477eae478f614ffc8de75303426d790a.12345.1721697086000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2492]: Unable to find file for pid 16015 expected at "kcrash-metadata/notepadqq-bin.477eae478f614ffc8de75303426d790a.16015.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/notepadqq/notepadqq-bin" 35205 "/var/lib/systemd/coredump/core.notepadqq-bin.1000.001607f886234e5484278a530f192ad7.35205.1721718771000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2495]: Unable to find file for pid 12345 expected at "kcrash-metadata/code.477eae478f614ffc8de75303426d790a.12345.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/chromium/chromium" 5236 "/var/lib/systemd/coredump/core.chromium.1000.cbc9b609895d47ae9a26dc015d9b9002.5236.1721766807000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 27750 "/var/lib/systemd/coredump/core.code.1000.cbc9b609895d47ae9a26dc015d9b9002.27750.1721767293000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2500]: Unable to find file for pid 35205 expected at "kcrash-metadata/notepadqq-bin.001607f886234e5484278a530f192ad7.35205.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2503]: Unable to find file for pid 5236 expected at "kcrash-metadata/chromium.cbc9b609895d47ae9a26dc015d9b9002.5236.ini"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 2837 "/var/lib/systemd/coredump/core.code.1000.fb8105d08a884599a259bb46be2601f6.2837.1721773367000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2504]: Unable to find file for pid 27750 expected at "kcrash-metadata/code.cbc9b609895d47ae9a26dc015d9b9002.27750.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/notepadqq/notepadqq-bin" 3230 "/var/lib/systemd/coredump/core.notepadqq-bin.1000.c18d449b937f4c59b1aad01b4377bd39.3230.1721779514000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2509]: Unable to find file for pid 2837 expected at "kcrash-metadata/code.fb8105d08a884599a259bb46be2601f6.2837.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 4123 "/var/lib/systemd/coredump/core.code.1000.c18d449b937f4c59b1aad01b4377bd39.4123.1721779594000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2510]: Unable to find file for pid 3230 expected at "kcrash-metadata/notepadqq-bin.c18d449b937f4c59b1aad01b4377bd39.3230.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/notepadqq/notepadqq-bin" 94472 "/var/lib/systemd/coredump/core.notepadqq-bin.1000.5beee25ef6cd4f2198319dde82011f4c.94472.1721785670000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2513]: Unable to find file for pid 4123 expected at "kcrash-metadata/code.c18d449b937f4c59b1aad01b4377bd39.4123.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/notepadqq/notepadqq-bin" 164114 "/var/lib/systemd/coredump/core.notepadqq-bin.1000.5beee25ef6cd4f2198319dde82011f4c.164114.1721785945000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2517]: Unable to find file for pid 94472 expected at "kcrash-metadata/notepadqq-bin.5beee25ef6cd4f2198319dde82011f4c.94472.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 47988 "/var/lib/systemd/coredump/core.code.1000.d87e60511a9e4e5ea8dbb960baa3665e.47988.1721805022000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2519]: Unable to find file for pid 164114 expected at "kcrash-metadata/notepadqq-bin.5beee25ef6cd4f2198319dde82011f4c.164114.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/opt/visual-studio-code/code" 77576 "/var/lib/systemd/coredump/core.code.1000.d87e60511a9e4e5ea8dbb960baa3665e.77576.1721806630000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2522]: Unable to find file for pid 47988 expected at "kcrash-metadata/code.d87e60511a9e4e5ea8dbb960baa3665e.47988.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-processor[1122]: "/usr/lib/notepadqq/notepadqq-bin" 26086 "/var/lib/systemd/coredump/core.notepadqq-bin.1000.36380a401e284234a08f10ff1b434e7d.26086.1721806880000000.zst"
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2527]: Unable to find file for pid 77576 expected at "kcrash-metadata/code.d87e60511a9e4e5ea8dbb960baa3665e.77576.ini"
Jul 23 21:43:51 archThinkPad systemd[814]: Started Launch DrKonqi for a systemd-coredump crash (PID 1122/UID 1000).
Jul 23 21:43:51 archThinkPad drkonqi-coredump-launcher[2528]: Unable to find file for pid 26086 expected at "kcrash-metadata/notepadqq-bin.36380a401e284234a08f10ff1b434e7d.26086.ini"

Thanks so much for taking the time to try to help. I feel like there has to be a relatively simple solution but I have been digging everywhere and can only find small reports of similar issues with either no fixes or ones that don't seem to help.


Edit:

Okay I have also now noticed that running  `vulkaninfo` takes forever when nvidia drivers are installed but outputs immediately when they are not

Last edited by AwkwaBear (2024-07-24 09:17:01)

Offline

#4 2024-07-24 17:37:26

seth
Member
Registered: 2012-09-03
Posts: 56,197

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

According to printenv, VK_DRIVER_FILES isn't set?

export __GLX_VENDOR_LIBRARY_NAME=mesa
export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json
export MESA_LOADER_DRIVER_OVERRIDE=iris
export VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
For chromium see https://wiki.archlinux.org/title/Chromi … er_Wayland to ensure to run a native wayland client and report the impact.

Offline

#5 2024-07-24 18:53:07

AwkwaBear
Member
Registered: 2024-07-24
Posts: 12

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

Sorry I believe that Wayland, KDE, and SDDM do not have an Xorg log, I posted the journalctl log which I think is equivalent?

But anyways the env variables you posted fixed the issue!

seth wrote:

According to printenv, VK_DRIVER_FILES isn't set?

export __GLX_VENDOR_LIBRARY_NAME=mesa
export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json
export MESA_LOADER_DRIVER_OVERRIDE=iris
export VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json

Thank you so much! Setting these environment was what was needed! I think I was testing them one at a time and that wasnt properly accounting for everything.

the `printenv` output I sent earlier was without manually setting any of those variables, I tried them separately after.

It seems I might have been correct and that there was an issue with vulkan applications trying to use the dGPU even though it is deactivated and that causes a large delay before it finally switches to use the iGPU.

I have set these in /etc/environment and all the reported issues I had earlier seem to have gone away.

I might have to try to see if I can set these environment variables only to be set when on integrated only so that I can use the dGPU when in hybrid mode.


I will mark this as solved and update the top level post with the solution.

Thank you so much for the help!!!

Last edited by AwkwaBear (2024-07-24 18:54:37)

Offline

#6 2024-07-24 19:00:22

seth
Member
Registered: 2012-09-03
Posts: 56,197

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

Wayland, KDE, and SDDM do not have an Xorg log

But xwayland does …
It's nice that we can force the system to do the right thing, but that should™ not be necessary and yo want to know where it fails because it might indicate a wider issue w/ the setup.

The posted jorunal excerpts don't contain any relevant information.

Offline

#7 2024-07-24 21:36:08

AwkwaBear
Member
Registered: 2024-07-24
Posts: 12

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

Ah sorry I was trying the commands for ~/.local/share/xorg/Xorg.0.log and testing the command ~grep -e "Using input driver " Xorg.0.log gave:

grep: Xorg.0.log: No such file or directory

My current janky workaround fix is to set a system service that runs this script on boot.

I made the following script /usr/local/bin/gpu_check.sh with these contents:

#!/bin/sh

LOGFILE="/var/log/check_gpu.log"
echo "Running check_gpu.sh script" >> $LOGFILE

# The following script is to prevent large delays when nvidia drivers are installed from vulkan programs trying to access the dGPU
# and it has been turned off to run the laptop in integrated graphics only mode
# chromium and other vulkan apps will take 30+ seconds to load because they attempt to use nvidia-utils first and error out
# before finally switching to use the iGPU for vulkan
# this script makes a check for if the dGPU is on or not and then will set environment variables to force applications to
# skip the nvidia-utils vulkan drivers and go straight to the intel iGPU
# At boot a Systemd service check_gpu.service will run and add environment variables to /etc/environment

if lspci | grep -q "NVIDIA"; then
    echo "NVIDIA GPU IS ACTIVE" >> $LOGFILE
    
    sed -i '\#These environment variables are set automatically at run by check_gpu.service and script /usr/local/bin/check_gpu.sh to see if the dGPU is deactivated to prevent vulkan apps from trying to use it#d' /etc/environment
    sed -i '/DGPU_ACTIVE=true/d' /etc/environment
    sed -i '/__GLX_VENDOR_LIBRARY_NAME=mesa/d' /etc/environment
    sed -i '/__EGL_VENDOR_LIBRARY_FILENAMES=\/usr\/share\/glvnd\/egl_vendor.d\/50_mesa.json/d' /etc/environment
    sed -i '/MESA_LOADER_DRIVER_OVERRIDE=iris/d' /etc/environment
    sed -i '/VK_DRIVER_FILES=\/usr\/share\/vulkan\/icd.d\/intel_icd.x86_64.json/d' /etc/environment
    
    echo "Deleted Environment Variables" >> $LOGFILE

else
    echo "NO dGPU" >> $LOGFILE


    grep -q "# These environment variables are set automatically at run by check_gpu.service and script /usr/local/bin/check_gpu.sh to see if the dGPU is deactivated to prevent vulkan apps from trying to use it" || echo "# These environment variables are set automatically at run by check_gpu.service and script /usr/local/bin/check_gpu.sh to see if the dGPU is deactivated to prevent vulkan apps from trying to use it" >> /etc/environment
    grep -q "DGPU_ACTIVE=true" /etc/environment || echo "DGPU_ACTIVE=true" >> /etc/environment
    grep -q "__GLX_VENDOR_LIBRARY_NAME=mesa" /etc/environment || echo "__GLX_VENDOR_LIBRARY_NAME=mesa" >> /etc/environment
    grep -q "__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json" /etc/environment || echo "__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json" >> /etc/environment
    grep -q "MESA_LOADER_DRIVER_OVERRIDE=iris" /etc/environment || echo "MESA_LOADER_DRIVER_OVERRIDE=iris" >> /etc/environment
    grep -q "VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json" /etc/environment || echo "VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json" >> /etc/environment

    echo "Set environment variables" >> $LOGFILE
fi

then run sudo chmod +x /usr/local/bin/gpu_check.sh

I made a systemmd service /etc/systemd/system/check_gpu.service with the following:

[Unit]
Description=Check GPU and set environment variables

[Service]
Type=oneshot
ExecStart=/usr/local/bin/gpu_check.sh
RemainAfterExit=true

[Install]
WantedBy=multi-user.target

Then run systemctl enable check_gpu.service and Then run systemctl start check_gpu.service


I now see that the Xorg log is located in /var/log/Xorg.0.log

I will remove my "fix" and add the Xorg log in another reply.


Edit: I fixed my script and added the info for a systemctl command for if anyone else who is a total noob decides to use this workaround as well

Last edited by AwkwaBear (2024-07-24 23:14:55)

Offline

#8 2024-07-24 21:49:31

AwkwaBear
Member
Registered: 2024-07-24
Posts: 12

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

seth wrote:

Wayland, KDE, and SDDM do not have an Xorg log

But xwayland does …
It's nice that we can force the system to do the right thing, but that should™ not be necessary and yo want to know where it fails because it might indicate a wider issue w/ the setup.

The posted jorunal excerpts don't contain any relevant information.

Okay sorry for the confusion I'm not super familiar with this stuff but I got two sets of logs Xorg.0.log and Xorg.1.log, not sure which is considered relevant.

I gathered these in the conditions with the issues present (igpu only mode with nvidia drivers installed)

There is a very good chance that I set something up improperly, I have been refering to the wiki a lot but am still super confident on what is necessary to be configured and what portions of the vulkan wiki are not relevant to my conditions.

Here is the output of Xorg.0.log:

[     5.890] (--) Log file renamed from "/var/log/Xorg.pid-711.log" to "/var/log/Xorg.0.log"
[     5.891] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[     5.891] Current Operating System: Linux archThinkPad 6.10.0-arch1-2 #1 SMP PREEMPT_DYNAMIC Mon, 22 Jul 2024 17:28:23 +0000 x86_64
[     5.891] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=12a92bb2-7abf-4e89-822c-d4547f08e8b8 rw loglevel=3 nowatchdog nvme_load=YES nvidia-drm.modeset=1 NVreg_EnableGpuFirmware=0
[     5.891]  
[     5.891] Current version of pixman: 0.43.4
[     5.891] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.891] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.891] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 24 11:37:38 2024
[     5.892] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.892] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.893] (==) No Layout section.  Using the first Screen section.
[     5.893] (==) No screen section available. Using defaults.
[     5.893] (**) |-->Screen "Default Screen Section" (0)
[     5.893] (**) |   |-->Monitor "<default monitor>"
[     5.893] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     5.893] (**) Allowing byte-swapped clients
[     5.893] (==) Automatically adding devices
[     5.893] (==) Automatically enabling devices
[     5.893] (==) Automatically adding GPU devices
[     5.893] (==) Automatically binding GPU devices
[     5.893] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.893] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     5.893] 	Entry deleted from font path.
[     5.894] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     5.894] 	Entry deleted from font path.
[     5.894] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     5.894] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     5.894] 	Entry deleted from font path.
[     5.894] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.894] 	Entry deleted from font path.
[     5.894] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     5.894] 	Entry deleted from font path.
[     5.894] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     5.894] 	Entry deleted from font path.
[     5.894] (==) FontPath set to:
	
[     5.894] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.894] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.894] (II) Module ABI versions:
[     5.894] 	X.Org ANSI C Emulation: 0.4
[     5.894] 	X.Org Video Driver: 25.2
[     5.894] 	X.Org XInput driver : 24.4
[     5.894] 	X.Org Server Extension : 10.0
[     5.894] (++) using VT number 2

[     5.894] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.894] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.894] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     5.901] (--) PCI:*(0@0:2:0) 8086:a7a0:17aa:2316 rev 4, Mem @ 0x6451000000/16777216, 0x4000000000/536870912, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[     5.901] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.901] (II) LoadModule: "glx"
[     5.901] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.906] (II) Module glx: vendor="X.Org Foundation"
[     5.906] 	compiled for 1.21.1.13, module version = 1.0.0
[     5.906] 	ABI class: X.Org Server Extension, version 10.0
[     5.906] (==) Matched intel as autoconfigured driver 0
[     5.906] (==) Matched modesetting as autoconfigured driver 1
[     5.906] (==) Matched fbdev as autoconfigured driver 2
[     5.906] (==) Matched vesa as autoconfigured driver 3
[     5.906] (==) Assigned the driver to the xf86ConfigLayout
[     5.906] (II) LoadModule: "intel"
[     5.908] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     5.909] (II) Module intel: vendor="X.Org Foundation"
[     5.909] 	compiled for 1.21.1.11, module version = 2.99.917
[     5.909] 	Module class: X.Org Video Driver
[     5.909] 	ABI class: X.Org Video Driver, version 25.2
[     5.909] (II) LoadModule: "modesetting"
[     5.909] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.911] (II) Module modesetting: vendor="X.Org Foundation"
[     5.911] 	compiled for 1.21.1.13, module version = 1.21.1
[     5.911] 	Module class: X.Org Video Driver
[     5.911] 	ABI class: X.Org Video Driver, version 25.2
[     5.911] (II) LoadModule: "fbdev"
[     5.912] (WW) Warning, couldn't open module fbdev
[     5.912] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     5.912] (II) LoadModule: "vesa"
[     5.912] (WW) Warning, couldn't open module vesa
[     5.912] (EE) Failed to load module "vesa" (module does not exist, 0)
[     5.912] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     5.912] (II) intel: Driver for Intel(R) HD Graphics
[     5.912] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     5.912] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     5.912] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.921] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20230929
[     5.921] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[     5.922] (WW) Falling back to old probe method for modesetting
[     5.922] (WW) intel(0): Unknown chipset
[     5.922] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 14 threads
[     5.922] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     5.922] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     5.922] (==) intel(0): RGB weight 888
[     5.922] (==) intel(0): Default visual is TrueColor
[     5.923] (II) intel(0): Output eDP1 has no monitor section
[     5.923] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     5.923] (II) intel(0): Enabled output eDP1
[     5.923] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     5.923] (II) intel(0): Output VIRTUAL1 has no monitor section
[     5.923] (II) intel(0): Enabled output VIRTUAL1
[     5.923] (--) intel(0): Output eDP1 using initial mode 2560x1600 on pipe 0
[     5.923] (==) intel(0): TearFree enabled
[     5.923] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.923] (++) intel(0): DPI set to (120, 120)
[     5.923] (II) Loading sub module "dri3"
[     5.923] (II) LoadModule: "dri3"
[     5.923] (II) Module "dri3" already built-in
[     5.923] (II) Loading sub module "dri2"
[     5.923] (II) LoadModule: "dri2"
[     5.923] (II) Module "dri2" already built-in
[     5.923] (II) Loading sub module "present"
[     5.923] (II) LoadModule: "present"
[     5.923] (II) Module "present" already built-in
[     5.923] (II) UnloadModule: "modesetting"
[     5.923] (II) Unloading modesetting
[     5.923] (II) intel(0): SNA initialized with generic backend
[     5.923] (==) intel(0): Backing store enabled
[     5.923] (==) intel(0): Silken mouse enabled
[     5.923] (II) intel(0): HW Cursor enabled
[     5.924] (==) intel(0): DPMS enabled
[     5.924] (==) intel(0): Display hotplug detection enabled
[     5.924] (II) intel(0): Textured video not supported on this hardware or backend
[     5.924] (II) intel(0): [DRI2] Setup complete
[     5.924] (II) intel(0): [DRI2]   DRI driver: i965
[     5.924] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     5.924] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     5.924] (II) intel(0): hardware support for Present enabled
[     5.924] (II) Initializing extension Generic Event Extension
[     5.924] (II) Initializing extension SHAPE
[     5.924] (II) Initializing extension MIT-SHM
[     5.924] (II) Initializing extension XInputExtension
[     5.924] (II) Initializing extension XTEST
[     5.924] (II) Initializing extension BIG-REQUESTS
[     5.925] (II) Initializing extension SYNC
[     5.925] (II) Initializing extension XKEYBOARD
[     5.925] (II) Initializing extension XC-MISC
[     5.925] (II) Initializing extension SECURITY
[     5.925] (II) Initializing extension XFIXES
[     5.925] (II) Initializing extension RENDER
[     5.925] (II) Initializing extension RANDR
[     5.925] (II) Initializing extension COMPOSITE
[     5.925] (II) Initializing extension DAMAGE
[     5.925] (II) Initializing extension MIT-SCREEN-SAVER
[     5.925] (II) Initializing extension DOUBLE-BUFFER
[     5.926] (II) Initializing extension RECORD
[     5.926] (II) Initializing extension DPMS
[     5.926] (II) Initializing extension Present
[     5.926] (II) Initializing extension DRI3
[     5.926] (II) Initializing extension X-Resource
[     5.926] (II) Initializing extension XVideo
[     5.926] (II) Initializing extension XVideo-MotionCompensation
[     5.926] (II) Initializing extension GLX
[     5.926] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[     5.926] (EE) AIGLX error: unable to load driver i965
[     6.001] (II) IGLX: Loaded and initialized swrast
[     6.001] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     6.001] (II) Initializing extension XFree86-VidModeExtension
[     6.001] (II) Initializing extension XFree86-DGA
[     6.001] (II) Initializing extension XFree86-DRI
[     6.001] (II) Initializing extension DRI2
[     6.005] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[     6.005] (II) intel(0): switch to mode 2560x1600@165.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     6.017] (II) intel(0): Setting screen physical size to 541 x 338
[     6.078] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     6.078] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.078] (II) LoadModule: "libinput"
[     6.078] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.080] (II) Module libinput: vendor="X.Org Foundation"
[     6.080] 	compiled for 1.21.1.13, module version = 1.4.0
[     6.080] 	Module class: X.Org XInput Driver
[     6.080] 	ABI class: X.Org XInput driver, version 24.4
[     6.080] (II) Using input driver 'libinput' for 'Video Bus'
[     6.080] (**) Video Bus: always reports core events
[     6.080] (**) Option "Device" "/dev/input/event6"
[     6.083] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     6.083] (II) event6  - Video Bus: device is a keyboard
[     6.083] (II) event6  - Video Bus: device removed
[     6.156] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7/event6"
[     6.156] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[     6.158] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     6.158] (II) event6  - Video Bus: device is a keyboard
[     6.159] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     6.159] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.159] (II) Using input driver 'libinput' for 'Video Bus'
[     6.159] (**) Video Bus: always reports core events
[     6.159] (**) Option "Device" "/dev/input/event5"
[     6.160] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     6.160] (II) event5  - Video Bus: device is a keyboard
[     6.161] (II) event5  - Video Bus: device removed
[     6.203] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/LNXVIDEO:00/input/input6/event5"
[     6.203] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.205] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     6.205] (II) event5  - Video Bus: device is a keyboard
[     6.205] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     6.205] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.205] (II) Using input driver 'libinput' for 'Power Button'
[     6.205] (**) Power Button: always reports core events
[     6.205] (**) Option "Device" "/dev/input/event2"
[     6.206] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.206] (II) event2  - Power Button: device is a keyboard
[     6.206] (II) event2  - Power Button: device removed
[     6.247] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[     6.247] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     6.249] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.249] (II) event2  - Power Button: device is a keyboard
[     6.249] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     6.249] (II) No input driver specified, ignoring this device.
[     6.249] (II) This device may have been added with another device file.
[     6.250] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     6.250] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     6.250] (II) Using input driver 'libinput' for 'Sleep Button'
[     6.250] (**) Sleep Button: always reports core events
[     6.250] (**) Option "Device" "/dev/input/event0"
[     6.250] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     6.250] (II) event0  - Sleep Button: device is a keyboard
[     6.251] (II) event0  - Sleep Button: device removed
[     6.276] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     6.276] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     6.277] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     6.277] (II) event0  - Sleep Button: device is a keyboard
[     6.278] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Mouse (/dev/input/event8)
[     6.278] (**) ELAN0686:00 04F3:320D Mouse: Applying InputClass "libinput pointer catchall"
[     6.278] (II) Using input driver 'libinput' for 'ELAN0686:00 04F3:320D Mouse'
[     6.278] (**) ELAN0686:00 04F3:320D Mouse: always reports core events
[     6.278] (**) Option "Device" "/dev/input/event8"
[     6.279] (II) event8  - ELAN0686:00 04F3:320D Mouse: is tagged by udev as: Mouse Pointingstick
[     6.280] (II) event8  - ELAN0686:00 04F3:320D Mouse: device is a pointer
[     6.280] (II) event8  - ELAN0686:00 04F3:320D Mouse: device removed
[     6.356] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.356] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.356] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.356] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-ELAN0686:00/0018:04F3:320D.0001/input/input13/event8"
[     6.356] (II) XINPUT: Adding extended input device "ELAN0686:00 04F3:320D Mouse" (type: MOUSE, id 10)
[     6.357] (**) Option "AccelerationScheme" "none"
[     6.357] (**) ELAN0686:00 04F3:320D Mouse: (accel) selected scheme none/0
[     6.357] (**) ELAN0686:00 04F3:320D Mouse: (accel) acceleration factor: 2.000
[     6.357] (**) ELAN0686:00 04F3:320D Mouse: (accel) acceleration threshold: 4
[     6.358] (II) event8  - ELAN0686:00 04F3:320D Mouse: is tagged by udev as: Mouse Pointingstick
[     6.359] (II) event8  - ELAN0686:00 04F3:320D Mouse: device is a pointer
[     6.360] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Mouse (/dev/input/mouse0)
[     6.360] (II) No input driver specified, ignoring this device.
[     6.360] (II) This device may have been added with another device file.
[     6.361] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Touchpad (/dev/input/event9)
[     6.361] (**) ELAN0686:00 04F3:320D Touchpad: Applying InputClass "libinput touchpad catchall"
[     6.361] (**) ELAN0686:00 04F3:320D Touchpad: Applying InputClass "touchpad catchall"
[     6.361] (**) ELAN0686:00 04F3:320D Touchpad: Applying InputClass "Default clickpad buttons"
[     6.361] (II) LoadModule: "synaptics"
[     6.361] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     6.364] (II) Module synaptics: vendor="X.Org Foundation"
[     6.364] 	compiled for 1.21.1.13, module version = 1.9.2
[     6.364] 	Module class: X.Org XInput Driver
[     6.364] 	ABI class: X.Org XInput driver, version 24.4
[     6.364] (II) Using input driver 'synaptics' for 'ELAN0686:00 04F3:320D Touchpad'
[     6.364] (**) ELAN0686:00 04F3:320D Touchpad: always reports core events
[     6.364] (**) Option "Device" "/dev/input/event9"
[     6.426] (II) synaptics: ELAN0686:00 04F3:320D Touchpad: found clickpad property
[     6.426] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: x-axis range 0 - 3528 (res 31)
[     6.426] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: y-axis range 0 - 2006 (res 31)
[     6.426] (II) synaptics: ELAN0686:00 04F3:320D Touchpad: device does not report pressure, will use touch data.
[     6.426] (II) synaptics: ELAN0686:00 04F3:320D Touchpad: device does not report finger width.
[     6.426] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: buttons: left double triple
[     6.426] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: Vendor 0x4f3 Product 0x320d
[     6.426] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: invalid pressure range.  defaulting to 0 - 255
[     6.426] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: invalid finger width range.  defaulting to 0 - 15
[     6.426] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     6.426] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: touchpad found
[     6.426] (**) ELAN0686:00 04F3:320D Touchpad: always reports core events
[     6.480] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-ELAN0686:00/0018:04F3:320D.0001/input/input15/event9"
[     6.480] (II) XINPUT: Adding extended input device "ELAN0686:00 04F3:320D Touchpad" (type: TOUCHPAD, id 11)
[     6.480] (**) synaptics: ELAN0686:00 04F3:320D Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[     6.480] (**) synaptics: ELAN0686:00 04F3:320D Touchpad: (accel) MaxSpeed is now 1.75
[     6.480] (**) synaptics: ELAN0686:00 04F3:320D Touchpad: (accel) AccelFactor is now 0.049
[     6.480] (**) ELAN0686:00 04F3:320D Touchpad: (accel) keeping acceleration scheme 1
[     6.480] (**) ELAN0686:00 04F3:320D Touchpad: (accel) acceleration profile 1
[     6.480] (**) ELAN0686:00 04F3:320D Touchpad: (accel) acceleration factor: 2.000
[     6.480] (**) ELAN0686:00 04F3:320D Touchpad: (accel) acceleration threshold: 4
[     6.480] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: touchpad found
[     6.481] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Touchpad (/dev/input/mouse1)
[     6.481] (**) ELAN0686:00 04F3:320D Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[     6.481] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event11)
[     6.481] (II) No input driver specified, ignoring this device.
[     6.481] (II) This device may have been added with another device file.
[     6.482] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event12)
[     6.482] (**) sof-hda-dsp Headphone: Applying InputClass "libinput keyboard catchall"
[     6.482] (II) Using input driver 'libinput' for 'sof-hda-dsp Headphone'
[     6.482] (**) sof-hda-dsp Headphone: always reports core events
[     6.482] (**) Option "Device" "/dev/input/event12"
[     6.483] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[     6.483] (II) event12 - sof-hda-dsp Headphone: device is a keyboard
[     6.483] (II) event12 - sof-hda-dsp Headphone: device removed
[     6.553] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17/event12"
[     6.553] (II) XINPUT: Adding extended input device "sof-hda-dsp Headphone" (type: KEYBOARD, id 12)
[     6.555] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[     6.555] (II) event12 - sof-hda-dsp Headphone: device is a keyboard
[     6.556] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event13)
[     6.556] (II) No input driver specified, ignoring this device.
[     6.556] (II) This device may have been added with another device file.
[     6.557] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event14)
[     6.557] (II) No input driver specified, ignoring this device.
[     6.557] (II) This device may have been added with another device file.
[     6.557] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event15)
[     6.557] (II) No input driver specified, ignoring this device.
[     6.557] (II) This device may have been added with another device file.
[     6.559] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     6.559] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.559] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.559] (**) AT Translated Set 2 keyboard: always reports core events
[     6.559] (**) Option "Device" "/dev/input/event3"
[     6.560] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.561] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.562] (II) event3  - AT Translated Set 2 keyboard: device removed
[     6.590] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     6.590] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[     6.591] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.591] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.594] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event10)
[     6.594] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[     6.594] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[     6.594] (**) TPPS/2 Elan TrackPoint: always reports core events
[     6.594] (**) Option "Device" "/dev/input/event10"
[     6.595] (II) event10 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     6.595] (II) event10 - TPPS/2 Elan TrackPoint: device is a pointer
[     6.596] (II) event10 - TPPS/2 Elan TrackPoint: device removed
[     6.653] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.653] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.653] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.653] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event10"
[     6.653] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 14)
[     6.653] (**) Option "AccelerationScheme" "none"
[     6.653] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[     6.653] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[     6.653] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[     6.656] (II) event10 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     6.656] (II) event10 - TPPS/2 Elan TrackPoint: device is a pointer
[     6.658] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse2)
[     6.658] (II) No input driver specified, ignoring this device.
[     6.658] (II) This device may have been added with another device file.
[     6.659] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[     6.659] (II) No input driver specified, ignoring this device.
[     6.659] (II) This device may have been added with another device file.
[     6.662] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[     6.662] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     6.662] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     6.662] (**) ThinkPad Extra Buttons: always reports core events
[     6.662] (**) Option "Device" "/dev/input/event4"
[     6.664] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     6.665] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[     6.665] (II) event4  - ThinkPad Extra Buttons: device removed
[     6.710] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
[     6.710] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[     6.711] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     6.711] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[     6.734] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event13)
[     6.734] (II) No input driver specified, ignoring this device.
[     6.734] (II) This device may have been added with another device file.
[     6.734] (II) config/udev: removing device sof-hda-dsp Headphone
[     6.734] (II) event12 - sof-hda-dsp Headphone: device removed
[     6.780] (II) UnloadModule: "libinput"
[     6.780] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event12)
[     6.780] (**) sof-hda-dsp Headphone: Applying InputClass "libinput keyboard catchall"
[     6.780] (II) Using input driver 'libinput' for 'sof-hda-dsp Headphone'
[     6.780] (**) sof-hda-dsp Headphone: always reports core events
[     6.780] (**) Option "Device" "/dev/input/event12"
[     6.781] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[     6.781] (II) event12 - sof-hda-dsp Headphone: device is a keyboard
[     6.782] (II) event12 - sof-hda-dsp Headphone: device removed
[     6.823] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17/event12"
[     6.823] (II) XINPUT: Adding extended input device "sof-hda-dsp Headphone" (type: KEYBOARD, id 12)
[     6.824] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[     6.824] (II) event12 - sof-hda-dsp Headphone: device is a keyboard
[     6.826] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event14)
[     6.826] (II) No input driver specified, ignoring this device.
[     6.826] (II) This device may have been added with another device file.
[     6.826] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event11)
[     6.826] (II) No input driver specified, ignoring this device.
[     6.826] (II) This device may have been added with another device file.
[     6.826] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event15)
[     6.826] (II) No input driver specified, ignoring this device.
[     6.826] (II) This device may have been added with another device file.
[     7.925] (II) intel(0): EDID vendor "BOE", prod id 2784
[     7.925] (II) intel(0): Using EDID range info for horizontal sync
[     7.925] (II) intel(0): Using EDID range info for vertical refresh
[     7.925] (II) intel(0): Printing DDC gathered Modelines:
[     7.925] (II) intel(0): Modeline "2560x1600"x0.0  282.67  2560 2608 2640 2720  1600 1603 1609 1732 +hsync -vsync (103.9 kHz eP)
[    10.266] (II) event6  - Video Bus: device removed
[    10.353] (II) event5  - Video Bus: device removed
[    10.406] (II) event2  - Power Button: device removed
[    10.423] (II) event0  - Sleep Button: device removed
[    10.446] (II) event8  - ELAN0686:00 04F3:320D Mouse: device removed
[    10.550] (II) event3  - AT Translated Set 2 keyboard: device removed
[    10.577] (II) event10 - TPPS/2 Elan TrackPoint: device removed
[    10.626] (II) event4  - ThinkPad Extra Buttons: device removed
[    10.653] (II) event12 - sof-hda-dsp Headphone: device removed

and here is the output of Xorg.1.log:

[   507.154] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[   507.154] (--) Log file renamed from "/var/log/Xorg.pid-3051.log" to "/var/log/Xorg.1.log"
[   507.154] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[   507.154] Current Operating System: Linux archThinkPad 6.9.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 05 Jul 2024 22:11:24 +0000 x86_64
[   507.154] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=12a92bb2-7abf-4e89-822c-d4547f08e8b8 rw loglevel=3 quiet
[   507.154]  
[   507.154] Current version of pixman: 0.43.4
[   507.154] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   507.154] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   507.154] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Jul 11 16:29:13 2024
[   507.155] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   507.155] (==) No Layout section.  Using the first Screen section.
[   507.155] (==) No screen section available. Using defaults.
[   507.155] (**) |-->Screen "Default Screen Section" (0)
[   507.155] (**) |   |-->Monitor "<default monitor>"
[   507.155] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   507.155] (**) Allowing byte-swapped clients
[   507.155] (==) Automatically adding devices
[   507.155] (==) Automatically enabling devices
[   507.155] (==) Automatically adding GPU devices
[   507.155] (==) Automatically binding GPU devices
[   507.155] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   507.155] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   507.155] 	Entry deleted from font path.
[   507.155] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[   507.155] 	Entry deleted from font path.
[   507.155] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[   507.155] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   507.155] 	Entry deleted from font path.
[   507.155] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   507.155] 	Entry deleted from font path.
[   507.155] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   507.155] 	Entry deleted from font path.
[   507.155] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   507.155] 	Entry deleted from font path.
[   507.155] (==) FontPath set to:
	
[   507.155] (==) ModulePath set to "/usr/lib/xorg/modules"
[   507.155] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   507.155] (II) Module ABI versions:
[   507.155] 	X.Org ANSI C Emulation: 0.4
[   507.155] 	X.Org Video Driver: 25.2
[   507.155] 	X.Org XInput driver : 24.4
[   507.155] 	X.Org Server Extension : 10.0
[   507.156] (++) using VT number 1

[   507.156] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   507.156] (II) xfree86: Adding drm device (/dev/dri/card1)
[   507.156] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[   507.159] (--) PCI:*(0@0:2:0) 8086:a7a0:17aa:2316 rev 4, Mem @ 0x6451000000/16777216, 0x4000000000/536870912, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[   507.159] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   507.159] (II) LoadModule: "glx"
[   507.159] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   507.161] (II) Module glx: vendor="X.Org Foundation"
[   507.161] 	compiled for 1.21.1.13, module version = 1.0.0
[   507.161] 	ABI class: X.Org Server Extension, version 10.0
[   507.161] (==) Matched intel as autoconfigured driver 0
[   507.161] (==) Matched modesetting as autoconfigured driver 1
[   507.161] (==) Matched fbdev as autoconfigured driver 2
[   507.161] (==) Matched vesa as autoconfigured driver 3
[   507.161] (==) Assigned the driver to the xf86ConfigLayout
[   507.161] (II) LoadModule: "intel"
[   507.161] (WW) Warning, couldn't open module intel
[   507.161] (EE) Failed to load module "intel" (module does not exist, 0)
[   507.161] (II) LoadModule: "modesetting"
[   507.161] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   507.162] (II) Module modesetting: vendor="X.Org Foundation"
[   507.162] 	compiled for 1.21.1.13, module version = 1.21.1
[   507.162] 	Module class: X.Org Video Driver
[   507.162] 	ABI class: X.Org Video Driver, version 25.2
[   507.162] (II) LoadModule: "fbdev"
[   507.162] (WW) Warning, couldn't open module fbdev
[   507.162] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   507.162] (II) LoadModule: "vesa"
[   507.162] (WW) Warning, couldn't open module vesa
[   507.162] (EE) Failed to load module "vesa" (module does not exist, 0)
[   507.162] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   507.605] (II) modeset(0): using drv /dev/dri/card1
[   507.605] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   507.605] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   507.605] (==) modeset(0): RGB weight 888
[   507.605] (==) modeset(0): Default visual is TrueColor
[   507.605] (II) Loading sub module "glamoregl"
[   507.605] (II) LoadModule: "glamoregl"
[   507.606] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   507.609] (II) Module glamoregl: vendor="X.Org Foundation"
[   507.609] 	compiled for 1.21.1.13, module version = 1.0.1
[   507.609] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   507.652] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (RPL-P)
[   507.652] (II) modeset(0): glamor initialized
[   507.652] (==) modeset(0): VariableRefresh: disabled
[   507.652] (==) modeset(0): AsyncFlipSecondaries: disabled
[   507.655] (II) modeset(0): Output eDP-1 has no monitor section
[   507.658] (II) modeset(0): EDID for output eDP-1
[   507.658] (II) modeset(0): Manufacturer: BOE  Model: ae0  Serial#: 0
[   507.658] (II) modeset(0): Year: 2021  Week: 44
[   507.659] (II) modeset(0): EDID Version: 1.4
[   507.659] (II) modeset(0): Digital Display Input
[   507.659] (II) modeset(0): 10 bits per channel
[   507.659] (II) modeset(0): Digital interface is DisplayPort
[   507.659] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 21
[   507.659] (II) modeset(0): Gamma: 2.20
[   507.659] (II) modeset(0): No DPMS capabilities specified
[   507.659] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[   507.659] (II) modeset(0): First detailed timing is preferred mode
[   507.659] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   507.659] (II) modeset(0): Display is continuous-frequency
[   507.659] (II) modeset(0): redX: 0.642 redY: 0.335   greenX: 0.300 greenY: 0.621
[   507.659] (II) modeset(0): blueX: 0.151 blueY: 0.061   whiteX: 0.313 whiteY: 0.329
[   507.659] (II) modeset(0): Manufacturer's mask: 0
[   507.659] (II) modeset(0): Supported detailed timing:
[   507.659] (II) modeset(0): clock: 282.7 MHz   Image Size:  344 x 215 mm
[   507.659] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[   507.659] (II) modeset(0): v_active: 1600  v_sync: 1603  v_sync_end 1609 v_blanking: 1732 v_border: 0
[   507.659] (II) modeset(0): Ranges: V min: 60 V max: 165 Hz, H min: 286 H max: 286 kHz, PixClock max 785 MHz
[   507.659] (II) modeset(0):  BOE CQ
[   507.659] (II) modeset(0):  NE160QDM-NY1
[   507.659] (II) modeset(0): Number of EDID sections to follow: 1
[   507.659] (II) modeset(0): EDID (in hex):
[   507.659] (II) modeset(0): 	00ffffffffffff0009e5e00a00000000
[   507.659] (II) modeset(0): 	2c1f0104b5221578037ce5a4554c9f26
[   507.659] (II) modeset(0): 	0f505400000001010101010101010101
[   507.659] (II) modeset(0): 	0101010101016b6e00a0a04084603020
[   507.659] (II) modeset(0): 	360058d71000001a000000fd0c3ca51f
[   507.659] (II) modeset(0): 	1f4e010a202020202020000000fe0042
[   507.659] (II) modeset(0): 	4f452043510a202020202020000000fe
[   507.659] (II) modeset(0): 	004e4531363051444d2d4e59310a0180
[   507.659] (II) modeset(0): 	7013790000030114a52f0185ff099f00
[   507.659] (II) modeset(0): 	2f001f003f0683000200050000000000
[   507.659] (II) modeset(0): 	00000000000000000000000000000000
[   507.659] (II) modeset(0): 	00000000000000000000000000000000
[   507.659] (II) modeset(0): 	00000000000000000000000000000000
[   507.659] (II) modeset(0): 	00000000000000000000000000000000
[   507.659] (II) modeset(0): 	00000000000000000000000000000000
[   507.659] (II) modeset(0): 	00000000000000000000000000003e90
[   507.659] (II) modeset(0): Printing probed modes for output eDP-1
[   507.659] (II) modeset(0): Modeline "2560x1600"x165.0  777.34  2560 2608 2640 2720  1600 1603 1609 1732 -hsync -vsync (285.8 kHz eP)
[   507.659] (II) modeset(0): Modeline "2560x1600"x60.0  282.67  2560 2608 2640 2720  1600 1603 1609 1732 +hsync -vsync (103.9 kHz eP)
[   507.659] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[   507.659] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[   507.659] (II) modeset(0): Modeline "2560x1440"x60.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[   507.659] (II) modeset(0): Modeline "2560x1440"x60.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[   507.659] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[   507.659] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[   507.659] (II) modeset(0): Modeline "2048x1536"x85.0  388.04  2048 2216 2440 2832  1536 1537 1540 1612 -hsync +vsync (137.0 kHz d)
[   507.659] (II) modeset(0): Modeline "2048x1536"x75.0  340.48  2048 2216 2440 2832  1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
[   507.659] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[   507.659] (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[   507.659] (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[   507.659] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[   507.659] (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[   507.659] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[   507.659] (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[   507.659] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[   507.659] (II) modeset(0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[   507.659] (II) modeset(0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[   507.659] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[   507.659] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[   507.659] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[   507.659] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[   507.659] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   507.659] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   507.659] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   507.659] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   507.659] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[   507.659] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[   507.659] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[   507.659] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[   507.659] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[   507.659] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   507.659] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   507.659] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[   507.659] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   507.659] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   507.659] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   507.659] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   507.659] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   507.659] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[   507.659] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[   507.659] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   507.659] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   507.659] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   507.659] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[   507.659] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   507.659] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   507.659] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   507.659] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   507.659] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   507.659] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   507.659] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   507.659] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   507.659] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   507.659] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[   507.659] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   507.659] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   507.659] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   507.659] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   507.659] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[   507.659] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[   507.659] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   507.659] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[   507.659] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[   507.659] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[   507.659] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   507.659] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[   507.659] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[   507.659] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[   507.659] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   507.659] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[   507.659] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   507.659] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[   507.659] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   507.659] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   507.659] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   507.659] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   507.659] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   507.659] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   507.659] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   507.659] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[   507.659] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   507.659] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   507.659] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   507.659] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   507.659] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[   507.659] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[   507.659] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[   507.659] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[   507.659] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   507.659] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[   507.659] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[   507.659] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[   507.659] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   507.659] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   507.659] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   507.659] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   507.659] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   507.659] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   507.659] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[   507.659] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   507.659] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   507.659] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   507.659] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[   507.659] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[   507.659] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   507.659] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   507.659] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   507.659] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[   507.659] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   507.659] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[   507.659] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[   507.659] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[   507.659] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   507.659] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   507.660] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   507.660] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[   507.660] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   507.660] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   507.660] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   507.660] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   507.660] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[   507.660] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[   507.660] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   507.660] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   507.660] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   507.660] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   507.660] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[   507.660] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[   507.660] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[   507.660] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[   507.660] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   507.660] (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)
[   507.660] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   507.660] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   507.660] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[   507.660] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   507.660] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   507.660] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[   507.660] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[   507.660] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[   507.660] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   507.660] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   507.660] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   507.660] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   507.660] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[   507.660] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[   507.660] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[   507.660] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   507.660] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   507.660] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   507.660] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[   507.660] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[   507.660] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   507.660] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   507.660] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[   507.660] (II) modeset(0): Output eDP-1 connected
[   507.660] (II) modeset(0): Using exact sizes for initial modes
[   507.660] (II) modeset(0): Output eDP-1 using initial mode 2560x1600 +0+0
[   507.660] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   507.660] (==) modeset(0): DPI set to (96, 96)
[   507.660] (II) Loading sub module "fb"
[   507.660] (II) LoadModule: "fb"
[   507.660] (II) Module "fb" already built-in
[   507.673] (==) modeset(0): Backing store enabled
[   507.673] (==) modeset(0): Silken mouse enabled
[   507.709] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   507.709] (==) modeset(0): DPMS enabled
[   507.710] (II) modeset(0): [DRI2] Setup complete
[   507.710] (II) modeset(0): [DRI2]   DRI driver: iris
[   507.710] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[   507.710] (II) Initializing extension Generic Event Extension
[   507.710] (II) Initializing extension SHAPE
[   507.710] (II) Initializing extension MIT-SHM
[   507.710] (II) Initializing extension XInputExtension
[   507.711] (II) Initializing extension XTEST
[   507.711] (II) Initializing extension BIG-REQUESTS
[   507.711] (II) Initializing extension SYNC
[   507.711] (II) Initializing extension XKEYBOARD
[   507.711] (II) Initializing extension XC-MISC
[   507.712] (II) Initializing extension SECURITY
[   507.712] (II) Initializing extension XFIXES
[   507.712] (II) Initializing extension RENDER
[   507.712] (II) Initializing extension RANDR
[   507.712] (II) Initializing extension COMPOSITE
[   507.713] (II) Initializing extension DAMAGE
[   507.713] (II) Initializing extension MIT-SCREEN-SAVER
[   507.713] (II) Initializing extension DOUBLE-BUFFER
[   507.713] (II) Initializing extension RECORD
[   507.713] (II) Initializing extension DPMS
[   507.713] (II) Initializing extension Present
[   507.714] (II) Initializing extension DRI3
[   507.714] (II) Initializing extension X-Resource
[   507.714] (II) Initializing extension XVideo
[   507.714] (II) Initializing extension XVideo-MotionCompensation
[   507.714] (II) Initializing extension GLX
[   507.721] (II) AIGLX: Loaded and initialized iris
[   507.721] (II) GLX: Initialized DRI2 GL provider for screen 0
[   507.721] (II) Initializing extension XFree86-VidModeExtension
[   507.721] (II) Initializing extension XFree86-DGA
[   507.721] (II) Initializing extension XFree86-DRI
[   507.721] (II) Initializing extension DRI2
[   507.722] (II) modeset(0): Damage tracking initialized
[   507.722] (II) modeset(0): Setting screen physical size to 677 x 423
[   507.758] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[   507.759] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   507.759] (II) LoadModule: "libinput"
[   507.759] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   507.760] (II) Module libinput: vendor="X.Org Foundation"
[   507.760] 	compiled for 1.21.1.13, module version = 1.4.0
[   507.760] 	Module class: X.Org XInput Driver
[   507.760] 	ABI class: X.Org XInput driver, version 24.4
[   507.760] (II) Using input driver 'libinput' for 'Video Bus'
[   507.760] (**) Video Bus: always reports core events
[   507.760] (**) Option "Device" "/dev/input/event6"
[   507.761] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   507.761] (II) event6  - Video Bus: device is a keyboard
[   507.762] (II) event6  - Video Bus: device removed
[   507.846] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7/event6"
[   507.846] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[   507.848] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   507.848] (II) event6  - Video Bus: device is a keyboard
[   507.849] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[   507.849] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   507.849] (II) Using input driver 'libinput' for 'Video Bus'
[   507.849] (**) Video Bus: always reports core events
[   507.849] (**) Option "Device" "/dev/input/event5"
[   507.850] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   507.850] (II) event5  - Video Bus: device is a keyboard
[   507.850] (II) event5  - Video Bus: device removed
[   507.903] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/LNXVIDEO:00/input/input6/event5"
[   507.903] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   507.905] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[   507.905] (II) event5  - Video Bus: device is a keyboard
[   507.906] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   507.906] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   507.906] (II) Using input driver 'libinput' for 'Power Button'
[   507.906] (**) Power Button: always reports core events
[   507.906] (**) Option "Device" "/dev/input/event2"
[   507.907] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   507.907] (II) event2  - Power Button: device is a keyboard
[   507.907] (II) event2  - Power Button: device removed
[   507.950] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[   507.950] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   507.951] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   507.951] (II) event2  - Power Button: device is a keyboard
[   507.952] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   507.952] (II) No input driver specified, ignoring this device.
[   507.952] (II) This device may have been added with another device file.
[   507.953] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[   507.953] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   507.953] (II) Using input driver 'libinput' for 'Sleep Button'
[   507.953] (**) Sleep Button: always reports core events
[   507.953] (**) Option "Device" "/dev/input/event0"
[   507.954] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   507.954] (II) event0  - Sleep Button: device is a keyboard
[   507.954] (II) event0  - Sleep Button: device removed
[   508.000] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[   508.000] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   508.001] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   508.001] (II) event0  - Sleep Button: device is a keyboard
[   508.002] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Mouse (/dev/input/event8)
[   508.002] (**) ELAN0686:00 04F3:320D Mouse: Applying InputClass "libinput pointer catchall"
[   508.002] (II) Using input driver 'libinput' for 'ELAN0686:00 04F3:320D Mouse'
[   508.002] (**) ELAN0686:00 04F3:320D Mouse: always reports core events
[   508.002] (**) Option "Device" "/dev/input/event8"
[   508.004] (II) event8  - ELAN0686:00 04F3:320D Mouse: is tagged by udev as: Mouse Pointingstick
[   508.004] (II) event8  - ELAN0686:00 04F3:320D Mouse: device is a pointer
[   508.005] (II) event8  - ELAN0686:00 04F3:320D Mouse: device removed
[   508.056] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   508.056] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   508.056] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   508.056] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-ELAN0686:00/0018:04F3:320D.0001/input/input13/event8"
[   508.056] (II) XINPUT: Adding extended input device "ELAN0686:00 04F3:320D Mouse" (type: MOUSE, id 10)
[   508.057] (**) Option "AccelerationScheme" "none"
[   508.057] (**) ELAN0686:00 04F3:320D Mouse: (accel) selected scheme none/0
[   508.057] (**) ELAN0686:00 04F3:320D Mouse: (accel) acceleration factor: 2.000
[   508.057] (**) ELAN0686:00 04F3:320D Mouse: (accel) acceleration threshold: 4
[   508.058] (II) event8  - ELAN0686:00 04F3:320D Mouse: is tagged by udev as: Mouse Pointingstick
[   508.059] (II) event8  - ELAN0686:00 04F3:320D Mouse: device is a pointer
[   508.060] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Mouse (/dev/input/mouse0)
[   508.060] (II) No input driver specified, ignoring this device.
[   508.060] (II) This device may have been added with another device file.
[   508.061] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Touchpad (/dev/input/event9)
[   508.061] (**) ELAN0686:00 04F3:320D Touchpad: Applying InputClass "libinput touchpad catchall"
[   508.061] (II) Using input driver 'libinput' for 'ELAN0686:00 04F3:320D Touchpad'
[   508.061] (**) ELAN0686:00 04F3:320D Touchpad: always reports core events
[   508.061] (**) Option "Device" "/dev/input/event9"
[   508.062] (II) event9  - ELAN0686:00 04F3:320D Touchpad: is tagged by udev as: Touchpad
[   508.064] (II) event9  - ELAN0686:00 04F3:320D Touchpad: device is a touchpad
[   508.064] (II) event9  - ELAN0686:00 04F3:320D Touchpad: device removed
[   508.130] (II) libinput: ELAN0686:00 04F3:320D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   508.130] (II) libinput: ELAN0686:00 04F3:320D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   508.130] (II) libinput: ELAN0686:00 04F3:320D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   508.130] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-11/i2c-ELAN0686:00/0018:04F3:320D.0001/input/input15/event9"
[   508.131] (II) XINPUT: Adding extended input device "ELAN0686:00 04F3:320D Touchpad" (type: TOUCHPAD, id 11)
[   508.133] (**) Option "AccelerationScheme" "none"
[   508.133] (**) ELAN0686:00 04F3:320D Touchpad: (accel) selected scheme none/0
[   508.133] (**) ELAN0686:00 04F3:320D Touchpad: (accel) acceleration factor: 2.000
[   508.133] (**) ELAN0686:00 04F3:320D Touchpad: (accel) acceleration threshold: 4
[   508.134] (II) event9  - ELAN0686:00 04F3:320D Touchpad: is tagged by udev as: Touchpad
[   508.136] (II) event9  - ELAN0686:00 04F3:320D Touchpad: device is a touchpad
[   508.137] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Touchpad (/dev/input/mouse1)
[   508.137] (II) No input driver specified, ignoring this device.
[   508.137] (II) This device may have been added with another device file.
[   508.137] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event11)
[   508.137] (II) No input driver specified, ignoring this device.
[   508.137] (II) This device may have been added with another device file.
[   508.138] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event12)
[   508.138] (**) sof-hda-dsp Headphone: Applying InputClass "libinput keyboard catchall"
[   508.138] (II) Using input driver 'libinput' for 'sof-hda-dsp Headphone'
[   508.138] (**) sof-hda-dsp Headphone: always reports core events
[   508.138] (**) Option "Device" "/dev/input/event12"
[   508.138] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[   508.139] (II) event12 - sof-hda-dsp Headphone: device is a keyboard
[   508.139] (II) event12 - sof-hda-dsp Headphone: device removed
[   508.203] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17/event12"
[   508.203] (II) XINPUT: Adding extended input device "sof-hda-dsp Headphone" (type: KEYBOARD, id 12)
[   508.205] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[   508.205] (II) event12 - sof-hda-dsp Headphone: device is a keyboard
[   508.206] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event13)
[   508.206] (II) No input driver specified, ignoring this device.
[   508.206] (II) This device may have been added with another device file.
[   508.206] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event14)
[   508.206] (II) No input driver specified, ignoring this device.
[   508.206] (II) This device may have been added with another device file.
[   508.207] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event15)
[   508.207] (II) No input driver specified, ignoring this device.
[   508.207] (II) This device may have been added with another device file.
[   508.207] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   508.207] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   508.207] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   508.207] (**) AT Translated Set 2 keyboard: always reports core events
[   508.207] (**) Option "Device" "/dev/input/event3"
[   508.208] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   508.208] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   508.209] (II) event3  - AT Translated Set 2 keyboard: device removed
[   508.246] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   508.246] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[   508.248] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   508.248] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   508.250] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event10)
[   508.250] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[   508.250] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[   508.250] (**) TPPS/2 Elan TrackPoint: always reports core events
[   508.250] (**) Option "Device" "/dev/input/event10"
[   508.251] (II) event10 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[   508.251] (II) event10 - TPPS/2 Elan TrackPoint: device is a pointer
[   508.252] (II) event10 - TPPS/2 Elan TrackPoint: device removed
[   508.320] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[   508.320] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[   508.320] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[   508.320] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event10"
[   508.320] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 14)
[   508.320] (**) Option "AccelerationScheme" "none"
[   508.320] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[   508.320] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[   508.320] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[   508.321] (II) event10 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[   508.322] (II) event10 - TPPS/2 Elan TrackPoint: device is a pointer
[   508.324] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse2)
[   508.324] (II) No input driver specified, ignoring this device.
[   508.324] (II) This device may have been added with another device file.
[   508.324] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[   508.324] (II) No input driver specified, ignoring this device.
[   508.324] (II) This device may have been added with another device file.
[   508.327] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[   508.327] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[   508.327] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[   508.327] (**) ThinkPad Extra Buttons: always reports core events
[   508.327] (**) Option "Device" "/dev/input/event4"
[   508.328] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   508.328] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[   508.328] (II) event4  - ThinkPad Extra Buttons: device removed
[   508.366] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
[   508.366] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[   508.368] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   508.368] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[   517.289] (II) event6  - Video Bus: device removed
[   517.356] (II) event5  - Video Bus: device removed
[   517.430] (II) event2  - Power Button: device removed
[   517.470] (II) event0  - Sleep Button: device removed
[   517.496] (II) event8  - ELAN0686:00 04F3:320D Mouse: device removed
[   517.546] (II) event9  - ELAN0686:00 04F3:320D Touchpad: device removed
[   517.620] (II) event12 - sof-hda-dsp Headphone: device removed
[   517.683] (II) event3  - AT Translated Set 2 keyboard: device removed
[   517.706] (II) event10 - TPPS/2 Elan TrackPoint: device removed
[   517.773] (II) event4  - ThinkPad Extra Buttons: device removed
[   517.826] (II) UnloadModule: "libinput"
[   517.826] (II) UnloadModule: "libinput"
[   517.826] (II) UnloadModule: "libinput"
[   517.826] (II) UnloadModule: "libinput"
[   517.826] (II) UnloadModule: "libinput"
[   517.826] (II) UnloadModule: "libinput"
[   517.827] (II) UnloadModule: "libinput"
[   517.827] (II) UnloadModule: "libinput"
[   517.827] (II) UnloadModule: "libinput"
[   517.827] (II) UnloadModule: "libinput"
[   517.866] (II) Server terminated successfully (0). Closing log file.

Let me know if there is any more information I can provide

Offline

#9 2024-08-02 23:34:06

AwkwaBear
Member
Registered: 2024-07-24
Posts: 12

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

AwkwaBear wrote:

My current janky workaround fix is to set a system service that runs this script on boot.

I made the following script /usr/local/bin/gpu_check.sh with these contents:

#!/bin/sh

LOGFILE="/var/log/check_gpu.log"
echo "Running check_gpu.sh script" >> $LOGFILE

# The following script is to prevent large delays when nvidia drivers are installed from vulkan programs trying to access the dGPU
# and it has been turned off to run the laptop in integrated graphics only mode
# chromium and other vulkan apps will take 30+ seconds to load because they attempt to use nvidia-utils first and error out
# before finally switching to use the iGPU for vulkan
# this script makes a check for if the dGPU is on or not and then will set environment variables to force applications to
# skip the nvidia-utils vulkan drivers and go straight to the intel iGPU
# At boot a Systemd service check_gpu.service will run and add environment variables to /etc/environment

if lspci | grep -q "NVIDIA"; then
    echo "NVIDIA GPU IS ACTIVE" >> $LOGFILE
    
    sed -i '\#These environment variables are set automatically at run by check_gpu.service and script /usr/local/bin/check_gpu.sh to see if the dGPU is deactivated to prevent vulkan apps from trying to use it#d' /etc/environment
    sed -i '/DGPU_ACTIVE=true/d' /etc/environment
    sed -i '/__GLX_VENDOR_LIBRARY_NAME=mesa/d' /etc/environment
    sed -i '/__EGL_VENDOR_LIBRARY_FILENAMES=\/usr\/share\/glvnd\/egl_vendor.d\/50_mesa.json/d' /etc/environment
    sed -i '/MESA_LOADER_DRIVER_OVERRIDE=iris/d' /etc/environment
    sed -i '/VK_DRIVER_FILES=\/usr\/share\/vulkan\/icd.d\/intel_icd.x86_64.json/d' /etc/environment
    
    echo "Deleted Environment Variables" >> $LOGFILE

else
    echo "NO dGPU" >> $LOGFILE


    grep -q "# These environment variables are set automatically at run by check_gpu.service and script /usr/local/bin/check_gpu.sh to see if the dGPU is deactivated to prevent vulkan apps from trying to use it" || echo "# These environment variables are set automatically at run by check_gpu.service and script /usr/local/bin/check_gpu.sh to see if the dGPU is deactivated to prevent vulkan apps from trying to use it" >> /etc/environment
    grep -q "DGPU_ACTIVE=true" /etc/environment || echo "DGPU_ACTIVE=true" >> /etc/environment
    grep -q "__GLX_VENDOR_LIBRARY_NAME=mesa" /etc/environment || echo "__GLX_VENDOR_LIBRARY_NAME=mesa" >> /etc/environment
    grep -q "__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json" /etc/environment || echo "__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json" >> /etc/environment
    grep -q "MESA_LOADER_DRIVER_OVERRIDE=iris" /etc/environment || echo "MESA_LOADER_DRIVER_OVERRIDE=iris" >> /etc/environment
    grep -q "VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json" /etc/environment || echo "VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json" >> /etc/environment

    echo "Set environment variables" >> $LOGFILE
fi

then run sudo chmod +x /usr/local/bin/gpu_check.sh

I made a systemmd service /etc/systemd/system/check_gpu.service with the following:

[Unit]
Description=Check GPU and set environment variables

[Service]
Type=oneshot
ExecStart=/usr/local/bin/gpu_check.sh
RemainAfterExit=true

[Install]
WantedBy=multi-user.target

Then run systemctl enable check_gpu.service and Then run systemctl start check_gpu.service


I have been using this workaround for the last week or so and it seems to work totally fine, I have absolutely no more issues with apps crashing or acting weird.

I am marking this post as solved

Offline

#10 2024-08-03 06:00:36

seth
Member
Registered: 2012-09-03
Posts: 56,197

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

Sorry, missed your reply.

[     5.926] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[     5.926] (EE) AIGLX error: unable to load driver i965

Get rid of xf86-video-intel and see whether your workaround remains necessary (likely not)

Offline

#11 2024-08-03 06:48:33

AwkwaBear
Member
Registered: 2024-07-24
Posts: 12

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

I just checked and I don't think I have that package installed.

I might have something else installed thats related thats causing issues tho.

This is what i get when searching.

pacman -Q | grep intel

                                         
intel-gmmlib 22.3.20-1
intel-hybrid-codec-driver-git 2.0.0.r6.gb0c7970d-1
intel-media-driver 24.2.5-1
vulkan-intel 1:24.1.4-2

 
       
pacman -Q | grep xf86:     

                                       
lib32-libxxf86vm 1.1.5-1
libxxf86vm 1.1.5-2
xf86-input-libinput 1.4.0-2
xf86-input-synaptics 1.9.2-2
xf86-input-wacom 1.2.2-1

Heres a full list of packages installed:

1password 8.10.36-46
a52dec 0.8.0-2
abseil-cpp 20240116.2-2
accounts-qml-module 0.7-6
accountsservice 23.13.9-2
acl 2.3.2-1
adobe-source-code-pro-fonts 2.042u+1.062i+1.026vf-2
adobe-source-han-sans-otc-fonts 2.004-2
adwaita-cursors 46.2-1
adwaita-icon-theme 46.2-1
adwaita-icon-theme-legacy 46.2-1
aha 0.5.1-3
alsa-card-profiles 1:1.2.1-1
alsa-lib 1.2.12-1
alsa-plugins 1:1.2.12-2
alsa-topology-conf 1.2.5.1-4
alsa-ucm-conf 1.2.12-1
alsa-utils 1.2.12-1
alsaequal v0.7.1-1
anydesk-bin 6.3.2-1
aom 3.9.1-1
appstream 1.0.3-1
appstream-qt 1.0.3-1
aquamarine-git 0.1.0_r159.g4918e57-1
archlinux-appstream-data 20240526-1
archlinux-keyring 20240709-1
archlinux-wallpaper 1.6.1-7
argon2 20190702-6
aribb24 1.0.3-4
ark 24.05.2-2
at-spi2-core 2.52.0-1
atkmm 2.28.4-1
attica 6.4.0-1
attr 2.5.2-1
audit 4.0.1-3
autoconf 2.72-1
automake 1.17-1
avahi 1:0.8+r194+g3f79789-2
baloo 6.4.0-1
baloo-widgets 24.05.2-1
base 3-2
base-devel 1-1
bash 5.2.026-5
bat 0.24.0-2
binutils 2.42+r195+g29ae8b8ea71-1
bison 3.8.2-6
blas 3.12.0-5
bluedevil 1:6.1.3-1
blueman 2.4.3-1
bluez 5.77-1
bluez-libs 5.77-1
bluez-qt 6.4.0-1
bluez-utils 5.77-1
bolt 0.9.8-1
boost-libs 1.83.0-9
brave-bin 1:1.68.134-1
breeze 6.1.3-1
breeze-gtk 6.1.3-1
breeze-icons 6.4.0-1
breeze-plymouth 6.1.3-1
brightnessctl 0.5.1-3
brotli 1.1.0-2
btop 1.3.2-1
bubblewrap 0.9.0-1
bzip2 1.0.8-6
c-ares 1.29.0-1
ca-certificates 20240618-1
ca-certificates-mozilla 3.102.1-1
ca-certificates-utils 20240618-1
cairo 1.18.0-2
cairomm 1.14.5-1
cairomm-1.16 1.18.0-1
cantarell-fonts 1:0.303.1-2
caps 0.9.26-3
cblas 3.12.0-5
ccid 1.5.5-1
cdparanoia 10.2-9
check 0.15.2-2
cifs-utils 7.0-4
clang 18.1.8-2
clinfo 3.0.23.01.25-1
cliphist 1:0.5.0-1
compiler-rt 18.1.8-1
composefs 1.0.3-1
convertlit 1.8-12
coreutils 9.5-1
cpio 2.15-1
cppunit 1.15.1-4
cronie 1.7.2-1
cryptsetup 2.7.4-1
cuda 12.5.1-1
cura-bin 5.8.0-1
cura-resources-materials 5.7.0-1
curl 8.9.0-1
cython 3.0.10-5
dav1d 1.4.3-1
db5.3 5.3.28-5
dbus 1.14.10-2
dbus-broker 36-4
dbus-broker-units 36-4
dconf 0.40.0-3
ddcutil 2.1.4-1
debugedit 5.0-6
default-cursors 2-2
desktop-file-utils 0.27-1
device-mapper 2.03.25-2
dialog 1:1.3_20240619-2
diffutils 3.10-1
discord 0.0.62-1
discount 3.0.0.d-1
discover 6.1.3-1
displaylink 6.0-0
djvulibre 3.5.28-6
dkms 3.0.12-1
dmidecode 3.6-1
dolphin 24.05.2-1
double-conversion 3.3.0-2
downgrade 11.3.0-1
drkonqi 6.1.3-1
duktape 2.7.0-7
dunst 1.11.0-1
dust 1.1.1-1
dvisvgm 3.4-1
e2fsprogs 1.47.1-4
ebook-tools 0.2.2-8
editorconfig-core-c 0.12.9-1
efibootmgr 18-3
efivar 39-1
egl-wayland 3:1.1.13-1
eglexternalplatform 1.1-3
electron30 30.3.1-1
envycontrol 3.4.0-1
evdi-git 1.14.5.r2.ge36efa8-1
exiv2 0.28.3-1
expat 2.6.2-1
eza 0.18.23-1
faad2 2.11.1-1
fakeroot 1.35-1
fastfetch 2.20.0-1
ffcall 2.4-3
ffmpeg 2:7.0.1-2
ffmpeg4.4 4.4.4-6
ffmpegthumbs 24.05.2-1
fftw 3.3.10-7
file 5.45-1
filesystem 2024.04.07-1
findutils 4.10.0-1
fingerprint-gui 1.09-7
firefox 128.0.3-1
flac 1.4.3-2
flatpak 1:1.15.9-1
flatpak-kcm 6.1.3-1
flex 2.6.4-5
fmt 10.2.0-1
fontconfig 2:2.15.0-2
fprintd 1.94.3-1
frameworkintegration 6.4.0-1
freeglut 3.6.0-1
freerdp2 2.11.7-1
freetype2 2.13.2-2
fribidi 1.0.15-1
fuse-common 3.16.2-1
fuse2 2.9.9-5
fuse3 3.16.2-1
fzf 0.54.0-1
gawk 5.3.0-1
gc 8.2.6-1
gcc 14.1.1+r309+gbb34b7eda1f-1
gcc-libs 14.1.1+r309+gbb34b7eda1f-1
gcc13 13.3.0-1
gcc13-libs 13.3.0-1
gcr-4 4.3.0-1
gd 2.3.3-8
gdb 15.1-1
gdb-common 15.1-1
gdbm 1.24-1
gdk-pixbuf2 2.42.12-1
geoclue 2.7.1-3
geos 3.12.2-1
gettext 0.22.5-1
ghostscript 10.03.1-1
giflib 5.2.2-1
git 2.46.0-1
glib-networking 1:2.80.0-3
glib2 2.80.4-1
glibc 2.40-1
glibmm 2.66.7-1
glibmm-2.68 2.80.0-1
glslang 14.2.0-1
glu 9.0.3-2
gmp 6.3.0-2
gnupg 2.4.5-4
gnutls 3.8.6-1
gobject-introspection 1.80.1-3
gobject-introspection-runtime 1.80.1-3
gparted 1.6.0-1
gperftools 2.15-1
gpgme 1.23.2-6
gpm 1.20.7.r38.ge82d1a6-6
graphene 1.10.8-1
graphite 1:1.3.14-4
graphviz 12.0.0-1
grep 3.11-1
grim 1.4.1-2
grimblast-git r105.65d42dc-1
groff 1.23.0-6
grub 2:2.12-2
gsettings-desktop-schemas 46.1-2
gsettings-system-schemas 46.1-2
gsfonts 20200910-4
gsm 1.0.22-2
gssdp 1.6.3-1
gst-plugin-pipewire 1:1.2.1-1
gst-plugins-bad-libs 1.24.6-1
gst-plugins-base 1.24.6-1
gst-plugins-base-libs 1.24.6-1
gstreamer 1.24.6-1
gtest 1.14.0-2
gtk-layer-shell 0.8.2-1
gtk-update-icon-cache 1:4.14.4-2
gtk2 2.24.33-4
gtk3 1:3.24.43-1
gtk4 1:4.14.4-2
gtkglext 1.2.0-17
gtkglext-debug 1.2.0-17
gtkmm-4.0 4.14.0-1
gtkmm3 3.24.9-1
gts 0.7.6.121130-2
guile 3.0.10-1
gupnp 1:1.6.6-1
gupnp-igd 1.6.0-1
gzip 1.13-4
harfbuzz 9.0.0-1
hicolor-icon-theme 0.18-1
hidapi 0.14.0-3
highway 1.2.0-1
http-parser 2.9.4-2
hunspell 1.7.2-2
hwdata 0.384-1
hwloc 2.10.0-1
hyde-cli-git v0.5.2.r119.8646cff-1
hyprcursor-git 0.1.9.r9.g4493a972-1
hyprland-git 0.41.2.r123.a9d87bd6-1
hyprlang-git 0.5.2.r8.gadbefbf4-1
hyprpicker 0.3.0-1
hyprpicker-debug 0.3.0-1
hyprutils-git 0.2.1.r0.g5dcbbc1e-1
i2c-tools 4.3-6
iana-etc 20240612-1
icu 75.1-1
ijs 0.35-6
imagemagick 7.1.1.36-1
imath 3.1.11-2
intel-gmmlib 22.3.20-1
intel-hybrid-codec-driver-git 2.0.0.r6.gb0c7970d-1
intel-media-driver 24.2.5-1
iproute2 6.10.0-2
iptables 1:1.8.10-2
iputils 20240117-1
iso-codes 4.16.0-1
jansson 2.14-4
jasper 4.2.4-1
java-environment-common 3-5
java-runtime-common 3-5
jbig2dec 0.20-1
jbigkit 2.1-8
jdk-openjdk 22.0.2.u9-1
jq 1.7.1-2
json-c 0.17-2
json-glib 1.8.0-2
jsoncpp 1.9.5-3
kaccounts-integration 24.05.2-1
kactivitymanagerd 6.1.3-1
karchive 6.4.0-1
kauth 6.4.0-1
kauth5 5.116.0-1
kbd 2.6.4-1
kbookmarks 6.4.0-1
kcmutils 6.4.0-1
kcodecs 6.4.0-1
kcodecs5 5.116.0-1
kcolorscheme 6.4.0-1
kcompletion 6.4.0-1
kconfig 6.4.0-1
kconfig5 5.116.0-1
kconfigwidgets 6.4.0-1
kconfigwidgets5 5.116.0-1
kcoreaddons 6.4.0-1
kcoreaddons5 5.116.0-1
kcrash 6.4.0-1
kdbusaddons 6.4.0-1
kdbusaddons5 5.116.0-1
kde-cli-tools 6.1.3-1
kde-gtk-config 6.1.3-1
kdeclarative 6.4.0-1
kdecoration 6.1.3-1
kded 6.4.0-1
kdeplasma-addons 6.1.3-1
kdesu 6.4.0-1
kdnssd 6.4.0-1
kdsoap-qt6 2.2.0-1
kdsoap-ws-discovery-client 0.4.0-1
keyutils 1.6.3-3
kfilemetadata 6.4.0-1
kgamma 6.1.3-1
kglobalaccel 6.4.0-1
kglobalacceld 6.1.3-1
kgraphviewer 2.5.0-1
kguiaddons 6.4.0-1
kguiaddons5 5.116.0-1
kholidays 1:6.4.0-1
ki18n 6.4.0-1
ki18n5 5.116.0-1
kiconthemes 6.4.0-1
kidletime 6.4.0-1
kile 2.9.94-1
kinfocenter 6.1.3-1
kio 6.4.1-1
kio-extras 24.05.2-1
kio-fuse 5.1.0-3
kirigami 6.4.0-2
kirigami-addons 1.4.0-1
kitemmodels 6.4.0-1
kitemviews 6.4.0-1
kitty 0.35.2-1
kitty-shell-integration 0.35.2-1
kitty-terminfo 0.35.2-1
kjobwidgets 6.4.0-1
kmenuedit 6.1.3-1
kmod 32-1
knewstuff 6.4.0-1
knotifications 6.4.0-1
knotifications5 5.116.0-1
knotifyconfig 6.4.0-1
konsole 24.05.2-1
kpackage 6.4.0-1
kparts 6.4.0-1
kpipewire 6.1.3-1
kpmcore 24.05.2-1
kpty 6.4.0-1
kquickcharts 6.4.0-1
krb5 1.21.3-1
krdp 6.1.3-1
krunner 6.4.0-1
kscreen 6.1.3-1
kscreenlocker 6.1.3-1
kservice 6.4.0-1
kservice5 5.116.0-1
ksshaskpass 6.1.3-1
kstatusnotifieritem 6.4.0-1
ksvg 6.4.0-1
ksystemstats 6.1.3-1
ktexteditor 6.4.0-1
ktextwidgets 6.4.0-1
kunitconversion 6.4.0-1
kuserfeedback 6.4.0-1
kvantum 1.1.2-1
kvantum-qt5 1.1.2-1
kwallet 6.4.0-1
kwallet-pam 6.1.3-1
kwallet5 5.116.0-1
kwalletmanager 24.05.2-1
kwayland 6.1.3-1
kwidgetsaddons 6.4.1-1
kwidgetsaddons5 5.116.0-1
kwin 6.1.3-1
kwindowsystem 6.4.0-1
kwindowsystem5 5.116.0-1
kwrited 6.1.3-1
kxmlgui 6.4.0-1
l-smash 2.14.5-4
ladspa 1.17-5
lame 3.100-5
lapack 3.12.0-5
layer-shell-qt 6.1.3-1
lcms2 2.16-1
ldb 2:2.9.1-1
less 1:661-1
lib32-alsa-lib 1.2.12-1
lib32-alsa-plugins 1.2.12-1
lib32-amdvlk 2024.Q2.3-1
lib32-brotli 1.1.0-1
lib32-bzip2 1.0.8-3
lib32-curl 8.9.0-1
lib32-e2fsprogs 1.47.1-1
lib32-expat 2.6.2-1
lib32-gcc-libs 14.1.1+r309+gbb34b7eda1f-1
lib32-glibc 2.40-1
lib32-icu 75.1-1
lib32-keyutils 1.6.3-2
lib32-krb5 1.21.3-1
lib32-libdrm 2.4.122-1
lib32-libelf 0.191-1
lib32-libffi 3.4.6-1
lib32-libglvnd 1.7.0-1
lib32-libgpg-error 1.50-1
lib32-libidn2 2.3.7-1
lib32-libldap 2.6.8-1
lib32-libnghttp2 1.62.1-1
lib32-libnghttp3 1.4.0-1
lib32-libpciaccess 0.18.1-1
lib32-libpsl 0.21.5-1
lib32-libssh2 1.11.0-1
lib32-libtasn1 4.19.0-2
lib32-libunistring 1.2-1
lib32-libx11 1.8.9-1
lib32-libxau 1.0.11-1
lib32-libxcb 1.17.0-1
lib32-libxcrypt 4.4.36-2
lib32-libxcrypt-compat 4.4.36-2
lib32-libxdmcp 1.1.5-1
lib32-libxext 1.3.6-1
lib32-libxfixes 6.0.1-1
lib32-libxml2 2.13.3-1
lib32-libxshmfence 1.3.2-1
lib32-libxss 1.2.4-1
lib32-libxxf86vm 1.1.5-1
lib32-llvm-libs 18.1.8-1
lib32-lm_sensors 1:3.6.0.r41.g31d1f125-2
lib32-mesa 1:24.1.4-2
lib32-ncurses 6.5-1
lib32-nspr 4.35-3
lib32-nss 3.102.1-1
lib32-openssl 1:3.3.1-1
lib32-p11-kit 0.25.5-1
lib32-sqlite 3.46.0-1
lib32-vulkan-icd-loader 1.3.279-1
lib32-wayland 1.22.0-1
lib32-xz 5.6.2-1
lib32-zlib 1.3.1-1
lib32-zstd 1.5.6-1
libaccounts-glib 1.27-2
libaccounts-qt 1.17-1
libadwaita 1:1.5.2-1
libappindicator-gtk3 12.10.0.r298-4
libarchive 3.7.4-1
libass 0.17.3-1
libassuan 3.0.0-1
libasyncns 1:0.8+r3+g68cd5af-3
libatasmart 0.19-6
libavc1394 0.5.4-6
libavif 1.1.1-1
libb2 0.98.1-3
libblockdev 3.1.1-2
libblockdev-crypto 3.1.1-2
libblockdev-fs 3.1.1-2
libblockdev-loop 3.1.1-2
libblockdev-mdraid 3.1.1-2
libblockdev-nvme 3.1.1-2
libblockdev-part 3.1.1-2
libblockdev-swap 3.1.1-2
libbluray 1.3.4-1
libbpf 1.4.3-1
libbs2b 3.1.0-9
libbsd 0.12.2-2
libbytesize 2.8-3
libcamera 0.3.0-1
libcamera-ipa 0.3.0-1
libcanberra 1:0.30+r2+gc0620e4-4
libcap 2.70-1
libcap-ng 0.8.5-2
libcloudproviders 0.3.6-1
libcmrt 1.0.6-3
libcolord 1.4.7-2
libcups 2:2.4.10-1
libdaemon 0.14-6
libdatrie 0.2.13-4
libdbusmenu-glib 16.04.0.r498-2
libdbusmenu-gtk3 16.04.0.r498-2
libdbusmenu-qt5 0.9.3+16.04.20160218-7
libdc1394 2.2.7-1
libdca 0.0.7-2
libde265 1.0.15-2
libdecor 0.2.2-1
libdeflate 1.20-2
libdisplay-info 0.2.0-1
libdmtx 0.7.7-2
libdovi 3.3.0-2
libdrm 2.4.122-1
libdvbpsi 1:1.3.3-3
libdvdnav 6.1.1-2
libdvdread 6.1.3-2
libebml 1.4.5-1
libedit 20240517_3.1-1
libei 1.2.1-1
libelf 0.191-4
libepoxy 1.5.10-3
libevdev 1.13.2-1
libevent 2.1.12-4
libfakekey 0.3-3
libfdk-aac 2.0.3-1
libffi 3.4.6-1
libfontenc 1.1.8-1
libfprint 1.94.7-3
libfprint-1 1.0-1
libfreeaptx 0.1.1-2
libgcrypt 1.11.0-2
libgee 0.20.6-2
libgirepository 1.80.1-3
libgit2 1:1.8.1-1
libglvnd 1.7.0-1
libgnomekbd 1:3.28.1-1
libgpg-error 1.50-1
libgudev 238-1
libgusb 0.4.9-1
libheif 1.18.1-1
libice 1.1.1-3
libidn 1.42-1
libidn2 2.3.7-1
libiec61883 1.2.0-8
libimobiledevice 1.3.0-13
libimobiledevice-glue 1.3.0-1
libinih 58-1
libinput 1.26.1-1
libisl 0.26-2
libjpeg-turbo 3.0.3-1
libjxl 0.10.3-1
libkexiv2 24.05.2-1
libksba 1.6.7-1
libkscreen 6.1.3-1
libksysguard 6.1.3-1
liblc3 1.1.1-1
libldac 2.0.2.3-2
libldap 2.6.8-1
libliftoff 0.5.0-1
liblqr 0.4.2-4
libluv 1.48.0_2-1
libmad 0.15.1b-10
libmalcontent 0.12.0-1
libmatroska 1.7.1-2
libmbim 1.30.0-1
libmd 1.1.0-2
libmfx 23.2.2-3
libmm-glib 1.22.0-1
libmng 2.0.3-4
libmnl 1.0.5-2
libmodplug 0.8.9.0-6
libmpc 1.3.1-2
libmpcdec 1:0.1+r475-6
libmpdclient 2.22-1
libmpeg2 0.5.1-10
libmtp 1.1.21-2
libmysofa 1.3.2-1
libndp 1.9-1
libnet 2:1.3-1
libnetfilter_conntrack 1.0.9-2
libnewt 0.52.24-2
libnfnetlink 1.0.2-2
libnftnl 1.2.7-1
libnghttp2 1.62.1-1
libnghttp3 1.4.0-1
libngtcp2 1.6.0-1
libnice 0.1.22-1
libnl 3.10.0-1
libnm 1.48.6-1
libnma 1.10.6-3
libnma-common 1.10.6-3
libnotify 0.8.3-1
libnsl 2.0.1-1
libnvme 1.9-1
libogg 1.3.5-2
libomxil-bellagio 0.9.3-5
libopenmpt 0.7.9-1
libp11-kit 0.25.5-1
libpackagekit-glib 1.2.8-8
libpaper 2.2.5-1
libpcap 1.10.4-1
libpciaccess 0.18.1-2
libpgm 5.3.128-3
libpipeline 1.5.7-2
libpipewire 1:1.2.1-1
libplacebo 7.349.0-1
libplasma 6.1.3-1
libplist 2.6.0-1
libpng 1.6.43-1
libproxy 0.5.8-1
libpsl 0.21.5-2
libpulse 17.0-3
libqaccessibilityclient-qt6 0.6.0-1
libqalculate 5.2.0.1-1
libqmi 1.34.0-1
libqrtr-glib 1.2.2-3
libraqm 0.10.1-2
libraw1394 2.1.2-4
librsvg 2:2.58.2-1
librsync 1:2.3.4-2
libsamplerate 0.2.2-3
libsasl 2.1.28-4
libseccomp 2.5.5-3
libsecret 0.21.4-1
libsigc++ 2.12.1-1
libsigc++-3.0 3.6.0-1
libsigsegv 2.14-3
libsm 1.2.4-2
libsndfile 1.2.2-2
libsodium 1.0.20-1
libsoup 2.74.3-1
libsoup3 3.4.4-1
libsoxr 0.1.3-4
libspectre 0.2.12-2
libssh 0.10.6-2
libssh2 1.11.0-1
libstemmer 2.2.0-2
libsynctex 2024.2-2
libsysprof-capture 46.0-4
libtar 1.2.20-7
libtasn1 4.19.0-2
libteam 1.32-2
libthai 0.1.29-3
libtheora 1.1.1-6
libtiff 4.6.0-5
libtirpc 1.3.4-1
libtommath 1.3.0-1
libtool 2.5.1-1
libunibreak 6.1-1
libunistring 1.2-1
libunwind 1.8.1-3
libupnp 1.14.19-3
libusb 1.0.27-1
libusbmuxd 2.1.0-1
libutempter 1.2.1-4
libutf8proc 2.9.0-1
libuv 1.48.0-2
libva 2.22.0-1
libva-utils 2.22.0-1
libvdpau 1.5-3
libverto 0.3.2-5
libvorbis 1.3.7-3
libvpl 2.12.0-1
libvpx 1.14.1-1
libvterm 0.3.3-2
libwacom 2.12.2-1
libwbclient 4.20.2-1
libwebp 1.4.0-1
libwireplumber 0.5.5-1
libx11 1.8.9-1
libxau 1.0.11-3
libxaw 1.0.16-1
libxcb 1.17.0-1
libxcomposite 0.4.6-2
libxcrypt 4.4.36-2
libxcrypt-compat 4.4.36-2
libxcursor 1.2.2-1
libxcvt 0.1.2-2
libxdamage 1.1.6-2
libxdg-basedir 1.2.3-2
libxdmcp 1.1.5-1
libxext 1.3.6-1
libxfixes 6.0.1-2
libxfont2 2.0.6-3
libxft 2.3.8-2
libxi 1.8.1-2
libxinerama 1.1.5-2
libxkbcommon 1.7.0-2
libxkbcommon-x11 1.7.0-2
libxkbfile 1.1.3-1
libxklavier 5.4-5
libxml2 2.13.3-1
libxmlb 0.3.19-1
libxmu 1.2.1-1
libxpm 3.5.17-2
libxrandr 1.5.4-1
libxrender 0.9.11-2
libxshmfence 1.3.2-2
libxslt 1.1.42-1
libxss 1.2.4-2
libxt 1.3.0-2
libxtst 1.2.4-2
libxv 1.0.12-2
libxxf86vm 1.1.5-2
libyaml 0.2.5-3
libyuv r2426+464c51a0-1
libzip 1.10.1-2
licenses 20240728-1
lilv 0.24.24-2
linux 6.10.2.arch1-1
linux-api-headers 6.10-1
linux-firmware 20240703.e94a2a3b-1
linux-firmware-whence 20240703.e94a2a3b-1
linux-headers 6.10.2.arch1-1
llvm-libs 18.1.8-4
lm_sensors 1:3.6.0.r41.g31d1f125-3
lmdb 0.9.32-1
lsb-release 2.0.r53.a86f885-2
lsd 1.1.2-1
lsof 4.99.3-2
lua 5.4.7-1
lua51-lpeg 1.1.0-2
luajit 2.1.1720049189-1
lv2 1.18.10-1
lz4 1:1.10.0-2
lzo 2.10-5
m4 1.4.19-3
mailcap 2.1.54-2
make 4.4.1-2
man-db 2.12.1-1
mbedtls2 2.28.8-3
md4c 0.5.2-1
mdadm 4.3-2
media-player-info 24-4
mesa 1:24.1.4-2
mesa-utils 9.0.0-4
milou 6.1.3-1
minizip 1:1.3.1-2
mkinitcpio 39.2-2
mkinitcpio-busybox 1.36.1-1
mobile-broadband-provider-info 20240407-1
modemmanager 1.22.0-1
modemmanager-qt 6.4.0-1
mpdecimal 4.0.0-2
mpfr 4.2.1-4
mpg123 1.32.6-1
msgpack-c 5.0.0-2
mtdev 1.1.7-1
mypy 1.10.1-1
nano 8.1-1
ncurses 6.5-3
neofetch 7.1.0-2
neovim 0.10.1-2
netpbm 10.86.42-1
nettle 3.10-1
network-manager-applet 1.36.0-1
networkmanager 1.48.6-1
networkmanager-qt 6.4.0-1
ninja 1.12.1-1
nm-connection-editor 1.36.0-1
nodejs 22.5.1-1
notepadqq 2.0.0beta-2
noto-fonts 1:24.7.1-1
noto-fonts-emoji 1:2.042-1
npth 1.7-1
nspr 4.35-3
nss 3.102.1-1
ntfs-3g 2022.10.3-1
nvidia 555.58.02-10
nvidia-prime 1.0-5
nvidia-utils 555.58.02-1
nwg-look 0.2.7-1
obsidian 1.6.7-1
ocean-sound-theme 6.1.3-1
ocl-icd 2.3.2-2
oh-my-zsh-git r7299.fd8f72b27-1
okular 24.05.2-1
onetbb 2021.13.0-1
oniguruma 6.9.9-1
openal 1.23.1-2
opencl-nvidia 555.58.02-1
opencore-amr 0.1.6-2
opencv 4.10.0-3
openexr 3.2.4-1
openjpeg2 2.5.2-1
opensc 0.25.1-1
openssh 9.8p1-1
openssl 3.3.1-1
opus 1.5.2-1
orc 0.4.39-1
os-prober 1.81-2
ostree 2024.7-1
oxygen 6.1.3-1
oxygen-sounds 6.1.3-1
p11-kit 0.25.5-1
packagekit 1.2.8-8
packagekit-qt5 1.1.2-1
pacman 6.1.0-3
pacman-contrib 1.10.6-1
pacman-mirrorlist 20240717-1
pahole 1:1.27-2
pam 1.6.1-2
pambase 20230918-1
pamixer 1.6-3
pango 1:1.54.0-1
pangomm 2.46.4-1
pangomm-2.48 2.54.0-1
parallel 20240722-1
parted 3.6-2
partitionmanager 24.05.2-1
patch 2.7.6-10
pavucontrol 1:6.0-1
pciutils 3.13.0-1
pcre 8.45-4
pcre2 10.44-1
pcsclite 2.2.3-1
perl 5.38.2-2
perl-error 0.17029-6
perl-mailtools 2.21-8
perl-timedate 2.33-6
pfetch-rs 2.10.0-1
pfetch-rs-debug 2.10.0-1
phonon-qt6 4.12.0-4
phonon-qt6-vlc 0.12.0-2
pinentry 1.3.1-5
pipewire 1:1.2.1-1
pipewire-alsa 1:1.2.1-1
pipewire-audio 1:1.2.1-1
pipewire-jack 1:1.2.1-1
pipewire-pulse 1:1.2.1-1
pipewire-session-manager 1:1.2.1-1
pixman 0.43.4-1
pkgconf 2.1.1-1
plasma-activities 6.1.3-1
plasma-activities-stats 6.1.3-1
plasma-browser-integration 6.1.3-1
plasma-desktop 6.1.3-1
plasma-disks 6.1.3-1
plasma-firewall 6.1.3-1
plasma-integration 6.1.3-1
plasma-meta 6.1-1
plasma-nm 6.1.3-1
plasma-pa 6.1.3-1
plasma-sdk 6.1.3-1
plasma-systemmonitor 6.1.3-1
plasma-thunderbolt 6.1.3-1
plasma-vault 6.1.3-1
plasma-welcome 6.1.3-1
plasma-workspace 6.1.3-1
plasma-workspace-wallpapers 6.1.3-1
plasma5support 6.1.3-1
playerctl 2.4.1-3
plymouth 24.004.60-8
plymouth-kcm 6.1.3-1
pokemon-colorscripts-git r112.0483c85b-2
polkit 124-2
polkit-gnome 0.105-11
polkit-kde-agent 6.1.3-1
polkit-qt5 0.200.0-1
polkit-qt6 0.200.0-1
polyclipping-debug 6.4.2-4
poppler 24.06.1-1
poppler-data 0.4.12-2
poppler-qt6 24.06.1-1
popt 1.19-1
portaudio 1:19.7.0-3
potrace 1.16-3
power-profiles-daemon 0.21-1
powerdevil 6.1.3-1
powertop 2.15-2
ppp 2.5.0-3
print-manager 1:6.1.3-1
prison 6.4.0-1
procps-ng 4.0.4-3
protobuf 27.2-1
psmisc 23.7-1
pugixml 1.14-1
pulseaudio-qt 1.5.0-1
purpose 6.4.0-1
pycharm-professional 2024.1.4-1
python 3.12.4-1
python-attrs 23.2.0-3
python-autocommand 2.2.2-6
python-automat 22.10.0-5
python-build 1.2.1-3
python-cachecontrol 1:0.14.0-3
python-cachy 0.3.0-10
python-cairo 1.26.1-1
python-certifi 2024.07.04-1
python-cffi 1.16.0-2
python-charset-normalizer 3.3.2-2
python-cleo 2.1.0-2
python-click 8.1.7-3
python-colorama 0.4.6-3
python-constantly 23.10.0-2
python-crashtest 0.4.1-3
python-cryptography 42.0.6-1
python-distlib 0.3.8-2
python-docopt 0.6.2-13
python-dulwich 0.22.1-1
python-fastjsonschema 2.20.0-1
python-filelock 3.13.3-2
python-gobject 3.48.2-2
python-html5lib 1.1-14
python-hyperlink 21.0.0-6
python-idna 3.7-1
python-incremental 22.10.0-5
python-inflect 7.3.1-1
python-iniconfig 2.0.0-5
python-installer 0.7.0-8
python-jaraco.classes 3.4.0-1
python-jaraco.context 5.3.0-1
python-jaraco.functools 4.0.1-1
python-jaraco.text 3.14.0-1
python-jeepney 0.8.0-3
python-jsonschema 4.22.0-1
python-jsonschema-specifications 2023.12.1-2
python-keyring 25.2.1-1
python-keyutils 0.6-10
python-lark-parser 1.1.9-3
python-lockfile 0.12.2-13
python-mako 1.3.5-1
python-markdown 3.6-3
python-markupsafe 2.1.5-2
python-more-itertools 10.3.0-1
python-msgpack 1.0.5-2
python-mypy_extensions 1.0.0-4
python-numpy 2.0.1-1
python-ordered-set 4.1.0-5
python-packaging 24.1-1
python-pexpect 4.9.0-2
python-pkginfo 1.10.0-1
python-platformdirs 4.2.2-1
python-pluggy 1.5.0-1
python-poetry 1.8.3-1
python-poetry-core 1.9.0-5
python-poetry-plugin-export 1.8.0-1
python-pooch 1.8.2-1
python-psutil 6.0.0-1
python-ptyprocess 0.7.0-6
python-pyamdgpuinfo 2.1.6-1
python-pycparser 2.22-2
python-pygdbmi 0.11.0.0-4
python-pyproject-hooks 1.1.0-1
python-pyqt5 5.15.11-1
python-pyqt5-sip 12.15.0-1
python-pyrsistent 0.19.3-4
python-pyserial 3.5-6
python-pytest 1:8.3.2-1
python-rapidfuzz 3.6.2-3
python-referencing 0.35.1-1
python-requests 2.32.3-1
python-requests-toolbelt 1.0.0-2
python-rpds-py 0.19.0-1
python-scipy 1.14.0-1
python-secretstorage 3.3.3-5
python-sentry_sdk 2.12.0-1
python-setuptools 1:69.5.1-1
python-shapely 2.0.4-1
python-shellingham 1.5.4-2
python-shtab 1.7.1-1
python-six 1.16.0-9
python-termcolor 2.4.0-2
python-tomli 2.0.1-4
python-tomlkit 0.13.0-1
python-trimesh 4.4.3-1
python-trove-classifiers 2024.7.2-1
python-twisted 24.3.0-2
python-typeguard 4.3.0-1
python-typing_extensions 4.12.2-1
python-urllib3 1.26.19-1
python-validate-pyproject 0.18-1
python-virtualenv 20.26.2-1
python-webencodings 0.5.1-11
python-yaml 6.0.1-4
python-zope-interface 6.3-1
qca-qt5 2.3.9-2
qca-qt6 2.3.9-2
qcoro-qt6 0.10.0-1
qqc2-breeze-style 6.1.3-1
qqc2-desktop-style 6.4.0-1
qrencode 4.1.1-3
qt5-base 5.15.14+kde+r143-1
qt5-declarative 5.15.14+kde+r28-1
qt5-graphicaleffects 5.15.14-1
qt5-imageformats 5.15.14+kde+r7-1
qt5-location 5.15.14+kde+r7-1
qt5-multimedia 5.15.14+kde+r2-1
qt5-quickcontrols 5.15.14-1
qt5-quickcontrols2 5.15.14+kde+r5-1
qt5-remoteobjects 5.15.14-1
qt5-speech 5.15.14+kde+r1-1
qt5-svg 5.15.14+kde+r5-1
qt5-translations 5.15.14-1
qt5-wayland 5.15.14+kde+r58-1
qt5-webchannel 5.15.14+kde+r3-1
qt5-webengine 5.15.17-6
qt5-websockets 5.15.14+kde+r2-1
qt5-x11extras 5.15.14-1
qt5ct 1.8-2
qt6-5compat 6.7.2-1
qt6-base 6.7.2-1
qt6-declarative 6.7.2-1
qt6-multimedia 6.7.2-1
qt6-multimedia-ffmpeg 6.7.2-1
qt6-multimedia-gstreamer 6.7.2-1
qt6-positioning 6.7.2-1
qt6-quick3d 6.7.2-1
qt6-quicktimeline 6.7.2-1
qt6-sensors 6.7.2-1
qt6-shadertools 6.7.2-1
qt6-speech 6.7.2-1
qt6-svg 6.7.2-1
qt6-tools 6.7.2-2
qt6-translations 6.7.2-1
qt6-virtualkeyboard 6.7.2-1
qt6-wayland 6.7.2-4
qt6-webchannel 6.7.2-1
qt6-webengine 6.7.2-2
qt6-websockets 6.7.2-1
qt6-webview 6.7.2-1
qt6ct 0.9-9
qtkeychain-qt6 0.14.3-1
ranger 1.9.3-11
rav1e 0.7.1-1
re2 1:20240702-1
readline 8.2.010-1
reflector 2023-2
ripgrep 14.1.0-1
rofi-lbonn-wayland-git 1.7.5.wayland3.r26.gd88b475b-1
rsync 3.3.0-2
rtkit 0.13-3
rubberband 3.3.0-2
ruby 3.0.6-1
ruby-abbrev 0.1.0-5
ruby-base64 0.1.1-5
ruby-benchmark 0.2.0-5
ruby-bigdecimal 3.1.2-5
ruby-bundledgems 3.0.6-1
ruby-bundler 2.5.11-1
ruby-cgi 0.3.6-2
ruby-csv 3.2.5-5
ruby-date 3.2.2-5
ruby-delegate 0.2.0-5
ruby-did_you_mean 1.6.1-5
ruby-digest 3.1.1-2
ruby-drb 2.1.0-6
ruby-english 0.7.1-6
ruby-erb 4.0.2-2
ruby-etc 1.3.0-7
ruby-fcntl 1.0.1-5
ruby-fiddle 1.1.0-5
ruby-fileutils 1.6.0-5
ruby-find 0.1.1-5
ruby-forwardable 1.3.2-7
ruby-getoptlong 0.1.1-4
ruby-io-console 0.5.11-4
ruby-io-nonblock 0.1.0-4
ruby-io-wait 0.2.3-5
ruby-ipaddr 1.2.4-4
ruby-irb 1.4.2-1
ruby-json 2.7.1-1
ruby-logger 1.5.1-4
ruby-minitest 5.20.0-1
ruby-mutex_m 0.1.1-4
ruby-net-http 0.2.2-2
ruby-open-uri 0.2.0-4
ruby-power_assert 2.0.3-1
ruby-psych 4.0.6-2
ruby-racc 1.6.0-3
ruby-rake 13.0.6-1
ruby-rdoc 6.4.0-4
ruby-reline 0.3.1-3
ruby-rexml 3.2.6-1
ruby-ruby2_keywords 0.0.5-2
ruby-stdlib 3.0.6-1
ruby-stringio 3.0.2-5
ruby-test-unit 3.6.1-1
ruby-time 0.2.0-5
ruby-tmpdir 0.1.2-4
ruby-uri 0.12.1-2
rubygems 3.3.25-1
run-parts 5.17-1
sbc 2.0-2
sbctl 0.15.3-1
sdbus-cpp 1.5.0-3
sddm 0.21.0-4
sddm-kcm 6.1.3-1
sdl2 2.30.5-2
seatd 0.8.0-2
sed 4.9-3
serd 0.32.2-1
shaderc 2024.1-1
shadow 4.16.0-1
shared-mime-info 2.4-1
signon-kwallet-extension 24.05.2-1
signon-plugin-oauth2 0.25-3
signon-ui 0.17+20231016-2
signond 8.61-3
sip4-debug 4.19.25-7
slang 2.3.3-3
slurp 1.5.0-1
smartmontools 7.4-2
smbclient 4.20.2-1
snappy 1.1.10-1
sndio 1.9.0-2
socat 1.8.0.0-2
sof-firmware 2024.06-1
solid 6.4.0-1
sonnet 6.4.0-1
sord 0.16.16-1
sound-theme-freedesktop 0.8-6
source-highlight 3.1.9-12
spdlog 1.14.1-1
spectacle 24.05.2-1
speedtest-cli 2.1.3-8
speex 1.2.1-2
speexdsp 1.2.1-2
spirv-tools 2024.2-1
sqlite 3.46.0-1
sratom 0.6.16-1
srt 1.5.3-2
startup-notification 0.12-8
steam 1.0.0.79-2
stow 2.4.0-1
strace 6.9-1
sudo 1.9.15.p5-2
svt-av1 2.1.2-1
swappy 1.5.1-2
swaylock-effects-git r470.496059a-1
swww 0.9.5-2
syndication 6.4.0-1
syntax-highlighting 6.4.0-1
systemd 256.4-1
systemd-libs 256.4-1
systemd-sysvcompat 256.4-1
systemsettings 6.1.3-1
taglib 2.0.1-1
talloc 2.4.2-3
tar 1.35-2
tdb 1.4.10-3
tevent 1:0.16.1-3
texinfo 7.1-2
texlive-basic 2024.2-2
texlive-bibtexextra 2024.2-2
texlive-bin 2024.2-2
texlive-binextra 2024.2-2
texlive-context 2024.2-2
texlive-fontsextra 2024.2-2
texlive-fontsrecommended 2024.2-2
texlive-fontutils 2024.2-2
texlive-formatsextra 2024.2-2
texlive-games 2024.2-2
texlive-humanities 2024.2-2
texlive-latex 2024.2-2
texlive-latexextra 2024.2-2
texlive-latexrecommended 2024.2-2
texlive-luatex 2024.2-2
texlive-mathscience 2024.2-2
texlive-metapost 2024.2-2
texlive-music 2024.2-2
texlive-pictures 2024.2-2
texlive-plaingeneric 2024.2-2
texlive-pstricks 2024.2-2
texlive-publishers 2024.2-2
texlive-xetex 2024.2-2
threadweaver 6.4.0-1
timeshift 24.06.3-1
tldr 3.3.0-1
tomlplusplus 3.4.0-1
tpm2-tss 4.0.1-1
tracker3 3.7.3-2
tree 2.1.3-1
tree-sitter 0.22.6-1
tree-sitter-bash 0.21.0-2
tree-sitter-c 0.21.4-1
tree-sitter-lua 0.1.0-2
tree-sitter-markdown 0.2.3-2
tree-sitter-python 0.21.0-2
tree-sitter-query 0.3.0-1
tree-sitter-vimdoc 3.0.0-1
tslib 1.23-1
ttf-dejavu 2.37+18+g9b5d1b2f-7
ttf-hack 3.003-7
ttf-jetbrains-mono 2.304-2
ttf-jetbrains-mono-nerd 3.2.1-2
ttf-liberation 2.1.5-2
ttf-material-design-icons-extended 7.2.96-1
ttf-roboto 2.138-5
tzdata 2024a-2
uchardet 0.0.8-3
udiskie 2.5.3-1
udisks2 2.10.1-4
ungoogled-chromium-bin 127.0.6533.72-6
ungoogled-chromium-bin-debug 127.0.6533.72-6
unibilium 2.1.1-2
unzip 6.0-21
upower 1.90.4-1
usbutils 017-1
util-linux 2.40.2-1
util-linux-libs 2.40.2-1
v4l-utils 1.26.1-1
vapoursynth R69-1
vdpauinfo 1.5-2
verdict 1.4.2-1
vid.stab 1.1.1-2
vim 9.1.0611-1
vim-runtime 9.1.0611-1
visual-studio-code-bin 1.91.1-1
vkdevicechooser 1.1-1
vlc 3.0.21-1
vmaf 3.0.0-1
volume_key 0.3.12-9
vte-common 0.76.3-1
vte3 0.76.3-1
vulkan-headers 1:1.3.285-1
vulkan-icd-loader 1.3.285-1
vulkan-intel 1:24.1.4-2
vulkan-mesa-layers 1:24.1.4-2
vulkan-tools 1.3.269-1
vulkan-validation-layers 1.3.275-1
wacomtablet 6.1.3-1
waybar 0.10.4-1
wayland 1.23.0-1
wayland-protocols 1.36-1
wayland-utils 1.2.0-2
webrtc-audio-processing-1 1.3-3
wezterm 20240203.110809.5046fc22-2
wget 1.24.5-3
which 2.21-6
wireplumber 0.5.5-1
wl-clipboard 1:2.2.1-2
wl-color-picker 1.3-1
wlogout 1.2.2-0
wlogout-debug 1.2.2-0
wlroots 0.18.0-1
woff2 1.0.2-5
wpa_supplicant 2:2.11-2
x264 3:0.164.r3108.31e19f9-2
x265 3.6-1
xapp 2.8.5-1
xcb-proto 1.17.0-2
xcb-util 0.4.1-2
xcb-util-cursor 0.1.5-1
xcb-util-errors 1.0.1-2
xcb-util-image 0.4.1-3
xcb-util-keysyms 0.4.1-5
xcb-util-renderutil 0.3.10-2
xcb-util-wm 0.4.2-2
xcb-util-xrm 1.3-3
xcur2png 0.7.1-8
xdg-dbus-proxy 0.1.5-2
xdg-desktop-portal 1.18.4-1
xdg-desktop-portal-gtk 1.15.1-2
xdg-desktop-portal-hyprland 1.3.3-2
xdg-desktop-portal-kde 6.1.3-1
xdg-user-dirs 0.18-2
xdg-utils 1.2.1-1
xf86-input-libinput 1.4.0-2
xf86-input-synaptics 1.9.2-2
xf86-input-wacom 1.2.2-1
xkeyboard-config 2.42-1
xorg-fonts-encodings 1.1.0-1
xorg-server 21.1.13-1
xorg-server-common 21.1.13-1
xorg-setxkbmap 1.3.4-2
xorg-xauth 1.1.3-1
xorg-xdpyinfo 1.3.4-2
xorg-xhost 1.0.9-2
xorg-xinput 1.6.4-2
xorg-xkbcomp 1.4.7-1
xorg-xmessage 1.0.7-1
xorg-xprop 1.2.7-1
xorg-xrandr 1.5.2-2
xorg-xrdb 1.2.2-2
xorg-xset 1.2.5-2
xorg-xsetroot 1.1.3-2
xorg-xwayland 24.1.1-1
xorgproto 2024.1-2
xsettingsd 1.0.2-2
xvidcore 1.3.7-3
xwaylandvideobridge 0.4.0-2
xxhash 0.8.2-1
xz 5.6.2-1
yay 12.3.5-1
yay-debug 12.3.5-1
yyjson 0.10.0-1
zenity 4.0.2-1
zeromq 4.3.5-2
zimg 3.0.5-1
zix 0.4.2-2
zlib 1:1.3.1-2
zoom 6.1.6-1
zoxide 0.9.4-2
zsh 5.9-5
zsh-theme-powerlevel10k-git r4285.2b7da93d-1
zstd 1.5.6-1
zxing-cpp 2.2.1-1
zziplib 0.13.77-1

Offline

#12 2024-08-03 06:50:36

seth
Member
Registered: 2012-09-03
Posts: 56,197

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

Do you still have "intel(0)" and that error in current xorg logs?

Offline

#13 2024-08-03 06:57:36

AwkwaBear
Member
Registered: 2024-07-24
Posts: 12

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

Heres the whole log but yeah its still there.

Not sure what is causing it

[     5.921] (EE) Failed to load module "intel" (module does not exist, 0)

Asking chat GPT is what that error means is telling me to install the xf86-video-intel but im not sure it knows what its talking about.

[     5.910] (--) Log file renamed from "/var/log/Xorg.pid-710.log" to "/var/log/Xorg.0.log"
[     5.911] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[     5.911] Current Operating System: Linux archThinkPad 6.10.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 27 Jul 2024 16:49:55 +0000 x86_64
[     5.911] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=12a92bb2-7abf-4e89-822c-d4547f08e8b8 rw loglevel=3 nowatchdog nvme_load=YES nvidia-drm.modeset=1 NVreg_EnableGpuFirmware=0
[     5.911]  
[     5.911] Current version of pixman: 0.43.4
[     5.911] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.911] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.911] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug  2 20:50:57 2024
[     5.912] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.912] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.913] (==) No Layout section.  Using the first Screen section.
[     5.913] (==) No screen section available. Using defaults.
[     5.913] (**) |-->Screen "Default Screen Section" (0)
[     5.913] (**) |   |-->Monitor "<default monitor>"
[     5.913] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     5.913] (**) Allowing byte-swapped clients
[     5.913] (==) Automatically adding devices
[     5.913] (==) Automatically enabling devices
[     5.913] (==) Automatically adding GPU devices
[     5.913] (==) Automatically binding GPU devices
[     5.913] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.913] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     5.913] 	Entry deleted from font path.
[     5.913] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     5.913] 	Entry deleted from font path.
[     5.913] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     5.913] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     5.913] 	Entry deleted from font path.
[     5.913] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.913] 	Entry deleted from font path.
[     5.913] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     5.913] 	Entry deleted from font path.
[     5.913] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     5.913] 	Entry deleted from font path.
[     5.913] (==) FontPath set to:
	
[     5.913] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.913] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.913] (II) Module ABI versions:
[     5.913] 	X.Org ANSI C Emulation: 0.4
[     5.913] 	X.Org Video Driver: 25.2
[     5.913] 	X.Org XInput driver : 24.4
[     5.913] 	X.Org Server Extension : 10.0
[     5.914] (++) using VT number 2

[     5.914] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.914] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.914] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     5.916] (--) PCI:*(0@0:2:0) 8086:a7a0:17aa:2316 rev 4, Mem @ 0x6451000000/16777216, 0x4000000000/536870912, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[     5.916] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.916] (II) LoadModule: "glx"
[     5.917] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.921] (II) Module glx: vendor="X.Org Foundation"
[     5.921] 	compiled for 1.21.1.13, module version = 1.0.0
[     5.921] 	ABI class: X.Org Server Extension, version 10.0
[     5.921] (==) Matched intel as autoconfigured driver 0
[     5.921] (==) Matched modesetting as autoconfigured driver 1
[     5.921] (==) Matched fbdev as autoconfigured driver 2
[     5.921] (==) Matched vesa as autoconfigured driver 3
[     5.921] (==) Assigned the driver to the xf86ConfigLayout
[     5.921] (II) LoadModule: "intel"
[     5.921] (WW) Warning, couldn't open module intel
[     5.921] (EE) Failed to load module "intel" (module does not exist, 0)
[     5.921] (II) LoadModule: "modesetting"
[     5.921] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.922] (II) Module modesetting: vendor="X.Org Foundation"
[     5.922] 	compiled for 1.21.1.13, module version = 1.21.1
[     5.922] 	Module class: X.Org Video Driver
[     5.922] 	ABI class: X.Org Video Driver, version 25.2
[     5.922] (II) LoadModule: "fbdev"
[     5.922] (WW) Warning, couldn't open module fbdev
[     5.922] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     5.922] (II) LoadModule: "vesa"
[     5.922] (WW) Warning, couldn't open module vesa
[     5.922] (EE) Failed to load module "vesa" (module does not exist, 0)
[     5.922] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.933] (II) modeset(0): using drv /dev/dri/card0
[     5.933] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     5.933] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     5.933] (==) modeset(0): RGB weight 888
[     5.933] (==) modeset(0): Default visual is TrueColor
[     5.933] (II) Loading sub module "glamoregl"
[     5.933] (II) LoadModule: "glamoregl"
[     5.933] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     5.936] (II) Module glamoregl: vendor="X.Org Foundation"
[     5.936] 	compiled for 1.21.1.13, module version = 1.0.1
[     5.936] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.071] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (RPL-P)
[     6.071] (II) modeset(0): glamor initialized
[     6.071] (==) modeset(0): VariableRefresh: disabled
[     6.071] (==) modeset(0): AsyncFlipSecondaries: disabled
[     6.073] (II) modeset(0): Output eDP-1 has no monitor section
[     6.076] (II) modeset(0): EDID for output eDP-1
[     6.076] (II) modeset(0): Manufacturer: BOE  Model: ae0  Serial#: 0
[     6.076] (II) modeset(0): Year: 2021  Week: 44
[     6.076] (II) modeset(0): EDID Version: 1.4
[     6.076] (II) modeset(0): Digital Display Input
[     6.076] (II) modeset(0): 10 bits per channel
[     6.076] (II) modeset(0): Digital interface is DisplayPort
[     6.076] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 21
[     6.076] (II) modeset(0): Gamma: 2.20
[     6.076] (II) modeset(0): No DPMS capabilities specified
[     6.076] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     6.076] (II) modeset(0): First detailed timing is preferred mode
[     6.076] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     6.076] (II) modeset(0): Display is continuous-frequency
[     6.076] (II) modeset(0): redX: 0.642 redY: 0.335   greenX: 0.300 greenY: 0.621
[     6.076] (II) modeset(0): blueX: 0.151 blueY: 0.061   whiteX: 0.313 whiteY: 0.329
[     6.076] (II) modeset(0): Manufacturer's mask: 0
[     6.076] (II) modeset(0): Supported detailed timing:
[     6.076] (II) modeset(0): clock: 282.7 MHz   Image Size:  344 x 215 mm
[     6.076] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[     6.076] (II) modeset(0): v_active: 1600  v_sync: 1603  v_sync_end 1609 v_blanking: 1732 v_border: 0
[     6.076] (II) modeset(0): Ranges: V min: 60 V max: 165 Hz, H min: 286 H max: 286 kHz, PixClock max 785 MHz
[     6.076] (II) modeset(0):  BOE CQ
[     6.076] (II) modeset(0):  NE160QDM-NY1
[     6.076] (II) modeset(0): Number of EDID sections to follow: 1
[     6.076] (II) modeset(0): EDID (in hex):
[     6.076] (II) modeset(0): 	00ffffffffffff0009e5e00a00000000
[     6.076] (II) modeset(0): 	2c1f0104b5221578037ce5a4554c9f26
[     6.076] (II) modeset(0): 	0f505400000001010101010101010101
[     6.076] (II) modeset(0): 	0101010101016b6e00a0a04084603020
[     6.076] (II) modeset(0): 	360058d71000001a000000fd0c3ca51f
[     6.076] (II) modeset(0): 	1f4e010a202020202020000000fe0042
[     6.076] (II) modeset(0): 	4f452043510a202020202020000000fe
[     6.076] (II) modeset(0): 	004e4531363051444d2d4e59310a0180
[     6.076] (II) modeset(0): 	7013790000030114a52f0185ff099f00
[     6.076] (II) modeset(0): 	2f001f003f0683000200050000000000
[     6.076] (II) modeset(0): 	00000000000000000000000000000000
[     6.076] (II) modeset(0): 	00000000000000000000000000000000
[     6.076] (II) modeset(0): 	00000000000000000000000000000000
[     6.076] (II) modeset(0): 	00000000000000000000000000000000
[     6.076] (II) modeset(0): 	00000000000000000000000000000000
[     6.076] (II) modeset(0): 	00000000000000000000000000003e90
[     6.078] (II) modeset(0): Printing probed modes for output eDP-1
[     6.078] (II) modeset(0): Modeline "2560x1600"x165.0  777.34  2560 2608 2640 2720  1600 1603 1609 1732 -hsync -vsync (285.8 kHz eP)
[     6.078] (II) modeset(0): Modeline "2560x1600"x60.0  282.67  2560 2608 2640 2720  1600 1603 1609 1732 +hsync -vsync (103.9 kHz eP)
[     6.078] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[     6.078] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[     6.078] (II) modeset(0): Modeline "2560x1440"x60.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[     6.078] (II) modeset(0): Modeline "2560x1440"x60.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[     6.078] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[     6.078] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[     6.078] (II) modeset(0): Modeline "2048x1536"x85.0  388.04  2048 2216 2440 2832  1536 1537 1540 1612 -hsync +vsync (137.0 kHz d)
[     6.078] (II) modeset(0): Modeline "2048x1536"x75.0  340.48  2048 2216 2440 2832  1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
[     6.078] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[     6.078] (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[     6.078] (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[     6.078] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[     6.078] (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[     6.078] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[     6.078] (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[     6.078] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[     6.078] (II) modeset(0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[     6.078] (II) modeset(0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[     6.078] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[     6.078] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[     6.078] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[     6.078] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[     6.078] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     6.078] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     6.078] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     6.078] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     6.078] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[     6.078] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[     6.078] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[     6.078] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[     6.078] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[     6.078] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     6.078] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     6.078] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[     6.078] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     6.078] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     6.078] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     6.078] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     6.078] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     6.078] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[     6.078] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[     6.078] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     6.078] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     6.078] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     6.078] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[     6.078] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     6.078] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     6.078] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     6.078] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     6.078] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     6.078] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     6.078] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     6.078] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     6.078] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     6.078] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[     6.078] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     6.078] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     6.078] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     6.078] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     6.078] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[     6.078] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[     6.078] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     6.078] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[     6.078] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[     6.078] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[     6.078] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     6.078] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[     6.078] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[     6.078] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[     6.078] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     6.078] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[     6.078] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     6.078] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[     6.078] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     6.078] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     6.078] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     6.078] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     6.078] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     6.078] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     6.078] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     6.079] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[     6.079] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     6.079] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     6.079] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     6.079] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     6.079] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[     6.079] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[     6.079] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[     6.079] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[     6.079] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     6.079] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[     6.079] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[     6.079] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[     6.079] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     6.079] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     6.079] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     6.079] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     6.079] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     6.079] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     6.079] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[     6.079] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     6.079] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.079] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.079] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[     6.079] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[     6.079] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     6.079] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.079] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.079] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[     6.079] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     6.079] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[     6.079] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[     6.079] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[     6.079] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     6.079] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     6.079] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     6.079] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[     6.079] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     6.079] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     6.079] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     6.079] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     6.079] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[     6.079] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[     6.079] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     6.079] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     6.079] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     6.079] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     6.079] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[     6.079] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[     6.079] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[     6.079] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[     6.079] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     6.079] (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)
[     6.079] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     6.079] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     6.079] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[     6.079] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     6.079] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     6.079] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[     6.079] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[     6.079] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[     6.079] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     6.079] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     6.079] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     6.079] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     6.079] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[     6.079] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[     6.079] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[     6.079] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     6.079] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     6.079] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     6.079] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[     6.079] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[     6.079] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     6.079] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     6.079] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[     6.079] (II) modeset(0): Output eDP-1 connected
[     6.079] (II) modeset(0): Using exact sizes for initial modes
[     6.079] (II) modeset(0): Output eDP-1 using initial mode 2560x1600 +0+0
[     6.079] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.079] (++) modeset(0): DPI set to (120, 120)
[     6.079] (II) Loading sub module "fb"
[     6.079] (II) LoadModule: "fb"
[     6.079] (II) Module "fb" already built-in
[     6.097] (==) modeset(0): Backing store enabled
[     6.097] (==) modeset(0): Silken mouse enabled
[     6.127] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     6.127] (==) modeset(0): DPMS enabled
[     6.128] (II) modeset(0): [DRI2] Setup complete
[     6.128] (II) modeset(0): [DRI2]   DRI driver: iris
[     6.128] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     6.128] (II) Initializing extension Generic Event Extension
[     6.128] (II) Initializing extension SHAPE
[     6.128] (II) Initializing extension MIT-SHM
[     6.128] (II) Initializing extension XInputExtension
[     6.129] (II) Initializing extension XTEST
[     6.129] (II) Initializing extension BIG-REQUESTS
[     6.129] (II) Initializing extension SYNC
[     6.129] (II) Initializing extension XKEYBOARD
[     6.129] (II) Initializing extension XC-MISC
[     6.130] (II) Initializing extension SECURITY
[     6.130] (II) Initializing extension XFIXES
[     6.130] (II) Initializing extension RENDER
[     6.130] (II) Initializing extension RANDR
[     6.130] (II) Initializing extension COMPOSITE
[     6.130] (II) Initializing extension DAMAGE
[     6.130] (II) Initializing extension MIT-SCREEN-SAVER
[     6.131] (II) Initializing extension DOUBLE-BUFFER
[     6.131] (II) Initializing extension RECORD
[     6.131] (II) Initializing extension DPMS
[     6.131] (II) Initializing extension Present
[     6.131] (II) Initializing extension DRI3
[     6.131] (II) Initializing extension X-Resource
[     6.133] (II) Initializing extension XVideo
[     6.133] (II) Initializing extension XVideo-MotionCompensation
[     6.133] (II) Initializing extension GLX
[     6.142] (II) AIGLX: Loaded and initialized iris
[     6.142] (II) GLX: Initialized DRI2 GL provider for screen 0
[     6.142] (II) Initializing extension XFree86-VidModeExtension
[     6.143] (II) Initializing extension XFree86-DGA
[     6.143] (II) Initializing extension XFree86-DRI
[     6.143] (II) Initializing extension DRI2
[     6.144] (II) modeset(0): Damage tracking initialized
[     6.144] (II) modeset(0): Setting screen physical size to 541 x 338
[     6.195] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     6.195] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.195] (II) LoadModule: "libinput"
[     6.195] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.197] (II) Module libinput: vendor="X.Org Foundation"
[     6.197] 	compiled for 1.21.1.13, module version = 1.4.0
[     6.197] 	Module class: X.Org XInput Driver
[     6.197] 	ABI class: X.Org XInput driver, version 24.4
[     6.197] (II) Using input driver 'libinput' for 'Video Bus'
[     6.197] (**) Video Bus: always reports core events
[     6.197] (**) Option "Device" "/dev/input/event6"
[     6.199] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     6.199] (II) event6  - Video Bus: device is a keyboard
[     6.199] (II) event6  - Video Bus: device removed
[     6.276] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7/event6"
[     6.276] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[     6.279] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     6.279] (II) event6  - Video Bus: device is a keyboard
[     6.279] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     6.279] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.279] (II) Using input driver 'libinput' for 'Video Bus'
[     6.279] (**) Video Bus: always reports core events
[     6.279] (**) Option "Device" "/dev/input/event5"
[     6.280] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     6.280] (II) event5  - Video Bus: device is a keyboard
[     6.281] (II) event5  - Video Bus: device removed
[     6.330] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/LNXVIDEO:00/input/input6/event5"
[     6.330] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.331] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     6.331] (II) event5  - Video Bus: device is a keyboard
[     6.332] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     6.332] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.332] (II) Using input driver 'libinput' for 'Power Button'
[     6.332] (**) Power Button: always reports core events
[     6.332] (**) Option "Device" "/dev/input/event2"
[     6.333] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.334] (II) event2  - Power Button: device is a keyboard
[     6.334] (II) event2  - Power Button: device removed
[     6.370] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[     6.370] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     6.371] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.371] (II) event2  - Power Button: device is a keyboard
[     6.372] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     6.372] (II) No input driver specified, ignoring this device.
[     6.372] (II) This device may have been added with another device file.
[     6.372] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     6.372] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     6.372] (II) Using input driver 'libinput' for 'Sleep Button'
[     6.372] (**) Sleep Button: always reports core events
[     6.372] (**) Option "Device" "/dev/input/event0"
[     6.375] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     6.375] (II) event0  - Sleep Button: device is a keyboard
[     6.376] (II) event0  - Sleep Button: device removed
[     6.401] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     6.401] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     6.402] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     6.403] (II) event0  - Sleep Button: device is a keyboard
[     6.404] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Mouse (/dev/input/event8)
[     6.404] (**) ELAN0686:00 04F3:320D Mouse: Applying InputClass "libinput pointer catchall"
[     6.404] (II) Using input driver 'libinput' for 'ELAN0686:00 04F3:320D Mouse'
[     6.404] (**) ELAN0686:00 04F3:320D Mouse: always reports core events
[     6.404] (**) Option "Device" "/dev/input/event8"
[     6.407] (II) event8  - ELAN0686:00 04F3:320D Mouse: is tagged by udev as: Mouse Pointingstick
[     6.407] (II) event8  - ELAN0686:00 04F3:320D Mouse: device is a pointer
[     6.408] (II) event8  - ELAN0686:00 04F3:320D Mouse: device removed
[     6.460] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.460] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.460] (II) libinput: ELAN0686:00 04F3:320D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.460] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-10/i2c-ELAN0686:00/0018:04F3:320D.0001/input/input13/event8"
[     6.460] (II) XINPUT: Adding extended input device "ELAN0686:00 04F3:320D Mouse" (type: MOUSE, id 10)
[     6.461] (**) Option "AccelerationScheme" "none"
[     6.461] (**) ELAN0686:00 04F3:320D Mouse: (accel) selected scheme none/0
[     6.461] (**) ELAN0686:00 04F3:320D Mouse: (accel) acceleration factor: 2.000
[     6.461] (**) ELAN0686:00 04F3:320D Mouse: (accel) acceleration threshold: 4
[     6.463] (II) event8  - ELAN0686:00 04F3:320D Mouse: is tagged by udev as: Mouse Pointingstick
[     6.463] (II) event8  - ELAN0686:00 04F3:320D Mouse: device is a pointer
[     6.464] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Mouse (/dev/input/mouse0)
[     6.464] (II) No input driver specified, ignoring this device.
[     6.464] (II) This device may have been added with another device file.
[     6.467] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Touchpad (/dev/input/event9)
[     6.467] (**) ELAN0686:00 04F3:320D Touchpad: Applying InputClass "libinput touchpad catchall"
[     6.467] (**) ELAN0686:00 04F3:320D Touchpad: Applying InputClass "touchpad catchall"
[     6.467] (**) ELAN0686:00 04F3:320D Touchpad: Applying InputClass "Default clickpad buttons"
[     6.467] (II) LoadModule: "synaptics"
[     6.467] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     6.470] (II) Module synaptics: vendor="X.Org Foundation"
[     6.470] 	compiled for 1.21.1.13, module version = 1.9.2
[     6.470] 	Module class: X.Org XInput Driver
[     6.470] 	ABI class: X.Org XInput driver, version 24.4
[     6.470] (II) Using input driver 'synaptics' for 'ELAN0686:00 04F3:320D Touchpad'
[     6.470] (**) ELAN0686:00 04F3:320D Touchpad: always reports core events
[     6.470] (**) Option "Device" "/dev/input/event9"
[     6.527] (II) synaptics: ELAN0686:00 04F3:320D Touchpad: found clickpad property
[     6.527] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: x-axis range 0 - 3528 (res 31)
[     6.527] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: y-axis range 0 - 2006 (res 31)
[     6.527] (II) synaptics: ELAN0686:00 04F3:320D Touchpad: device does not report pressure, will use touch data.
[     6.527] (II) synaptics: ELAN0686:00 04F3:320D Touchpad: device does not report finger width.
[     6.527] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: buttons: left double triple
[     6.527] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: Vendor 0x4f3 Product 0x320d
[     6.527] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: invalid pressure range.  defaulting to 0 - 255
[     6.527] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: invalid finger width range.  defaulting to 0 - 15
[     6.527] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     6.527] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: touchpad found
[     6.527] (**) ELAN0686:00 04F3:320D Touchpad: always reports core events
[     6.566] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-10/i2c-ELAN0686:00/0018:04F3:320D.0001/input/input15/event9"
[     6.566] (II) XINPUT: Adding extended input device "ELAN0686:00 04F3:320D Touchpad" (type: TOUCHPAD, id 11)
[     6.566] (**) synaptics: ELAN0686:00 04F3:320D Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[     6.566] (**) synaptics: ELAN0686:00 04F3:320D Touchpad: (accel) MaxSpeed is now 1.75
[     6.566] (**) synaptics: ELAN0686:00 04F3:320D Touchpad: (accel) AccelFactor is now 0.049
[     6.567] (**) ELAN0686:00 04F3:320D Touchpad: (accel) keeping acceleration scheme 1
[     6.567] (**) ELAN0686:00 04F3:320D Touchpad: (accel) acceleration profile 1
[     6.567] (**) ELAN0686:00 04F3:320D Touchpad: (accel) acceleration factor: 2.000
[     6.567] (**) ELAN0686:00 04F3:320D Touchpad: (accel) acceleration threshold: 4
[     6.567] (--) synaptics: ELAN0686:00 04F3:320D Touchpad: touchpad found
[     6.568] (II) config/udev: Adding input device ELAN0686:00 04F3:320D Touchpad (/dev/input/mouse1)
[     6.568] (**) ELAN0686:00 04F3:320D Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[     6.568] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event11)
[     6.568] (II) No input driver specified, ignoring this device.
[     6.568] (II) This device may have been added with another device file.
[     6.569] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event12)
[     6.569] (**) sof-hda-dsp Headphone: Applying InputClass "libinput keyboard catchall"
[     6.569] (II) Using input driver 'libinput' for 'sof-hda-dsp Headphone'
[     6.569] (**) sof-hda-dsp Headphone: always reports core events
[     6.569] (**) Option "Device" "/dev/input/event12"
[     6.570] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[     6.570] (II) event12 - sof-hda-dsp Headphone: device is a keyboard
[     6.570] (II) event12 - sof-hda-dsp Headphone: device removed
[     6.613] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17/event12"
[     6.613] (II) XINPUT: Adding extended input device "sof-hda-dsp Headphone" (type: KEYBOARD, id 12)
[     6.614] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[     6.614] (II) event12 - sof-hda-dsp Headphone: device is a keyboard
[     6.617] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event13)
[     6.617] (II) No input driver specified, ignoring this device.
[     6.617] (II) This device may have been added with another device file.
[     6.617] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event14)
[     6.617] (II) No input driver specified, ignoring this device.
[     6.617] (II) This device may have been added with another device file.
[     6.618] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event15)
[     6.618] (II) No input driver specified, ignoring this device.
[     6.618] (II) This device may have been added with another device file.
[     6.618] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     6.618] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.618] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.618] (**) AT Translated Set 2 keyboard: always reports core events
[     6.618] (**) Option "Device" "/dev/input/event3"
[     6.619] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.619] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.620] (II) event3  - AT Translated Set 2 keyboard: device removed
[     6.650] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     6.650] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[     6.651] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.652] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.653] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event10)
[     6.653] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[     6.653] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[     6.654] (**) TPPS/2 Elan TrackPoint: always reports core events
[     6.654] (**) Option "Device" "/dev/input/event10"
[     6.654] (II) event10 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     6.655] (II) event10 - TPPS/2 Elan TrackPoint: device is a pointer
[     6.656] (II) event10 - TPPS/2 Elan TrackPoint: device removed
[     6.700] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.700] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.700] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[     6.700] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event10"
[     6.700] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 14)
[     6.700] (**) Option "AccelerationScheme" "none"
[     6.700] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[     6.700] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[     6.700] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[     6.701] (II) event10 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     6.702] (II) event10 - TPPS/2 Elan TrackPoint: device is a pointer
[     6.705] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse2)
[     6.705] (II) No input driver specified, ignoring this device.
[     6.705] (II) This device may have been added with another device file.
[     6.706] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[     6.706] (II) No input driver specified, ignoring this device.
[     6.706] (II) This device may have been added with another device file.
[     6.710] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[     6.710] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     6.710] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     6.710] (**) ThinkPad Extra Buttons: always reports core events
[     6.710] (**) Option "Device" "/dev/input/event4"
[     6.711] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     6.711] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[     6.711] (II) event4  - ThinkPad Extra Buttons: device removed
[     6.756] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
[     6.756] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[     6.758] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     6.758] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[     6.795] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event14)
[     6.795] (II) No input driver specified, ignoring this device.
[     6.795] (II) This device may have been added with another device file.
[     6.796] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event11)
[     6.796] (II) No input driver specified, ignoring this device.
[     6.796] (II) This device may have been added with another device file.
[     6.796] (II) config/udev: removing device sof-hda-dsp Headphone
[     6.796] (II) event12 - sof-hda-dsp Headphone: device removed
[     6.850] (II) UnloadModule: "libinput"
[     6.850] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event12)
[     6.850] (**) sof-hda-dsp Headphone: Applying InputClass "libinput keyboard catchall"
[     6.850] (II) Using input driver 'libinput' for 'sof-hda-dsp Headphone'
[     6.850] (**) sof-hda-dsp Headphone: always reports core events
[     6.850] (**) Option "Device" "/dev/input/event12"
[     6.851] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[     6.851] (II) event12 - sof-hda-dsp Headphone: device is a keyboard
[     6.852] (II) event12 - sof-hda-dsp Headphone: device removed
[     6.906] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17/event12"
[     6.906] (II) XINPUT: Adding extended input device "sof-hda-dsp Headphone" (type: KEYBOARD, id 12)
[     6.907] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[     6.908] (II) event12 - sof-hda-dsp Headphone: device is a keyboard
[     6.908] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event15)
[     6.908] (II) No input driver specified, ignoring this device.
[     6.908] (II) This device may have been added with another device file.
[     6.910] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event13)
[     6.910] (II) No input driver specified, ignoring this device.
[     6.910] (II) This device may have been added with another device file.
[    13.111] (II) event6  - Video Bus: device removed
[    13.173] (II) event5  - Video Bus: device removed
[    13.243] (II) event2  - Power Button: device removed
[    13.273] (II) event0  - Sleep Button: device removed
[    13.300] (II) event8  - ELAN0686:00 04F3:320D Mouse: device removed
[    13.443] (II) event3  - AT Translated Set 2 keyboard: device removed
[    13.463] (II) event10 - TPPS/2 Elan TrackPoint: device removed
[    13.523] (II) event4  - ThinkPad Extra Buttons: device removed
[    13.546] (II) event12 - sof-hda-dsp Headphone: device removed
[    13.626] (II) AIGLX: Suspending AIGLX clients for VT switch

Last edited by AwkwaBear (2024-08-03 06:59:20)

Offline

#14 2024-08-03 07:03:54

seth
Member
Registered: 2012-09-03
Posts: 56,197

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

No, the driver is gone, you're running on the modesetting driver and don't run into the swrast fallback. The log looks fine.
Does the problem remain w/o your workaround?

Offline

#15 2024-08-03 07:05:39

AwkwaBear
Member
Registered: 2024-07-24
Posts: 12

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

Yeah I just tested, if i turn off my service and verify the env variables are not added the issue comes back and all my apps take forever to load or crash.

Probably just gotta keep the workaround lmao

Last edited by AwkwaBear (2024-08-03 07:06:11)

Offline

#16 2024-08-03 22:11:06

seth
Member
Registered: 2012-09-03
Posts: 56,197

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

'key… hmm
I'd probably run that in some /etc/profile.d script to avoid race conditions (session started before the service finished) and write operations (you just check lspci and export the environment or not)

Offline

#17 2024-08-04 00:31:15

AwkwaBear
Member
Registered: 2024-07-24
Posts: 12

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

yeah I think that's what I did. I made a systemd service that runs at boot and sets those env variables in /etc/environment

I put the details in the earlier post above but it basically just runs
lspci | grep nvidia  and

if true:
itll remove all the env variables

if its false
it adds them



Heres the service:

[Unit]
Description=Check GPU and set environment variables

[Service]
Type=oneshot
ExecStart=/usr/local/bin/gpu_check.sh
RemainAfterExit=true

[Install]
WantedBy=multi-user.target

And Heres the script:

#!/bin/sh

LOGFILE="/var/log/check_gpu.log"
echo "Running check_gpu.sh script" >> $LOGFILE

# The following script is to prevent large delays when nvidia drivers are installed from vulkan programs trying to access the dGPU
# and it has been turned off to run the laptop in integrated graphics only mode
# chromium and other vulkan apps will take 30+ seconds to load because they attempt to use nvidia-utils first and error out
# before finally switching to use the iGPU for vulkan
# this script makes a check for if the dGPU is on or not and then will set environment variables to force applications to
# skip the nvidia-utils vulkan drivers and go straight to the intel iGPU
# At boot a Systemd service check_gpu.service will run and add environment variables to /etc/environment

if lspci | grep -q "NVIDIA"; then
    echo "NVIDIA GPU IS ACTIVE" >> $LOGFILE
    
    sed -i '\#These environment variables are set automatically at run by check_gpu.service and script /usr/local/bin/check_gpu.sh to see if the dGPU is deactivated to prevent vulkan apps from trying to use it#d' /etc/environment
    sed -i '/DGPU_ACTIVE=true/d' /etc/environment
    sed -i '/__GLX_VENDOR_LIBRARY_NAME=mesa/d' /etc/environment
    sed -i '/__EGL_VENDOR_LIBRARY_FILENAMES=\/usr\/share\/glvnd\/egl_vendor.d\/50_mesa.json/d' /etc/environment
    sed -i '/MESA_LOADER_DRIVER_OVERRIDE=iris/d' /etc/environment
    sed -i '/VK_DRIVER_FILES=\/usr\/share\/vulkan\/icd.d\/intel_icd.x86_64.json/d' /etc/environment
    
    echo "Deleted Environment Variables" >> $LOGFILE

else
    echo "NO dGPU" >> $LOGFILE


    grep -q "# These environment variables are set automatically at run by check_gpu.service and script /usr/local/bin/check_gpu.sh to see if the dGPU is deactivated to prevent vulkan apps from trying to use it" || echo "# These environment variables are set automatically at run by check_gpu.service and script /usr/local/bin/check_gpu.sh to see if the dGPU is deactivated to prevent vulkan apps from trying to use it" >> /etc/environment
    grep -q "DGPU_ACTIVE=true" /etc/environment || echo "DGPU_ACTIVE=true" >> /etc/environment
    grep -q "__GLX_VENDOR_LIBRARY_NAME=mesa" /etc/environment || echo "__GLX_VENDOR_LIBRARY_NAME=mesa" >> /etc/environment
    grep -q "__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json" /etc/environment || echo "__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json" >> /etc/environment
    grep -q "MESA_LOADER_DRIVER_OVERRIDE=iris" /etc/environment || echo "MESA_LOADER_DRIVER_OVERRIDE=iris" >> /etc/environment
    grep -q "VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json" /etc/environment || echo "VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json" >> /etc/environment

    echo "Set environment variables" >> $LOGFILE
fi
#!/bin/sh

LOGFILE="/var/log/check_gpu.log"
echo "Running check_gpu.sh script" >> $LOGFILE

# The following script is to prevent large delays when nvidia drivers are installed from vulkan programs trying to access the dGPU
# and it has been turned off to run the laptop in integrated graphics only mode
# chromium and other vulkan apps will take 30+ seconds to load because they attempt to use nvidia-utils first and error out
# before finally switching to use the iGPU for vulkan
# this script makes a check for if the dGPU is on or not and then will set environment variables to force applications to
# skip the nvidia-utils vulkan drivers and go straight to the intel iGPU
# At boot a Systemd service check_gpu.service will run and add environment variables to /etc/environment

if lspci | grep -q "NVIDIA"; then
    echo "NVIDIA GPU IS ACTIVE" >> $LOGFILE
    
    sed -i '\#These environment variables are set automatically at run by check_gpu.service and script /usr/local/bin/check_gpu.sh to see if the dGPU is deactivated to prevent vulkan apps from trying to use it#d' /etc/environment
    sed -i '/DGPU_ACTIVE=true/d' /etc/environment
    sed -i '/__GLX_VENDOR_LIBRARY_NAME=mesa/d' /etc/environment
    sed -i '/__EGL_VENDOR_LIBRARY_FILENAMES=\/usr\/share\/glvnd\/egl_vendor.d\/50_mesa.json/d' /etc/environment
    sed -i '/MESA_LOADER_DRIVER_OVERRIDE=iris/d' /etc/environment
    sed -i '/VK_DRIVER_FILES=\/usr\/share\/vulkan\/icd.d\/intel_icd.x86_64.json/d' /etc/environment
    
    echo "Deleted Environment Variables" >> $LOGFILE

else
    echo "NO dGPU" >> $LOGFILE


    grep -q "# These environment variables are set automatically at run by check_gpu.service and script /usr/local/bin/check_gpu.sh to see if the dGPU is deactivated to prevent vulkan apps from trying to use it" || echo "# These environment variables are set automatically at run by check_gpu.service and script /usr/local/bin/check_gpu.sh to see if the dGPU is deactivated to prevent vulkan apps from trying to use it" >> /etc/environment
    grep -q "DGPU_ACTIVE=true" /etc/environment || echo "DGPU_ACTIVE=true" >> /etc/environment
    grep -q "__GLX_VENDOR_LIBRARY_NAME=mesa" /etc/environment || echo "__GLX_VENDOR_LIBRARY_NAME=mesa" >> /etc/environment
    grep -q "__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json" /etc/environment || echo "__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json" >> /etc/environment
    grep -q "MESA_LOADER_DRIVER_OVERRIDE=iris" /etc/environment || echo "MESA_LOADER_DRIVER_OVERRIDE=iris" >> /etc/environment
    grep -q "VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json" /etc/environment || echo "VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json" >> /etc/environment

    echo "Set environment variables" >> $LOGFILE
fi

Is there a different way you recommend to do this? I'm not sure if my implementation is causing some other issues I may not have thought about

Offline

#18 2024-08-04 06:54:48

seth
Member
Registered: 2012-09-03
Posts: 56,197

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

yeah I think that's what I did

yes, my point was to to maybe for for

a different way

Currently you're relying on
* string matches
* write operations
* execution order
to dynamically control the environment, which is rather fragile

/etc/profile.d/mesa_environment.sh

#!bin/sh
if ! lspci | grep -q "NVIDIA"; then
    export DGPU_ACTIVE=true
    export __GLX_VENDOR_LIBRARY_NAME=mesa
    export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json
    export MESA_LOADER_DRIVER_OVERRIDE=iris
    export VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json
fi

should™ achieve the same w/o relying on environment string matches or execution order and doesn't rewrite /etc/environment w/ every boot.

Offline

#19 2024-08-04 07:16:05

AwkwaBear
Member
Registered: 2024-07-24
Posts: 12

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

Ah this is exactly the type of elegant solution I was looking for.

I just tested it right now and it works but it creates an entirely new problem.

lspci takes about 2-5 seconds to run.
And now EVERY time i open a terminal it runs lspci before a prompt shows up meaning I have to wait several seconds instead of it coming up instantly.

Do you have any other idea where I can put this statement that will prevent it from running every terminal session?

I believe i read somewhere that /etc/environment will only take definitions with no conditionals which is why I was relying on my janky implementation.

I only really need it to run at boot because envycontrol requires a reboot each time you turn the dGPU on/off anyways

Thanks for all the help with this so far tho I really appreciate it

Offline

#20 2024-08-04 07:41:23

seth
Member
Registered: 2012-09-03
Posts: 56,197

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

#!bin/sh
if [ -z  DGPU_ACTIVE ]; then
    if lsmod | grep nvidia # more relevant than the presence of the device?
        export DGPU_ACTIVE=true
    else
        export DGPU_ACTIVE=false
        export __GLX_VENDOR_LIBRARY_NAME=mesa
        export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json
        export MESA_LOADER_DRIVER_OVERRIDE=iris
        export VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json
    fi
fi

Offline

#21 2024-08-04 08:05:54

AwkwaBear
Member
Registered: 2024-07-24
Posts: 12

Re: [SOLVED] Slow applications on iGPU with nvidia drivers and envycontrol

That worked! YOU ROCK!

Awesome thank you so much! I can finally strip out my janky script solution!

I really appreciate all the help and hope this post helps some one in the future (or better yet hope no one else encounters this)

I just had to fix a small typo cause there was a then missing so I'll put the fixed script solution here for posterity.

#!/bin/sh
if [ -z "$DGPU_ACTIVE" ]; then
    if lsmod | grep nvidia; then
        export DGPU_ACTIVE=true
    else
        export DGPU_ACTIVE=false
        export __GLX_VENDOR_LIBRARY_NAME=mesa
        export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json
        export MESA_LOADER_DRIVER_OVERRIDE=iris
        export VK_DRIVER_FILES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json
    fi
fi

Thanks again! This post is now ACTUALLY SOLVED

Offline

Board footer

Powered by FluxBB