Hello, I downloaded the community edition of sway. I installed it from tty and I want to run it with proprietary nvidia drivers which i downloaded with nvidia-inst. I saw that people do it by adding to the sway.desktop file the following string of commands
But sadly it doesn’t work for me. After logging in sddm it shows me a black screen for a sec or two and kicks me back in sddm. My specs - ryzen 5 5600x, gtx 1650 super, 16gb ram 3200.
I will gladly provide any logs that are needed. Thanks in advance!
In addition to using the --unsupported-gpu flag, it may also be necessary to add the nvidia_drm.modeset=1 and nvidia_drm.fbdev=1 kernel parameters to enable early module loading.
If you are using Grub, add the parameters to the GRUB_CMDLINE_LINUX_DEFAULT= line in /etc/default/grub and then regenerate the Grub config:
sudo grub-mkconfig -o /boot/grub/grub.cfg`.
If you are using systemd-boot, add the parameters to /etc/kernel/cmdline and run the reinstall-kernels script.