diff options
author | 2006-12-05 14:52:06 +0000 | |
---|---|---|
committer | 2006-12-05 14:52:06 +0000 | |
commit | 95b95bec962bcdbd99395af99f8bee004f3f6228 (patch) | |
tree | fbe4ab997032382625aa954ee1368f602370909f /x11-drivers/nvidia-legacy-drivers/files | |
parent | Marked ~hppa (bug #155961). (diff) | |
download | historical-95b95bec962bcdbd99395af99f8bee004f3f6228.tar.gz historical-95b95bec962bcdbd99395af99f8bee004f3f6228.tar.bz2 historical-95b95bec962bcdbd99395af99f8bee004f3f6228.zip |
Updated the nvidia file which installs to /etc/modules.d for bug #139756.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'x11-drivers/nvidia-legacy-drivers/files')
-rw-r--r-- | x11-drivers/nvidia-legacy-drivers/files/nvidia | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/x11-drivers/nvidia-legacy-drivers/files/nvidia b/x11-drivers/nvidia-legacy-drivers/files/nvidia index df7a7467b275..f6cfdd49a15d 100644 --- a/x11-drivers/nvidia-legacy-drivers/files/nvidia +++ b/x11-drivers/nvidia-legacy-drivers/files/nvidia @@ -4,7 +4,7 @@ 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 +# options see /usr/share/doc/${PACKAGE}/README.gz # # To enable Side Band Adressing: NVreg_EnableAGPSBA=1 # @@ -13,9 +13,20 @@ alias /dev/nvidiactl char-major-195 # 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 +# See: Appendix I. Configuring your laptop +# In /usr/share/doc/${PACKAGE}/README.gz 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 |