Gentoo Archives: gentoo-user

From: Chuck Robey <chuckr@×××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] upgraded video card, nvidia drivers no longer work
Date: Sat, 26 Jul 2008 20:55:37
Message-Id: 488B8F4F.2000706@telenix.org
In Reply to: RE: [gentoo-user] upgraded video card, nvidia drivers no longer work by "Budd
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Budd, Tracy wrote:
5 > Yes. I have the nvidia driver built, and it loads using modprobe.
6
7 I still think you might be confusing the kernel module, using modprobe to load,
8 with the X11 driver (you need both) which is named (as I wrote below)
9 nvidia_drv.so. You do not use modprobe to load the X11 driver. Looking at your
10 included xorg.conf, you have nv loaded in X11, not nvidia. Wrong item.
11
12 >
13 >
14 > -----Original Message-----
15 > From: Chuck Robey [mailto:chuckr@×××××××.org]
16 > Sent: Sat 7/26/2008 3:03 PM
17 > To: gentoo-user@l.g.o
18 > Subject: Re: [gentoo-user] upgraded video card, nvidia drivers no longer
19 > work
20 >
21 > Budd, Tracy wrote:
22 >> xorg.conf below. Note that driver changed to nv in order to run X.
23 >> If I try to use "nvidia" I get a blank screen and the machine locks.
24 >> I checked the Xorg.0.log file and the machine seems to have died before
25 >> it wrote anything.
26 >> Suggestions appreciated.
27 >
28 > You realize that the nvidia driver doesn't come wtih X, you need to build it
29 > separately? You have a nvidia_drv.so? The nv comes by default, but
30 > it's a much
31 > lesser tool.
32 >
33 >> -Tracy
34 >
35 >> Section "ServerLayout"
36 >> Identifier "X.org Configured"
37 >> Screen 0 "Screen0" 0 0
38 >> InputDevice "Mouse0" "CorePointer"
39 >> InputDevice "Keyboard0" "CoreKeyboard"
40 >> EndSection
41 >
42 >> Section "Files"
43 >> RgbPath "/usr/share/X11/rgb"
44 >> ModulePath "/usr/lib64/xorg/modules"
45 >> FontPath "/usr/share/fonts/misc/"
46 >> FontPath "/usr/share/fonts/TTF/"
47 >> FontPath "/usr/share/fonts/OTF"
48 >> FontPath "/usr/share/fonts/Type1/"
49 >> FontPath "/usr/share/fonts/100dpi/"
50 >> FontPath "/usr/share/fonts/75dpi/"
51 >> EndSection
52 >
53 >> Section "Module"
54 >> Load "glx"
55 >> Load "extmod"
56 >> Load "dbe"
57 >> Load "record"
58 >> Load "GLcore"
59 >> Load "xtrap"
60 >> #Load "dri"
61 >> Load "wfb"
62 >> Load "freetype"
63 >> Load "type1"
64 >> EndSection
65 >
66 >> Section "InputDevice"
67 >> Identifier "Keyboard0"
68 >> Driver "kbd"
69 >> EndSection
70 >
71 >> Section "InputDevice"
72 >> Identifier "Mouse0"
73 >> Driver "mouse"
74 >> Option "Protocol" "auto"
75 >> Option "Device" "/dev/input/mice"
76 >> Option "ZAxisMapping" "4 5 6 7"
77 >> EndSection
78 >
79 >> Section "Monitor"
80 >> Identifier "Monitor0"
81 >> VendorName "Monitor Vendor"
82 >> ModelName "Monitor Model"
83 >> EndSection
84 >
85 >> Section "Device"
86 >> ### Available Driver options are:-
87 >> ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
88 >> ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
89 >> ### [arg]: arg optional
90 >> #Option "SWcursor" # [<bool>]
91 >> #Option "HWcursor" # [<bool>]
92 >> #Option "NoAccel" # [<bool>]
93 >> #Option "ShadowFB" # [<bool>]
94 >> #Option "UseFBDev" # [<bool>]
95 >> #Option "Rotate" # [<str>]
96 >> #Option "VideoKey" # <i>
97 >> #Option "FlatPanel" # [<bool>]
98 >> #Option "FPDither" # [<bool>]
99 >> #Option "CrtcNumber" # <i>
100 >> #Option "FPScale" # [<bool>]
101 >> #Option "FPTweak" # <i>
102 >> #Option "DualHead" # [<bool>]
103 >> Identifier "Card0"
104 >> Driver "nv"
105 >> VendorName "nVidia Corporation"
106 >> BoardName "Unknown Board"
107 >> BusID "PCI:5:0:0"
108 >> EndSection
109 >
110 >> Section "Screen"
111 >> Identifier "Screen0"
112 >> Device "Card0"
113 >> Monitor "Monitor0"
114 >> SubSection "Display"
115 >> Viewport 0 0
116 >> Depth 16
117 >> EndSubSection
118 >> SubSection "Display"
119 >> Viewport 0 0
120 >> Depth 24
121 >> EndSubSection
122 >> EndSection
123 >
124 >
125 -----BEGIN PGP SIGNATURE-----
126 Version: GnuPG v2.0.9 (FreeBSD)
127 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
128
129 iEYEARECAAYFAkiLj08ACgkQz62J6PPcoOnJeACggjgfOJC4v+p58oF1qQXgdJDa
130 SzEAoJSxtz9VOddWKqhGnjr37tlgF4nF
131 =wbaP
132 -----END PGP SIGNATURE-----

Replies