summaryrefslogtreecommitdiff
blob: df7a7467b275018a2395ff6fbbdc3e9a3bc41c56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Nvidia drivers support
alias char-major-195 nvidia
alias /dev/nvidiactl char-major-195

# To tweak the driver the following options can be used, note that
# you should be careful, as it could cause instability!! For more 
# option see /usr/share/doc/${PACKAGE}/README.gz 
#
#   To enable Side Band Adressing:  NVreg_EnableAGPSBA=1
#
#   To enable Fast Writes: NVreg_EnableAGPFW=1
#
# To enable both for instance, uncomment following line:
#
#options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1

# If you have a mobile chip, you may need to enable this option
# if you have hard lockups when starting X.
#
# See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343186
#option nvidia NVreg_Mobile=1