You are not logged in.
I've got an problem where my laptop hangs for 30 seconds on hibernation (suspending and resuming) when my external monitor is enabled. If I unplug the monitor, or use kscreen-doctor to disable the monitor prior to initiation hibernation, everything works fine. I thought I'd try using systemd to disable the monitor when hibernation starts and enable when hibernation resumes.
The problem is I can't figure out how to do this. As root, kscreen-doctor and kscreen-console don't work. They either hang or segfault. I then thought I'd try looking for a way to control the monitor through the /sys interface, but although I can check if the monitor is enabled and/or connected, the endpoints are either read-only or return "write error: invalid argument".
Can someone either point me in the right direction, or just let me what I'm trying isn't possible? Thanks.
Last edited by kennelh (2025-03-21 17:32:29)
Offline
Import relevant user/environment and use sudo, see https://gist.github.com/AladW/de1c5676d93d05a5a0e1 for an example.
This is on kwin_wayland (only)?
Anything in the journal to explain the stall during the wakeup?
Offline
I compared the journalctl logs with and without the external monitor enabled and didn't see any significant differences. There were no errors shown when the monitor is enabled.
The freeze happens both upon suspend and resume. With the monitor disabled, suspend and resume each take about 10 seconds. With it enabled, suspend and resume each take about 45 seconds.
I have the same issue using X11/Xorg.
I've gotten around this for now by writing a script that I run from my user account when I want to hibernate, but I'd really like to figure out what the real issue is.
Offline
What are the messages around the delay (or is there no delay in the journal and only visual)?
Offline
What are the messages around the delay (or is there no delay in the journal and only visual)?
There's aren't any messages that I can find, journal or otherwise. On resume from hibernation, the desktop reappears on the internal and external monitors, but for appx 30 seconds it is unresponsive. Typing, mouse motion, etc., all have no effect. A simple bash script running in a terminal window which prints the date/time every seconds doesn't update during this time either, and when it does start again it doesn't indicate that it was running while the system was frozen (i.e, it doesn't suddenly print out a sequence of date/times as though they we just being buffered).
On a related note, I have figured out how to execute kscreen-doctor from a root shell script so that I could enable or disable the display using systemd.
Offline
That's gonna be some dbus timeout.
Is this
1. plasma
2. wayland
3. nvidia
For plasma/X11 disable the compositor (SHIFT+Alt+F12) and see whether you get the same behavior
Offline
It shouldn't be nvidia as I'm using Intel i915. Wayland and X11 exhibit the same behavior. I tried restarting with plasma/X11 and disabling the compositor. No difference.
I also ran dbus-monitor with and without the external monitor, and again there's no appreciable difference.
Offline
Test the behavior w/ just openbox and eg. an xterm (plasma has a fuckton of GL contexts by itself and I wonder whether their recovery stalls, though: there's no dedicated GPU in the system at all?)
Ideally also make the xterm autoupdate
while true; do printf '\r%s' $(date +%T); sleep 1; done
so we can separate input and output.
If that also stalls, please post the system journal and xorg log of that boot - it's odd enough that "random second output stalls the resume" but I expect there to be some hint as to why… somewhere.
Offline
The issue also happens under Openbox.
For reference, hibernation started at 7:43:37AM. After the system shut off and was rebooted, the reboot resumed at 7:45:00am. The monitor displays became visible at 7:45:12am, and the system unfroze at appx 7:45:43am. During the interval between 7:45:12am and 7:45:43am, the autoupdate time in the xterm window did not update.
journalctl output:
Mar 04 07:43:37 budgie-l7400 systemd-logind[844]: The system will hibernate now!
Mar 04 07:43:37 budgie-l7400 ModemManager[931]: <msg> [sleep-monitor-systemd] system is about to suspend
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.3134] manager: sleep: sleep requested (sleeping: no enabled: yes)
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.3135] device (p2p-dev-wlp3s0): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.3139] manager: NetworkManager state is now ASLEEP
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.3140] device (wlp3s0): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
Mar 04 07:43:37 budgie-l7400 systemd[1]: Starting Network Manager Script Dispatcher Service...
Mar 04 07:43:37 budgie-l7400 systemd[1]: Started Network Manager Script Dispatcher Service.
Mar 04 07:43:37 budgie-l7400 kernel: wlp3s0: deauthenticating from 24:94:cb:91:9c:ae by local choice (Reason: 3=DEAUTH_LEAVING)
Mar 04 07:43:37 budgie-l7400 wpa_supplicant[969]: nl80211: send_event_marker failed: Source based routing not supported
Mar 04 07:43:37 budgie-l7400 wpa_supplicant[969]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=24:94:cb:91:9c:ae reason=3 locally_generated=1
Mar 04 07:43:37 budgie-l7400 wpa_supplicant[969]: wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
Mar 04 07:43:37 budgie-l7400 wpa_supplicant[969]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.6010] device (wlp3s0): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Withdrawing address record for 2601:205:4400:b690:a1b7:2b20:cd6f:d9c on wlp3s0.
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Leaving mDNS multicast group on interface wlp3s0.IPv6 with address 2601:205:4400:b690:a1b7:2b20:cd6f:d9c.
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.6016] dhcp4 (wlp3s0): canceled DHCP transaction
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Joining mDNS multicast group on interface wlp3s0.IPv6 with address fe80::764e:9646:88af:b2df.
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.6017] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Registering new address record for fe80::764e:9646:88af:b2df on wlp3s0.*.
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.6017] dhcp4 (wlp3s0): state changed no lease
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Withdrawing address record for fe80::764e:9646:88af:b2df on wlp3s0.
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.6021] dhcp6 (wlp3s0): canceled DHCP transaction
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Leaving mDNS multicast group on interface wlp3s0.IPv6 with address fe80::764e:9646:88af:b2df.
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.6021] dhcp6 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Interface wlp3s0.IPv6 no longer relevant for mDNS.
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.6021] dhcp6 (wlp3s0): state changed no lease
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Interface wlp3s0.IPv4 no longer relevant for mDNS.
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Leaving mDNS multicast group on interface wlp3s0.IPv4 with address 192.168.0.20.
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Withdrawing address record for 192.168.0.20 on wlp3s0.
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.6408] device (wlp3s0): set-hw-addr: set MAC address to 3E:D2:64:46:84:66 (scanning)
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Joining mDNS multicast group on interface wlp3s0.IPv4 with address 192.168.0.20.
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: New relevant interface wlp3s0.IPv4 for mDNS.
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Registering new address record for 192.168.0.20 on wlp3s0.IPv4.
Mar 04 07:43:37 budgie-l7400 systemd-resolved[527]: wlp3s0: Bus client set default route setting: no
Mar 04 07:43:37 budgie-l7400 systemd-resolved[527]: wlp3s0: Bus client reset DNS server list.
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Withdrawing address record for 192.168.0.20 on wlp3s0.
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Leaving mDNS multicast group on interface wlp3s0.IPv4 with address 192.168.0.20.
Mar 04 07:43:37 budgie-l7400 avahi-daemon[835]: Interface wlp3s0.IPv4 no longer relevant for mDNS.
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.8552] device (wlp3s0): supplicant interface state: completed -> disconnected
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.8555] device (wlp3s0): supplicant interface state: disconnected -> interface_disabled
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.8559] device (wlp3s0): supplicant interface state: interface_disabled -> disconnected
Mar 04 07:43:37 budgie-l7400 NetworkManager[833]: <info> [1741103017.8568] device (wlp3s0): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Mar 04 07:43:38 budgie-l7400 NetworkManager[833]: <info> [1741103018.0432] device (wlp3s0): set-hw-addr: reset MAC address to C0:35:32:77:81:41 (unmanage)
Mar 04 07:43:38 budgie-l7400 systemd[1]: Starting Disable the external monitor prior to hibernation....
Mar 04 07:43:38 budgie-l7400 wpa_supplicant[969]: wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
Mar 04 07:43:38 budgie-l7400 wpa_supplicant[969]: wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
Mar 04 07:43:38 budgie-l7400 wpa_supplicant[969]: nl80211: deinit ifname=wlp3s0 disabled_11b_rates=0
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6072]: /usr/local/bin/save-monitor-config.bash: line 7: /proc//environ: No such file or directory
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x INVOCATION_ID="86d5fb04229f4860b74db6875e24d0f9"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x JOURNAL_STREAM="9:38667"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LANG="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_ADDRESS="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_IDENTIFICATION="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_MEASUREMENT="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_MONETARY="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_NAME="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_NUMERIC="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_PAPER="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_TELEPHONE="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_TIME="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x MEMORY_PRESSURE_WATCH="/sys/fs/cgroup/system.slice/hibernation-suspend.service/memory.pressure"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x MEMORY_PRESSURE_WRITE="c29tZSAyMDAwMDAgMjAwMDAwMAA="
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x OLDPWD
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/snapd/snap/bin"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x PWD="/"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x SHLVL="1"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x SYSTEMD_EXEC_PID="6069"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x USER="root"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x XDG_DATA_DIRS="/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6075]: /usr/local/bin/save-monitor-config.bash: line 8: /proc//environ: No such file or directory
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x INVOCATION_ID="86d5fb04229f4860b74db6875e24d0f9"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x JOURNAL_STREAM="9:38667"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LANG="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_ADDRESS="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_IDENTIFICATION="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_MEASUREMENT="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_MONETARY="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_NAME="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_NUMERIC="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_PAPER="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_TELEPHONE="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_TIME="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x MEMORY_PRESSURE_WATCH="/sys/fs/cgroup/system.slice/hibernation-suspend.service/memory.pressure"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x MEMORY_PRESSURE_WRITE="c29tZSAyMDAwMDAgMjAwMDAwMAA="
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x OLDPWD
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/snapd/snap/bin"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x PWD="/"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x SHLVL="1"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x SYSTEMD_EXEC_PID="6069"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x USER="root"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x XDG_DATA_DIRS="/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6078]: /usr/local/bin/save-monitor-config.bash: line 9: /proc//environ: No such file or directory
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x INVOCATION_ID="86d5fb04229f4860b74db6875e24d0f9"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x JOURNAL_STREAM="9:38667"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LANG="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_ADDRESS="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_IDENTIFICATION="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_MEASUREMENT="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_MONETARY="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_NAME="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_NUMERIC="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_PAPER="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_TELEPHONE="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x LC_TIME="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x MEMORY_PRESSURE_WATCH="/sys/fs/cgroup/system.slice/hibernation-suspend.service/memory.pressure"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x MEMORY_PRESSURE_WRITE="c29tZSAyMDAwMDAgMjAwMDAwMAA="
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x OLDPWD
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/snapd/snap/bin"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x PWD="/"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x SHLVL="1"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x SYSTEMD_EXEC_PID="6069"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x USER="root"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6069]: declare -x XDG_DATA_DIRS="/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/"
Mar 04 07:43:38 budgie-l7400 systemd[1]: hibernation-suspend.service: Deactivated successfully.
Mar 04 07:43:38 budgie-l7400 systemd[1]: Finished Disable the external monitor prior to hibernation..
Mar 04 07:43:38 budgie-l7400 systemd[1]: Reached target Sleep.
Mar 04 07:43:38 budgie-l7400 systemd[1]: Starting Enable the external monitor prior to hibernation....
Mar 04 07:43:38 budgie-l7400 systemd[1]: Starting System Hibernate...
Mar 04 07:43:38 budgie-l7400 systemd[1]: user@1000.service: Unit now frozen-by-parent.
Mar 04 07:43:38 budgie-l7400 systemd[1]: user.slice: Unit now frozen.
Mar 04 07:43:38 budgie-l7400 systemd[1]: user-1000.slice: Unit now frozen-by-parent.
Mar 04 07:43:38 budgie-l7400 systemd[1]: session-24.scope: Unit now frozen-by-parent.
Mar 04 07:43:38 budgie-l7400 systemd-sleep[6082]: Successfully froze unit 'user.slice'.
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6086]: /usr/local/bin/save-monitor-config.bash: line 7: /proc//environ: No such file or directory
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x INVOCATION_ID="0f47ea8dc49d43af9f2a3f1cc20e574f"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x JOURNAL_STREAM="9:39616"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LANG="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_ADDRESS="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_IDENTIFICATION="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_MEASUREMENT="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_MONETARY="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_NAME="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_NUMERIC="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_PAPER="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_TELEPHONE="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_TIME="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x MEMORY_PRESSURE_WATCH="/sys/fs/cgroup/system.slice/hibernation-resume.service/memory.pressure"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x MEMORY_PRESSURE_WRITE="c29tZSAyMDAwMDAgMjAwMDAwMAA="
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x OLDPWD
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/snapd/snap/bin"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x PWD="/"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x SHLVL="1"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x SYSTEMD_EXEC_PID="6081"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x USER="root"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x XDG_DATA_DIRS="/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6089]: /usr/local/bin/save-monitor-config.bash: line 8: /proc//environ: No such file or directory
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x INVOCATION_ID="0f47ea8dc49d43af9f2a3f1cc20e574f"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x JOURNAL_STREAM="9:39616"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LANG="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_ADDRESS="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_IDENTIFICATION="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_MEASUREMENT="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_MONETARY="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_NAME="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_NUMERIC="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_PAPER="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_TELEPHONE="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_TIME="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x MEMORY_PRESSURE_WATCH="/sys/fs/cgroup/system.slice/hibernation-resume.service/memory.pressure"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x MEMORY_PRESSURE_WRITE="c29tZSAyMDAwMDAgMjAwMDAwMAA="
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x OLDPWD
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/snapd/snap/bin"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x PWD="/"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x SHLVL="1"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x SYSTEMD_EXEC_PID="6081"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x USER="root"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x XDG_DATA_DIRS="/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6092]: /usr/local/bin/save-monitor-config.bash: line 9: /proc//environ: No such file or directory
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x INVOCATION_ID="0f47ea8dc49d43af9f2a3f1cc20e574f"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x JOURNAL_STREAM="9:39616"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LANG="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_ADDRESS="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_IDENTIFICATION="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_MEASUREMENT="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_MONETARY="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_NAME="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_NUMERIC="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_PAPER="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_TELEPHONE="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x LC_TIME="en_US.UTF-8"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x MEMORY_PRESSURE_WATCH="/sys/fs/cgroup/system.slice/hibernation-resume.service/memory.pressure"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x MEMORY_PRESSURE_WRITE="c29tZSAyMDAwMDAgMjAwMDAwMAA="
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x OLDPWD
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/snapd/snap/bin"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x PWD="/"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x SHLVL="1"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x SYSTEMD_EXEC_PID="6081"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x USER="root"
Mar 04 07:43:38 budgie-l7400 save-monitor-config.bash[6081]: declare -x XDG_DATA_DIRS="/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/"
Mar 04 07:43:38 budgie-l7400 systemd[1]: hibernation-resume.service: Deactivated successfully.
Mar 04 07:43:38 budgie-l7400 systemd[1]: Finished Enable the external monitor prior to hibernation..
Mar 04 07:43:38 budgie-l7400 systemd-sleep[6082]: Performing sleep operation 'hibernate'...
Mar 04 07:43:38 budgie-l7400 kernel: PM: hibernation: hibernation entry
Mar 04 07:45:44 budgie-l7400 kernel: Filesystems sync: 0.015 seconds
Mar 04 07:45:44 budgie-l7400 kernel: Freezing user space processes
Mar 04 07:45:44 budgie-l7400 kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Mar 04 07:45:44 budgie-l7400 kernel: OOM killer disabled.
Mar 04 07:45:44 budgie-l7400 kernel: PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
Mar 04 07:45:44 budgie-l7400 kernel: PM: hibernation: Marking nosave pages: [mem 0x0009f000-0x000fffff]
Mar 04 07:45:44 budgie-l7400 kernel: PM: hibernation: Marking nosave pages: [mem 0x364d6000-0x365e5fff]
Mar 04 07:45:44 budgie-l7400 kernel: PM: hibernation: Marking nosave pages: [mem 0x3b329000-0x3bc28fff]
Mar 04 07:45:44 budgie-l7400 kernel: PM: hibernation: Marking nosave pages: [mem 0x3da3f000-0x42bfefff]
Mar 04 07:45:44 budgie-l7400 kernel: PM: hibernation: Marking nosave pages: [mem 0x42c00000-0xffffffff]
Mar 04 07:45:44 budgie-l7400 kernel: PM: hibernation: Basic memory bitmaps created
Mar 04 07:45:44 budgie-l7400 kernel: PM: hibernation: Preallocating image memory
Mar 04 07:45:44 budgie-l7400 kernel: PM: hibernation: Allocated 1189921 pages for snapshot
Mar 04 07:45:44 budgie-l7400 kernel: PM: hibernation: Allocated 4759684 kbytes in 0.75 seconds (6346.24 MB/s)
Mar 04 07:45:44 budgie-l7400 kernel: Freezing remaining freezable tasks
Mar 04 07:45:44 budgie-l7400 kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Mar 04 07:45:44 budgie-l7400 kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Mar 04 07:45:44 budgie-l7400 kernel: ACPI: EC: interrupt blocked
Mar 04 07:45:44 budgie-l7400 kernel: ACPI: PM: Preparing to enter system sleep state S4
Mar 04 07:45:44 budgie-l7400 kernel: ACPI: EC: event blocked
Mar 04 07:45:44 budgie-l7400 kernel: ACPI: EC: EC stopped
Mar 04 07:45:44 budgie-l7400 kernel: ACPI: PM: Saving platform NVS memory
Mar 04 07:45:44 budgie-l7400 kernel: Disabling non-boot CPUs ...
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: CPU 11 is now offline
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: CPU 10 is now offline
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: CPU 9 is now offline
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: CPU 8 is now offline
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: CPU 7 is now offline
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: CPU 6 is now offline
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: CPU 5 is now offline
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: CPU 4 is now offline
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: CPU 3 is now offline
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: CPU 2 is now offline
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: CPU 1 is now offline
Mar 04 07:45:44 budgie-l7400 kernel: PM: hibernation: Creating image:
Mar 04 07:45:44 budgie-l7400 kernel: PM: hibernation: Need to copy 1180028 pages
Mar 04 07:45:44 budgie-l7400 kernel: PM: hibernation: Normal pages needed: 1180028 + 1024, available pages: 2934451
Mar 04 07:45:44 budgie-l7400 kernel: ACPI: PM: Restoring platform NVS memory
Mar 04 07:45:44 budgie-l7400 kernel: ACPI: EC: EC started
Mar 04 07:45:44 budgie-l7400 kernel: Enabling non-boot CPUs ...
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
Mar 04 07:45:44 budgie-l7400 kernel: CPU1 is up
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: Booting Node 0 Processor 2 APIC 0x8
Mar 04 07:45:44 budgie-l7400 kernel: CPU2 is up
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: Booting Node 0 Processor 3 APIC 0x9
Mar 04 07:45:44 budgie-l7400 kernel: CPU3 is up
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: Booting Node 0 Processor 4 APIC 0x10
Mar 04 07:45:44 budgie-l7400 kernel: core: cpu_atom PMU driver: PEBS-via-PT
Mar 04 07:45:44 budgie-l7400 kernel: ... version: 5
Mar 04 07:45:44 budgie-l7400 kernel: ... bit width: 48
Mar 04 07:45:44 budgie-l7400 kernel: ... generic registers: 6
Mar 04 07:45:44 budgie-l7400 kernel: ... value mask: 0000ffffffffffff
Mar 04 07:45:44 budgie-l7400 kernel: ... max period: 00007fffffffffff
Mar 04 07:45:44 budgie-l7400 kernel: ... fixed-purpose events: 3
Mar 04 07:45:44 budgie-l7400 kernel: ... event mask: 000000070000003f
Mar 04 07:45:44 budgie-l7400 kernel: CPU4 is up
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: Booting Node 0 Processor 5 APIC 0x12
Mar 04 07:45:44 budgie-l7400 kernel: CPU5 is up
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: Booting Node 0 Processor 6 APIC 0x14
Mar 04 07:45:44 budgie-l7400 kernel: CPU6 is up
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: Booting Node 0 Processor 7 APIC 0x16
Mar 04 07:45:44 budgie-l7400 kernel: CPU7 is up
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: Booting Node 0 Processor 8 APIC 0x18
Mar 04 07:45:44 budgie-l7400 kernel: CPU8 is up
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: Booting Node 0 Processor 9 APIC 0x1a
Mar 04 07:45:44 budgie-l7400 kernel: CPU9 is up
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: Booting Node 0 Processor 10 APIC 0x1c
Mar 04 07:45:44 budgie-l7400 kernel: CPU10 is up
Mar 04 07:45:44 budgie-l7400 kernel: smpboot: Booting Node 0 Processor 11 APIC 0x1e
Mar 04 07:45:44 budgie-l7400 kernel: CPU11 is up
Mar 04 07:45:44 budgie-l7400 kernel: ACPI: PM: Waking up from system sleep state S4
Mar 04 07:45:44 budgie-l7400 kernel: ACPI: EC: interrupt unblocked
Mar 04 07:45:44 budgie-l7400 kernel: ACPI: EC: event unblocked
Mar 04 07:45:44 budgie-l7400 kernel: usb usb1: root hub lost power or was reset
Mar 04 07:45:44 budgie-l7400 kernel: usb usb2: root hub lost power or was reset
Mar 04 07:45:44 budgie-l7400 kernel: usb usb3: root hub lost power or was reset
Mar 04 07:45:44 budgie-l7400 kernel: usb usb4: root hub lost power or was reset
Mar 04 07:45:44 budgie-l7400 kernel: i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.36.0
Mar 04 07:45:44 budgie-l7400 kernel: i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
Mar 04 07:45:44 budgie-l7400 kernel: i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
Mar 04 07:45:44 budgie-l7400 kernel: i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
Mar 04 07:45:44 budgie-l7400 kernel: i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
Mar 04 07:45:44 budgie-l7400 kernel: i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
Mar 04 07:45:44 budgie-l7400 kernel: nvme nvme0: 12/0/0 default/read/poll queues
Mar 04 07:45:44 budgie-l7400 kernel: usb 3-5: reset full-speed USB device number 3 using xhci_hcd
Mar 04 07:45:44 budgie-l7400 kernel: usb 3-2: reset full-speed USB device number 2 using xhci_hcd
Mar 04 07:45:44 budgie-l7400 kernel: usb 3-6: reset high-speed USB device number 4 using xhci_hcd
Mar 04 07:45:44 budgie-l7400 kernel: ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=2
Mar 04 07:45:44 budgie-l7400 kernel: usb 3-10: reset full-speed USB device number 5 using xhci_hcd
Mar 04 07:45:44 budgie-l7400 kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Mar 04 07:45:44 budgie-l7400 kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Mar 04 07:45:44 budgie-l7400 kernel: PM: hibernation: Basic memory bitmaps freed
Mar 04 07:45:44 budgie-l7400 kernel: OOM killer enabled.
Mar 04 07:45:44 budgie-l7400 kernel: Restarting tasks ... done.
Mar 04 07:45:44 budgie-l7400 kernel: Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
Mar 04 07:45:44 budgie-l7400 kernel: Bluetooth: hci0: RTL: rom_version status=0 version=1
Mar 04 07:45:44 budgie-l7400 kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
Mar 04 07:45:44 budgie-l7400 systemd-resolved[527]: Clock change detected. Flushing caches.
Mar 04 07:45:44 budgie-l7400 rtkit-daemon[1202]: The canary thread is apparently starving. Taking action.
Mar 04 07:45:44 budgie-l7400 systemd-resolved[527]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Mar 04 07:45:44 budgie-l7400 rtkit-daemon[1202]: Demoting known real-time threads.
Mar 04 07:45:44 budgie-l7400 systemd[1]: Starting Load/Save RF Kill Switch Status...
Mar 04 07:45:44 budgie-l7400 rtkit-daemon[1202]: Demoted 0 threads.
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSource/ldac_hq
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSource/ldac_sq
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSource/ldac_mq
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSink/aptx_hd
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSource/aptx_hd
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSink/aptx
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSource/aptx
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSink/sbc
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSource/sbc
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSink/faststream
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Endpoint unregistered: sender=:1.185 path=/MediaEndpoint/A2DPSource/faststream
Mar 04 07:45:44 budgie-l7400 bluetoothd[836]: Battery Provider Manager destroyed
Mar 04 07:45:44 budgie-l7400 crond[6197]: pam_unix(crond:session): session opened for user root(uid=0) by root(uid=0)
Mar 04 07:45:44 budgie-l7400 CROND[6210]: (root) CMD (/home/khughesp/.myscripts/wififix.bash)
Mar 04 07:45:44 budgie-l7400 crond[6196]: pam_unix(crond:session): session opened for user khughes(uid=1000) by khughes(uid=0)
Mar 04 07:45:44 budgie-l7400 CROND[6220]: (khughes) CMD (/home/khughesp/sysadm/charging-info/charging-log-check.bash)
Mar 04 07:45:44 budgie-l7400 systemd[1]: Stopped target Bluetooth Support.
Mar 04 07:45:44 budgie-l7400 systemd[1]: Reached target Bluetooth Support.
Mar 04 07:45:44 budgie-l7400 CROND[6197]: (root) CMDEND (/home/khughesp/.myscripts/wififix.bash)
Mar 04 07:45:44 budgie-l7400 CROND[6197]: pam_unix(crond:session): session closed for user root
Mar 04 07:45:44 budgie-l7400 crond[6232]: pam_unix(crond:session): session opened for user root(uid=0) by root(uid=0)
Mar 04 07:45:44 budgie-l7400 crond[6231]: pam_unix(crond:session): session opened for user khughes(uid=1000) by khughes(uid=0)
Mar 04 07:45:44 budgie-l7400 CROND[6236]: (root) CMD (/home/khughesp/.myscripts/wififix.bash)
Mar 04 07:45:44 budgie-l7400 CROND[6237]: (khughes) CMD (/home/khughesp/sysadm/charging-info/charging-log-check.bash)
Mar 04 07:45:44 budgie-l7400 systemd[1]: Started Load/Save RF Kill Switch Status.
Mar 04 07:45:44 budgie-l7400 CROND[6232]: (root) CMDEND (/home/khughesp/.myscripts/wififix.bash)
Mar 04 07:45:44 budgie-l7400 CROND[6232]: pam_unix(crond:session): session closed for user root
Mar 04 07:45:45 budgie-l7400 kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
Mar 04 07:45:45 budgie-l7400 kernel: Bluetooth: hci0: RTL: cfg_sz 6, total sz 59027
Mar 04 07:45:45 budgie-l7400 systemd-sleep[6082]: System returned from sleep operation 'hibernate'.
Mar 04 07:45:45 budgie-l7400 kernel: PM: hibernation: hibernation exit
Mar 04 07:45:45 budgie-l7400 CROND[6196]: (khughes) CMDEND (/home/khughesp/sysadm/charging-info/charging-log-check.bash)
Mar 04 07:45:45 budgie-l7400 CROND[6231]: (khughes) CMDEND (/home/khughesp/sysadm/charging-info/charging-log-check.bash)
Mar 04 07:45:45 budgie-l7400 CROND[6231]: pam_unix(crond:session): session closed for user khughes
Mar 04 07:45:45 budgie-l7400 pulseaudio[5105]: org.bluez.BatteryProviderManager1.UnregisterBatteryProvider() Failed: org.freedesktop.DBus.Error.UnknownObject:Method "UnregisterBatteryProvider" with signature "o" on interface "org.bluez.BatteryProviderManager1" doesn't exist
Mar 04 07:45:45 budgie-l7400 CROND[6196]: pam_unix(crond:session): session closed for user khughes
Mar 04 07:45:45 budgie-l7400 systemd[1]: user@1000.service: Unit now thawed.
Mar 04 07:45:45 budgie-l7400 systemd[1]: session-24.scope: Unit now thawed.
Mar 04 07:45:45 budgie-l7400 systemd[1]: user-1000.slice: Unit now thawed.
Mar 04 07:45:45 budgie-l7400 systemd[1]: user.slice: Unit now thawed.
Mar 04 07:45:45 budgie-l7400 systemd-sleep[6082]: Successfully thawed unit 'user.slice'.
Mar 04 07:45:45 budgie-l7400 systemd[1]: systemd-hibernate.service: Deactivated successfully.
Mar 04 07:45:45 budgie-l7400 systemd[1]: Finished System Hibernate.
Mar 04 07:45:45 budgie-l7400 systemd[1]: systemd-hibernate.service: Consumed 1.023s CPU time, 2.8M memory peak.
Mar 04 07:45:45 budgie-l7400 systemd[5030]: Reached target Bluetooth.
Mar 04 07:45:45 budgie-l7400 systemd[1]: Reached target System Hibernation.
Mar 04 07:45:45 budgie-l7400 systemd-logind[844]: Operation 'hibernate' finished.
Mar 04 07:45:45 budgie-l7400 systemd[1]: Stopped target Sleep.
Mar 04 07:45:45 budgie-l7400 ModemManager[931]: <msg> [sleep-monitor-systemd] system is resuming
Mar 04 07:45:45 budgie-l7400 systemd-resolved[527]: Closing all remaining TCP connections.
Mar 04 07:45:45 budgie-l7400 systemd-resolved[527]: Resetting learnt feature levels on all servers.
Mar 04 07:45:45 budgie-l7400 NetworkManager[833]: <info> [1741103145.1387] manager: sleep: wake requested (sleeping: yes enabled: yes)
Mar 04 07:45:45 budgie-l7400 NetworkManager[833]: <info> [1741103145.1387] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Mar 04 07:45:45 budgie-l7400 systemd[1]: Stopped target System Hibernation.
Mar 04 07:45:45 budgie-l7400 kdeconnectd[5115]: 2025-03-04T07:45:45 kdeconnect.core: No local bluetooth adapter found
Mar 04 07:45:45 budgie-l7400 NetworkManager[833]: <info> [1741103145.1399] device (p2p-dev-wlp3s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Mar 04 07:45:45 budgie-l7400 NetworkManager[833]: <info> [1741103145.1402] manager: NetworkManager state is now DISCONNECTED
Mar 04 07:45:45 budgie-l7400 kdeconnectd[5115]: 2025-03-04T07:45:45 default: Error sending UDP packet: QAbstractSocket::NetworkError
Mar 04 07:45:45 budgie-l7400 kdeconnectd[5115]: 2025-03-04T07:45:45 kdeconnect.core: Failed to open any MDNS client sockets
Mar 04 07:45:45 budgie-l7400 kdeconnectd[5115]: 2025-03-04T07:45:45 kdeconnect.core: Failed to open any MDNS server sockets
Mar 04 07:45:45 budgie-l7400 NetworkManager[833]: <info> [1741103145.1678] device (wlp3s0): supplicant interface state: internal-starting -> disconnected
Mar 04 07:45:45 budgie-l7400 NetworkManager[833]: <info> [1741103145.1679] device (p2p-dev-wlp3s0): state change: unavailable -> unmanaged (reason 'unmanaged-link-not-init', managed-type: 'removed')
Mar 04 07:45:45 budgie-l7400 NetworkManager[833]: <info> [1741103145.1683] Wi-Fi P2P device controlled by interface wlp3s0 created
Mar 04 07:45:45 budgie-l7400 NetworkManager[833]: <info> [1741103145.1685] manager: (p2p-dev-wlp3s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/5)
Mar 04 07:45:45 budgie-l7400 NetworkManager[833]: <info> [1741103145.1686] device (p2p-dev-wlp3s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Mar 04 07:45:45 budgie-l7400 NetworkManager[833]: <info> [1741103145.1688] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Mar 04 07:45:45 budgie-l7400 NetworkManager[833]: <info> [1741103145.1691] device (p2p-dev-wlp3s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Mar 04 07:45:45 budgie-l7400 kernel: Bluetooth: hci0: RTL: fw version 0x04be1f5e
Mar 04 07:45:45 budgie-l7400 kernel: Bluetooth: hci0: AOSP extensions version v1.00
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Battery Provider Manager created
Mar 04 07:45:45 budgie-l7400 kernel: Bluetooth: MGMT ver 1.23
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSource/ldac_hq
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSource/ldac_sq
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSource/ldac_mq
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSink/aptx_hd
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSource/aptx_hd
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSink/aptx
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSource/aptx
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSink/sbc
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSource/sbc
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSink/faststream
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Endpoint registered: sender=:1.185 path=/MediaEndpoint/A2DPSource/faststream
Mar 04 07:45:45 budgie-l7400 bluetoothd[836]: Failed to set mode: Failed (0x03)
Mar 04 07:45:46 budgie-l7400 wpa_supplicant[969]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Mar 04 07:45:46 budgie-l7400 wpa_supplicant[969]: wlp3s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5180 max_tx_power=2000 no_ir=1
Mar 04 07:45:46 budgie-l7400 wpa_supplicant[969]: wlp3s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5180 max_tx_power=2000
Mar 04 07:45:46 budgie-l7400 wpa_supplicant[969]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Mar 04 07:45:46 budgie-l7400 wpa_supplicant[969]: wlp3s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5200 max_tx_power=2000 no_ir=1
Mar 04 07:45:46 budgie-l7400 wpa_supplicant[969]: wlp3s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5200 max_tx_power=2000
Mar 04 07:45:48 budgie-l7400 wpa_supplicant[969]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Mar 04 07:45:48 budgie-l7400 wpa_supplicant[969]: wlp3s0: CTRL-EVENT-REGDOM-BEACON-HINT before freq=5785 max_tx_power=2000 no_ir=1
Mar 04 07:45:48 budgie-l7400 wpa_supplicant[969]: wlp3s0: CTRL-EVENT-REGDOM-BEACON-HINT after freq=5785 max_tx_power=2000
/var/log/Xorg.0.log:
[ 837.305] (--) Log file renamed from "/var/log/Xorg.pid-6416.log" to "/var/log/Xorg.0.log"
[ 837.306]
X.Org X Server 1.21.1.15
X Protocol Version 11, Revision 0
[ 837.306] Current Operating System: Linux budgie-l7400 6.12.12-2-MANJARO #1 SMP PREEMPT_DYNAMIC Mon, 03 Feb 2025 16:27:19 +0000 x86_64
[ 837.306] Kernel command line: initrd=\amd-ucode.img initrd=\intel-ucode.img initrd=\initramfs-6.12-x86_64.img root=UUID=ef7a05a4-b242-4467-9b9f-32dc125f9587 rw rootflags=subvol=/@ rd.luks.name=857f7e2c-4177-47af-acf1-19e08757448b=budcrypto resume=UUID=7044b6ce-ce27-4287-a616-3e305130c99b quiet
[ 837.306]
[ 837.306] Current version of pixman: 0.44.2
[ 837.306] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 837.306] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 837.306] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 4 07:48:21 2025
[ 837.306] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 837.306] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 837.307] (==) No Layout section. Using the first Screen section.
[ 837.307] (==) No screen section available. Using defaults.
[ 837.307] (**) |-->Screen "Default Screen Section" (0)
[ 837.307] (**) | |-->Monitor "<default monitor>"
[ 837.307] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 837.307] (**) | |-->Device "Intel Graphics"
[ 837.307] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 837.307] (**) Allowing byte-swapped clients
[ 837.307] (==) Automatically adding devices
[ 837.307] (==) Automatically enabling devices
[ 837.307] (==) Automatically adding GPU devices
[ 837.307] (==) Automatically binding GPU devices
[ 837.307] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 837.307] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 837.307] Entry deleted from font path.
[ 837.307] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 837.307] Entry deleted from font path.
[ 837.307] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 837.307] Entry deleted from font path.
[ 837.307] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 837.307] Entry deleted from font path.
[ 837.307] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF
[ 837.307] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 837.307] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 837.307] (II) Module ABI versions:
[ 837.307] X.Org ANSI C Emulation: 0.4
[ 837.307] X.Org Video Driver: 25.2
[ 837.307] X.Org XInput driver : 24.4
[ 837.307] X.Org Server Extension : 10.0
[ 837.308] (++) using VT number 2
[ 837.308] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 837.309] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 837.309] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 837.317] (--) PCI:*(0@0:2:0) 8086:a7ac:17aa:3803 rev 4, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 837.317] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 837.317] (II) LoadModule: "glx"
[ 837.317] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 837.319] (II) Module glx: vendor="X.Org Foundation"
[ 837.319] compiled for 1.21.1.15, module version = 1.0.0
[ 837.319] ABI class: X.Org Server Extension, version 10.0
[ 837.319] (==) Matched modesetting as autoconfigured driver 0
[ 837.319] (==) Matched fbdev as autoconfigured driver 1
[ 837.319] (==) Matched vesa as autoconfigured driver 2
[ 837.319] (==) Assigned the driver to the xf86ConfigLayout
[ 837.319] (II) LoadModule: "modesetting"
[ 837.319] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 837.319] (II) Module modesetting: vendor="X.Org Foundation"
[ 837.319] compiled for 1.21.1.15, module version = 1.21.1
[ 837.319] Module class: X.Org Video Driver
[ 837.319] ABI class: X.Org Video Driver, version 25.2
[ 837.319] (II) LoadModule: "fbdev"
[ 837.319] (WW) Warning, couldn't open module fbdev
[ 837.319] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 837.319] (II) LoadModule: "vesa"
[ 837.320] (WW) Warning, couldn't open module vesa
[ 837.320] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 837.320] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 837.347] (II) modeset(0): using drv /dev/dri/card1
[ 837.348] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 837.348] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 837.348] (==) modeset(0): RGB weight 888
[ 837.348] (==) modeset(0): Default visual is TrueColor
[ 837.348] (II) Loading sub module "glamoregl"
[ 837.348] (II) LoadModule: "glamoregl"
[ 837.348] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 837.353] (II) Module glamoregl: vendor="X.Org Foundation"
[ 837.353] compiled for 1.21.1.15, module version = 1.0.1
[ 837.353] ABI class: X.Org ANSI C Emulation, version 0.4
[ 837.379] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (RPL-U)
[ 837.379] (II) modeset(0): glamor initialized
[ 837.379] (==) modeset(0): VariableRefresh: disabled
[ 837.379] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 837.380] (II) modeset(0): Output eDP-1 has no monitor section
[ 837.408] (II) modeset(0): Output HDMI-1 has no monitor section
[ 837.408] (II) modeset(0): Output DP-1 has no monitor section
[ 837.408] (II) modeset(0): Output DP-2 has no monitor section
[ 837.408] (II) modeset(0): Output DP-3 has no monitor section
[ 837.408] (II) modeset(0): Output DP-4 has no monitor section
[ 837.410] (II) modeset(0): EDID for output eDP-1
[ 837.410] (II) modeset(0): Manufacturer: BOE Model: b76 Serial#: 0
[ 837.410] (II) modeset(0): Year: 2022 Week: 27
[ 837.410] (II) modeset(0): EDID Version: 1.4
[ 837.410] (II) modeset(0): Digital Display Input
[ 837.410] (II) modeset(0): 8 bits per channel
[ 837.410] (II) modeset(0): Digital interface is DisplayPort
[ 837.410] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 22
[ 837.410] (II) modeset(0): Gamma: 2.20
[ 837.410] (II) modeset(0): No DPMS capabilities specified
[ 837.410] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 837.410] (II) modeset(0): First detailed timing is preferred mode
[ 837.410] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 837.410] (II) modeset(0): Display is continuous-frequency
[ 837.410] (II) modeset(0): redX: 0.587 redY: 0.366 greenX: 0.356 greenY: 0.584
[ 837.410] (II) modeset(0): blueX: 0.168 blueY: 0.132 whiteX: 0.313 whiteY: 0.329
[ 837.410] (II) modeset(0): Manufacturer's mask: 0
[ 837.410] (II) modeset(0): Supported detailed timing:
[ 837.410] (II) modeset(0): clock: 168.2 MHz Image Size: 345 x 215 mm
[ 837.410] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2260 h_border: 0
[ 837.410] (II) modeset(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1240 v_border: 0
[ 837.410] (II) modeset(0): Ranges: V min: 40 V max: 60 Hz, H min: 74 H max: 74 kHz, PixClock max 175 MHz
[ 837.410] (II) modeset(0): NV160WUM-N48
[ 837.410] (II) modeset(0): EDID (in hex):
[ 837.410] (II) modeset(0): 00ffffffffffff0009e5760b00000000
[ 837.410] (II) modeset(0): 1b200104a5221678037635965d5b952b
[ 837.410] (II) modeset(0): 21505400000001010101010101010101
[ 837.410] (II) modeset(0): 010101010101af41805471b028403020
[ 837.410] (II) modeset(0): 360059d71000001a0000000000000000
[ 837.410] (II) modeset(0): 00000000000000000000000000fd0028
[ 837.410] (II) modeset(0): 3c4a4a11010a202020202020000000fe
[ 837.410] (II) modeset(0): 004e5631363057554d2d4e34380a0050
[ 837.410] (II) modeset(0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[ 837.410] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 837.410] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 837.410] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 837.410] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 837.410] (II) modeset(0): Not using default mode "1920x1200" (bad mode clock/interlace/doublescan)
[ 837.410] (II) modeset(0): Printing probed modes for output eDP-1
[ 837.410] (II) modeset(0): Modeline "1920x1200"x60.0 168.15 1920 1968 2000 2260 1200 1203 1209 1240 +hsync -vsync (74.4 kHz eP)
[ 837.410] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 837.410] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 837.410] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 837.410] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 837.410] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 837.410] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 837.410] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 837.410] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 837.410] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 837.410] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 837.410] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 837.410] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 837.410] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 837.410] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 837.410] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 837.410] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 837.410] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 837.410] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 837.410] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 837.410] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 837.410] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 837.410] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 837.410] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 837.410] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 837.410] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 837.410] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 837.410] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 837.410] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 837.410] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 837.410] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 837.410] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 837.410] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 837.410] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 837.410] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 837.410] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 837.410] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 837.410] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 837.410] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 837.410] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 837.410] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 837.410] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 837.410] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 837.410] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 837.410] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 837.410] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 837.410] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 837.410] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 837.410] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 837.410] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 837.410] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 837.410] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 837.410] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 837.410] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 837.410] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 837.410] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 837.410] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 837.410] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 837.410] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 837.410] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 837.410] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 837.410] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 837.410] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 837.410] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 837.410] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 837.410] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 837.410] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 837.410] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 837.410] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 837.410] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 837.410] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 837.410] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 837.410] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 837.410] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 837.410] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 837.410] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 837.410] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 837.410] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 837.410] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 837.438] (II) modeset(0): EDID for output HDMI-1
[ 837.438] (II) modeset(0): Manufacturer: ACI Model: 22c1 Serial#: 16843009
[ 837.438] (II) modeset(0): Year: 2017 Week: 3
[ 837.438] (II) modeset(0): EDID Version: 1.3
[ 837.438] (II) modeset(0): Digital Display Input
[ 837.438] (II) modeset(0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 837.438] (II) modeset(0): Gamma: 2.20
[ 837.438] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[ 837.438] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 837.438] (II) modeset(0): First detailed timing is preferred mode
[ 837.438] (II) modeset(0): redX: 0.637 redY: 0.330 greenX: 0.310 greenY: 0.620
[ 837.438] (II) modeset(0): blueX: 0.153 blueY: 0.067 whiteX: 0.313 whiteY: 0.329
[ 837.438] (II) modeset(0): Supported established timings:
[ 837.438] (II) modeset(0): 720x400@70Hz
[ 837.438] (II) modeset(0): 640x480@60Hz
[ 837.438] (II) modeset(0): 640x480@72Hz
[ 837.438] (II) modeset(0): 640x480@75Hz
[ 837.438] (II) modeset(0): 800x600@56Hz
[ 837.438] (II) modeset(0): 800x600@60Hz
[ 837.438] (II) modeset(0): 800x600@72Hz
[ 837.438] (II) modeset(0): 800x600@75Hz
[ 837.438] (II) modeset(0): 832x624@75Hz
[ 837.438] (II) modeset(0): 1024x768@60Hz
[ 837.438] (II) modeset(0): 1024x768@70Hz
[ 837.438] (II) modeset(0): 1024x768@75Hz
[ 837.438] (II) modeset(0): 1280x1024@75Hz
[ 837.438] (II) modeset(0): 1152x864@75Hz
[ 837.438] (II) modeset(0): Manufacturer's mask: 0
[ 837.438] (II) modeset(0): Supported standard timings:
[ 837.438] (II) modeset(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 837.438] (II) modeset(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 837.438] (II) modeset(0): #2: hsize: 1280 vsize 1024 refresh: 75 vid: 36737
[ 837.438] (II) modeset(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 837.438] (II) modeset(0): #4: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 837.438] (II) modeset(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 837.438] (II) modeset(0): #6: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 837.438] (II) modeset(0): Supported detailed timing:
[ 837.438] (II) modeset(0): clock: 148.5 MHz Image Size: 476 x 268 mm
[ 837.438] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 837.438] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 837.438] (II) modeset(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[ 837.438] (II) modeset(0): Monitor name: VX228
[ 837.438] (II) modeset(0): Serial No: H1LMRS021676
[ 837.438] (II) modeset(0): Supported detailed timing:
[ 837.438] (II) modeset(0): clock: 148.5 MHz Image Size: 476 x 268 mm
[ 837.438] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 837.438] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 837.438] (II) modeset(0): Supported detailed timing:
[ 837.438] (II) modeset(0): clock: 74.2 MHz Image Size: 476 x 268 mm
[ 837.438] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 837.438] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 837.438] (II) modeset(0): Supported detailed timing:
[ 837.438] (II) modeset(0): clock: 74.2 MHz Image Size: 476 x 268 mm
[ 837.438] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 837.438] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 837.438] (II) modeset(0): Supported detailed timing:
[ 837.438] (II) modeset(0): clock: 27.0 MHz Image Size: 476 x 268 mm
[ 837.438] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 837.438] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 837.438] (II) modeset(0): Number of EDID sections to follow: 1
[ 837.438] (II) modeset(0): EDID (in hex):
[ 837.438] (II) modeset(0): 00ffffffffffff000469c12201010101
[ 837.438] (II) modeset(0): 031b010380301b78ea2755a3544f9e27
[ 837.438] (II) modeset(0): 115054afef80714f8180818fb3008140
[ 837.438] (II) modeset(0): 9500a9400101023a801871382d40582c
[ 837.438] (II) modeset(0): 4500dc0c1100001e000000fd00384b1e
[ 837.438] (II) modeset(0): 530f000a202020202020000000fc0056
[ 837.438] (II) modeset(0): 583232380a20202020202020000000ff
[ 837.439] (II) modeset(0): 0048314c4d52533032313637360a0189
[ 837.439] (II) modeset(0): 02031df14a900403011412051f101323
[ 837.439] (II) modeset(0): 0907078301000065030c002000023a80
[ 837.439] (II) modeset(0): 1871382d40582c4500dc0c1100001e01
[ 837.439] (II) modeset(0): 1d8018711c1620582c2500dc0c110000
[ 837.439] (II) modeset(0): 9e011d007251d01e206e285500dc0c11
[ 837.439] (II) modeset(0): 00001e8c0ad08a20e02d10103e9600dc
[ 837.439] (II) modeset(0): 0c110000180000000000000000000000
[ 837.439] (II) modeset(0): 000000000000000000000000000000b6
[ 837.439] (II) modeset(0): Not using mode "1600x1200" (bad mode clock/interlace/doublescan)
[ 837.439] (II) modeset(0): Printing probed modes for output HDMI-1
[ 837.439] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 837.439] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 837.439] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 837.439] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 837.439] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 837.439] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 837.439] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 837.439] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 837.439] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 837.439] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 837.439] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 837.439] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 837.439] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 837.439] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 837.439] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 837.439] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 837.439] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 837.439] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 837.439] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 837.439] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 837.439] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 837.439] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 837.439] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 837.439] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 837.439] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 837.439] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 837.439] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 837.439] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 837.439] (II) modeset(0): EDID for output DP-1
[ 837.439] (II) modeset(0): EDID for output DP-2
[ 837.439] (II) modeset(0): EDID for output DP-3
[ 837.439] (II) modeset(0): EDID for output DP-4
[ 837.439] (II) modeset(0): Output eDP-1 connected
[ 837.439] (II) modeset(0): Output HDMI-1 connected
[ 837.439] (II) modeset(0): Output DP-1 disconnected
[ 837.439] (II) modeset(0): Output DP-2 disconnected
[ 837.439] (II) modeset(0): Output DP-3 disconnected
[ 837.439] (II) modeset(0): Output DP-4 disconnected
[ 837.439] (II) modeset(0): Using spanning desktop for initial modes
[ 837.439] (II) modeset(0): Output eDP-1 using initial mode 1920x1200 +0+0
[ 837.439] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +1920+0
[ 837.439] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 837.439] (==) modeset(0): DPI set to (96, 96)
[ 837.439] (II) Loading sub module "fb"
[ 837.439] (II) LoadModule: "fb"
[ 837.439] (II) Module "fb" already built-in
[ 837.451] (==) modeset(0): Backing store enabled
[ 837.451] (==) modeset(0): Silken mouse enabled
[ 837.679] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 837.680] (==) modeset(0): DPMS enabled
[ 837.680] (WW) modeset(0): Option "TearFree" is not used
[ 837.680] (II) modeset(0): [DRI2] Setup complete
[ 837.680] (II) modeset(0): [DRI2] DRI driver: iris
[ 837.680] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 837.680] (II) Initializing extension Generic Event Extension
[ 837.681] (II) Initializing extension SHAPE
[ 837.681] (II) Initializing extension MIT-SHM
[ 837.681] (II) Initializing extension XInputExtension
[ 837.682] (II) Initializing extension XTEST
[ 837.682] (II) Initializing extension BIG-REQUESTS
[ 837.682] (II) Initializing extension SYNC
[ 837.682] (II) Initializing extension XKEYBOARD
[ 837.683] (II) Initializing extension XC-MISC
[ 837.683] (II) Initializing extension SECURITY
[ 837.683] (II) Initializing extension XFIXES
[ 837.683] (II) Initializing extension RENDER
[ 837.684] (II) Initializing extension RANDR
[ 837.684] (II) Initializing extension COMPOSITE
[ 837.684] (II) Initializing extension DAMAGE
[ 837.684] (II) Initializing extension MIT-SCREEN-SAVER
[ 837.685] (II) Initializing extension DOUBLE-BUFFER
[ 837.685] (II) Initializing extension RECORD
[ 837.685] (II) Initializing extension DPMS
[ 837.685] (II) Initializing extension Present
[ 837.685] (II) Initializing extension DRI3
[ 837.685] (II) Initializing extension X-Resource
[ 837.685] (II) Initializing extension XVideo
[ 837.685] (II) Initializing extension XVideo-MotionCompensation
[ 837.685] (II) Initializing extension GLX
[ 837.690] (II) AIGLX: Loaded and initialized iris
[ 837.690] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 837.690] (II) Initializing extension XFree86-VidModeExtension
[ 837.690] (II) Initializing extension XFree86-DGA
[ 837.690] (II) Initializing extension XFree86-DRI
[ 837.690] (II) Initializing extension DRI2
[ 837.691] (II) modeset(0): Damage tracking initialized
[ 837.691] (II) modeset(0): Setting screen physical size to 1016 x 317
[ 837.737] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 837.737] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 837.737] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 837.737] (**) Video Bus: Applying InputClass "system-keyboard"
[ 837.737] (II) LoadModule: "libinput"
[ 837.737] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 837.738] (II) Module libinput: vendor="X.Org Foundation"
[ 837.738] compiled for 1.21.1.13, module version = 1.5.0
[ 837.738] Module class: X.Org XInput Driver
[ 837.738] ABI class: X.Org XInput driver, version 24.4
[ 837.738] (II) Using input driver 'libinput' for 'Video Bus'
[ 837.738] (**) Video Bus: always reports core events
[ 837.738] (**) Option "Device" "/dev/input/event3"
[ 837.739] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 837.739] (II) event3 - Video Bus: device is a keyboard
[ 837.739] (II) event3 - Video Bus: device removed
[ 837.773] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 837.773] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 837.773] (**) Option "xkb_layout" "us"
[ 837.775] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 837.775] (II) event3 - Video Bus: device is a keyboard
[ 837.776] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 837.776] (II) No input driver specified, ignoring this device.
[ 837.776] (II) This device may have been added with another device file.
[ 837.777] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 837.777] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 837.777] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 837.777] (**) Power Button: Applying InputClass "system-keyboard"
[ 837.777] (II) Using input driver 'libinput' for 'Power Button'
[ 837.777] (**) Power Button: always reports core events
[ 837.777] (**) Option "Device" "/dev/input/event1"
[ 837.778] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 837.778] (II) event1 - Power Button: device is a keyboard
[ 837.778] (II) event1 - Power Button: device removed
[ 837.793] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 837.793] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 837.793] (**) Option "xkb_layout" "us"
[ 837.795] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 837.795] (II) event1 - Power Button: device is a keyboard
[ 837.797] (II) config/udev: Adding input device Logitech K330 (/dev/input/event4)
[ 837.797] (**) Logitech K330: Applying InputClass "evdev keyboard catchall"
[ 837.797] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[ 837.797] (**) Logitech K330: Applying InputClass "system-keyboard"
[ 837.797] (II) Using input driver 'libinput' for 'Logitech K330'
[ 837.797] (**) Logitech K330: always reports core events
[ 837.797] (**) Option "Device" "/dev/input/event4"
[ 837.799] (II) event4 - Logitech K330: is tagged by udev as: Keyboard
[ 837.799] (II) event4 - Logitech K330: device is a keyboard
[ 837.800] (II) event4 - Logitech K330: device removed
[ 837.823] (II) libinput: Logitech K330: needs a virtual subdevice
[ 837.823] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:4016.0004/input/input16/event4"
[ 837.823] (II) XINPUT: Adding extended input device "Logitech K330" (type: MOUSE, id 8)
[ 837.823] (**) Option "AccelerationScheme" "none"
[ 837.823] (**) Logitech K330: (accel) selected scheme none/0
[ 837.823] (**) Logitech K330: (accel) acceleration factor: 2.000
[ 837.823] (**) Logitech K330: (accel) acceleration threshold: 4
[ 837.826] (II) event4 - Logitech K330: is tagged by udev as: Keyboard
[ 837.826] (II) event4 - Logitech K330: device is a keyboard
[ 837.828] (II) config/udev: Adding input device Logitech K330 (/dev/input/event7)
[ 837.828] (**) Logitech K330: Applying InputClass "evdev keyboard catchall"
[ 837.828] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[ 837.828] (**) Logitech K330: Applying InputClass "system-keyboard"
[ 837.828] (II) Using input driver 'libinput' for 'Logitech K330'
[ 837.828] (**) Logitech K330: always reports core events
[ 837.828] (**) Option "Device" "/dev/input/event7"
[ 837.830] (II) event7 - Logitech K330: is tagged by udev as: Keyboard
[ 837.830] (II) event7 - Logitech K330: device is a keyboard
[ 837.830] (II) event7 - Logitech K330: device removed
[ 837.850] (II) libinput: Logitech K330: needs a virtual subdevice
[ 837.850] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:4016.0007/input/input15/event7"
[ 837.850] (II) XINPUT: Adding extended input device "Logitech K330" (type: MOUSE, id 9)
[ 837.850] (**) Option "AccelerationScheme" "none"
[ 837.850] (**) Logitech K330: (accel) selected scheme none/0
[ 837.850] (**) Logitech K330: (accel) acceleration factor: 2.000
[ 837.850] (**) Logitech K330: (accel) acceleration threshold: 4
[ 837.853] (II) event7 - Logitech K330: is tagged by udev as: Keyboard
[ 837.853] (II) event7 - Logitech K330: device is a keyboard
[ 837.854] (II) config/udev: Adding input device Logitech M310/M310t (/dev/input/event6)
[ 837.854] (**) Logitech M310/M310t: Applying InputClass "evdev pointer catchall"
[ 837.854] (**) Logitech M310/M310t: Applying InputClass "libinput pointer catchall"
[ 837.854] (II) Using input driver 'libinput' for 'Logitech M310/M310t'
[ 837.854] (**) Logitech M310/M310t: always reports core events
[ 837.854] (**) Option "Device" "/dev/input/event6"
[ 837.856] (II) event6 - Logitech M310/M310t: is tagged by udev as: Mouse
[ 837.856] (II) event6 - Logitech M310/M310t: device is a pointer
[ 837.856] (II) event6 - Logitech M310/M310t: device removed
[ 837.893] (II) libinput: Logitech M310/M310t: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 837.893] (II) libinput: Logitech M310/M310t: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 837.893] (II) libinput: Logitech M310/M310t: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 837.893] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:4031.0006/input/input14/event6"
[ 837.893] (II) XINPUT: Adding extended input device "Logitech M310/M310t" (type: MOUSE, id 10)
[ 837.894] (**) Option "AccelerationScheme" "none"
[ 837.894] (**) Logitech M310/M310t: (accel) selected scheme none/0
[ 837.894] (**) Logitech M310/M310t: (accel) acceleration factor: 2.000
[ 837.894] (**) Logitech M310/M310t: (accel) acceleration threshold: 4
[ 837.896] (II) event6 - Logitech M310/M310t: is tagged by udev as: Mouse
[ 837.897] (II) event6 - Logitech M310/M310t: device is a pointer
[ 837.898] (II) config/udev: Adding input device Logitech M310/M310t (/dev/input/mouse1)
[ 837.898] (II) No input driver specified, ignoring this device.
[ 837.898] (II) This device may have been added with another device file.
[ 837.899] (II) config/udev: Adding input device Logitech Wireless Device PID:4055 (/dev/input/event5)
[ 837.899] (**) Logitech Wireless Device PID:4055: Applying InputClass "evdev pointer catchall"
[ 837.899] (**) Logitech Wireless Device PID:4055: Applying InputClass "libinput pointer catchall"
[ 837.899] (II) Using input driver 'libinput' for 'Logitech Wireless Device PID:4055'
[ 837.899] (**) Logitech Wireless Device PID:4055: always reports core events
[ 837.899] (**) Option "Device" "/dev/input/event5"
[ 837.901] (II) event5 - Logitech Wireless Device PID:4055: is tagged by udev as: Mouse
[ 837.901] (II) event5 - Logitech Wireless Device PID:4055: device is a pointer
[ 837.901] (II) event5 - Logitech Wireless Device PID:4055: device removed
[ 837.936] (II) libinput: Logitech Wireless Device PID:4055: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 837.936] (II) libinput: Logitech Wireless Device PID:4055: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 837.936] (II) libinput: Logitech Wireless Device PID:4055: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 837.936] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:4055.0005/input/input13/event5"
[ 837.936] (II) XINPUT: Adding extended input device "Logitech Wireless Device PID:4055" (type: MOUSE, id 11)
[ 837.937] (**) Option "AccelerationScheme" "none"
[ 837.937] (**) Logitech Wireless Device PID:4055: (accel) selected scheme none/0
[ 837.937] (**) Logitech Wireless Device PID:4055: (accel) acceleration factor: 2.000
[ 837.937] (**) Logitech Wireless Device PID:4055: (accel) acceleration threshold: 4
[ 837.939] (II) event5 - Logitech Wireless Device PID:4055: is tagged by udev as: Mouse
[ 837.940] (II) event5 - Logitech Wireless Device PID:4055: device is a pointer
[ 837.941] (II) config/udev: Adding input device Logitech Wireless Device PID:4055 (/dev/input/mouse0)
[ 837.941] (II) No input driver specified, ignoring this device.
[ 837.941] (II) This device may have been added with another device file.
[ 837.942] (II) config/udev: Adding input device ELAN06FA:00 04F3:327E Mouse (/dev/input/event11)
[ 837.942] (**) ELAN06FA:00 04F3:327E Mouse: Applying InputClass "evdev pointer catchall"
[ 837.942] (**) ELAN06FA:00 04F3:327E Mouse: Applying InputClass "libinput pointer catchall"
[ 837.942] (II) Using input driver 'libinput' for 'ELAN06FA:00 04F3:327E Mouse'
[ 837.942] (**) ELAN06FA:00 04F3:327E Mouse: always reports core events
[ 837.942] (**) Option "Device" "/dev/input/event11"
[ 837.943] (II) event11 - ELAN06FA:00 04F3:327E Mouse: is tagged by udev as: Mouse Pointingstick
[ 837.944] (II) event11 - ELAN06FA:00 04F3:327E Mouse: device is a pointer
[ 837.944] (II) event11 - ELAN06FA:00 04F3:327E Mouse: device removed
[ 837.980] (II) libinput: ELAN06FA:00 04F3:327E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 837.980] (II) libinput: ELAN06FA:00 04F3:327E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 837.980] (II) libinput: ELAN06FA:00 04F3:327E Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 837.980] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-ELAN06FA:00/0018:04F3:327E.0008/input/input28/event11"
[ 837.980] (II) XINPUT: Adding extended input device "ELAN06FA:00 04F3:327E Mouse" (type: MOUSE, id 12)
[ 837.980] (**) Option "AccelerationScheme" "none"
[ 837.980] (**) ELAN06FA:00 04F3:327E Mouse: (accel) selected scheme none/0
[ 837.980] (**) ELAN06FA:00 04F3:327E Mouse: (accel) acceleration factor: 2.000
[ 837.980] (**) ELAN06FA:00 04F3:327E Mouse: (accel) acceleration threshold: 4
[ 837.982] (II) event11 - ELAN06FA:00 04F3:327E Mouse: is tagged by udev as: Mouse Pointingstick
[ 837.983] (II) event11 - ELAN06FA:00 04F3:327E Mouse: device is a pointer
[ 837.984] (II) config/udev: Adding input device ELAN06FA:00 04F3:327E Mouse (/dev/input/mouse2)
[ 837.984] (II) No input driver specified, ignoring this device.
[ 837.984] (II) This device may have been added with another device file.
[ 837.985] (II) config/udev: Adding input device ELAN06FA:00 04F3:327E Touchpad (/dev/input/event12)
[ 837.985] (**) ELAN06FA:00 04F3:327E Touchpad: Applying InputClass "evdev touchpad catchall"
[ 837.985] (**) ELAN06FA:00 04F3:327E Touchpad: Applying InputClass "libinput touchpad catchall"
[ 837.985] (**) ELAN06FA:00 04F3:327E Touchpad: Applying InputClass "touchpad"
[ 837.985] (II) Using input driver 'libinput' for 'ELAN06FA:00 04F3:327E Touchpad'
[ 837.985] (**) ELAN06FA:00 04F3:327E Touchpad: always reports core events
[ 837.985] (**) Option "Device" "/dev/input/event12"
[ 837.986] (II) event12 - ELAN06FA:00 04F3:327E Touchpad: is tagged by udev as: Touchpad
[ 837.988] (II) event12 - ELAN06FA:00 04F3:327E Touchpad: device is a touchpad
[ 837.988] (II) event12 - ELAN06FA:00 04F3:327E Touchpad: device removed
[ 838.023] (**) Option "Tapping" "on"
[ 838.023] (II) libinput: ELAN06FA:00 04F3:327E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 838.023] (II) libinput: ELAN06FA:00 04F3:327E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 838.023] (II) libinput: ELAN06FA:00 04F3:327E Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 838.024] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-15/i2c-ELAN06FA:00/0018:04F3:327E.0008/input/input30/event12"
[ 838.024] (II) XINPUT: Adding extended input device "ELAN06FA:00 04F3:327E Touchpad" (type: TOUCHPAD, id 13)
[ 838.027] (**) Option "AccelerationScheme" "none"
[ 838.027] (**) ELAN06FA:00 04F3:327E Touchpad: (accel) selected scheme none/0
[ 838.027] (**) ELAN06FA:00 04F3:327E Touchpad: (accel) acceleration factor: 2.000
[ 838.027] (**) ELAN06FA:00 04F3:327E Touchpad: (accel) acceleration threshold: 4
[ 838.029] (II) event12 - ELAN06FA:00 04F3:327E Touchpad: is tagged by udev as: Touchpad
[ 838.031] (II) event12 - ELAN06FA:00 04F3:327E Touchpad: device is a touchpad
[ 838.032] (II) config/udev: Adding input device ELAN06FA:00 04F3:327E Touchpad (/dev/input/mouse3)
[ 838.032] (**) ELAN06FA:00 04F3:327E Touchpad: Applying InputClass "touchpad"
[ 838.032] (II) Using input driver 'libinput' for 'ELAN06FA:00 04F3:327E Touchpad'
[ 838.032] (**) ELAN06FA:00 04F3:327E Touchpad: always reports core events
[ 838.032] (**) Option "Device" "/dev/input/mouse3"
[ 838.066] (II) mouse3 - not using input device '/dev/input/mouse3'.
[ 838.066] (EE) libinput: ELAN06FA:00 04F3:327E Touchpad: Failed to create a device for /dev/input/mouse3
[ 838.066] (EE) PreInit returned 2 for "ELAN06FA:00 04F3:327E Touchpad"
[ 838.066] (II) UnloadModule: "libinput"
[ 838.068] (II) config/udev: Adding input device Wacom HID 53BC Pen (/dev/input/event13)
[ 838.068] (**) Wacom HID 53BC Pen: Applying InputClass "evdev tablet catchall"
[ 838.068] (**) Wacom HID 53BC Pen: Applying InputClass "libinput tablet catchall"
[ 838.068] (**) Wacom HID 53BC Pen: Applying InputClass "Wacom USB tablet class"
[ 838.068] (II) LoadModule: "wacom"
[ 838.068] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
[ 838.068] (II) Module wacom: vendor="X.Org Foundation"
[ 838.068] compiled for 1.21.1.15, module version = 1.2.3
[ 838.068] Module class: X.Org XInput Driver
[ 838.068] ABI class: X.Org XInput driver, version 24.4
[ 838.069] (II) Build version: 1.2.3
[ 838.069] (II) wacom: Driver for Wacom graphics tablets: PenPartner, Graphire,
Graphire2 4x5, Graphire2 5x7, Graphire3 4x5, Graphire3 6x8,
Graphire4 4x5, Graphire4 6x8, BambooFun 4x5, BambooFun 6x8,
Bamboo1 Medium, Graphire4 6x8 BlueTooth, CTL-460, CTH-461, CTL-660,
CTL-461/S, Bamboo Touch, CTH-460/K, CTH-461/S, CTH-661/S1, CTH-461/L,
CTH-661/L, Intuos 4x5, Intuos 6x8, Intuos 9x12, Intuos 12x12,
Intuos 12x18, PTU600, PL400, PL500, PL600, PL600SX, PL550, PL800,
PL700, PL510, PL710, DTI520, DTF720, DTF720a, DTF521, DTU1931,
DTU2231, DTU1631, DTH1152, DTH1152, DTK2451, DTH2452, DTH2452,
Wacom One Pen Display 13, Intuos2 4x5, Intuos2 6x8, Intuos2 9x12,
Intuos2 12x12, Intuos2 12x18, Intuos2 6x8 , Volito, PenStation,
Volito2 4x5, Volito2 2x3, PenPartner2, Bamboo, Bamboo1, Bamboo1 4x6,
Bamboo1 5x8, Intuos3 4x5, Intuos3 6x8, Intuos3 9x12, Intuos3 12x12,
Intuos3 12x19, Intuos3 6x11, Intuos3 4x6, Intuos4 4x6, Intuos4 6x9,
Intuos4 8x13, Intuos4 12x19, Intuos4 WL USB Endpoint,
Intuos4 WL Bluetooth Endpoint, Intuos5 touch S, Intuos5 touch M,
Intuos5 touch L, Intuos5 S, Intuos5 M, Intuos Pro S, Intuos Pro M,
Intuos Pro L, Cintiq 21UX, Cintiq 20WSX, Cintiq 12WX, Cintiq 21UX2,
Cintiq 24HD, Cintiq 22HD, Cintiq 24HD touch (EMR digitizer),
Cintiq 13HD, DTK2241, DTH2242, Cintiq 22HDT, Cintiq 27QHDT,
Cintiq 27QHDT, Mobilestudio Pro 13, MobileStudio Pro 16,
MobileStudio Pro 13, MobileStudio Pro 16, Cintiq 13 FHD Pro,
Cintiq 16 UHD Pro, Cintiq Pro 24, Cintiq Pro 32, Cintiq 13 FHD Pro,
Cintiq 16 UHD Pro, Cintiq Pro 24, Cintiq Pro 32, Cintiq Pro 24,
Mobilestudio Pro 13, MobileStudio Pro 16, MobileStudio Pro 13,
MobileStudio Pro 16, MobileStudio Pro 16, MobileStudio Pro 16,
TabletPC 0x90, TabletPC 0x93, TabletPC 0x97, TabletPC 0x9A,
CapPlus 0x9F, TabletPC 0xE2, TabletPC 0xE3, TabletPC 0xE5,
TabletPC 0xE6, TabletPC 0xEC, TabletPC 0xED, TabletPC 0xEF,
TabletPC 0x100, TabletPC 0x101, TabletPC 0x10D, TabletPC 0x116,
TabletPC 0x12C, TabletPC 0x4001, TabletPC 0x4004, TabletPC 0x5000,
TabletPC 0x5002, usb:172f:0024, usb:172f:0025, usb:172f:0026,
usb:172f:0027, usb:172f:0028, usb:172f:0030, usb:172f:0031,
usb:172f:0032, usb:172f:0033, usb:172f:0034, usb:172f:0035,
usb:172f:0036, usb:172f:0037, usb:172f:0038, usb:172f:0039,
usb:172f:0051, usb:172f:0052, usb:172f:0053, usb:172f:0054,
usb:172f:0055, usb:172f:0056, usb:172f:0057, usb:172f:0058,
usb:172f:0500, usb:172f:0501, usb:172f:0502, usb:172f:0503,
usb:1b96:0001, usb:17ef:6004
[ 838.070] (II) Using input driver 'wacom' for 'Wacom HID 53BC Pen'
[ 838.070] (**) Wacom HID 53BC Pen: always reports core events
[ 838.071] (**) Option "Device" "/dev/input/event13"
[ 838.071] (II) wacom: Wacom HID 53BC Pen: type not specified, assuming 'stylus'.
[ 838.071] (II) wacom: Wacom HID 53BC Pen: other types will be automatically added.
[ 838.071] (**) wacom: Wacom HID 53BC Pen stylus: Smooth panscrolling is enabled
[ 838.071] (--) wacom: Wacom HID 53BC Pen stylus: using pressure threshold of 851 for button 1
[ 838.071] (**) wacom: Wacom HID 53BC Pen stylus: panscroll is 0
[ 838.071] (**) wacom: Wacom HID 53BC Pen stylus: panscroll modified to 1300
[ 838.071] (--) wacom: Wacom HID 53BC Pen stylus: maxX=34468 maxY=21542 maxZ=4095 resX=100000 resY=100000 tilt=enabled
[ 838.071] (II) wacom: Wacom HID 53BC Pen stylus: hotplugging dependent devices.
[ 838.071] (II) wacom: Wacom HID 53BC Pen stylus: hotplugging completed.
[ 838.120] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-WACF2200:00/0018:056A:53BC.0009/input/input31/event13"
[ 838.120] (II) XINPUT: Adding extended input device "Wacom HID 53BC Pen stylus" (type: STYLUS, id 14)
[ 838.120] (**) Wacom HID 53BC Pen stylus: (accel) keeping acceleration scheme 1
[ 838.120] (**) Wacom HID 53BC Pen stylus: (accel) acceleration profile 0
[ 838.120] (**) Wacom HID 53BC Pen stylus: (accel) acceleration factor: 2.000
[ 838.120] (**) Wacom HID 53BC Pen stylus: (accel) acceleration threshold: 4
[ 838.122] (II) config/udev: Adding input device Wacom HID 53BC Pen (/dev/input/mouse4)
[ 838.122] (II) No input driver specified, ignoring this device.
[ 838.122] (II) This device may have been added with another device file.
[ 838.122] (II) config/udev: Adding input device Wacom HID 53BC Finger (/dev/input/event14)
[ 838.122] (**) Wacom HID 53BC Finger: Applying InputClass "evdev touchscreen catchall"
[ 838.123] (**) Wacom HID 53BC Finger: Applying InputClass "libinput touchscreen catchall"
[ 838.123] (**) Wacom HID 53BC Finger: Applying InputClass "Wacom USB touchscreen class"
[ 838.123] (**) Wacom HID 53BC Finger: Applying InputClass "Wacom touchscreen class"
[ 838.123] (II) Using input driver 'wacom' for 'Wacom HID 53BC Finger'
[ 838.123] (**) Wacom HID 53BC Finger: always reports core events
[ 838.123] (**) Option "Device" "/dev/input/event14"
[ 838.123] (II) wacom: Wacom HID 53BC Finger: type not specified, assuming 'touch'.
[ 838.123] (II) wacom: Wacom HID 53BC Finger: other types will be automatically added.
[ 838.123] (**) wacom: Wacom HID 53BC Finger touch: Smooth panscrolling is enabled
[ 838.123] (**) wacom: Wacom HID 53BC Finger touch: panscroll is 0
[ 838.123] (**) wacom: Wacom HID 53BC Finger touch: panscroll modified to 13
[ 838.123] (--) wacom: Wacom HID 53BC Finger touch: maxX=34467 maxY=21541 maxZ=0 resX=100000 resY=100000
[ 838.123] (II) wacom: Wacom HID 53BC Finger touch: hotplugging dependent devices.
[ 838.123] (II) wacom: Wacom HID 53BC Finger touch: hotplugging completed.
[ 838.156] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-WACF2200:00/0018:056A:53BC.0009/input/input32/event14"
[ 838.156] (II) XINPUT: Adding extended input device "Wacom HID 53BC Finger touch" (type: TOUCH, id 15)
[ 838.157] (**) Wacom HID 53BC Finger touch: (accel) keeping acceleration scheme 1
[ 838.157] (**) Wacom HID 53BC Finger touch: (accel) acceleration profile 0
[ 838.157] (**) Wacom HID 53BC Finger touch: (accel) acceleration factor: 2.000
[ 838.157] (**) Wacom HID 53BC Finger touch: (accel) acceleration threshold: 4
[ 838.158] (II) config/udev: Adding input device Wacom HID 53BC Finger (/dev/input/mouse5)
[ 838.158] (II) No input driver specified, ignoring this device.
[ 838.158] (II) This device may have been added with another device file.
[ 838.159] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event8)
[ 838.159] (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
[ 838.159] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[ 838.159] (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
[ 838.159] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[ 838.159] (**) Ideapad extra buttons: always reports core events
[ 838.159] (**) Option "Device" "/dev/input/event8"
[ 838.161] (II) event8 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 838.161] (II) event8 - Ideapad extra buttons: device is a keyboard
[ 838.161] (II) event8 - Ideapad extra buttons: device removed
[ 838.216] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input17/event8"
[ 838.216] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 16)
[ 838.217] (**) Option "xkb_layout" "us"
[ 838.219] (II) event8 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 838.219] (II) event8 - Ideapad extra buttons: device is a keyboard
[ 838.220] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event15)
[ 838.220] (II) No input driver specified, ignoring this device.
[ 838.220] (II) This device may have been added with another device file.
[ 838.220] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event16)
[ 838.220] (II) No input driver specified, ignoring this device.
[ 838.220] (II) This device may have been added with another device file.
[ 838.221] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event17)
[ 838.221] (II) No input driver specified, ignoring this device.
[ 838.221] (II) This device may have been added with another device file.
[ 838.221] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event18)
[ 838.221] (II) No input driver specified, ignoring this device.
[ 838.221] (II) This device may have been added with another device file.
[ 838.222] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event19)
[ 838.222] (II) No input driver specified, ignoring this device.
[ 838.222] (II) This device may have been added with another device file.
[ 838.222] (II) config/udev: Adding input device Lenovo Yoga Tablet Mode Control switch (/dev/input/event9)
[ 838.222] (II) No input driver specified, ignoring this device.
[ 838.222] (II) This device may have been added with another device file.
[ 838.223] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 838.223] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 838.223] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 838.223] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 838.223] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 838.223] (**) AT Translated Set 2 keyboard: always reports core events
[ 838.223] (**) Option "Device" "/dev/input/event2"
[ 838.223] (II) event2 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 838.223] (II) event2 - AT Translated Set 2 keyboard: device is a keyboard
[ 838.224] (II) event2 - AT Translated Set 2 keyboard: device removed
[ 838.243] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[ 838.243] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[ 838.243] (**) Option "xkb_layout" "us"
[ 838.245] (II) event2 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 838.245] (II) event2 - AT Translated Set 2 keyboard: device is a keyboard
[ 838.248] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[ 838.248] (II) No input driver specified, ignoring this device.
[ 838.248] (II) This device may have been added with another device file.
[ 838.279] (**) Logitech K330: Applying InputClass "evdev keyboard catchall"
[ 838.279] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[ 838.279] (**) Logitech K330: Applying InputClass "system-keyboard"
[ 838.279] (II) Using input driver 'libinput' for 'Logitech K330'
[ 838.279] (**) Logitech K330: always reports core events
[ 838.279] (**) Option "Device" "/dev/input/event4"
[ 838.279] (II) libinput: Logitech K330: is a virtual subdevice
[ 838.279] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:4016.0004/input/input16/event4"
[ 838.279] (II) XINPUT: Adding extended input device "Logitech K330" (type: KEYBOARD, id 18)
[ 838.279] (**) Option "xkb_layout" "us"
[ 838.280] (**) Logitech K330: Applying InputClass "evdev keyboard catchall"
[ 838.280] (**) Logitech K330: Applying InputClass "libinput keyboard catchall"
[ 838.280] (**) Logitech K330: Applying InputClass "system-keyboard"
[ 838.280] (II) Using input driver 'libinput' for 'Logitech K330'
[ 838.280] (**) Logitech K330: always reports core events
[ 838.280] (**) Option "Device" "/dev/input/event7"
[ 838.280] (II) libinput: Logitech K330: is a virtual subdevice
[ 838.280] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:4016.0007/input/input15/event7"
[ 838.280] (II) XINPUT: Adding extended input device "Logitech K330" (type: KEYBOARD, id 19)
[ 838.280] (**) Option "xkb_layout" "us"
[ 838.280] (**) Wacom HID 53BC Pen eraser: Applying InputClass "evdev tablet catchall"
[ 838.280] (**) Wacom HID 53BC Pen eraser: Applying InputClass "libinput tablet catchall"
[ 838.280] (**) Wacom HID 53BC Pen eraser: Applying InputClass "Wacom USB tablet class"
[ 838.280] (II) Using input driver 'wacom' for 'Wacom HID 53BC Pen eraser'
[ 838.280] (**) Wacom HID 53BC Pen eraser: always reports core events
[ 838.281] (**) Option "Device" "/dev/input/event13"
[ 838.281] (**) Option "Type" "eraser"
[ 838.281] (**) wacom: Wacom HID 53BC Pen eraser: Smooth panscrolling is enabled
[ 838.281] (**) wacom: Wacom HID 53BC Pen eraser: panscroll is 1300
[ 838.281] (**) wacom: Wacom HID 53BC Pen eraser: panscroll modified to 1300
[ 838.281] (--) wacom: Wacom HID 53BC Pen eraser: maxX=34468 maxY=21542 maxZ=4095 resX=100000 resY=100000 tilt=enabled
[ 838.326] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-WACF2200:00/0018:056A:53BC.0009/input/input31/event13"
[ 838.326] (II) XINPUT: Adding extended input device "Wacom HID 53BC Pen eraser" (type: ERASER, id 20)
[ 838.327] (**) Wacom HID 53BC Pen eraser: (accel) keeping acceleration scheme 1
[ 838.327] (**) Wacom HID 53BC Pen eraser: (accel) acceleration profile 0
[ 838.327] (**) Wacom HID 53BC Pen eraser: (accel) acceleration factor: 2.000
[ 838.327] (**) Wacom HID 53BC Pen eraser: (accel) acceleration threshold: 4
[ 852.602] (II) event3 - Video Bus: device removed
[ 852.673] (II) event1 - Power Button: device removed
[ 852.700] (II) event6 - Logitech M310/M310t: device removed
[ 852.733] (II) event5 - Logitech Wireless Device PID:4055: device removed
[ 852.767] (II) event11 - ELAN06FA:00 04F3:327E Mouse: device removed
[ 852.810] (II) event12 - ELAN06FA:00 04F3:327E Touchpad: device removed
[ 852.844] (II) event8 - Ideapad extra buttons: device removed
[ 852.877] (II) event2 - AT Translated Set 2 keyboard: device removed
[ 852.893] (II) event4 - Logitech K330: device removed
[ 852.920] (II) event7 - Logitech K330: device removed
[ 852.937] (II) AIGLX: Suspending AIGLX clients for VT switch
Offline
1. does this only affect hibernation (S4) also also S3/s2idle?
2. What is save-monitor-config.bash, your mitigating script?
3. The hibernation only concludes
Mar 04 07:45:45 budgie-l7400 systemd-sleep[6082]: System returned from sleep operation 'hibernate'.
4. the entire X11 log only spans 15s and begins at 07:48:21 - did the X11 server restart after hte hibernation?
Offline
I decided try do a fresh install on a spare hard drive and got Xwayland and hibernation working. Hibernation on that install does not freeze, so at least it's not a problem with the base set of software.
My system is an installation I did back in 2019 under KDE Plasma 5, so there may be some bit of leftover cruft which is causing this. It may be better in the long run for me to just bite the bullet and start fresh.
Offline
I seem to have isolated the culprit, as I was reinstalling things onto the new system. Once I installed the sof-firmware package and rebuilt the kernel, the freeze returned. I removed the package and hibernation works again.
Offline
No sound chip shows up in the journal segment you posted, please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
Offline
Offline
There're no obvious SOF related issues, I guess the problem is that w/o proper SOF installation the HDMI output becomes the only "soundcard" and loses that role w/ teh SOF chip.
Do you use the HDMI audio?
What if you just blacklist it?
"module_blacklist=snd_hda_codec_hdmi"
Alternatively add "snd_hda_codec_hdmi.enable_silent_stream=1" to the kernel parameters to try to fix the propblem the other way round…
Offline
There're no obvious SOF related issues, I guess the problem is that w/o proper SOF installation the HDMI output becomes the only "soundcard" and loses that role w/ teh SOF chip.
Do you use the HDMI audio?
What if you just blacklist it?
"module_blacklist=snd_hda_codec_hdmi"
Alternatively add "snd_hda_codec_hdmi.enable_silent_stream=1" to the kernel parameters to try to fix the problem the other way round…
Blacklisting does fix it. snd_hda_codec_hdmi.enable_silent_stream=1 has no effect.
Unfortunately I do use the HDMI audio so blacklisting doesn't really help. I found that removing the snd_sof_pci_intel_tgl module before hibernation also works, so for now I'm using two systemd scripts to unload/load around hibernation. The only downside to that is that any app that's playing sound gets borked.
Offline
Does it help to control the https://wiki.archlinux.org/title/Advanc … Card_index ?
(You can not use snd_hda_codec_hdmi here - check lsmod for the involved drivers, you'll likely have to swap the index.
Offline
Does it help to control the https://wiki.archlinux.org/title/Advanc … Card_index ?
(You can not use snd_hda_codec_hdmi here - check lsmod for the involved drivers, you'll likely have to swap the index.
I'm not sure which card name or index to use.
Honestly at this point I think I'm happy with the workaround I've got. I may file a bug report on the SOF Project github site to see if want to pursue it. I might be an edge case.
Thanks.
Offline
Both are probably snd_hda_intel
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
If at any point you become unhappy with the workaround and want to look into this again and are unsure about how to swap the card indexes, please post the output of "lsmod | grep snd" (w/ the output attached)
Offline
Yes, it is snd_hda_intel. I created /etc/modprobe.d/alsa-base.conf and added the line "options snd_hda_intel index=3" to see if I notice any difference, and I didn't.
Offline
If both are intel you'll need sth like "options snd_hda_intel index=1,0" and test this using the https://wiki.archlinux.org/title/Kernel_parameters
snd_hda_intel.index=1,0
Offline
I opened an issue on the sof-firmware github site, and they pointed out an issue with the i915 driver.
[ 1.447448] ------------[ cut here ]------------
[ 1.447455] i915 0000:00:02.0: [drm] Port A asks to use VBT vswing/preemph tables
[ 1.447493] WARNING: CPU: 3 PID: 183 at drivers/gpu/drm/i915/display/intel_bios.c:2692 intel_bios_init+0x1352/0x17f0 [i915]
[ 1.448006] Modules linked in: dm_mod i915(+) crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic i2c_algo_bit ghash_clmulni_intel drm_buddy sha512_ssse3 sha256_ssse3 ttm sha1_ssse3 aesni_intel serio_raw intel_gtt sdhci_pci gf128mul atkbd nvme sdhci_uhs2 libps2 vivaldi_fmap crypto_simd drm_display_helper sdhci nvme_core spi_intel_pci cqhci cryptd mmc_core nvme_auth spi_intel cec i8042 serio video wmi
[ 1.448061] CPU: 3 UID: 0 PID: 183 Comm: (udev-worker) Not tainted 6.13.5-arch1-1 #1 a7601aaf9729ecd670c97714fd422c8e98fdc244
[ 1.448069] Hardware name: LENOVO 83DU/LNVNB161216, BIOS P0CN20WW 10/21/2024
[ 1.448073] RIP: 0010:intel_bios_init+0x1352/0x17f0 [i915]
[ 1.448427] Code: 48 8b 78 08 48 8b 5f 50 48 85 db 75 03 48 8b 1f e8 e3 a9 81 e5 44 89 f1 48 89 da 48 c7 c7 60 c2 ae c0 48 89 c6 e8 0e d2 ee e4 <0f> 0b e9 bb fd ff ff 0f b7 83 60 04 00 00 83 e8 03 66 83 f8 04 76
[ 1.448431] RSP: 0018:ffffa184c08a7710 EFLAGS: 00010286
[ 1.448436] RAX: 0000000000000000 RBX: ffff94e6c252a360 RCX: 0000000000000027
[ 1.448439] RDX: ffff94ea5f7a18c8 RSI: 0000000000000001 RDI: ffff94ea5f7a18c0
[ 1.448442] RBP: ffff94e6d07c4618 R08: 0000000000000000 R09: ffffa184c08a7590
[ 1.448445] R10: ffffffffa78b5408 R11: 0000000000000003 R12: 0000000000000000
[ 1.448447] R13: 0000000000000001 R14: 0000000000000041 R15: ffff94e6c8113120
[ 1.448450] FS: 0000786d74c0c880(0000) GS:ffff94ea5f780000(0000) knlGS:0000000000000000
[ 1.448454] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1.448457] CR2: 00007719c0ff63b0 CR3: 0000000100272006 CR4: 0000000000f70ef0
[ 1.448461] PKRU: 55555554
[ 1.448463] Call Trace:
[ 1.448469] <TASK>
[ 1.448471] ? intel_bios_init+0x1352/0x17f0 [i915 9aea23f340a24d1eb4a5ba930c2533424bb0a8b0]
[ 1.448805] ? __warn.cold+0x93/0xf6
[ 1.448814] ? intel_bios_init+0x1352/0x17f0 [i915 9aea23f340a24d1eb4a5ba930c2533424bb0a8b0]
[ 1.449126] ? report_bug+0xff/0x140
[ 1.449135] ? handle_bug+0x58/0x90
[ 1.449140] ? exc_invalid_op+0x17/0x70
[ 1.449145] ? asm_exc_invalid_op+0x1a/0x20
[ 1.449153] ? intel_bios_init+0x1352/0x17f0 [i915 9aea23f340a24d1eb4a5ba930c2533424bb0a8b0]
[ 1.449452] intel_display_driver_probe_noirq+0x42/0x240 [i915 9aea23f340a24d1eb4a5ba930c2533424bb0a8b0]
[ 1.449817] i915_driver_probe+0x3ba/0xb20 [i915 9aea23f340a24d1eb4a5ba930c2533424bb0a8b0]
[ 1.450059] ? drm_privacy_screen_get+0x198/0x1c0
[ 1.450065] local_pci_probe+0x42/0x90
[ 1.450073] pci_device_probe+0xdd/0x270
[ 1.450080] really_probe+0xdb/0x340
[ 1.450085] ? pm_runtime_barrier+0x54/0x90
[ 1.450089] ? __pfx___driver_attach+0x10/0x10
[ 1.450093] __driver_probe_device+0x78/0x110
[ 1.450097] driver_probe_device+0x1f/0xa0
[ 1.450102] __driver_attach+0xba/0x1c0
[ 1.450106] bus_for_each_dev+0x8c/0xe0
[ 1.450113] bus_add_driver+0x112/0x1f0
[ 1.450116] driver_register+0x72/0xd0
[ 1.450123] i915_init+0x23/0x90 [i915 9aea23f340a24d1eb4a5ba930c2533424bb0a8b0]
[ 1.450343] ? __pfx_i915_init+0x10/0x10 [i915 9aea23f340a24d1eb4a5ba930c2533424bb0a8b0]
[ 1.450532] do_one_initcall+0x58/0x310
[ 1.450541] do_init_module+0x60/0x230
[ 1.450547] init_module_from_file+0x89/0xe0
[ 1.450555] idempotent_init_module+0x115/0x310
[ 1.450561] __x64_sys_finit_module+0x65/0xc0
[ 1.450566] do_syscall_64+0x82/0x190
[ 1.450571] ? vfs_read+0x15e/0x370
[ 1.450577] ? vfs_read+0x15e/0x370
[ 1.450582] ? __x64_sys_pread64+0x9f/0xc0
[ 1.450587] ? syscall_exit_to_user_mode+0x37/0x1c0
[ 1.450592] ? do_syscall_64+0x8e/0x190
[ 1.450595] ? do_filp_open+0xd8/0x190
[ 1.450605] ? __pfx_page_put_link+0x10/0x10
[ 1.450611] ? do_sys_openat2+0x9c/0xe0
[ 1.450615] ? syscall_exit_to_user_mode+0x37/0x1c0
[ 1.450618] ? do_syscall_64+0x8e/0x190
[ 1.450621] ? do_syscall_64+0x8e/0x190
[ 1.450624] ? __irq_exit_rcu+0x4c/0xe0
[ 1.450628] entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ 1.450633] RIP: 0033:0x786d7540c88d
[ 1.450638] Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 53 04 0d 00 f7 d8 64 89 01 48
[ 1.450641] RSP: 002b:00007ffdfa693b18 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ 1.450645] RAX: ffffffffffffffda RBX: 00005b8d3bb39e70 RCX: 0000786d7540c88d
[ 1.450647] RDX: 0000000000000004 RSI: 0000786d74c042f2 RDI: 000000000000001e
[ 1.450649] RBP: 00007ffdfa693bb0 R08: 0000000000000000 R09: 00005b8d3bb3ef00
[ 1.450651] R10: 0000000000000000 R11: 0000000000000246 R12: 0000786d74c042f2
[ 1.450653] R13: 0000000000020000 R14: 00005b8d3bb3ad30 R15: 00005b8d3bb39e70
[ 1.450657] </TASK>
[ 1.450659] ---[ end trace 0000000000000000 ]---
This code in intel_bios.c is this:
/*
* FIXME need to implement support for VBT
* vswing/preemph tables should this ever trigger.
*/
drm_WARN(display->drm, child->use_vbt_vswing,
"Port %c asks to use VBT vswing/preemph tables\n",
port_name(port));
Should I report this to the Arch package maintainers or the Linux kernel maintainers? Seems like kernel.org but want to be sure before I post something.
Offline
https://gitlab.freedesktop.org/drm/i915 … /-/issues/ but
Currently planned outage: 2025-03-16 -> 2025-03-22"
Offline
The latest update; the folks at thesofproject suggested I try "snd_hda_codec_hdmi.enable_silent_stream=N", and that lets hibernation work correctly.
Offline
Alternatively add "snd_hda_codec_hdmi.enable_silent_stream=1" to the kernel parameters to try to fix the propblem the other way round…
Apparently that's active by default since quite a while and disabling it indeed shows up A LOT as fix on google…
Implications: https://www.kernelconfig.io/config_snd_ … ent_stream
Intel hardware has a feature called 'silent stream', that keeps external HDMI receiver's analog circuitry powered on avoiding 2-3 sec silence during playback start.
Offline