xf86-video-nvidia:

- changing options for NoLogo and ConnectToAcpid to boolean values
This commit is contained in:
Stephan Raue 2010-01-15 22:16:29 +01:00
parent c7aa31c980
commit 8be58d1607

View File

@ -1,5 +1,5 @@
Section "Device"
Identifier "Card0"
Option "NoLogo" "True"
Option "ConnectToAcpid" "False"
Option "NoLogo" "1"
Option "ConnectToAcpid" "0"
EndSection