mirror of
https://github.com/Frogging-Family/nvidia-all
synced 2024-10-30 15:20:10 +00:00
Add Driver entry to Device section in 20-nvidia.conf
*might* help with coolbits not working for some
This commit is contained in:
parent
4f19b229d2
commit
46d9b8d402
4
PKGBUILD
4
PKGBUILD
@ -144,7 +144,7 @@ fi
|
|||||||
|
|
||||||
pkgname=("${_pkgname_array[@]}")
|
pkgname=("${_pkgname_array[@]}")
|
||||||
pkgver=$_driver_version
|
pkgver=$_driver_version
|
||||||
pkgrel=104
|
pkgrel=105
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.nvidia.com/"
|
url="http://www.nvidia.com/"
|
||||||
license=('custom:NVIDIA')
|
license=('custom:NVIDIA')
|
||||||
@ -194,7 +194,7 @@ msg2 "Selected driver integrity check behavior (md5sum or SKIP): $_md5sum" # If
|
|||||||
|
|
||||||
md5sums=("$_md5sum"
|
md5sums=("$_md5sum"
|
||||||
'768a64259f7e8d8a46a13b876d6c443c'
|
'768a64259f7e8d8a46a13b876d6c443c'
|
||||||
'2640eac092c220073f0668a7aaff61f7'
|
'9a3bf1bc5df267caef948221026bdae6'
|
||||||
'3d2894e71d81570bd00bce416d3e547d'
|
'3d2894e71d81570bd00bce416d3e547d'
|
||||||
'7a825f41ada7e106c8c0b713a49b3bfa'
|
'7a825f41ada7e106c8c0b713a49b3bfa'
|
||||||
'd961d1dce403c15743eecfe3201e4b6a'
|
'd961d1dce403c15743eecfe3201e4b6a'
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
Section "Device"
|
Section "Device"
|
||||||
Identifier "Default Nvidia Device"
|
Identifier "Default Nvidia Device"
|
||||||
|
Driver "nvidia"
|
||||||
Option "NoLogo" "True"
|
Option "NoLogo" "True"
|
||||||
EndSection
|
EndSection
|
||||||
|
Loading…
Reference in New Issue
Block a user