diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 14:52:06 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 14:52:06 +0000 |
commit | 937c0cc73a6d33534d46ac091ed66a342a80727a (patch) | |
tree | 30385f703c39044ad51d95479be3263226ff2a6c /x11-drivers/nvidia-legacy-drivers | |
parent | Add patch to fix bug #155949. (diff) | |
download | gentoo-2-937c0cc73a6d33534d46ac091ed66a342a80727a.tar.gz gentoo-2-937c0cc73a6d33534d46ac091ed66a342a80727a.tar.bz2 gentoo-2-937c0cc73a6d33534d46ac091ed66a342a80727a.zip |
Updated the nvidia file which installs to /etc/modules.d for bug #139756.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'x11-drivers/nvidia-legacy-drivers')
-rw-r--r-- | x11-drivers/nvidia-legacy-drivers/ChangeLog | 5 | ||||
-rw-r--r-- | x11-drivers/nvidia-legacy-drivers/files/nvidia | 19 |
2 files changed, 19 insertions, 5 deletions
diff --git a/x11-drivers/nvidia-legacy-drivers/ChangeLog b/x11-drivers/nvidia-legacy-drivers/ChangeLog index cdc00b15107e..0f861fbea217 100644 --- a/x11-drivers/nvidia-legacy-drivers/ChangeLog +++ b/x11-drivers/nvidia-legacy-drivers/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/nvidia-legacy-drivers # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-legacy-drivers/ChangeLog,v 1.13 2006/10/20 18:48:58 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-legacy-drivers/ChangeLog,v 1.14 2006/12/05 14:52:06 wolf31o2 Exp $ + + 05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> files/nvidia: + Updated the nvidia file which installs to /etc/modules.d for bug #139756. 20 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> nvidia-legacy-drivers-1.0.7184.ebuild: 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 |