Gentoo Archives: gentoo-user

From: Willie Wong <wwong@×××××××××.EDU>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nvidia driver problem
Date: Sun, 13 Nov 2005 04:10:09
Message-Id: 20051113040425.GB3537@princeton.edu
In Reply to: [gentoo-user] nvidia driver problem by sempsteen
1 On Sun, Nov 13, 2005 at 05:06:12AM +0200, sempsteen wrote:
2 > (II) LoadModule: "nv"
3 > (II) Loading /usr/lib/modules/drivers/nv_drv.o
4 > (II) Module nv: vendor="X.Org Foundation"
5 > compiled for 6.8.2, module version = 1.0.1
6 > Module class: X.Org Video Driver
7 > ABI class: X.Org Video Driver, version 0.7
8 > (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
9 > Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
10 > Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
11
12 Which xorg configuration is this? Whichever it is, it is not the one
13 used by Xorg given the error logs.
14
15 The above states that it is loading module "nv", which is the xorg
16 driver for nvidia chipsets. If you are using the nvidia driver, it
17 should say:
18
19 (II) LoadModule: "nvidia"
20 (II) Loading /usr/lib/modules/drivers/nvidia_drv.so
21 (II) Module nvidia: vendor="NVIDIA Corporation"
22 compiled for 4.0.2, module version = 1.0.7676
23 Module class: XFree86 Video Driver
24 (II) NVIDIA dlloader X Driver 1.0-7676 Fri Jul 29 13:00:04 PDT 2005
25 (II) NVIDIA Unified Driver for all NVIDIA GPUs
26 (II) Primary Device is: PCI 01:00:0
27 (--) Assigning device section with no busID to primary device
28 (--) Chipset NVIDIA GPU found
29 ......
30
31 check to make sure the xorg configuration you posted below is the same
32 one at /etc/X11/xorg.conf, and that the error log above is from the
33 failed attempt at starting X.
34
35
36 > ----------------------------
37 > My Xorg configuration
38 > ----------------------------
39 >
40 > # **********************************************************************
41 > # Graphics device section
42 > # **********************************************************************
43 >
44 > # Any number of graphics device sections may be present
45 >
46 > # Standard VGA Device:
47 >
48 > Section "Device"
49 > Identifier "Standard VGA"
50 > VendorName "Unknown"
51 > BoardName "Unknown"
52 >
53 > # The chipset line is optional in most cases. It can be used to override
54 > # the driver's chipset detection, and should not normally be specified.
55 >
56 > # Chipset "generic"
57 >
58 > # The Driver line must be present. When using run-time loadable driver
59 > # modules, this line instructs the server to load the specified driver
60 > # module. Even when not using loadable driver modules, this line
61 > # indicates which driver should interpret the information in this section.
62 >
63 > Driver "vga"
64 > # The BusID line is used to specify which of possibly multiple devices
65 > # this section is intended for. When this line isn't present, a device
66 > # section can only match up with the primary video device. For PCI
67 > # devices a line like the following could be used. This line should not
68 > # normally be included unless there is more than one video device
69 > # intalled.
70 >
71 > # BusID "PCI:0:10:0"
72 >
73 > # VideoRam 256
74 >
75 > # Clocks 25.2 28.3
76 >
77 > EndSection
78 >
79 > # Device configured by xorgconfig:
80 >
81 > Section "Device"
82 > Identifier "TNT2"
83 > Driver "nvidia"
84 > #VideoRam 16384
85 > # Insert Clocks lines here if appropriate
86 > EndSection
87 >
88
89
90 W
91 --
92 "I'm going to do this in more stupid fashion in a moment."
93 ~DeathMech, S. Sondhi. P-town PHY 205
94 Sortir en Pantoufles: up 20:18
95 --
96 gentoo-user@g.o mailing list