Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nvidia card problems
Date: Tue, 25 Jan 2011 18:59:45
Message-Id: 4d3f1d2e.4b0fcc0a.12bd.ffff9141@mx.google.com
In Reply to: [gentoo-user] nvidia card problems by Zhu Sha Zang
1 On Tuesday 25 January 2011 10: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 > nvidia: module license 'NVIDIA' taints kernel.
14 > ACPI: PCI Interrupt Link [LMC9] enabled at IRQ 22
15 > nvidia 0000:00:0d.0: PCI INT A -> Link[LMC9] -> GSI 22 (level, low) ->
16 > IRQ 22
17 > nvidia 0000:00:0d.0: setting latency timer to 64
18 > vgaarb: device changed decodes:
19 > PCI:0000:00:0d.0,olddecodes=io+mem,decodes=none:owns=io+mem
20 > NVRM: loading NVIDIA UNIX x86_64 Kernel Module 260.19.36 Tue Jan 18
21 > 16:56:11 PST 2011
22 > nvidia 0000:00:0d.0: PCI INT A disabled
23 >
24 > and in /var/log/Xorg.0.log
25 >
26 > [ 1191.890] (II) NVIDIA dlloader X Driver 260.19.36 Tue Jan 18
27 > 16:57:32 PST 2011
28 > [ 1191.890] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
29 > [ 1191.891] (--) using VT number 7
30 >
31 > [ 1191.902] (EE) No devices detected.
32 > [ 1191.902]
33 > Fatal server error:
34 > [ 1191.902] no screens found
35 > [ 1191.902]
36 > Please consult the The X.Org Foundation support
37 > at http://wiki.x.org
38 > for help.
39 > [ 1191.902] Please also check the log file at "/var/log/Xorg.0.log" for
40 > additional information.
41 > [ 1191.902]
42 >
43 >
44 > This appear using a ancient xorg.conf.
45 >
46 >
47 > Trying to made a new configuration with X -confugure the errors is that:
48 >
49 > [root@sakurazukamori ~rodolfo]$ X -configure
50 >
51 > 10:52
52 >
53 > This is a pre-release version of the X server from The X.Org Foundation.
54 > It is not supported in any way.
55 > Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
56 > Select the "xorg" product for bugs you find in this release.
57 > Before reporting bugs in pre-release versions please check the
58 > latest version in the X.Org Foundation git repository.
59 > See http://wiki.x.org/wiki/GitPage for git access instructions.
60 >
61 > X.Org X Server 1.9.3.901 (1.9.4 RC 1)
62 > Release Date: 2011-01-07
63 > X Protocol Version 11, Revision 0
64 > Build Operating System: Linux 2.6.37-gentoo-sakura x86_64 Gentoo
65 > Current Operating System: Linux sakurazukamori 2.6.37-gentoo-sakura #3
66 > SMP PREEMPT Tue Jan 25 10:11:30 BRST 2011 x86_64
67 > Kernel command line: auto BOOT_IMAGE=Gentoo ro root=801
68 > Build Date: 24 January 2011 10:40:47AM
69 >
70 > Current version of pixman: 0.20.2
71 > Before reporting problems, check http://wiki.x.org
72 > to make sure that you have the latest version.
73 > Markers: (--) probed, (**) from config file, (==) default setting,
74 > (++) from command line, (!!) notice, (II) informational,
75 > (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
76 > (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 25 10:53:02 2011
77 > List of video drivers:
78 > nv
79 > vesa
80 > v4l
81 > nvidia
82 > fbdev
83 > (++) Using config file: "/root/xorg.conf.new"
84 > (==) Using system config directory "/usr/share/X11/xorg.conf.d"
85 > (EE) NV: The PCI device 0x10de03d6 ((null)) at 00@00:13:0 has a kernel
86 > module claiming it.
87 > (EE) NV: This driver cannot operate until it has been unloaded.
88 > Number of created screens does not match number of detected devices.
89 > Configuration failed.
90 >
91 >
92 > I need some light here.
93 >
94 > Thanks for now.
95
96 please post:
97 xorg.conf used
98 Xorg.0.log
99 dmesg
100 lsmod
101
102 you can have nv and nvidia installed at the same time. But of course you can
103 not use nv if the nvidia module is loaded. And you can not use nvidia if you
104 have nvidiafb or nouveau drivers built into the kernel/loaded as modules.