Gentoo Archives: gentoo-user

From: "Budd
To: gentoo-user@l.g.o
Subject: [gentoo-user] upgraded video card, nvidia drivers no longer work
Date: Sat, 26 Jul 2008 18:17:51
Message-Id: 29DEC050B5BA274397C6B850BEA18F60303F75@ava-es5.solers.local
1 xorg.conf below. Note that driver changed to nv in order to run X.
2 If I try to use "nvidia" I get a blank screen and the machine locks.
3 I checked the Xorg.0.log file and the machine seems to have died before it wrote anything.
4 Suggestions appreciated.
5 -Tracy
6
7 Section "ServerLayout"
8 Identifier "X.org Configured"
9 Screen 0 "Screen0" 0 0
10 InputDevice "Mouse0" "CorePointer"
11 InputDevice "Keyboard0" "CoreKeyboard"
12 EndSection
13
14 Section "Files"
15 RgbPath "/usr/share/X11/rgb"
16 ModulePath "/usr/lib64/xorg/modules"
17 FontPath "/usr/share/fonts/misc/"
18 FontPath "/usr/share/fonts/TTF/"
19 FontPath "/usr/share/fonts/OTF"
20 FontPath "/usr/share/fonts/Type1/"
21 FontPath "/usr/share/fonts/100dpi/"
22 FontPath "/usr/share/fonts/75dpi/"
23 EndSection
24
25 Section "Module"
26 Load "glx"
27 Load "extmod"
28 Load "dbe"
29 Load "record"
30 Load "GLcore"
31 Load "xtrap"
32 #Load "dri"
33 Load "wfb"
34 Load "freetype"
35 Load "type1"
36 EndSection
37
38 Section "InputDevice"
39 Identifier "Keyboard0"
40 Driver "kbd"
41 EndSection
42
43 Section "InputDevice"
44 Identifier "Mouse0"
45 Driver "mouse"
46 Option "Protocol" "auto"
47 Option "Device" "/dev/input/mice"
48 Option "ZAxisMapping" "4 5 6 7"
49 EndSection
50
51 Section "Monitor"
52 Identifier "Monitor0"
53 VendorName "Monitor Vendor"
54 ModelName "Monitor Model"
55 EndSection
56
57 Section "Device"
58 ### Available Driver options are:-
59 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
60 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
61 ### [arg]: arg optional
62 #Option "SWcursor" # [<bool>]
63 #Option "HWcursor" # [<bool>]
64 #Option "NoAccel" # [<bool>]
65 #Option "ShadowFB" # [<bool>]
66 #Option "UseFBDev" # [<bool>]
67 #Option "Rotate" # [<str>]
68 #Option "VideoKey" # <i>
69 #Option "FlatPanel" # [<bool>]
70 #Option "FPDither" # [<bool>]
71 #Option "CrtcNumber" # <i>
72 #Option "FPScale" # [<bool>]
73 #Option "FPTweak" # <i>
74 #Option "DualHead" # [<bool>]
75 Identifier "Card0"
76 Driver "nv"
77 VendorName "nVidia Corporation"
78 BoardName "Unknown Board"
79 BusID "PCI:5:0:0"
80 EndSection
81
82 Section "Screen"
83 Identifier "Screen0"
84 Device "Card0"
85 Monitor "Monitor0"
86 SubSection "Display"
87 Viewport 0 0
88 Depth 16
89 EndSubSection
90 SubSection "Display"
91 Viewport 0 0
92 Depth 24
93 EndSubSection
94 EndSection

Replies

Subject Author
Re: [gentoo-user] upgraded video card, nvidia drivers no longer work Chuck Robey <chuckr@×××××××.org>
Re: [gentoo-user] upgraded video card, nvidia drivers no longer work Dale <dalek1967@×××××××××.net>
Re: [gentoo-user] upgraded video card, nvidia drivers no longer work "Jesús Guerrero" <i92guboj@×××××.es>
Re: [gentoo-user] upgraded video card, nvidia drivers no longer work Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>
Re: [gentoo-user] upgraded video card, nvidia drivers no longer work Enzo Erre <kikko96@×××××.com>
Re: [gentoo-user] upgraded video card, nvidia drivers no longer work Enzo Rapagnetta <kikko96@×××××.com>