Gentoo Archives: gentoo-announce

From: Martin Schlemmer <azarah@g.o>
To: gentoo-user@g.o
Cc: Gentoo-Dev <gentoo-dev@g.o>, gentoo-announce@g.o, gentoo-core@g.o
Subject: [gentoo-announce] Re: [gentoo-user] New XFree86 and NVidia drivers. (IMPORTANT!!!)
Date: Sun, 07 Apr 2002 15:33:51
Message-Id: 1018211689.5927.48.camel@nosferatu.lan
In Reply to: [gentoo-announce] New XFree86 and NVidia drivers. by Martin Schlemmer
1 Hiya guys
2
3 Sorry I borked it a bit. I left a stray libGL.a in /usr/X11R6/lib
4 which causes compile problems for tuxracer, etc.
5
6 How to fix:
7 -----------
8
9 Wait about 20mins, then do as root:
10
11 # emerge rsync
12 # cp /usr/portage/x11-base/xfree/files/4.2.0-r9/opengl-update /usr/sbin/
13 # cp /usr/portage/x11-base/xfree/files/4.2.0-r9/lib/libGL.la \
14 /usr/lib/opengl/xfree/lib/
15 # mv /usr/X11R6/lib/libGL.a /usr/lib/opengl/xfree/lib/
16
17 OR:
18
19 # emerge rsync
20 # emerge xfree
21
22
23 Sorry for the inconvenience.
24
25
26 Greetings,
27 MS
28
29
30 On Sun, 2002-04-07 at 17:03, Martin Schlemmer wrote:
31 > Hi
32 >
33 > I just unmasked
34 >
35 > x11-base/xfree-4.2.0-r9
36 > media-video/nvidia-kernel-1.0.2880
37 > media-video/nvidia-glx-1.0.2880
38 >
39 >
40 > Important for this release:
41 > ---------------------------
42 >
43 > It adds a new feature to the xfree ebuild, which will be of interest
44 > to NVidia owners. With the new xfree and nvidia ebuilds, it is possible
45 > to switch between the XFree86 and NVidia OpenGL implementations without
46 > reinstalling (nice to have if you want to quickly test the latest
47 > ATI card without reinstalling, or if you buy a non NVidia card).
48 >
49 > More important, is that no more custom module paths in
50 > /etc/X11/XF86Config is needed, but your config file that worked on
51 > Slack/Debian/Redhat/etc, should work with Gentoo Linux.
52 >
53 >
54 > How all this works:
55 > -------------------
56 >
57 > Any user that have nvidia-glx installed, can switch to and from
58 > the nvidia libGL.so at any time.
59 >
60 > Switch to nvidia libGL.so:
61 >
62 > # opengl-update nvidia
63 >
64 >
65 > Switch to xfree libGL.so:
66 >
67 > #opengl-update xfree
68 >
69 >
70 > How to get:
71 > -----------
72 >
73 > For nvidia users:
74 >
75 > # emerge nvidia-glx
76 >
77 > should merge the new xfree ebuild with the brand new NVidia drivers
78 > version 1.0-2880.
79 >
80 >
81 > For non nvidia users:
82 >
83 > # emerge xfree
84 >
85 >
86 > Please note: for optimal results, unmerge old versions of
87 > xfree and nvidia-*:
88 >
89 > # emerge --safe unmerge xfree nvidia-kernel nvidia-glx
90 > (portage-1.8.17 or earlier)
91 >
92 > # emerge -C xfree nvidia-kernel nvidia-glx
93 > (portage-1.8.18 or later)
94 >
95 > ALSO: the latest nvidia drivers *NEED* x11-base/xfree-4.2.0-r9,
96 > and will break if you force them with older versions of
97 > xfree!!!
98 >
99 >
100 > Greetings,
101 >
102 > --
103 >
104 > Martin Schlemmer
105 > Gentoo Linux Developer, Desktop Team Developer
106 > Cape Town, South Africa
107 >
108 >
109 > _______________________________________________
110 > gentoo-user mailing list
111 > gentoo-user@g.o
112 > http://lists.gentoo.org/mailman/listinfo/gentoo-user
113 --
114
115 Martin Schlemmer
116 Gentoo Linux Developer, Desktop Team Developer
117 Cape Town, South Africa