12
3.12 Configuring Video Card Driver Options 57
option off. You can also turn an option off by prepending no to the option name and
omitting the value. Underscores and spaces in the option name are ignored, and
option names and values are case-insensitive.
Therefore you could turn the accel option on with any of these entries:
Option "accel"
Option "Accel"
Option "accel" "True"
Option "accel" "true"
Option "ACCEL" "TRUE"
Option "accel" "1"
Option "accel" "yes"
Option "accel" "on"
You could turn off the accel option with any of these entries:
Option "noaccel"
Option "NoAccel"
Option "no_accel"
Option "No Accel"
Option "accel" "False"
Option "accel" "false"
Option "accel" "FALSE"
Option "accel" "0"
Option "accel" "no"
Option "accel" "off"
Instead of
, options may be marked as accepting another type of value:
This accepts an integer in decimal, hexadecimal, or octal format.
This accepts a floating-point number.
A group of characters.
A floating-point value or a range or values separated by a dash, suffixed by Hz, k,
kHz, M, or MHz. (If omitted, a reasonable unit is assumed based on the context??”
for example, Hz for vertical refresh rates and kHz for horizontal sync rates.
Pages:
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115