mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
xf86-video-nvidia:
- changing options for NoLogo and ConnectToAcpid to boolean values
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Section "Device"
|
||||
Identifier "Card0"
|
||||
Option "NoLogo" "True"
|
||||
Option "ConnectToAcpid" "False"
|
||||
Option "NoLogo" "1"
|
||||
Option "ConnectToAcpid" "0"
|
||||
EndSection
|
||||
|
||||
Reference in New Issue
Block a user