Gentoo Archives: gentoo-announce

From: Martin Schlemmer <azarah@g.o>
To: gentoo-announce@g.o, Gentoo-Dev <gentoo-dev@g.o>, Gentoo-User <gentoo-user@g.o>, gentoo-core@g.o
Subject: [gentoo-announce] New XFree86 and NVidia drivers.
Date: Sun, 07 Apr 2002 12:02:51
Message-Id: 1018199030.5927.30.camel@nosferatu.lan
1 Hi
2
3 I just unmasked
4
5 x11-base/xfree-4.2.0-r9
6 media-video/nvidia-kernel-1.0.2880
7 media-video/nvidia-glx-1.0.2880
8
9
10 Important for this release:
11 ---------------------------
12
13 It adds a new feature to the xfree ebuild, which will be of interest
14 to NVidia owners. With the new xfree and nvidia ebuilds, it is possible
15 to switch between the XFree86 and NVidia OpenGL implementations without
16 reinstalling (nice to have if you want to quickly test the latest
17 ATI card without reinstalling, or if you buy a non NVidia card).
18
19 More important, is that no more custom module paths in
20 /etc/X11/XF86Config is needed, but your config file that worked on
21 Slack/Debian/Redhat/etc, should work with Gentoo Linux.
22
23
24 How all this works:
25 -------------------
26
27 Any user that have nvidia-glx installed, can switch to and from
28 the nvidia libGL.so at any time.
29
30 Switch to nvidia libGL.so:
31
32 # opengl-update nvidia
33
34
35 Switch to xfree libGL.so:
36
37 #opengl-update xfree
38
39
40 How to get:
41 -----------
42
43 For nvidia users:
44
45 # emerge nvidia-glx
46
47 should merge the new xfree ebuild with the brand new NVidia drivers
48 version 1.0-2880.
49
50
51 For non nvidia users:
52
53 # emerge xfree
54
55
56 Please note: for optimal results, unmerge old versions of
57 xfree and nvidia-*:
58
59 # emerge --safe unmerge xfree nvidia-kernel nvidia-glx
60 (portage-1.8.17 or earlier)
61
62 # emerge -C xfree nvidia-kernel nvidia-glx
63 (portage-1.8.18 or later)
64
65 ALSO: the latest nvidia drivers *NEED* x11-base/xfree-4.2.0-r9,
66 and will break if you force them with older versions of
67 xfree!!!
68
69
70 Greetings,
71
72 --
73
74 Martin Schlemmer
75 Gentoo Linux Developer, Desktop Team Developer
76 Cape Town, South Africa

Replies