mesa instead proprietary nvidia driver? 10 May 2024, 00:23:35 Installing from aur legacy 340.108 driver for G92 that patched for 6.8 kernel without dkmsCode: [Select]yay -S nvidia-340xxall booting good, but Artix use mesa instead blob nvidia?nouveau blacklisted at modeprobe and gub
Re: mesa instead proprietary nvidia driver? Reply #1 – 10 May 2024, 00:45:53 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. Last Edit: 10 May 2024, 01:32:14 by SGOrava
Re: mesa instead proprietary nvidia driver? Reply #2 – 11 May 2024, 12:09:44 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"EndSectionworking now 1 Likes