Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/nvidia-drivers/files: nvidia NVIDIA_kernel-2.6.19.patch nvidia-2 digest-nvidia-drivers-1.0.8776-r1 digest-nvidia-drivers-1.0.9746-r1 digest-nvidia-drivers-1.0.9755-r1 digest-nvidia-drivers-1.0.9631-r1
Date: Thu, 20 Sep 2007 20:03:12
Message-Id: E1IYS7F-0006g2-6o@stork.gentoo.org
1 wolf31o2 07/09/20 19:55:13
2
3 Modified: nvidia
4 Removed: NVIDIA_kernel-2.6.19.patch nvidia-2
5 digest-nvidia-drivers-1.0.8776-r1
6 digest-nvidia-drivers-1.0.9746-r1
7 digest-nvidia-drivers-1.0.9755-r1
8 digest-nvidia-drivers-1.0.9631-r1
9 Log:
10 Removing older ebuilds where newer ebuilds in the same class have the same KEYWORDS or better, moving nvidia-2 to nvidia, since nothing uses the old file anymore, simplified sed by changing ${PACKAGE} to PACKAGE, and changed a newins to doins, since we were not renaming anything.
11 (Portage version: 2.1.3.7)
12
13 Revision Changes Path
14 1.3 x11-drivers/nvidia-drivers/files/nvidia
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/files/nvidia?rev=1.3&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/files/nvidia?rev=1.3&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/files/nvidia?r1=1.2&r2=1.3
19
20 Index: nvidia
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/files/nvidia,v
23 retrieving revision 1.2
24 retrieving revision 1.3
25 diff -u -r1.2 -r1.3
26 --- nvidia 5 Dec 2006 14:51:20 -0000 1.2
27 +++ nvidia 20 Sep 2007 19:55:12 -0000 1.3
28 @@ -4,7 +4,7 @@
29
30 # To tweak the driver the following options can be used, note that
31 # you should be careful, as it could cause instability!! For more
32 -# options see /usr/share/doc/${PACKAGE}/README.gz
33 +# options see /usr/share/doc/PACKAGE/README
34 #
35 # To enable Side Band Adressing: NVreg_EnableAGPSBA=1
36 #
37 @@ -17,7 +17,7 @@
38 # if you have hard lockups when starting X.
39 #
40 # See: Appendix I. Configuring your laptop
41 -# In /usr/share/doc/${PACKAGE}/README.gz for full details
42 +# In /usr/share/doc/PACKAGE/README for full details
43 #
44 # Choose the appropriate value for NVreg_Mobile from the table:
45 # Value Meaning
46 @@ -30,3 +30,11 @@
47 # 5 Gateway laptops
48 #
49 #options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=3
50 +
51 +
52 +# !!! SECURITY WARNING !!!
53 +# DO NOT MODIFY OR REMOVE THE DEVICE FILE RELATED OPTIONS UNLESS YOU KNOW
54 +# WHAT YOU ARE DOING.
55 +# ONLY ADD TRUSTED USERS TO THE VIDEO GROUP, THESE USERS MAY BE ABLE TO CRASH,
56 +# COMPROMISE, OR IRREPARABLY DAMAGE THE MACHINE.
57 +options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=VIDEOGID NVreg_ModifyDeviceFiles=1
58
59
60
61 --
62 gentoo-commits@g.o mailing list