Gentoo Archives: gentoo-user

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

Attachments

File name MIME type
winmail.dat application/ms-tnef

Replies

Subject Author
Re: [gentoo-user] upgraded video card, nvidia drivers no longer work Chuck Robey <chuckr@×××××××.org>