You are not logged in.
I'm having the following issues running weston and weston-terminal:
1. Weston fails to start when I try to mirror eDP-1 (my laptop screen) to HDMI-A-2 (my TV), which is connected by an HDMI cable. Otherwise it runs perfectly. Below are weston.ini and weston.log when trying mirroring with "same-as", weston.log when not trying mirroring, the cards available and and modes available to each. And finally, journalctl, though it doesn't change in anything when I run weston for some reason:
$ cat .config/weston.ini
[core]
idle-time=0
[keyboard]
keymap_layout=br,gr
keymap_variant=abnt2,polytonic
keymap_options=grp:shifts_toggle,terminate:ctrl_alt_bksp
vt-switching=true
[libinput]
enable-tap=true
tap-and-drag=true
middle-button-emulation=true
scroll-method=two-finger
[output]
name=eDP-1
mode=1920x1080
[output]
name=HDMI-A-2
mode=1920x1080
same-as=eDP-1
[shell]
allow-zap=true
locking=false
animation=none
close-animation=none
startup-animation=none
focus-animation=none
[terminal]
font=Mono
font-size=18
$ cat weston.sameas.log
Date: 2024-08-16 -03
[15:50:32.584] weston 13.0.1
https://wayland.freedesktop.org
Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/
Build: 13.0.1
[15:50:32.587] Command line: weston --log weston.sameas.log
[15:50:32.587] OS: Linux, 6.10.3-arch1-1, #1 SMP PREEMPT_DYNAMIC Sun, 04 Aug 2024 05:11:32 +0000, x86_64
[15:50:32.587] Flight recorder: enabled
[15:50:32.587] Using config file '/home/x/.config/weston.ini'
[15:50:32.591] Output repaint window is 7 ms maximum.
[15:50:32.593] Loading module '/usr/lib/libweston-13/drm-backend.so'
[15:50:32.625] initializing drm backend
[15:50:32.625] Trying libseat launcher...
[15:50:32.625] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory
[15:50:32.625] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping
[15:50:32.884] [libseat/libseat.c:73] Seat opened with backend 'logind'
[15:50:32.884] libseat: session control granted
[15:50:32.884] using /dev/dri/card1
[15:50:32.884] DRM: supports atomic modesetting
[15:50:32.884] DRM: supports GBM modifiers
[15:50:32.884] DRM: does not support async page flipping
[15:50:32.884] DRM: supports picture aspect ratio
[15:50:33.542] Loading module '/usr/lib/libweston-13/gl-renderer.so'
[15:50:33.585] Using rendering device: /dev/dri/renderD128
[15:50:33.585] EGL version: 1.5
[15:50:33.585] EGL vendor: Mesa Project
[15:50:33.585] EGL client APIs: OpenGL OpenGL_ES
[15:50:33.585] EGL features:
EGL Wayland extension: yes
context priority: yes
buffer age: yes
partial update: no
swap buffers with damage: no
configless context: yes
surfaceless context: yes
dmabuf support: modifiers
[15:50:33.623] GL version: OpenGL ES 3.2 Mesa 24.1.5-arch1.1
[15:50:33.623] GLSL version: OpenGL ES GLSL ES 3.20
[15:50:33.623] GL vendor: Intel
[15:50:33.623] GL renderer: Mesa Intel(R) Xe Graphics (TGL GT2)
[15:50:33.693] GL ES 3.2 - renderer features:
read-back format: ARGB8888
glReadPixels supports y-flip: yes
wl_shm 10 bpc formats: yes
wl_shm 16 bpc formats: yes
wl_shm half-float formats: yes
internal R and RG formats: yes
OES_EGL_image_external: yes
[15:50:33.693] Using GL renderer
[15:50:33.719] event2 - Power Button: is tagged by udev as: Keyboard
[15:50:33.719] event2 - Power Button: device is a keyboard
[15:50:33.720] event4 - Video Bus: is tagged by udev as: Keyboard
[15:50:33.720] event4 - Video Bus: device is a keyboard
[15:50:33.721] event1 - Power Button: is tagged by udev as: Keyboard
[15:50:33.721] event1 - Power Button: device is a keyboard
[15:50:33.722] event0 - Lid Switch: is tagged by udev as: Switch
[15:50:33.722] event0 - Lid Switch: device is a switch device
[15:50:33.722] event7 - PNP0C50:01 0911:5288 Touchpad: is tagged by udev as: Touchpad
[15:50:33.728] event7 - PNP0C50:01 0911:5288 Touchpad: device is a touchpad
[15:50:33.729] event8 - PNP0C50:01 0911:5288 UNKNOWN: not tagged as supported input device
[15:50:33.729] event8 - not using input device '/dev/input/event8'
[15:50:33.730] event6 - PNP0C50:01 0911:5288 Mouse: is tagged by udev as: Mouse Pointingstick
[15:50:33.730] event6 - PNP0C50:01 0911:5288 Mouse: device is a pointer
[15:50:33.731] event9 - HDA Intel PCH Headphone Mic: is tagged by udev as: Switch
[15:50:33.732] event9 - not using input device '/dev/input/event9'
[15:50:33.732] event10 - HDA Intel PCH HDMI/DP,pcm=3: is tagged by udev as: Switch
[15:50:33.732] event10 - not using input device '/dev/input/event10'
[15:50:33.733] event11 - HDA Intel PCH HDMI/DP,pcm=7: is tagged by udev as: Switch
[15:50:33.733] event11 - not using input device '/dev/input/event11'
[15:50:33.734] event12 - HDA Intel PCH HDMI/DP,pcm=8: is tagged by udev as: Switch
[15:50:33.734] event12 - not using input device '/dev/input/event12'
[15:50:33.735] event13 - HDA Intel PCH HDMI/DP,pcm=9: is tagged by udev as: Switch
[15:50:33.735] event13 - not using input device '/dev/input/event13'
[15:50:33.735] event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[15:50:33.736] event3 - AT Translated Set 2 keyboard: device is a keyboard
[15:50:33.737] event5 - PC Speaker: not tagged as supported input device
[15:50:33.737] event5 - not using input device '/dev/input/event5'
[15:50:33.789] libinput: configuring device "Power Button".
[15:50:33.789] libinput: configuring device "Video Bus".
[15:50:33.789] libinput: configuring device "Power Button".
[15:50:33.789] libinput: configuring device "Lid Switch".
[15:50:33.789] libinput: configuring device "PNP0C50:01 0911:5288 Touchpad".
[15:50:33.789] enable-tap=true.
[15:50:33.789] tap-and-drag=true.
[15:50:33.789] middle-button-emulation=true
[15:50:33.789] scroll-method=two-finger
[15:50:33.790] libinput: configuring device "PNP0C50:01 0911:5288 Mouse".
[15:50:33.790] libinput: configuring device "AT Translated Set 2 keyboard".
[15:50:33.791] DRM: head 'eDP-1' found, connector 313 is connected, EDID make 'BOE', model 'unknown', serial ''
Supported EOTF modes: SDR
[15:50:33.799] DRM: head 'DP-1' found, connector 322 is disconnected.
[15:50:33.809] DRM: head 'HDMI-A-1' found, connector 334 is disconnected.
[15:50:33.835] DRM: head 'HDMI-A-2' found, connector 340 is connected, EDID make 'SKW', model 'TV PHILCO', serial '16843009'
Supported EOTF modes: SDR
[15:50:33.835] Registered plugin API 'weston_drm_output_api_v1' of size 40
[15:50:33.835] Registered plugin API 'weston_drm_virtual_output_api_v2' of size 48
[15:50:33.835] Color manager: no-op
[15:50:33.839] Output 'eDP-1' attempts EOTF mode: SDR
[15:50:33.839] Output 'eDP-1' using color profile: stock sRGB color profile
[15:50:33.839] Chosen EGL config details: id: 61 rgba: 8 8 8 0 buf: 24 dep: 0 stcl: 0 int: 1-1 type: win vis_id: XRGB8888 (0x34325258)
[15:50:33.839] Output eDP-1 (crtc 100) video modes:
1920x1080@60.0, preferred, current, 148.5 MHz
1366x768@60.0, preferred, 85.5 MHz
1920x1080@60.0, 148.5 MHz
1920x1080@60.0 16:9, 148.5 MHz
1920x1080@59.9 16:9, 148.4 MHz
1920x1080@50.0 16:9, 148.5 MHz
1920x1080@30.0 16:9, 74.2 MHz
1920x1080@25.0 16:9, 74.2 MHz
1920x1080@24.0 16:9, 74.2 MHz
1280x720@60.0 16:9, 74.2 MHz
1280x720@59.9 16:9, 74.2 MHz
1280x720@50.0, 74.2 MHz
1280x720@50.0 16:9, 74.2 MHz
1024x768@60.0, 65.0 MHz
800x600@60.3, 40.0 MHz
720x576@50.0 4:3, 27.0 MHz
720x576@50.0 16:9, 27.0 MHz
720x480@60.0 4:3, 27.0 MHz
720x480@60.0 16:9, 27.0 MHz
720x480@59.9, 27.0 MHz
720x480@59.9 4:3, 27.0 MHz
720x480@59.9 16:9, 27.0 MHz
640x480@60.0 4:3, 25.2 MHz
640x480@59.9, 25.2 MHz
[15:50:33.839] associating input device event2 with output eDP-1 (none by udev)
[15:50:33.839] associating input device event4 with output eDP-1 (none by udev)
[15:50:33.839] associating input device event1 with output eDP-1 (none by udev)
[15:50:33.839] associating input device event0 with output eDP-1 (none by udev)
[15:50:33.839] associating input device event7 with output eDP-1 (none by udev)
[15:50:33.839] associating input device event6 with output eDP-1 (none by udev)
[15:50:33.839] associating input device event3 with output eDP-1 (none by udev)
[15:50:33.839] Output 'eDP-1' enabled with head(s) eDP-1, HDMI-A-2
[15:50:33.839] Compositor capabilities:
arbitrary surface rotation: yes
screen capture uses y-flip: yes
cursor planes: yes
arbitrary resolutions: no
view mask clipping: yes
explicit sync: yes
color operations: yes
presentation clock: CLOCK_MONOTONIC, id 1
presentation clock resolution: 0.000000001 s
[15:50:33.841] Loading module '/usr/lib/weston/desktop-shell.so'
[15:50:33.842] launching '/usr/lib/weston/weston-keyboard'
[15:50:33.843] launching '/usr/lib/weston/weston-desktop-shell'
[15:50:33.846] atomic: couldn't commit new state: Invalid argument
[15:50:33.846] repaint-flush failed: Invalid argument
[15:50:34.173] libwayland: error in client communication (pid 622)
[15:50:34.173] Error: /usr/lib/weston/weston-desktop-shell apparently cannot run at all.
Quitting...[15:50:34.173] event2 - Power Button: device removed
[15:50:34.174] event4 - Video Bus: device removed
[15:50:34.174] event1 - Power Button: device removed
[15:50:34.175] event0 - Lid Switch: device removed
[15:50:34.175] event7 - PNP0C50:01 0911:5288 Touchpad: device removed
[15:50:34.175] event6 - PNP0C50:01 0911:5288 Mouse: device removed
[15:50:34.175] event3 - AT Translated Set 2 keyboard: device removed
$ cat weston.normal.log
Date: 2024-08-16 -03
[15:50:58.132] weston 13.0.1
https://wayland.freedesktop.org
Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/
Build: 13.0.1
[15:50:58.132] Command line: weston --log weston.normal.log
[15:50:58.132] OS: Linux, 6.10.3-arch1-1, #1 SMP PREEMPT_DYNAMIC Sun, 04 Aug 2024 05:11:32 +0000, x86_64
[15:50:58.132] Flight recorder: enabled
[15:50:58.132] Using config file '/home/x/.config/weston.ini'
[15:50:58.132] Output repaint window is 7 ms maximum.
[15:50:58.132] Loading module '/usr/lib/libweston-13/drm-backend.so'
[15:50:58.133] initializing drm backend
[15:50:58.133] Trying libseat launcher...
[15:50:58.133] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory
[15:50:58.133] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping
[15:50:58.143] [libseat/libseat.c:73] Seat opened with backend 'logind'
[15:50:58.143] libseat: session control granted
[15:50:58.144] using /dev/dri/card1
[15:50:58.144] DRM: supports atomic modesetting
[15:50:58.144] DRM: supports GBM modifiers
[15:50:58.144] DRM: does not support async page flipping
[15:50:58.144] DRM: supports picture aspect ratio
[15:50:58.156] Loading module '/usr/lib/libweston-13/gl-renderer.so'
[15:50:58.157] Using rendering device: /dev/dri/renderD128
[15:50:58.157] EGL version: 1.5
[15:50:58.157] EGL vendor: Mesa Project
[15:50:58.157] EGL client APIs: OpenGL OpenGL_ES
[15:50:58.157] EGL features:
EGL Wayland extension: yes
context priority: yes
buffer age: yes
partial update: no
swap buffers with damage: no
configless context: yes
surfaceless context: yes
dmabuf support: modifiers
[15:50:58.158] GL version: OpenGL ES 3.2 Mesa 24.1.5-arch1.1
[15:50:58.158] GLSL version: OpenGL ES GLSL ES 3.20
[15:50:58.158] GL vendor: Intel
[15:50:58.158] GL renderer: Mesa Intel(R) Xe Graphics (TGL GT2)
[15:50:58.168] GL ES 3.2 - renderer features:
read-back format: ARGB8888
glReadPixels supports y-flip: yes
wl_shm 10 bpc formats: yes
wl_shm 16 bpc formats: yes
wl_shm half-float formats: yes
internal R and RG formats: yes
OES_EGL_image_external: yes
[15:50:58.168] Using GL renderer
[15:50:58.173] event2 - Power Button: is tagged by udev as: Keyboard
[15:50:58.173] event2 - Power Button: device is a keyboard
[15:50:58.174] event4 - Video Bus: is tagged by udev as: Keyboard
[15:50:58.174] event4 - Video Bus: device is a keyboard
[15:50:58.174] event1 - Power Button: is tagged by udev as: Keyboard
[15:50:58.175] event1 - Power Button: device is a keyboard
[15:50:58.175] event0 - Lid Switch: is tagged by udev as: Switch
[15:50:58.175] event0 - Lid Switch: device is a switch device
[15:50:58.176] event7 - PNP0C50:01 0911:5288 Touchpad: is tagged by udev as: Touchpad
[15:50:58.177] event7 - PNP0C50:01 0911:5288 Touchpad: device is a touchpad
[15:50:58.178] event8 - PNP0C50:01 0911:5288 UNKNOWN: not tagged as supported input device
[15:50:58.178] event8 - not using input device '/dev/input/event8'
[15:50:58.179] event6 - PNP0C50:01 0911:5288 Mouse: is tagged by udev as: Mouse Pointingstick
[15:50:58.179] event6 - PNP0C50:01 0911:5288 Mouse: device is a pointer
[15:50:58.180] event9 - HDA Intel PCH Headphone Mic: is tagged by udev as: Switch
[15:50:58.181] event9 - not using input device '/dev/input/event9'
[15:50:58.181] event10 - HDA Intel PCH HDMI/DP,pcm=3: is tagged by udev as: Switch
[15:50:58.181] event10 - not using input device '/dev/input/event10'
[15:50:58.182] event11 - HDA Intel PCH HDMI/DP,pcm=7: is tagged by udev as: Switch
[15:50:58.182] event11 - not using input device '/dev/input/event11'
[15:50:58.183] event12 - HDA Intel PCH HDMI/DP,pcm=8: is tagged by udev as: Switch
[15:50:58.183] event12 - not using input device '/dev/input/event12'
[15:50:58.184] event13 - HDA Intel PCH HDMI/DP,pcm=9: is tagged by udev as: Switch
[15:50:58.184] event13 - not using input device '/dev/input/event13'
[15:50:58.185] event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[15:50:58.185] event3 - AT Translated Set 2 keyboard: device is a keyboard
[15:50:58.186] event5 - PC Speaker: not tagged as supported input device
[15:50:58.186] event5 - not using input device '/dev/input/event5'
[15:50:58.189] libinput: configuring device "Power Button".
[15:50:58.189] libinput: configuring device "Video Bus".
[15:50:58.189] libinput: configuring device "Power Button".
[15:50:58.189] libinput: configuring device "Lid Switch".
[15:50:58.189] libinput: configuring device "PNP0C50:01 0911:5288 Touchpad".
[15:50:58.189] enable-tap=true.
[15:50:58.189] tap-and-drag=true.
[15:50:58.189] middle-button-emulation=true
[15:50:58.189] scroll-method=two-finger
[15:50:58.189] libinput: configuring device "PNP0C50:01 0911:5288 Mouse".
[15:50:58.189] libinput: configuring device "AT Translated Set 2 keyboard".
[15:50:58.190] DRM: head 'eDP-1' found, connector 313 is connected, EDID make 'BOE', model 'unknown', serial ''
Supported EOTF modes: SDR
[15:50:58.198] DRM: head 'DP-1' found, connector 322 is disconnected.
[15:50:58.208] DRM: head 'HDMI-A-1' found, connector 334 is disconnected.
[15:50:58.235] DRM: head 'HDMI-A-2' found, connector 340 is connected, EDID make 'SKW', model 'TV PHILCO', serial '16843009'
Supported EOTF modes: SDR
[15:50:58.235] Registered plugin API 'weston_drm_output_api_v1' of size 40
[15:50:58.235] Registered plugin API 'weston_drm_virtual_output_api_v2' of size 48
[15:50:58.235] Color manager: no-op
[15:50:58.235] Output 'eDP-1' attempts EOTF mode: SDR
[15:50:58.235] Output 'eDP-1' using color profile: stock sRGB color profile
[15:50:58.235] Chosen EGL config details: id: 61 rgba: 8 8 8 0 buf: 24 dep: 0 stcl: 0 int: 1-1 type: win vis_id: XRGB8888 (0x34325258)
[15:50:58.235] Output eDP-1 (crtc 100) video modes:
1920x1080@60.0, preferred, current, 148.5 MHz
[15:50:58.235] associating input device event2 with output eDP-1 (none by udev)
[15:50:58.235] associating input device event4 with output eDP-1 (none by udev)
[15:50:58.235] associating input device event1 with output eDP-1 (none by udev)
[15:50:58.235] associating input device event0 with output eDP-1 (none by udev)
[15:50:58.235] associating input device event7 with output eDP-1 (none by udev)
[15:50:58.235] associating input device event6 with output eDP-1 (none by udev)
[15:50:58.235] associating input device event3 with output eDP-1 (none by udev)
[15:50:58.235] Output 'eDP-1' enabled with head(s) eDP-1
[15:50:58.235] Output 'HDMI-A-2' attempts EOTF mode: SDR
[15:50:58.235] Output 'HDMI-A-2' using color profile: stock sRGB color profile
[15:50:58.236] Chosen EGL config details: id: 61 rgba: 8 8 8 0 buf: 24 dep: 0 stcl: 0 int: 1-1 type: win vis_id: XRGB8888 (0x34325258)
[15:50:58.236] Output HDMI-A-2 (crtc 170) video modes:
1366x768@60.0, preferred, 85.5 MHz
1920x1080@60.0, current, 148.5 MHz
1920x1080@60.0 16:9, 148.5 MHz
1920x1080@59.9 16:9, 148.4 MHz
1920x1080@50.0 16:9, 148.5 MHz
1920x1080@30.0 16:9, 74.2 MHz
1920x1080@25.0 16:9, 74.2 MHz
1920x1080@24.0 16:9, 74.2 MHz
1280x720@60.0 16:9, 74.2 MHz
1280x720@59.9 16:9, 74.2 MHz
1280x720@50.0, 74.2 MHz
1280x720@50.0 16:9, 74.2 MHz
1024x768@60.0, 65.0 MHz
800x600@60.3, 40.0 MHz
720x576@50.0 4:3, 27.0 MHz
720x576@50.0 16:9, 27.0 MHz
720x480@60.0 4:3, 27.0 MHz
720x480@60.0 16:9, 27.0 MHz
720x480@59.9, 27.0 MHz
720x480@59.9 4:3, 27.0 MHz
720x480@59.9 16:9, 27.0 MHz
640x480@60.0 4:3, 25.2 MHz
640x480@59.9, 25.2 MHz
[15:50:58.236] Output 'HDMI-A-2' enabled with head(s) HDMI-A-2
[15:50:58.236] Compositor capabilities:
arbitrary surface rotation: yes
screen capture uses y-flip: yes
cursor planes: yes
arbitrary resolutions: no
view mask clipping: yes
explicit sync: yes
color operations: yes
presentation clock: CLOCK_MONOTONIC, id 1
presentation clock resolution: 0.000000001 s
[15:50:58.236] Loading module '/usr/lib/weston/desktop-shell.so'
[15:50:58.236] launching '/usr/lib/weston/weston-keyboard'
[15:50:58.236] launching '/usr/lib/weston/weston-desktop-shell'
[15:51:05.653] event2 - Power Button: device removed
[15:51:05.653] event4 - Video Bus: device removed
[15:51:05.654] event1 - Power Button: device removed
[15:51:05.654] event0 - Lid Switch: device removed
[15:51:05.655] event7 - PNP0C50:01 0911:5288 Touchpad: device removed
[15:51:05.655] event6 - PNP0C50:01 0911:5288 Mouse: device removed
[15:51:05.655] event3 - AT Translated Set 2 keyboard: device removed
$ ls /sys/class/drm
card1 card1-eDP-1 card1-HDMI-A-2 version
card1-DP-1 card1-HDMI-A-1 renderD128
$ cat /sys/class/drm/card1-eDP-1/modes
1920x1080
$ cat /sys/class/drm/card1-HDMI-A-2/modes
1366x768
1920x1080
1920x1080
1920x1080
1920x1080
1920x1080
1920x1080
1920x1080
1920x1080
1920x1080
1280x720
1280x720
1280x720
1280x720
1024x768
800x600
720x576
720x576
720x480
720x480
720x480
720x480
720x480
640x480
640x480
ago 16 15:49:35 archlinux systemd-journald[130]: Received SIGTERM from PID 1 (systemd).
ago 16 15:49:35 archlinux systemd[1]: systemd 256.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
ago 16 15:49:35 archlinux systemd[1]: Detected architecture x86-64.
ago 16 15:49:35 archlinux systemd[1]: bpf-restrict-fs: LSM BPF program attached
ago 16 15:49:35 archlinux systemd[1]: run-credentials-systemd\x2djournald.service.mount: Deactivated successfully.
ago 16 15:49:35 archlinux systemd[1]: initrd-switch-root.service: Deactivated successfully.
ago 16 15:49:35 archlinux systemd[1]: Stopped Switch Root.
ago 16 15:49:35 archlinux systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
ago 16 15:49:35 archlinux systemd[1]: Created slice Slice /system/dirmngr.
ago 16 15:49:35 archlinux systemd[1]: Created slice Slice /system/getty.
ago 16 15:49:35 archlinux systemd[1]: Created slice Slice /system/gpg-agent.
ago 16 15:49:35 archlinux systemd[1]: Created slice Slice /system/gpg-agent-browser.
ago 16 15:49:35 archlinux systemd[1]: Created slice Slice /system/gpg-agent-extra.
ago 16 15:49:35 archlinux systemd[1]: Created slice Slice /system/gpg-agent-ssh.
ago 16 15:49:35 archlinux systemd[1]: Created slice Slice /system/keyboxd.
ago 16 15:49:35 archlinux systemd[1]: Created slice Slice /system/modprobe.
ago 16 15:49:35 archlinux systemd[1]: Created slice Slice /system/systemd-fsck.
ago 16 15:49:35 archlinux systemd[1]: Created slice User and Session Slice.
ago 16 15:49:35 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
ago 16 15:49:35 archlinux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
ago 16 15:49:35 archlinux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
ago 16 15:49:35 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/04C0-7751...
ago 16 15:49:35 archlinux systemd[1]: Reached target Local Encrypted Volumes.
ago 16 15:49:35 archlinux systemd[1]: Stopped target Switch Root.
ago 16 15:49:35 archlinux systemd[1]: Stopped target Initrd File Systems.
ago 16 15:49:35 archlinux systemd[1]: Stopped target Initrd Root File System.
ago 16 15:49:35 archlinux systemd[1]: Reached target Local Integrity Protected Volumes.
ago 16 15:49:35 archlinux systemd[1]: Reached target Path Units.
ago 16 15:49:35 archlinux systemd[1]: Reached target Remote Encrypted Volumes.
ago 16 15:49:35 archlinux systemd[1]: Reached target Remote File Systems.
ago 16 15:49:35 archlinux systemd[1]: Reached target Slice Units.
ago 16 15:49:35 archlinux systemd[1]: Reached target Local Verity Protected Volumes.
ago 16 15:49:35 archlinux systemd[1]: Listening on Device-mapper event daemon FIFOs.
ago 16 15:49:35 archlinux systemd[1]: Listening on Process Core Dump Socket.
ago 16 15:49:35 archlinux systemd[1]: Listening on Credential Encryption/Decryption.
ago 16 15:49:35 archlinux systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
ago 16 15:49:35 archlinux systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
ago 16 15:49:35 archlinux systemd[1]: Listening on udev Control Socket.
ago 16 15:49:35 archlinux systemd[1]: Listening on udev Kernel Socket.
ago 16 15:49:35 archlinux systemd[1]: Mounting Huge Pages File System...
ago 16 15:49:35 archlinux systemd[1]: Mounting POSIX Message Queue File System...
ago 16 15:49:35 archlinux systemd[1]: Mounting Kernel Debug File System...
ago 16 15:49:35 archlinux systemd[1]: Mounting Kernel Trace File System...
ago 16 15:49:35 archlinux systemd[1]: Mounting Temporary Directory /tmp...
ago 16 15:49:35 archlinux systemd[1]: Starting Create List of Static Device Nodes...
ago 16 15:49:35 archlinux systemd[1]: Starting Load Kernel Module configfs...
ago 16 15:49:35 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
ago 16 15:49:35 archlinux systemd[1]: Starting Load Kernel Module drm...
ago 16 15:49:35 archlinux systemd[1]: Starting Load Kernel Module efi_pstore...
ago 16 15:49:35 archlinux systemd[1]: Starting Load Kernel Module fuse...
ago 16 15:49:35 archlinux systemd[1]: Starting Load Kernel Module loop...
ago 16 15:49:35 archlinux systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
ago 16 15:49:35 archlinux systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
ago 16 15:49:35 archlinux systemd[1]: Starting Journal Service...
ago 16 15:49:35 archlinux systemd[1]: Starting Load Kernel Modules...
ago 16 15:49:35 archlinux systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
ago 16 15:49:35 archlinux systemd[1]: Starting Remount Root and Kernel File Systems...
ago 16 15:49:35 archlinux systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
ago 16 15:49:35 archlinux systemd[1]: Starting Load udev Rules from Credentials...
ago 16 15:49:35 archlinux systemd[1]: Starting Coldplug All udev Devices...
ago 16 15:49:35 archlinux systemd[1]: Mounted Huge Pages File System.
ago 16 15:49:35 archlinux systemd[1]: Mounted POSIX Message Queue File System.
ago 16 15:49:35 archlinux systemd[1]: Mounted Kernel Debug File System.
ago 16 15:49:35 archlinux systemd[1]: Mounted Kernel Trace File System.
ago 16 15:49:35 archlinux systemd[1]: Mounted Temporary Directory /tmp.
ago 16 15:49:35 archlinux systemd[1]: Finished Create List of Static Device Nodes.
ago 16 15:49:35 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
ago 16 15:49:35 archlinux systemd[1]: Finished Load Kernel Module configfs.
ago 16 15:49:35 archlinux kernel: loop: module loaded
ago 16 15:49:35 archlinux systemd[1]: modprobe@drm.service: Deactivated successfully.
ago 16 15:49:35 archlinux systemd[1]: Finished Load Kernel Module drm.
ago 16 15:49:35 archlinux systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
ago 16 15:49:35 archlinux systemd[1]: Finished Load Kernel Module efi_pstore.
ago 16 15:49:35 archlinux systemd[1]: modprobe@fuse.service: Deactivated successfully.
ago 16 15:49:35 archlinux systemd[1]: Finished Load Kernel Module fuse.
ago 16 15:49:35 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
ago 16 15:49:35 archlinux systemd[1]: Finished Load Kernel Module loop.
ago 16 15:49:35 archlinux systemd[1]: Mounting FUSE Control File System...
ago 16 15:49:35 archlinux systemd[1]: Mounting Kernel Configuration File System...
ago 16 15:49:35 archlinux systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
ago 16 15:49:35 archlinux systemd[1]: Mounted FUSE Control File System.
ago 16 15:49:35 archlinux systemd[1]: Mounted Kernel Configuration File System.
ago 16 15:49:35 archlinux kernel: device-mapper: uevent: version 1.0.3
ago 16 15:49:35 archlinux kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
ago 16 15:49:35 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
ago 16 15:49:35 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
ago 16 15:49:35 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
ago 16 15:49:35 archlinux systemd[1]: Finished Load Kernel Modules.
ago 16 15:49:35 archlinux systemd[1]: Starting Apply Kernel Variables...
ago 16 15:49:35 archlinux kernel: EXT4-fs (sda2): re-mounted 6068db79-3bae-4473-a84e-3052a485de72 r/w. Quota mode: none.
ago 16 15:49:35 archlinux systemd-journald[261]: Collecting audit messages is disabled.
ago 16 15:49:35 archlinux systemd-journald[261]: Journal started
ago 16 15:49:35 archlinux systemd-journald[261]: Runtime Journal (/run/log/journal/b8b5a78bc3dd446893d7ca9110a51b1b) is 8M, max 153.3M, 145.3M free.
ago 16 15:49:35 archlinux systemd[1]: Queued start job for default target Graphical Interface.
ago 16 15:49:35 archlinux systemd[1]: systemd-journald.service: Deactivated successfully.
ago 16 15:49:35 archlinux systemd-modules-load[263]: Inserted module 'crypto_user'
ago 16 15:49:35 archlinux systemd[1]: Finished Load udev Rules from Credentials.
ago 16 15:49:35 archlinux systemd[1]: Finished Remount Root and Kernel File Systems.
ago 16 15:49:35 archlinux systemd[1]: Started Journal Service.
ago 16 15:49:35 archlinux systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
ago 16 15:49:35 archlinux systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
ago 16 15:49:35 archlinux systemd[1]: Starting Load/Save OS Random Seed...
ago 16 15:49:35 archlinux systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
ago 16 15:49:35 archlinux systemd[1]: Finished Apply Kernel Variables.
ago 16 15:49:35 archlinux systemd[1]: Finished Load/Save OS Random Seed.
ago 16 15:49:35 archlinux systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
ago 16 15:49:35 archlinux systemd[1]: Starting Create System Users...
ago 16 15:49:35 archlinux systemd[1]: Finished Coldplug All udev Devices.
ago 16 15:49:35 archlinux systemd[1]: Finished Create System Users.
ago 16 15:49:35 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
ago 16 15:49:35 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
ago 16 15:49:35 archlinux systemd[1]: Reached target Preparation for Local File Systems.
ago 16 15:49:35 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
ago 16 15:49:35 archlinux systemd-udevd[306]: Using default interface naming scheme 'v255'.
ago 16 15:49:35 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
ago 16 15:49:35 archlinux systemd[1]: Starting Load Kernel Module configfs...
ago 16 15:49:35 archlinux systemd[1]: Starting Load Kernel Module fuse...
ago 16 15:49:35 archlinux systemd[1]: Condition check resulted in /dev/tpmrm0 being skipped.
ago 16 15:49:35 archlinux systemd[1]: Reached target Trusted Platform Module.
ago 16 15:49:35 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
ago 16 15:49:35 archlinux systemd[1]: Finished Load Kernel Module configfs.
ago 16 15:49:35 archlinux systemd[1]: modprobe@fuse.service: Deactivated successfully.
ago 16 15:49:35 archlinux systemd[1]: Finished Load Kernel Module fuse.
ago 16 15:49:35 archlinux kernel: Consider using thermal netlink events interface
ago 16 15:49:35 archlinux kernel: EDAC igen6: v2.5.1
ago 16 15:49:36 archlinux kernel: resource: resource sanity check: requesting [mem 0x00000000fedc0000-0x00000000fedcdfff], which spans more than pnp 00:03 [mem 0xfedc0000-0xfedc7fff]
ago 16 15:49:36 archlinux kernel: caller __uncore_imc_init_box+0xd7/0x120 [intel_uncore] mapping multiple BARs
ago 16 15:49:36 archlinux systemd[1]: Mounting /home...
ago 16 15:49:36 archlinux systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
ago 16 15:49:36 archlinux systemd[1]: Reached target Containers.
ago 16 15:49:36 archlinux systemd[1]: Mounting /var/log...
ago 16 15:49:36 archlinux kernel: intel_pmc_core INT33A1:00: initialized
ago 16 15:49:36 archlinux kernel: Creating 1 MTD partitions on "0000:00:1f.5":
ago 16 15:49:36 archlinux kernel: 0x000000000000-0x000001000000 : "BIOS"
ago 16 15:49:36 archlinux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
ago 16 15:49:36 archlinux systemd[1]: Mounting /var/tmp...
ago 16 15:49:36 archlinux systemd[1]: Mounted /home.
ago 16 15:49:36 archlinux systemd[1]: Mounted /var/log.
ago 16 15:49:36 archlinux kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
ago 16 15:49:36 archlinux kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
ago 16 15:49:36 archlinux kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
ago 16 15:49:36 archlinux kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
ago 16 15:49:36 archlinux kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
ago 16 15:49:36 archlinux systemd[1]: Mounted /var/tmp.
ago 16 15:49:36 archlinux kernel: Bluetooth: Core ver 2.22
ago 16 15:49:36 archlinux kernel: NET: Registered PF_BLUETOOTH protocol family
ago 16 15:49:36 archlinux kernel: Bluetooth: HCI device and connection manager initialized
ago 16 15:49:36 archlinux kernel: Bluetooth: HCI socket layer initialized
ago 16 15:49:36 archlinux kernel: Bluetooth: L2CAP socket layer initialized
ago 16 15:49:36 archlinux kernel: Bluetooth: SCO socket layer initialized
ago 16 15:49:36 archlinux kernel: cryptd: max_cpu_qlen set to 1000
ago 16 15:49:36 archlinux kernel: intel_rapl_msr: PL4 support detected.
ago 16 15:49:36 archlinux kernel: intel_rapl_common: Found RAPL domain package
ago 16 15:49:36 archlinux kernel: intel_rapl_common: Found RAPL domain core
ago 16 15:49:36 archlinux kernel: intel_rapl_common: Found RAPL domain uncore
ago 16 15:49:36 archlinux kernel: intel_rapl_common: Found RAPL domain psys
ago 16 15:49:36 archlinux kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
ago 16 15:49:36 archlinux kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
ago 16 15:49:36 archlinux kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
ago 16 15:49:36 archlinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
ago 16 15:49:36 archlinux systemd[1]: Starting Flush Journal to Persistent Storage...
ago 16 15:49:36 archlinux kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
ago 16 15:49:36 archlinux kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
ago 16 15:49:36 archlinux kernel: i2c i2c-11: Successfully instantiated SPD at 0x50
ago 16 15:49:36 archlinux systemd[1]: Starting Virtual Console Setup...
ago 16 15:49:36 archlinux mtp-probe[350]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb4/4-1"
ago 16 15:49:36 archlinux mtp-probe[350]: bus: 4, device: 2 was not an MTP device
ago 16 15:49:36 archlinux kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
ago 16 15:49:36 archlinux kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
ago 16 15:49:36 archlinux kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
ago 16 15:49:36 archlinux kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
ago 16 15:49:36 archlinux kernel: cfg80211: failed to load regulatory.db
ago 16 15:49:36 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
ago 16 15:49:36 archlinux kernel: AES CTR mode by8 optimization enabled
ago 16 15:49:36 archlinux mtp-probe[349]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7"
ago 16 15:49:36 archlinux mtp-probe[349]: bus: 3, device: 2 was not an MTP device
ago 16 15:49:36 archlinux kernel: iTCO_vendor_support: vendor-support=0
ago 16 15:49:36 archlinux kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
ago 16 15:49:36 archlinux kernel: intel_rapl_common: Found RAPL domain package
ago 16 15:49:36 archlinux systemd-journald[261]: Runtime Journal (/run/log/journal/b8b5a78bc3dd446893d7ca9110a51b1b) is 8M, max 153.3M, 145.3M free.
ago 16 15:49:36 archlinux systemd-journald[261]: Received client request to flush runtime journal.
ago 16 15:49:36 archlinux kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 98:83:89:fd:b9:f4, XID 541, IRQ 153
ago 16 15:49:36 archlinux kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
ago 16 15:49:36 archlinux systemd[1]: Finished Flush Journal to Persistent Storage.
ago 16 15:49:36 archlinux kernel: Intel(R) Wireless WiFi driver for Linux
ago 16 15:49:36 archlinux kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
ago 16 15:49:36 archlinux kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x2816, cnv-id 0x20000302 wfpm id 0x80000000
ago 16 15:49:36 archlinux kernel: iwlwifi 0000:00:14.3: PCI dev a0f0/02a4, rev=0x351, rfid=0x108110
ago 16 15:49:36 archlinux kernel: ee1004 11-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
ago 16 15:49:36 archlinux kernel: mc: Linux media interface: v0.10
ago 16 15:49:36 archlinux kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
ago 16 15:49:36 archlinux kernel: iwlwifi 0000:00:14.3: loaded firmware version 77.c360c4b1.0 QuZ-a0-jf-b0-77.ucode op_mode iwlmvm
ago 16 15:49:36 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
ago 16 15:49:36 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
ago 16 15:49:36 archlinux kernel: PTP clock support registered
ago 16 15:49:36 archlinux kernel: input: PNP0C50:01 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input6
ago 16 15:49:36 archlinux kernel: input: PNP0C50:01 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input7
ago 16 15:49:36 archlinux kernel: input: PNP0C50:01 0911:5288 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input8
ago 16 15:49:36 archlinux kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [PNP0C50:01 0911:5288] on i2c-PNP0C50:01
ago 16 15:49:36 archlinux kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
ago 16 15:49:36 archlinux kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
ago 16 15:49:36 archlinux kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
ago 16 15:49:36 archlinux kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
ago 16 15:49:36 archlinux kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
ago 16 15:49:36 archlinux kernel: input: PNP0C50:01 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input9
ago 16 15:49:36 archlinux kernel: input: PNP0C50:01 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input10
ago 16 15:49:36 archlinux kernel: input: PNP0C50:01 0911:5288 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-12/i2c-PNP0C50:01/0018:0911:5288.0001/input/input11
ago 16 15:49:36 archlinux kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [PNP0C50:01 0911:5288] on i2c-PNP0C50:01
ago 16 15:49:36 archlinux kernel: videodev: Linux video capture interface: v2.00
ago 16 15:49:36 archlinux kernel: mousedev: PS/2 mouse device common for all mice
ago 16 15:49:36 archlinux kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
ago 16 15:49:36 archlinux kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
ago 16 15:49:36 archlinux systemd[1]: Starting Load/Save RF Kill Switch Status...
ago 16 15:49:36 archlinux kernel: usbcore: registered new interface driver btusb
ago 16 15:49:36 archlinux kernel: Bluetooth: hci0: Bootloader revision 0.0 build 0 week 30 2018
ago 16 15:49:36 archlinux kernel: Bluetooth: hci0: Device revision is 2
ago 16 15:49:36 archlinux kernel: Bluetooth: hci0: Secure boot is enabled
ago 16 15:49:36 archlinux kernel: Bluetooth: hci0: OTP lock is enabled
ago 16 15:49:36 archlinux kernel: Bluetooth: hci0: API lock is enabled
ago 16 15:49:36 archlinux kernel: Bluetooth: hci0: Debug lock is disabled
ago 16 15:49:36 archlinux kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
ago 16 15:49:36 archlinux kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9462, REV=0x351
ago 16 15:49:36 archlinux kernel: usb 3-7: Found UVC 1.00 device VGA camera (13d3:5a24)
ago 16 15:49:36 archlinux kernel: usbcore: registered new interface driver uvcvideo
ago 16 15:49:36 archlinux kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-0.sfi
ago 16 15:49:36 archlinux kernel: Bluetooth: hci0: Boot Address: 0x24800
ago 16 15:49:36 archlinux kernel: Bluetooth: hci0: Firmware Version: 132-3.24
ago 16 15:49:36 archlinux systemd[1]: Condition check resulted in Ultra_Fit 1 being skipped.
ago 16 15:49:36 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
ago 16 15:49:36 archlinux systemd[1]: Starting Load Kernel Module efi_pstore...
ago 16 15:49:36 archlinux systemd[1]: Starting Load Kernel Module loop...
ago 16 15:49:36 archlinux systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
ago 16 15:49:36 archlinux kernel: iwlwifi 0000:00:14.3: base HW address: 80:b6:55:b6:fb:0c
ago 16 15:49:36 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
ago 16 15:49:36 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
ago 16 15:49:36 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
ago 16 15:49:36 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
ago 16 15:49:36 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
ago 16 15:49:36 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0: Mic=0x12
ago 16 15:49:36 archlinux kernel: iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
ago 16 15:49:36 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/04C0-7751...
ago 16 15:49:36 archlinux systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
ago 16 15:49:36 archlinux systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
ago 16 15:49:36 archlinux systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
ago 16 15:49:36 archlinux systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
ago 16 15:49:36 archlinux systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
ago 16 15:49:36 archlinux systemd[1]: Started Load/Save RF Kill Switch Status.
ago 16 15:49:36 archlinux systemd[1]: Finished Virtual Console Setup.
ago 16 15:49:36 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
ago 16 15:49:36 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
ago 16 15:49:36 archlinux systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
ago 16 15:49:36 archlinux systemd[1]: Finished Load Kernel Module efi_pstore.
ago 16 15:49:36 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
ago 16 15:49:36 archlinux systemd[1]: Finished Load Kernel Module loop.
ago 16 15:49:36 archlinux systemd[1]: Created slice Slice /system/systemd-backlight.
ago 16 15:49:36 archlinux systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
ago 16 15:49:36 archlinux systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
ago 16 15:49:36 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
ago 16 15:49:36 archlinux systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
ago 16 15:49:36 archlinux kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
ago 16 15:49:36 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
ago 16 15:49:36 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
ago 16 15:49:36 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
ago 16 15:49:36 archlinux kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
ago 16 15:49:36 archlinux kernel: intel_tcc_cooling: TCC Offset locked
ago 16 15:49:37 archlinux systemd-fsck[424]: fsck.fat 4.2 (2021-01-31)
ago 16 15:49:37 archlinux systemd-fsck[424]: /dev/sda1: 372 files, 26522/261628 clusters
ago 16 15:49:37 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/04C0-7751.
ago 16 15:49:37 archlinux systemd[1]: Mounting /boot...
ago 16 15:49:37 archlinux systemd[1]: Mounted /boot.
ago 16 15:49:37 archlinux systemd[1]: Reached target Local File Systems.
ago 16 15:49:37 archlinux systemd[1]: Listening on Boot Entries Service Socket.
ago 16 15:49:37 archlinux systemd[1]: Listening on System Extension Image Management.
ago 16 15:49:37 archlinux systemd[1]: Starting Rebuild Dynamic Linker Cache...
ago 16 15:49:37 archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
ago 16 15:49:37 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
ago 16 15:49:37 archlinux systemd[1]: Starting Automatic Boot Loader Update...
ago 16 15:49:37 archlinux systemd[1]: Starting Create System Files and Directories...
ago 16 15:49:37 archlinux (udev-worker)[332]: controlC0: Process '/usr/bin/alsactl restore /dev/snd/controlC0' failed with exit code 2.
ago 16 15:49:37 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
ago 16 15:49:37 archlinux systemd[1]: Starting Load Kernel Module efi_pstore...
ago 16 15:49:37 archlinux systemd[1]: Starting Load Kernel Module loop...
ago 16 15:49:37 archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
ago 16 15:49:37 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
ago 16 15:49:37 archlinux systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
ago 16 15:49:37 archlinux systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
ago 16 15:49:37 archlinux systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
ago 16 15:49:37 archlinux systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
ago 16 15:49:37 archlinux systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
ago 16 15:49:37 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
ago 16 15:49:37 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
ago 16 15:49:37 archlinux systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
ago 16 15:49:37 archlinux systemd[1]: Finished Load Kernel Module efi_pstore.
ago 16 15:49:37 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
ago 16 15:49:37 archlinux systemd[1]: Finished Load Kernel Module loop.
ago 16 15:49:37 archlinux systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
ago 16 15:49:37 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
ago 16 15:49:37 archlinux systemd[1]: Finished Automatic Boot Loader Update.
ago 16 15:49:37 archlinux systemd[1]: Finished Create System Files and Directories.
ago 16 15:49:37 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
ago 16 15:49:37 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
ago 16 15:49:37 archlinux systemd[1]: Starting Rebuild Journal Catalog...
ago 16 15:49:37 archlinux systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
ago 16 15:49:37 archlinux systemd[1]: Starting Record System Boot/Shutdown in UTMP...
ago 16 15:49:37 archlinux systemd[1]: Finished Record System Boot/Shutdown in UTMP.
ago 16 15:49:37 archlinux systemd[1]: Finished Rebuild Journal Catalog.
ago 16 15:49:37 archlinux systemd[1]: Finished Rebuild Dynamic Linker Cache.
ago 16 15:49:37 archlinux systemd[1]: Starting Update is Completed...
ago 16 15:49:37 archlinux systemd[1]: Finished Update is Completed.
ago 16 15:49:37 archlinux systemd[1]: Reached target System Initialization.
ago 16 15:49:37 archlinux systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
ago 16 15:49:37 archlinux systemd[1]: Started Daily rotation of log files.
ago 16 15:49:37 archlinux systemd[1]: Started Daily man-db regeneration.
ago 16 15:49:37 archlinux systemd[1]: Started Daily verification of password and group files.
ago 16 15:49:37 archlinux systemd[1]: Started Daily Cleanup of Temporary Directories.
ago 16 15:49:37 archlinux systemd[1]: Reached target Timer Units.
ago 16 15:49:37 archlinux systemd[1]: Listening on D-Bus System Message Bus Socket.
ago 16 15:49:37 archlinux systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
ago 16 15:49:37 archlinux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
ago 16 15:49:37 archlinux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
ago 16 15:49:37 archlinux systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
ago 16 15:49:37 archlinux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
ago 16 15:49:37 archlinux systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
ago 16 15:49:37 archlinux systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
ago 16 15:49:37 archlinux systemd[1]: Listening on Hostname Service Socket.
ago 16 15:49:37 archlinux systemd[1]: Reached target Socket Units.
ago 16 15:49:37 archlinux systemd[1]: Starting D-Bus System Message Bus...
ago 16 15:49:37 archlinux systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-
uki).
ago 16 15:49:37 archlinux dbus-broker-launch[455]: Looking up NSS user entry for 'pulse'...
ago 16 15:49:37 archlinux dbus-broker-launch[455]: NSS returned no entry for 'pulse'
ago 16 15:49:37 archlinux dbus-broker-launch[455]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
ago 16 15:49:37 archlinux systemd[1]: Started D-Bus System Message Bus.
ago 16 15:49:37 archlinux systemd[1]: Reached target Basic System.
ago 16 15:49:37 archlinux systemd[1]: Starting Save/Restore Sound Card State...
ago 16 15:49:37 archlinux systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
ago 16 15:49:37 archlinux systemd[1]: Starting Bluetooth service...
ago 16 15:49:37 archlinux dbus-broker-launch[455]: Ready
ago 16 15:49:37 archlinux (uetoothd)[458]: bluetooth.service: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
ago 16 15:49:37 archlinux systemd[1]: Starting Initialize hardware monitoring sensors...
ago 16 15:49:37 archlinux systemd[1]: Starting User Login Management...
ago 16 15:49:37 archlinux systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
ago 16 15:49:37 archlinux systemd[1]: Starting Permit User Sessions...
ago 16 15:49:37 archlinux (modprobe)[459]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
ago 16 15:49:37 archlinux systemd[1]: Finished Permit User Sessions.
ago 16 15:49:37 archlinux systemd[1]: Started Getty on tty1.
ago 16 15:49:37 archlinux systemd[1]: Reached target Login Prompts.
ago 16 15:49:37 archlinux systemd[1]: Starting Populate /home...
ago 16 15:49:38 archlinux systemd[1]: Finished Initialize hardware monitoring sensors.
ago 16 15:49:38 archlinux systemd-logind[460]: New seat seat0.
ago 16 15:49:38 archlinux systemd-logind[460]: Watching system buttons on /dev/input/event2 (Power Button)
ago 16 15:49:38 archlinux systemd-logind[460]: Watching system buttons on /dev/input/event1 (Power Button)
ago 16 15:49:38 archlinux systemd-logind[460]: Watching system buttons on /dev/input/event0 (Lid Switch)
ago 16 15:49:38 archlinux systemd-logind[460]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
ago 16 15:49:38 archlinux systemd[1]: Started User Login Management.
ago 16 15:49:38 archlinux bluetoothd[458]: Bluetooth daemon 5.77
ago 16 15:49:38 archlinux systemd[1]: Finished Save/Restore Sound Card State.
ago 16 15:49:38 archlinux systemd[1]: Started Bluetooth service.
ago 16 15:49:38 archlinux systemd[1]: Reached target Bluetooth Support.
ago 16 15:49:38 archlinux systemd[1]: Reached target Sound Card.
ago 16 15:49:38 archlinux bluetoothd[458]: Starting SDP server
ago 16 15:49:38 archlinux systemd[1]: Starting Hostname Service...
ago 16 15:49:38 archlinux kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
ago 16 15:49:38 archlinux kernel: Bluetooth: BNEP filters: protocol multicast
ago 16 15:49:38 archlinux kernel: Bluetooth: BNEP socket layer initialized
ago 16 15:49:38 archlinux bluetoothd[458]: src/plugin.c:init_plugin() System does not support bap plugin
ago 16 15:49:38 archlinux bluetoothd[458]: src/plugin.c:init_plugin() System does not support bass plugin
ago 16 15:49:38 archlinux bluetoothd[458]: src/plugin.c:init_plugin() System does not support mcp plugin
ago 16 15:49:38 archlinux bluetoothd[458]: src/plugin.c:init_plugin() System does not support vcp plugin
ago 16 15:49:38 archlinux bluetoothd[458]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
ago 16 15:49:38 archlinux bluetoothd[458]: src/plugin.c:init_plugin() System does not support micp plugin
ago 16 15:49:38 archlinux bluetoothd[458]: src/plugin.c:init_plugin() System does not support ccp plugin
ago 16 15:49:38 archlinux bluetoothd[458]: src/plugin.c:init_plugin() System does not support csip plugin
ago 16 15:49:38 archlinux bluetoothd[458]: src/plugin.c:init_plugin() System does not support asha plugin
ago 16 15:49:38 archlinux bluetoothd[458]: Bluetooth management interface 1.22 initialized
ago 16 15:49:38 archlinux systemd[1]: Started Hostname Service.
ago 16 15:49:38 archlinux systemd[1]: Finished Populate /home.
ago 16 15:49:38 archlinux systemd[1]: Reached target Multi-User System.
ago 16 15:49:38 archlinux systemd[1]: Reached target Graphical Interface.
ago 16 15:49:38 archlinux systemd[1]: Startup finished in 5.036s (firmware) + 3.824s (loader) + 3.522s (kernel) + 2.878s (initrd) + 4.522s (userspace) = 19.784s.
ago 16 15:49:38 archlinux kernel: Bluetooth: hci0: Waiting for firmware download to complete
ago 16 15:49:38 archlinux kernel: Bluetooth: hci0: Firmware loaded in 1681238 usecs
ago 16 15:49:38 archlinux kernel: Bluetooth: hci0: Waiting for device to boot
ago 16 15:49:38 archlinux kernel: Bluetooth: hci0: Device booted in 14875 usecs
ago 16 15:49:38 archlinux kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
ago 16 15:49:38 archlinux kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-0.ddc
ago 16 15:49:38 archlinux kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
ago 16 15:49:38 archlinux kernel: Bluetooth: hci0: Firmware revision 0.0 build 132 week 3 2024
ago 16 15:49:38 archlinux kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
ago 16 15:49:38 archlinux bluetoothd[458]: Battery Provider Manager created
ago 16 15:49:38 archlinux kernel: Bluetooth: MGMT ver 1.22
ago 16 15:49:38 archlinux kernel: NET: Registered PF_ALG protocol family
ago 16 15:49:39 archlinux bluetoothd[458]: Failed to load LTKs for hci0: Invalid Parameters (0x0d)
ago 16 15:49:39 archlinux bluetoothd[458]: Failed to load IRKs for hci0: Invalid Parameters (0x0d)
ago 16 15:49:39 archlinux kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
ago 16 15:49:41 archlinux kernel: ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-95)
ago 16 15:49:41 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
ago 16 15:49:45 archlinux login[466]: pam_systemd_home(login:auth): New sd-bus connection (system-bus-pam-systemd-home-466) opened.
ago 16 15:49:45 archlinux dbus-broker-launch[455]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
ago 16 15:49:45 archlinux login[466]: pam_unix(login:auth): user [x] has blank password; authenticated without it
ago 16 15:49:45 archlinux login[466]: pam_unix(login:session): session opened for user x(uid=1000) by x(uid=0)
ago 16 15:49:45 archlinux login[466]: pam_systemd(login:session): New sd-bus connection (system-bus-pam-systemd-466) opened.
ago 16 15:49:45 archlinux systemd-logind[460]: New session 1 of user x.
ago 16 15:49:46 archlinux systemd[1]: Created slice User Slice of UID 1000.
ago 16 15:49:46 archlinux systemd[1]: Starting User Runtime Directory /run/user/1000...
ago 16 15:49:46 archlinux systemd[1]: Finished User Runtime Directory /run/user/1000.
ago 16 15:49:46 archlinux systemd[1]: Starting User Manager for UID 1000...
ago 16 15:49:46 archlinux (systemd)[506]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[x] ruser=[<unknown>] rhost=[<unknown>]
ago 16 15:49:46 archlinux (systemd)[506]: pam_unix(systemd-user:session): session opened for user x(uid=1000) by x(uid=0)
ago 16 15:49:46 archlinux systemd-logind[460]: New session 2 of user x.
ago 16 15:49:46 archlinux systemd[506]: Queued start job for default target Main User Target.
ago 16 15:49:46 archlinux systemd[506]: Created slice User Application Slice.
ago 16 15:49:46 archlinux systemd[506]: Reached target Paths.
ago 16 15:49:46 archlinux systemd[506]: Reached target Timers.
ago 16 15:49:46 archlinux systemd[506]: Starting D-Bus User Message Bus Socket...
ago 16 15:49:46 archlinux systemd[506]: Listening on GnuPG network certificate management daemon.
ago 16 15:49:46 archlinux systemd[506]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
ago 16 15:49:46 archlinux systemd[506]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
ago 16 15:49:46 archlinux systemd[506]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
ago 16 15:49:46 archlinux systemd[506]: Listening on GnuPG cryptographic agent and passphrase cache.
ago 16 15:49:46 archlinux systemd[506]: Listening on GnuPG public key management service.
ago 16 15:49:46 archlinux systemd[506]: Listening on p11-kit server.
ago 16 15:49:46 archlinux systemd[506]: Listening on PipeWire Multimedia System Sockets.
ago 16 15:49:46 archlinux systemd[506]: Listening on Sound System.
ago 16 15:49:46 archlinux systemd[506]: Listening on D-Bus User Message Bus Socket.
ago 16 15:49:46 archlinux systemd[506]: Reached target Sockets.
ago 16 15:49:46 archlinux systemd[506]: Reached target Basic System.
ago 16 15:49:46 archlinux systemd[506]: Reached target Main User Target.
ago 16 15:49:46 archlinux systemd[506]: Startup finished in 187ms.
ago 16 15:49:46 archlinux systemd[1]: Started User Manager for UID 1000.
ago 16 15:49:46 archlinux systemd[1]: Started Session 1 of User x.
ago 16 15:49:46 archlinux login[466]: LOGIN ON tty1 BY x
ago 16 15:50:08 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
ago 16 15:50:32 archlinux systemd[1]: Starting Authorization Manager...
ago 16 15:50:32 archlinux polkitd[623]: Started polkitd version 124
ago 16 15:50:32 archlinux polkitd[623]: Loading rules from directory /etc/polkit-1/rules.d
ago 16 15:50:32 archlinux polkitd[623]: Loading rules from directory /usr/share/polkit-1/rules.d
ago 16 15:50:32 archlinux polkitd[623]: Finished loading, compiling and executing 4 rules
ago 16 15:50:32 archlinux systemd[1]: Started Authorization Manager.
ago 16 15:50:32 archlinux polkitd[623]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
2. Accented letters (latin or polytonic greek) and ccedilla don't move the cursor in weston-terminal, they appear but are erased by the next letter. When you press return though, they all appear in the error message. Something like this:
$ çã
bash: çççããã: command not found
As you can see from the weston.ini above, br-abnt2 and gr-polytonic are both configured and can be swapped with double shifts.
3. Tap to click works perfectly in almost everything, except drop-down menus in Firefox: there, they open and close the menus but cannot select any option.
4. Three-finger-tap is middle click and two-finger-tap is right click. Is there a way to invert this? Like the "lmr"/"lrm" remap option in Xorg?
5. Scrolling with two fingers is hypersensitive and continues to scroll by itself when you're not touching the touchpad. Even just lifting the fingers makes it scroll a little. Is there a way to control or stop this?
Can anybody help me with these issues?
If it's too much just tell me and I'll post it separately.
Thank you very much in advance,
xenobro.
Offline
[15:50:33.846] atomic: couldn't commit new state: Invalid argument
[15:50:33.846] repaint-flush failed: Invalid argument
[15:50:34.173] libwayland: error in client communication (pid 622)
[15:50:34.173] Error: /usr/lib/weston/weston-desktop-shell apparently cannot run at all.
What if you don't also select a mode?
For the terminal, check your "locale", I guess. Possibly the font.
Offline
What if you don't also select a mode?
Same thing, weston doesn't start with pretty much the same log messages:
$ cat weston.sameasnomodeoutput2.log
Date: 2024-08-17 -03
[20:37:04.396] weston 13.0.1
https://wayland.freedesktop.org
Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/
Build: 13.0.1
[20:37:04.396] Command line: weston
[20:37:04.396] OS: Linux, 6.10.3-arch1-1, #1 SMP PREEMPT_DYNAMIC Sun, 04 Aug 2024 05:11:32 +0000, x86_64
[20:37:04.396] Flight recorder: enabled
[20:37:04.396] Using config file '/home/x/.config/weston.ini'
[20:37:04.396] Output repaint window is 7 ms maximum.
[20:37:04.396] Loading module '/usr/lib/libweston-13/drm-backend.so'
[20:37:04.396] initializing drm backend
[20:37:04.396] Trying libseat launcher...
[20:37:04.396] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory
[20:37:04.396] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping
[20:37:04.404] [libseat/libseat.c:73] Seat opened with backend 'logind'
[20:37:04.404] libseat: session control granted
[20:37:04.404] using /dev/dri/card1
[20:37:04.404] DRM: supports atomic modesetting
[20:37:04.404] DRM: supports GBM modifiers
[20:37:04.404] DRM: does not support async page flipping
[20:37:04.404] DRM: supports picture aspect ratio
[20:37:04.416] Loading module '/usr/lib/libweston-13/gl-renderer.so'
[20:37:04.417] Using rendering device: /dev/dri/renderD128
[20:37:04.417] EGL version: 1.5
[20:37:04.417] EGL vendor: Mesa Project
[20:37:04.417] EGL client APIs: OpenGL OpenGL_ES
[20:37:04.417] EGL features:
EGL Wayland extension: yes
context priority: yes
buffer age: yes
partial update: no
swap buffers with damage: no
configless context: yes
surfaceless context: yes
dmabuf support: modifiers
[20:37:04.418] GL version: OpenGL ES 3.2 Mesa 24.1.5-arch1.1
[20:37:04.418] GLSL version: OpenGL ES GLSL ES 3.20
[20:37:04.418] GL vendor: Intel
[20:37:04.418] GL renderer: Mesa Intel(R) Xe Graphics (TGL GT2)
[20:37:04.422] GL ES 3.2 - renderer features:
read-back format: ARGB8888
glReadPixels supports y-flip: yes
wl_shm 10 bpc formats: yes
wl_shm 16 bpc formats: yes
wl_shm half-float formats: yes
internal R and RG formats: yes
OES_EGL_image_external: yes
[20:37:04.422] Using GL renderer
[20:37:04.427] event2 - Power Button: is tagged by udev as: Keyboard
[20:37:04.427] event2 - Power Button: device is a keyboard
[20:37:04.428] event4 - Video Bus: is tagged by udev as: Keyboard
[20:37:04.428] event4 - Video Bus: device is a keyboard
[20:37:04.429] event1 - Power Button: is tagged by udev as: Keyboard
[20:37:04.429] event1 - Power Button: device is a keyboard
[20:37:04.429] event0 - Lid Switch: is tagged by udev as: Switch
[20:37:04.429] event0 - Lid Switch: device is a switch device
[20:37:04.430] event7 - PNP0C50:01 0911:5288 Touchpad: is tagged by udev as: Touchpad
[20:37:04.432] event7 - PNP0C50:01 0911:5288 Touchpad: device is a touchpad
[20:37:04.432] event8 - PNP0C50:01 0911:5288 UNKNOWN: not tagged as supported input device
[20:37:04.433] event8 - not using input device '/dev/input/event8'
[20:37:04.433] event6 - PNP0C50:01 0911:5288 Mouse: is tagged by udev as: Mouse Pointingstick
[20:37:04.434] event6 - PNP0C50:01 0911:5288 Mouse: device is a pointer
[20:37:04.435] event9 - HDA Intel PCH Headphone Mic: is tagged by udev as: Switch
[20:37:04.435] event9 - not using input device '/dev/input/event9'
[20:37:04.435] event10 - HDA Intel PCH HDMI/DP,pcm=3: is tagged by udev as: Switch
[20:37:04.436] event10 - not using input device '/dev/input/event10'
[20:37:04.436] event11 - HDA Intel PCH HDMI/DP,pcm=7: is tagged by udev as: Switch
[20:37:04.437] event11 - not using input device '/dev/input/event11'
[20:37:04.437] event12 - HDA Intel PCH HDMI/DP,pcm=8: is tagged by udev as: Switch
[20:37:04.437] event12 - not using input device '/dev/input/event12'
[20:37:04.438] event13 - HDA Intel PCH HDMI/DP,pcm=9: is tagged by udev as: Switch
[20:37:04.438] event13 - not using input device '/dev/input/event13'
[20:37:04.439] event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[20:37:04.439] event3 - AT Translated Set 2 keyboard: device is a keyboard
[20:37:04.440] event5 - PC Speaker: not tagged as supported input device
[20:37:04.440] event5 - not using input device '/dev/input/event5'
[20:37:04.443] libinput: configuring device "Power Button".
[20:37:04.443] libinput: configuring device "Video Bus".
[20:37:04.443] libinput: configuring device "Power Button".
[20:37:04.443] libinput: configuring device "Lid Switch".
[20:37:04.443] libinput: configuring device "PNP0C50:01 0911:5288 Touchpad".
[20:37:04.443] enable-tap=true.
[20:37:04.443] tap-and-drag=true.
[20:37:04.443] middle-button-emulation=true
[20:37:04.443] scroll-method=two-finger
[20:37:04.443] libinput: configuring device "PNP0C50:01 0911:5288 Mouse".
[20:37:04.443] libinput: configuring device "AT Translated Set 2 keyboard".
[20:37:04.444] DRM: head 'eDP-1' found, connector 313 is connected, EDID make 'BOE', model 'unknown', serial ''
Supported EOTF modes: SDR
[20:37:04.452] DRM: head 'DP-1' found, connector 322 is disconnected.
[20:37:04.462] DRM: head 'HDMI-A-1' found, connector 334 is disconnected.
[20:37:04.489] DRM: head 'HDMI-A-2' found, connector 340 is connected, EDID make 'SKW', model 'TV PHILCO', serial '16843009'
Supported EOTF modes: SDR
[20:37:04.489] Registered plugin API 'weston_drm_output_api_v1' of size 40
[20:37:04.489] Registered plugin API 'weston_drm_virtual_output_api_v2' of size 48
[20:37:04.489] Color manager: no-op
[20:37:04.489] Output 'eDP-1' attempts EOTF mode: SDR
[20:37:04.489] Output 'eDP-1' using color profile: stock sRGB color profile
[20:37:04.489] Chosen EGL config details: id: 61 rgba: 8 8 8 0 buf: 24 dep: 0 stcl: 0 int: 1-1 type: win vis_id: XRGB8888 (0x34325258)
[20:37:04.489] Output eDP-1 (crtc 100) video modes:
1920x1080@60.0, preferred, current, 148.5 MHz
1366x768@60.0, preferred, 85.5 MHz
1920x1080@60.0, 148.5 MHz
1920x1080@60.0 16:9, 148.5 MHz
1920x1080@59.9 16:9, 148.4 MHz
1920x1080@50.0 16:9, 148.5 MHz
1920x1080@30.0 16:9, 74.2 MHz
1920x1080@25.0 16:9, 74.2 MHz
1920x1080@24.0 16:9, 74.2 MHz
1280x720@60.0 16:9, 74.2 MHz
1280x720@59.9 16:9, 74.2 MHz
1280x720@50.0, 74.2 MHz
1280x720@50.0 16:9, 74.2 MHz
1024x768@60.0, 65.0 MHz
800x600@60.3, 40.0 MHz
720x576@50.0 4:3, 27.0 MHz
720x576@50.0 16:9, 27.0 MHz
720x480@60.0 4:3, 27.0 MHz
720x480@60.0 16:9, 27.0 MHz
720x480@59.9, 27.0 MHz
720x480@59.9 4:3, 27.0 MHz
720x480@59.9 16:9, 27.0 MHz
640x480@60.0 4:3, 25.2 MHz
640x480@59.9, 25.2 MHz
[20:37:04.489] associating input device event2 with output eDP-1 (none by udev)
[20:37:04.489] associating input device event4 with output eDP-1 (none by udev)
[20:37:04.489] associating input device event1 with output eDP-1 (none by udev)
[20:37:04.489] associating input device event0 with output eDP-1 (none by udev)
[20:37:04.489] associating input device event7 with output eDP-1 (none by udev)
[20:37:04.489] associating input device event6 with output eDP-1 (none by udev)
[20:37:04.489] associating input device event3 with output eDP-1 (none by udev)
[20:37:04.489] Output 'eDP-1' enabled with head(s) eDP-1, HDMI-A-2
[20:37:04.489] Compositor capabilities:
arbitrary surface rotation: yes
screen capture uses y-flip: yes
cursor planes: yes
arbitrary resolutions: no
view mask clipping: yes
explicit sync: yes
color operations: yes
presentation clock: CLOCK_MONOTONIC, id 1
presentation clock resolution: 0.000000001 s
[20:37:04.489] Loading module '/usr/lib/weston/desktop-shell.so'
[20:37:04.489] launching '/usr/lib/weston/weston-keyboard'
[20:37:04.490] launching '/usr/lib/weston/weston-desktop-shell'
[20:37:04.493] atomic: couldn't commit new state: Invalid argument
[20:37:04.493] repaint-flush failed: Invalid argument
could not load cursor 'dnd-copy'
could not load cursor 'dnd-none'
could not load cursor 'dnd-copy'
could not load cursor 'dnd-none'
[20:37:04.506] libwayland: error in client communication (pid 54065)
[20:37:04.506] Error: /usr/lib/weston/weston-desktop-shell apparently cannot run at all.
Quitting...[20:37:04.506] event2 - Power Button: device removed
[20:37:04.507] event4 - Video Bus: device removed
[20:37:04.507] event1 - Power Button: device removed
[20:37:04.507] event0 - Lid Switch: device removed
[20:37:04.507] event7 - PNP0C50:01 0911:5288 Touchpad: device removed
[20:37:04.507] event6 - PNP0C50:01 0911:5288 Mouse: device removed
[20:37:04.507] event3 - AT Translated Set 2 keyboard: device removed
This time I logged with "1>file 2>&1" instead of "--log=file.txt" to be able to catch a few more error messages in the file, namely the "dnd-copy" and "dnd-cursor" and maybe something more.
Otherwise, the same.
For the terminal, check your "locale", I guess. Possibly the font.
Same thing in X11 and weston:
$ localectl
System Locale: LANG=pt_BR.UTF-8
VC Keymap: br-abnt2
X11 Layout: (unset)
And the Mono font works fine both in Firefox in Weston and in everything in X11.
Last edited by xenobro (2024-08-17 23:42:52)
Offline