Open DOSputin opened 1 month ago
Maybe try launching with SDL_VIDEODRIVER=wayland ./m8c
to make SDL use Wayland?
Maybe try launching with
SDL_VIDEODRIVER=wayland ./m8c
to make SDL use Wayland?
hmmm... thanks for the reply!
but;
echo $SDL_VIDEODRIVER
wayland
is the pre-existing system default env
setting guess i should have included that in the issue OP.
still haven't figured out wtf with wayland under NixOS.
m8c works totally fine on Debian / Wayland / Hyprland with basically same overall setup, so must be something with my NixOS
config that i haven't figured out yet.
Weird.. I haven't used NixOS myself so unfortunately don't have much other ideas :< I'll leave the issue open though if someone else wants to chime in
Running on Nixos from flake,
Run
m8c
, with no apparent errors, however, never get a display up.Last two lines on the console read;
CTRL+C quits, and read:
tweaking settings in the
config.ini
has no avail... just nada.My shell sessions are via
Alacritty
btw.Any ideas?