Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] NVidia setup instructions?
Date: Mon, 04 May 2009 23:07:46
Message-Id: 200905050107.39250.volkerarmin@googlemail.com
In Reply to: Re: [gentoo-user] NVidia setup instructions? by Mark Knecht
1 On Dienstag 05 Mai 2009, Mark Knecht wrote:
2 > On Mon, May 4, 2009 at 2:58 PM, Brandon Vargo <brandon.vargo@×××××.com>
3 wrote:
4 > > On Mon, 2009-05-04 at 14:25 -0700, Mark Knecht wrote:
5 > >> Hi,
6 > >> Is this the right page to follow for up-to-date installation
7 > >> instructions for a 6200-based card?
8 > >>
9 > >> http://www.gentoo.org/doc/en/nvidia-guide.xml
10 > >>
11 > >> If it is then is it at all out of date in terms of xorg.conf setup
12 > >> for the newer xorg-server/hald setup, or is it OK?
13 > >
14 > > I have the PCI version of the 6200, and I can confirm that 180.29
15 > > (stable for my arch) work great as well as the vesa framebuffer. I had
16 > > problems with the uvesa framebuffer a few kernels back, and never got it
17 > > to work, though I haven't tried since.
18 > >
19 > > The rest of the nvidia guide looks good, though I do not use the same
20 > > options as the guide for my xorg.conf configuration. For example, I've
21 > > never had to set the VideoRam option in the device section, and set
22 > > things such as NoLogo, RenderAccel, etc in the screen section. Take a
23 > > look at [1] for all the options. That's the amd64 version, though it
24 > > should be similar if not the same for other architectures.
25 > >
26 > > I don't use hal, so I cannot comment on that.
27 > >
28 > > I would recommend using the nvidia-xconfig utility to configure another
29 > > xorg.conf once you get a basic X display running. It works pretty well,
30 > > particularly regarding 3D settings and multiple monitors, so it's a good
31 > > starting point from which to customize.
32 > >
33 > > [1]:
34 > > http://us.download.nvidia.com/XFree86/Linux-x86_64/180.29/README/appendix
35 > >-b.html
36 > >
37 > > Regards,
38 > >
39 > > Brandon Vargo
40 >
41 > Thanks Brandon. I'm up in X now on the 6200 AGP so it's functional.
42 > glxgears seems sort of slow at about 230FPS but I probably don't have
43 > things set up right yet.
44 >
45 > I had questions about the setup instructions as I went through it.
46 >
47 > 1) Do you completely drop out DRI support in the kernel? Seems this
48 > document says not to load the dri driver in xconf and it wasn't shown
49 > in the kernel options so I took it out. Maybe that should be enabled?
50
51 no. Nvidia uses its own stuff. No need for dri in kernel.
52
53 >
54 > 2) I used to have /dev/agpgart and framebuffer suppport as modular but
55 > this setup doc seemed to go with built-in so I switched to that. I do
56 > have the Intel chipset AGP GART support as modular and it does load
57 > OK. Not sure if I should use that or NVidia's?
58
59 no, you should use the kernel agpgart. Nvagp is a remnant from former times
60 when there were bugs with certain chipsets and agpgart versions. Times long
61 gone. Even nvidia devs tell you on nvnews to use agpgart and only switch to
62 nvagp if that really does not work.
63
64 >
65 > No problems getting the card up and running. Now it's a matter of
66 > figuring out how to do it right. I am using hald but it wouldn't load
67 > the nvidia driver automatically, opting for the nv driver. Do you have
68 > that problem? Should I put it in modules.autoload?
69
70 no. Just put the nvidia module in xorg.conf. Also make sure you set the right
71 opengl version with eselect. At the end don't forget that the 6200 is a very
72 slow card.
73
74 glxinfo and nvidia-settings can help you detect problems.

Replies

Subject Author
Re: [gentoo-user] NVidia setup instructions? Mark Knecht <markknecht@×××××.com>