diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2008-05-08 21:05:06 -0400 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2008-05-08 21:05:06 -0400 |
commit | 2aa4f753fc24d8b6bc050f48ab6f36bedbe3ec3f (patch) | |
tree | 17dfee6c94fd58d84eebbd6ea8cf2db11d902315 /x11-drivers/nvidia-drivers/files/nvidia | |
parent | Add the beta nvidia-driver from upstream (diff) | |
download | halcy0n-2aa4f753fc24d8b6bc050f48ab6f36bedbe3ec3f.tar.gz halcy0n-2aa4f753fc24d8b6bc050f48ab6f36bedbe3ec3f.tar.bz2 halcy0n-2aa4f753fc24d8b6bc050f48ab6f36bedbe3ec3f.zip |
This is in the main tree now, so removing from here
Diffstat (limited to 'x11-drivers/nvidia-drivers/files/nvidia')
-rw-r--r-- | x11-drivers/nvidia-drivers/files/nvidia | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-drivers/nvidia-drivers/files/nvidia b/x11-drivers/nvidia-drivers/files/nvidia deleted file mode 100644 index 7cf0f7c..0000000 --- a/x11-drivers/nvidia-drivers/files/nvidia +++ /dev/null @@ -1,40 +0,0 @@ -# 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 -# options see /usr/share/doc/PACKAGE/README -# -# 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: Appendix I. Configuring your laptop -# In /usr/share/doc/PACKAGE/README for full details -# -# Choose the appropriate value for NVreg_Mobile from the table: -# Value Meaning -# ---------- -------------------------------------------------- -# 0xFFFFFFFF let the kernel module autodetect the correct value -# 1 Dell laptops -# 2 non-Compal Toshiba laptops -# 3 all other laptops -# 4 Compal Toshiba laptops -# 5 Gateway laptops -# -#options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=3 - - -# !!! SECURITY WARNING !!! -# DO NOT MODIFY OR REMOVE THE DEVICE FILE RELATED OPTIONS UNLESS YOU KNOW -# WHAT YOU ARE DOING. -# ONLY ADD TRUSTED USERS TO THE VIDEO GROUP, THESE USERS MAY BE ABLE TO CRASH, -# COMPROMISE, OR IRREPARABLY DAMAGE THE MACHINE. -options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=VIDEOGID NVreg_ModifyDeviceFiles=1 |