Add x11-drivers/nvidia-drivers-180.{29,60}.
[overlay.git] / x11-drivers / nvidia-drivers / files / nvidia
1 # Nvidia drivers support
2 alias char-major-195 nvidia
3 alias /dev/nvidiactl char-major-195
4
5 # To tweak the driver the following options can be used, note that
6 # you should be careful, as it could cause instability!! For more 
7 # options see /usr/share/doc/PACKAGE/README 
8 #
9 #   To enable Side Band Adressing:  NVreg_EnableAGPSBA=1
10 #
11 #   To enable Fast Writes: NVreg_EnableAGPFW=1
12 #
13 # To enable both for instance, uncomment following line:
14 #
15 #options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1
16 # If you have a mobile chip, you may need to enable this option
17 # if you have hard lockups when starting X.
18 #
19 # See: Appendix I. Configuring your laptop
20 # In /usr/share/doc/PACKAGE/README for full details
21 #
22 # Choose the appropriate value for NVreg_Mobile from the table:
23 #        Value          Meaning
24 #        ----------     --------------------------------------------------
25 #        0xFFFFFFFF     let the kernel module autodetect the correct value
26 #        1              Dell laptops
27 #        2              non-Compal Toshiba laptops
28 #        3              all other laptops
29 #        4              Compal Toshiba laptops
30 #        5              Gateway laptops
31 #
32 #options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=3
33
34
35 # !!! SECURITY WARNING !!!
36 # DO NOT MODIFY OR REMOVE THE DEVICE FILE RELATED OPTIONS UNLESS YOU KNOW
37 # WHAT YOU ARE DOING.
38 # ONLY ADD TRUSTED USERS TO THE VIDEO GROUP, THESE USERS MAY BE ABLE TO CRASH,
39 # COMPROMISE, OR IRREPARABLY DAMAGE THE MACHINE.
40 options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=VIDEOGID NVreg_ModifyDeviceFiles=1