Gentoo Archives: gentoo-dev

From: "Paweł Madej" <linux@××××××××.info>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Unified nVidia Driver Ebuild ready for testing
Date: Wed, 28 Dec 2005 00:10:52
Message-Id: 43B1D713.5000403@quanteam.info
In Reply to: [gentoo-dev] Unified nVidia Driver Ebuild ready for testing by Peter
1 Peter wrote:
2 > To Gentoo nVidia users:
3 >
4 > We are in the process of developing and testing
5 > a unified nVidia driver ebuild. When implemented,
6 > it will replace the nvidia-kernel, nvidia-glx, and
7 > nvidia-settings ebuilds. It will also add the utility
8 > nvidia-xconfig.
9 >
10 > We would like your help in evaluating, testing, and
11 > commenting on this approach. Please locate the latest
12 > nvidia ebuild at:
13 >
14 > http://bugs.gentoo.org/show_bug.cgi?id=116085
15 >
16 > The download package for the new ebuild is at:
17 > http://bugs.gentoo.org/attachment.cgi?id=75389
18 >
19 > This is the very latest nVidia 8178 driver. Please
20 > be sure and review the nVidia changelog and readme.
21 > If your fonts are abnormally small, see Appendix Y
22 > and the nVidia forums for info on DPI. See
23 >
24 > http://www.nvnews.net/vbulletin/forumdisplay.php?s=&forumid=14
25 >
26 > for specific news and info about the nVidia drivers
27 > for linux.
28 >
29 > Since this is a developmental ebuild, it is NOT currently
30 > in portage. If you would like to try it out, please
31 > follow these simple instructions:
32 >
33 > 1) Untar the file into /usr/local/portage/x11-drivers
34 > (if your portage overlay is in a different location,
35 > adjust accordingly).
36 >
37 > 2) exit all window managers
38 >
39 > 3) unmerge nvidia-kernel, nvidia-glx, and nvidia-settings
40 > (emerge -C .....) This ebuild will NOT install if any
41 > other nVidia ebuilds are installed.
42 >
43 > 4) edit /etc/portage/package.keywords and add
44 >
45 > x11-drivers/nvidia-drivers ~x86 (or ~amd64).
46 > Other arches are not supported. Sorry.
47 >
48 > 5) emerge nvidia-drivers.
49 >
50 > This will load the kernel module, glx support, nvidia-
51 > settings and -xconfig all in one swoop.
52 >
53 > NOTE: Modular X support is not yet implemented.
54 >
55 > If you have comments, notice a bug, or if you have
56 > suggestions for improvement, PLEASE post to the existing
57 > bug report:
58 >
59 > http://bugs.gentoo.org/show_bug.cgi?id=116085.
60 >
61 > Please DO NOT report bugs about the upstream driver. If the
62 > driver does not work, then see the nVidia news forum.
63 >
64 > We hope you will find this approach a more streamlined and
65 > easy implementation for nVidia.
66 >
67 > Thanks for your participation and feedback.
68 >
69 > Peter Hyman on behalf of the nVidia devs.
70 >
71 >
72 >
73 In my opinion if you want to build monolitic ebuild in system like
74 gentoo where everything is going to be modular you should try some local
75 USE flags for example monolitic to install all the stuff you are puting
76 into it and of cours flags for every part which could be istalled
77 independly.
78
79 As a common user i need only nvidia-kernel and its dependency nvidia-glx
80 to be happy.
81
82 Greets
83 Pawel Madej
84 --
85 gentoo-dev@g.o mailing list

Replies

Subject Author
[gentoo-dev] Re: Unified nVidia Driver Ebuild ready for testing Peter <pete4abw@×××××××.net>