diff options
Diffstat (limited to 'x11-drivers/nvidia-legacy-drivers/files/nvidia')
-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 |