diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 14:51:20 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 14:51:20 +0000 |
commit | e776515f6682464d6eb798d5346688a0e9abc3b5 (patch) | |
tree | 5a1aeca2737cef9658a87287ce38e45eecb66d6c /x11-drivers | |
parent | Stable for HPPA. (diff) | |
download | gentoo-2-e776515f6682464d6eb798d5346688a0e9abc3b5.tar.gz gentoo-2-e776515f6682464d6eb798d5346688a0e9abc3b5.tar.bz2 gentoo-2-e776515f6682464d6eb798d5346688a0e9abc3b5.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')
-rw-r--r-- | x11-drivers/nvidia-drivers/ChangeLog | 5 | ||||
-rw-r--r-- | x11-drivers/nvidia-drivers/files/nvidia | 19 |
2 files changed, 19 insertions, 5 deletions
diff --git a/x11-drivers/nvidia-drivers/ChangeLog b/x11-drivers/nvidia-drivers/ChangeLog index 0fd98f2e244d..4dab248b14a5 100644 --- a/x11-drivers/nvidia-drivers/ChangeLog +++ b/x11-drivers/nvidia-drivers/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/nvidia-drivers # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.30 2006/12/04 16:22:08 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.31 2006/12/05 14:51:20 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. 04 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> nvidia-drivers-1.0.8774.ebuild, nvidia-drivers-1.0.8776.ebuild, diff --git a/x11-drivers/nvidia-drivers/files/nvidia b/x11-drivers/nvidia-drivers/files/nvidia index df7a7467b275..f6cfdd49a15d 100644 --- a/x11-drivers/nvidia-drivers/files/nvidia +++ b/x11-drivers/nvidia-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 |