Gentoo Archives: gentoo-user

From: "Roman v. Gemmeren" <Strowi@×××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] First time Nvidia user - help required
Date: Sat, 20 Aug 2005 20:03:36
Message-Id: 43078B08.9010506@HasNoName.de
In Reply to: [gentoo-user] First time Nvidia user - help required by Mark Knecht
1 Mark Knecht wrote:
2 > Hi,
3 > I have a huge unsent email sitting here about all my frustrations
4 > with ATI Radeon adapters. Instead of going down that path with you all
5 > (Holly - can I write you offline?) ;-) I bought an NVidia adapter from
6 > 3D Fuzion. It uses a GeForce4 MX 4000, runs at 4X and has 128MB DDR. I
7 > thought I'd try this out. Low and behold I'm doing worse than with the
8 > Radeons!
9 >
10 > For configuration I'm working mostly from this page:
11 >
12 > http://www.gentoo.org/doc/en/nvidia-guide.xml
13 >
14 > Currently I have MTTR enabled and /dev/agpgart and agp_via support
15 > in the kernel. (As modules)
16 >
17 > The NVidia card comes up fine in text mode as I boot, but when the
18 > machine goes into graphics mode I get only the NVidia logo and a mouse
19 > arrow. The mouse will move the arrow so the adapter is alive, but
20 > beyond that I see almost nothing. The screen never goes to the GDM
21 > login. If I type my user name and password I hear the machine going
22 > into Gnome but the screen never changes.
23 >
24 > There does appear to be a very small dark area, about the height of
25 > 1 or 2 pixels, in the upper left corner, but other than that nothing
26 > but the NVidia logo screen.
27 >
28 > I tried disabling glx loading in xorg.conf but got the same result.
29 >
30 > Bummer!
31 >
32 > I've ssh'ed in. Here's what I'm seeing:
33 >
34 > godzilla ~ # lsmod
35 > Module Size Used by
36 > <SNIP>
37 > via_agp 7680 1
38 > evdev 7296 0
39 > realtime 7752 0
40 > sbp2 21832 0
41 > ohci1394 32052 0
42 > ieee1394 90164 2 sbp2,ohci1394
43 > nvidia 3464700 12
44 > agpgart 29384 2 via_agp,nvidia
45 > godzilla ~ #
46 >
47 > mark@godzilla ~ $ dmesg | grep NV
48 > BIOS-e820: 000000002ffff000 - 0000000030000000 (ACPI NVS)
49 > nvidia: module license 'NVIDIA' taints kernel.
50 > NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module 1.0-6629 Wed Nov
51 > 3 13:12:51 PST 2004
52 > mark@godzilla ~ $
53 >
54 > mark@godzilla ~ $ dmesg | grep agp
55 > Linux agpgart interface v0.101 (c) Dave Jones
56 > agpgart: Detected VIA KT266/KY266x/KT333 chipset
57 > agpgart: AGP aperture is 32M @ 0xfc000000
58 > agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
59 > agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
60 > agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
61 > agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
62 > agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
63 > agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
64 > mark@godzilla ~ $
65 >
66 > There are no errors in /var/log/Xorg.0.log and only a couple of
67 > warnings. The 'Failed to load GLX' error goes away when I tell
68 > xorg.conf to load glx:
69 >
70 > godzilla ~ # cat /var/log/Xorg.0.log | grep EE
71 > (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
72 > (II) Loading extension MIT-SCREEN-SAVER
73 > (EE) NVIDIA(0): Failed to load GLX
74 > godzilla ~ # cat /var/log/Xorg.0.log | grep WW
75 > (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
76 > (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
77 > (WW) (1600x1200,My Monitor) mode clock 162MHz exceeds DDC maximum 140MHz
78 > (WW) (1600x1200,My Monitor) mode clock 175.5MHz exceeds DDC maximum 140MHz
79 > (WW) (1400x1050,My Monitor) mode clock 155.8MHz exceeds DDC maximum 140MHz
80 > (WW) NVIDIA(0): Not using mode "800x600" (height 1200 is larger than
81 > (WW) NVIDIA(0): EDID-specified maximum 1024)
82 > (WW) NVIDIA(0): Not using mode "800x600" (height 1200 is larger than
83 > (WW) NVIDIA(0): EDID-specified maximum 1024)
84 > (WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
85 > (WW) NVIDIA(0): EDID-specified maximum 1024)
86 > (WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
87 > (WW) NVIDIA(0): EDID-specified maximum 1024)
88 > godzilla ~ #
89 >
90 > godzilla ~ # lspci
91 > 0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo
92 > KT266/A/333]0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7
93 > [Apollo KT266/A/333 AGP]
94 > 0000:00:06.0 Unknown mass storage controller: Promise Technology, Inc.
95 > PDC20265 (FastTrak100 Lite/Ultra100) (rev 02)
96 > 0000:00:0c.0 FireWire (IEEE 1394): Texas Instruments TSB12LV23
97 > IEEE-1394 Controller
98 > 0000:00:0d.0 Ethernet controller: Intel Corporation 82557/8/9
99 > [Ethernet Pro 100] (rev 05)
100 > 0000:00:0e.0 FireWire (IEEE 1394): Texas Instruments TSB82AA2
101 > IEEE-1394b Link Layer Controller (rev 01)
102 > 0000:00:0f.0 Multimedia audio controller: Xilinx Corporation RME
103 > Hammerfall DSP (rev 68)
104 > 0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8233 PCI to ISA Bridge
105 > 0000:00:11.1 IDE interface: VIA Technologies, Inc.
106 > VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
107 > 0000:00:11.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB
108 > 1.1 Controller (rev 1b)
109 > 0000:00:11.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB
110 > 1.1 Controller (rev 1b)
111 > 0000:00:11.4 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB
112 > 1.1 Controller (rev 1b)
113 > 0000:01:00.0 VGA compatible controller: nVidia Corporation NV18
114 > [GeForce4 MX 4000 AGP 8x] (rev c1)
115 > godzilla ~ #
116 >
117 > I've almost never read an NVidia thread on this list some I'm
118 > starting from nowhere here. I hope this is some stupid mistake some
119 > nice person out there will recognize and save me from yet another bad
120 > Linux adapter weekend.
121 >
122 > Thanks,
123 > Mark
124 hi,
125
126 looks almost fine to me. I would guess the error is in /etc/X11/xorg.conf.
127
128 Could you post your /etc/X11/xorg.conf ?
129
130 --
131 Ciao,
132
133 Roman v. Gemmeren
134 --
135 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] First time Nvidia user - help required Mark Knecht <markknecht@×××××.com>