Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: mesa instead proprietary nvidia driver? (Read 245 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

mesa instead proprietary nvidia driver?

Installing from aur legacy 340.108 driver for G92 that patched for 6.8 kernel without dkms
Code: [Select]
yay -S nvidia-340xx
all booting good, but Artix use mesa instead blob nvidia?
nouveau blacklisted at modeprobe and gub
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)

Re: mesa instead proprietary nvidia driver?

Reply #1
llvmpipe is software renderer, so it looks like nvidia is not working properly.

Try to check dmesg and Xorg logs for more information.
If you are under Wayland, than good luck and return to X, old nvidia drivers do not support it well.

 

Re: mesa instead proprietary nvidia driver?

Reply #2
add this section to /etc/X11/xorg.conf.d/20-nvidia.conf   
Code: [Select]
Section "Files"
        ModulePath   "/usr/lib64/nvidia/xorg"
        ModulePath   "/usr/lib64/xorg/modules"
        ModulePath   "/usr/lib/nvidia/xorg"
        ModulePath   "/usr/lib/xorg/modules"
EndSection
working now
-=linux its buggy crap that have no antifool protection (c)=- :)
*linux is free software, and comes with ABSOLUTELY NO WARRANTY* :)
+ALL YOURS ACTIONS at Linux YOU DO at YOUR OWN RISK!+ :)