Gentoo Archives: gentoo-user

From: Daniel Iliev <daniel.iliev@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Strange Xorg behaviour, not (always) loading nvidia module
Date: Thu, 31 Jan 2008 03:16:08
Message-Id: 20080131051600.6646d901@ilievnet.com
In Reply to: Re: [gentoo-user] Strange Xorg behaviour, not (always) loading nvidia module by Pupino
1 On Wed, 30 Jan 2008 18:56:30 +0100
2 Pupino <pupinux@×××××.com> wrote:
3
4 > > All you have to do in order to get the proprietery nvidia drv
5 > > working is:
6 > >
7 > > 1) make sure the open src nvidia drv is not built in-kernel or as
8 > > kernel module:
9 > >
10 > > ========
11 > > Location:
12 > > -> Device Drivers
13 > > -> Graphics support
14 > > -> Support for frame buffer devices (FB [=n])
15 > > -> nVidia Framebuffer Support = [N]
16 > > ========
17 > >
18 > > 2) emerge nvidia-drivers
19 > > 3) make sure /etc/X11/xorg.conf has >Driver "nvidia"<, not "nv" in
20 > > section "Device"
21 > > 4) eselect opengl set nvidia
22 >
23 > Thanks for the help Daniel, but what you say hasn't fixed my
24 > problem... I had framebuffer support in the kernel config, but not
25 > the nvidia fb support, I've tried to remove it at all, but still
26 > doesn't work... the other steps you have listed have already been
27 > done. In fact if I type /etc/init.d/xdm restart after boot the driver
28 > is loaded correctly and all works...
29 >
30 > Davide
31
32
33 No, AFAIK, only the open source "nv" frame buffer (FB) driver can't work
34 together with the driver from Nvidia. You can have another (e.g. VESA)
35 FB support along with the proprietary driver.
36
37 Have you re-emerged "nvidia-drivers" after you recompiled the kernel?
38 If you use binary storage for the compiled packages, remove the
39 nvidia-drivers from there before emerging. I had such a problem:
40 portage extracts the backup package without really rebuilding the
41 driver (perhaps because it sees the same versions and USE flags).
42
43 So, you could try:
44
45 rm $PORTDIR/packages/All/nvidia*
46 emerge nvidia-drivers
47 eselect opengl nvidia
48
49
50
51 --
52 Best regards,
53 Daniel
54 --
55 gentoo-user@l.g.o mailing list

Replies