mirror of
https://github.com/Frogging-Family/nvidia-all
synced 2024-10-30 15:20:10 +00:00
9fa9ff3c40
- Remove the PRIME_render_offload option that seemingly made little sense anyway. - Remove the coolbits option that somehow didn't work correctly for multiple users, that will at least not interfere with user-set coolbits. - Make a separate nvidia-settings package (optional) for nvidia-settings. - Get rid of legacy/unneeded options and 20-nvidia.conf Xorg file. - Rollback to the usual nouveau blacklisting way, and remove nvidiafb blacklist. If your setup doesn't work correctly with this, it's a setup issue as virtually all other linux nvidia packages are doing it that way 🐸 - Remove the prime-oriented intel outputclass from 10-nvidia-drm-outputclass.conf. Nobody does this, and I suspect it creates some issues for some. I'll be waiting for some feedback to offer it optionally if needed. - Double = signs cleanups. Should fix https://github.com/Frogging-Family/nvidia-all/issues/2 but will now require the user to enable coolbits by themselves.
9 lines
227 B
Plaintext
9 lines
227 B
Plaintext
Section "OutputClass"
|
|
Identifier "nvidia"
|
|
MatchDriver "nvidia-drm"
|
|
Driver "nvidia"
|
|
Option "AllowEmptyInitialConfiguration"
|
|
ModulePath "/usr/lib/nvidia/xorg"
|
|
ModulePath "/usr/lib/xorg/modules"
|
|
EndSection
|