Just tested, installed and worked fine nVidia 3060 Ti
Will test sway again soon as this particular gfx card has never worked with sway on proprietary drivers, but works fine for nouveau drivers
Just tested, installed and worked fine nVidia 3060 Ti
Will test sway again soon as this particular gfx card has never worked with sway on proprietary drivers, but works fine for nouveau drivers
Add, if not already, into your environment or bashrc.
I add these into my NixOS, fedora and now, solus and it does help
###---------- Nvidia session ----------###
export LIBVA_DRIVER_NAME=nvidia # Specifies the VA-API driver to use for hardware acceleration
export WLR_NO_HARDWARE_CURSORS=1 # Disables hardware cursors for Wayland to avoid issues with some Nvidia drivers
export __GLX_VENDOR_LIBRARY_NAME=nvidia # Specifies the GLX vendor library to use, ensuring Nvidia's library is used
export __GL_SHADER_CACHE=1 # Enables the GL shader cache, which can improve performance by caching compiled shaders
export __GL_THREADED_OPTIMIZATION=1 # Enables threaded optimization in Nvidia's OpenGL driver for better performance
export CLUTTER_BACKEND=wayland # Specifies Wayland as the backend for Clutter
export MOZ_ENABLE_WAYLAND=1 # Enables Wayland support in Mozilla applications (e.g., Firefox)
export NIXOS_OZONE_WL=1 # Enables the Ozone Wayland backend for Chromium-based browsers
export NIXPKGS_ALLOW_UNFREE=1 # Allows the installation of packages with unfree licenses in Nixpkgs
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 # Disables window decorations in Qt applications when using Wayland
export SDL_VIDEODRIVER=wayland # Sets the video driver for SDL applications to Wayland
export MOZ_DBUS_REMOTE=1
export MOZ_ALLOW_DOWNGRADE=1 # Don't throw "old profile" dialog box.
But you should keep the current one right? Windows in mind, I deinstalled my drivers first, did a reboot and installed the beta drivers afterwards. But my system get stucked at the bios menu. So I had to use the solus history command to jump back in time and let my pc boot again. Had no time to test it again, maybe later this day.
ibm450 thanks for the tip, I did add them to my bashrc, unfortunately didn't work, when loging in to a sway session the screen goes black, then after a second or two returns back to the login. it seems Wayland stuff just doesn't like proprietary drivers for this particular card(3060 Ti). but thanks for the export variable, I will definitely keep them handy for future use
My pleasure
For new questions, please create a new forum topic. I have split your question out. Thanks.