oh, thank you! now need to figure out how to use #sway :)
can run startsway.sh as root, but when i run it as myself, getting this error:

00:00:00.020 [ERROR] [wlr] [libseat] [libseat/backend/noop.c:57] Failed to open device: Permission denied
00:00:00.020 [ERROR] [wlr] [backend/session/session.c:331] Failed to open device: '/dev/dri/card0': Permission denied
00:00:00.020 [ERROR] [wlr] [backend/session/session.c:424] Unable to open /dev/dri/card0 as KMS device
00:00:00.020 [ERROR] [wlr] [backend/backend.c:245] Found 0 GPUs, cannot create backend
00:00:00.020 [ERROR] [wlr] [backend/backend.c:420] Failed to open any DRM device
00:00:00.021 [ERROR] [sway/server.c:247] Unable to create backend
also trackpad scrolling doesn't work (tested in firefox, which runs as root)

cc: @[email protected]
firefox speedometer score is about the same (slightly faster on wayland, but it varies from run to run)

8.18 wayland + sway
7.96 xenocara + cwm

cc: @[email protected]
Maybe this will help you ?

Start seatd

This gives the /var/run/seatd.sock to your user, so that the applications will be run as your uid, not root.

doas seatd -u $(whoami) -l debug


CC: @[email protected] @[email protected]
adding extra line to fbtab helpd. let me try seatd and read more about it...

@hi running -stable? I’ve had the trackpad scrolling issues in Firefox on -release and -current (haven’t tested enabling the Mozilla-Wayland variable in the start script) and have similar errors printed to the console, but I’m able to launch sway without root.

Did you add yourself to _seatd?

yes, -stable.
haven't added myself to _seatd, but let me try next time...
editing fbtab and running from tty0 helped
@hi @vlkrs also are you in the video group?
no, but editing fbtab and starting from tty0 helped. all good now ❤️