So nvidia & wayland big problems, this worked,

Code:
!/bin/sh
export MUTTER_DEBUG_DUMMY_MODE_SPECS=1800x900
export XDG_RUNTIME_DIR=/var/run/xdg/x
killall -9 gnome-shell mutter 2>/dev/null
killall labwc mutter sfwbar alacritty firefox firefox-esr kwin_wayland kwin_wayland_wrapper
killall -9 labwc mutter sfwbar alacritty firefox firefox-esr kwin_wayland kwin_wayland_wrapper
dbus-run-session -- gnome-shell --nested --wayland > /dev/null 2>&1
 
Alain De Vos, thanks for giving your solution. I remember at one point, I couldn't get Wayland working with Nvidia--in my case, eventually the drivers and drm-kmods were updated and that fixed it for me. I have an Nvidia GeForce GT1030). I remember when I first posted that I couldn't get it working with Wayland, and you said you were having the same issue, but Wayland's been working for me for awhile. Glad you've managed to get it fixed.
 
Back
Top