Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nvidia card problems
Date: Tue, 25 Jan 2011 16:41:41
Message-Id: 201101251739.56893.joost@antarean.org
In Reply to: [gentoo-user] nvidia card problems by Zhu Sha Zang
1 On Tuesday 25 January 2011 13:55:51 Zhu Sha Zang wrote:
2 > With these vga card
3 >
4 > 00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025
5 > / nForce 630a] (rev a2)
6 >
7 >
8 > after compiling x11-drivers/nvidia-drivers-260.19.36 with these flags
9 > (acpi gtk multilib) i'm receiving this messages when i try to startx:
10 >
11 > in dmesg:
12
13 <snipped>
14
15 > Trying to made a new configuration with X -confugure the errors is that:
16 >
17 > [root@sakurazukamori ~rodolfo]$ X -configure
18 >
19 > 10:52
20 >
21 > This is a pre-release version of the X server from The X.Org Foundation.
22 > It is not supported in any way.
23 > Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
24 > Select the "xorg" product for bugs you find in this release.
25 > Before reporting bugs in pre-release versions please check the
26 > latest version in the X.Org Foundation git repository.
27 > See http://wiki.x.org/wiki/GitPage for git access instructions.
28 >
29 > X.Org X Server 1.9.3.901 (1.9.4 RC 1)
30 > Release Date: 2011-01-07
31 > X Protocol Version 11, Revision 0
32 > Build Operating System: Linux 2.6.37-gentoo-sakura x86_64 Gentoo
33 > Current Operating System: Linux sakurazukamori 2.6.37-gentoo-sakura #3
34 > SMP PREEMPT Tue Jan 25 10:11:30 BRST 2011 x86_64
35 > Kernel command line: auto BOOT_IMAGE=Gentoo ro root=801
36 > Build Date: 24 January 2011 10:40:47AM
37 >
38 > Current version of pixman: 0.20.2
39 > Before reporting problems, check http://wiki.x.org
40 > to make sure that you have the latest version.
41 > Markers: (--) probed, (**) from config file, (==) default setting,
42 > (++) from command line, (!!) notice, (II) informational,
43 > (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
44 > (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 25 10:53:02 2011
45 > List of video drivers:
46 > nv
47 > vesa
48 > v4l
49 > nvidia
50 > fbdev
51 > (++) Using config file: "/root/xorg.conf.new"
52 > (==) Using system config directory "/usr/share/X11/xorg.conf.d"
53 > (EE) NV: The PCI device 0x10de03d6 ((null)) at 00@00:13:0 has a kernel
54 > module claiming it.
55 > (EE) NV: This driver cannot operate until it has been unloaded.
56 > Number of created screens does not match number of detected devices.
57 > Configuration failed.
58 >
59 >
60 > I need some light here.
61 >
62 > Thanks for now.
63
64 In your second attempt, it is trying to load "nv", which is incompatible with
65 the nvidia-drivers.
66
67 I have the following in my /etc/make.conf:
68 --
69 VIDEO_CARDS="nvidia"
70 --
71 This is to ensure that only the necessary drivers are actually installed.
72 Adding other drivers here will have them being added.
73
74 You could try removing the following drivers from your system:
75 nv (x11-drivers/xf86-video-nv)
76 vesa (x11-drivers/xf86-video-vesa)
77 fbdev (x11-drivers/xf86-video-fbdev)
78 v4l (x11-drivers/xf86-video-v4l)
79
80 And then re-running the "X -configure".
81
82 --
83 Joost