Gentoo Archives: gentoo-user

From: "Budd
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] upgraded video card from geforce 6600 to geforce 8600...
Date: Fri, 01 Feb 2008 13:05:08
Message-Id: 864805E437EF7C40986276CE00F29E4C01EDDA83@ava-es5.solers.local
In Reply to: Re: [gentoo-user] upgraded video card from geforce 6600 to geforce 8600... by Volker Armin Hemmann
1 > -----Original Message-----
2 > From: Volker Armin Hemmann
3 > [mailto:volker.armin.hemmann@××××××××××××.de]
4 > Sent: Thursday, January 31, 2008 3:13 PM
5 > To: gentoo-user@l.g.o
6 > Subject: Re: [gentoo-user] upgraded video card from geforce
7 > 6600 to geforce 8600...
8 >
9 > On Donnerstag, 31. Januar 2008, Budd, Tracy wrote:
10 > > > -----Original Message-----
11 > > > From: Volker Armin Hemmann
12 > > > Sent: Thursday, January 31, 2008 1:42 PM
13 > > > To: gentoo-user@l.g.o
14 > > > Subject: Re: [gentoo-user] upgraded video card from
15 > geforce 6600 to
16 > > > geforce 8600...
17 > > >
18 > > > On Donnerstag, 31. Januar 2008, Budd, Tracy wrote:
19 > > > > I recompiled nvidia-drivers, but when I tried running X, I
20 > > >
21 > > > got a blank
22 > > >
23 > > > > screen.
24 > > > >
25 > > > > Couldn't get back to the console.
26 > > > >
27 > > > > I suspect this is something simple, but I don't know what it is.
28 > > > >
29 > > > > Any help is appreciated.
30 > > >
31 > > > any information is appreciated.
32 > > >
33 > > > Usually, you don't need to do anything when switching the cards.
34 > > > --
35 > > > gentoo-user@l.g.o mailing list
36 > >
37 > > Thank you for the reply.
38 > >
39 > > That is what I thought too, which is why I am confused.
40 > >
41 > > I get a "no signal found" message on the monitor when I run X now.
42 > > Never had any problem with the old card.
43 > > Don't seem to have any graphics problems in windoz either.
44 > > Very puzzling.
45 >
46 > could you please post your xorg.conf and Xorg.0.log?
47 >
48 > and make sure that there aren't any 'backup' xorg.confs in
49 > /root or /tmp ...
50 >
51 > This is my xorg.conf for a 8600 and a 1680x1050 tft:
52 >
53 > Section "ServerLayout"
54 > Identifier "Layout0"
55 > Screen 0 "Screen0"
56 > InputDevice "Keyboard0" "CoreKeyboard"
57 > InputDevice "Mouse0" "CorePointer"
58 > EndSection
59 >
60 > Section "Files"
61 > RgbPath "/usr/lib64/X11/rgb"
62 > EndSection
63 >
64 > Section "Module"
65 > Load "dbe"
66 > Load "extmod"
67 > Load "type1"
68 > Load "freetype"
69 > Load "glx"
70 > Load "evdev"
71 > EndSection
72 >
73 > Section "InputDevice"
74 > Identifier "Mouse0"
75 > Driver "evdev"
76 > # Driver "mouse"
77 > Option "CorePointer"
78 > # Option "Device" "/dev/input/mice"
79 > # Option "Protocol" "ExplorerPS/2"
80 > # Option "Buttons" "14"
81 > # Option "ZAxisMapping" "4 5 6 7"
82 > # Option "Emulate3Buttons" "true"
83 > Option "Resolution" "800"
84 >
85 > Option "Name" "Logitech, Inc. MX610 Laser Cordless Mouse"
86 > Option "evBits" "+1-2"
87 > Option "keyBits" "~272-287"
88 > Option "relBits" "~0-2 ~6 ~8"
89 >
90 > EndSection
91 >
92 > Section "InputDevice"
93 > Identifier "Keyboard0"
94 > Driver "evdev"
95 > Option "AutoRepeat" "500 30"
96 > Option "XkbRules" "xorg"
97 > Option "XkbModel" "evdev"
98 > Option "XkbLayout" "de"
99 > Option "Device" "/dev/input/event2"
100 > EndSection
101 >
102 > Section "Monitor"
103 > Identifier "Monitor0"
104 > VendorName "Unknown"
105 > ModelName "Unknown"
106 > HorizSync 30.0 - 110.0
107 > VertRefresh 50.0 - 150.0
108 > Option "DPMS"
109 > EndSection
110 >
111 > Section "Device"
112 > Identifier "Device0"
113 > Driver "nvidia"
114 > VendorName "NVIDIA Corporation"
115 > EndSection
116 >
117 > Section "Screen"
118 > Identifier "Screen0"
119 > Device "Device0"
120 > Monitor "Monitor0"
121 > DefaultDepth 24
122 > SubSection "Display"
123 > Depth 24
124 > EndSubSection
125 > EndSection
126 > --
127 > gentoo-user@l.g.o mailing list
128 >
129 >
130 I got home and realized that I don't know how to get the xorg.conf file
131 off of that machine without running an email client from X, so I looked
132 through the Xorg.0.log file and saw that it contained no errors, but it
133 died trying to load glx. Do I have to recompile glx or something?
134
135 I can handcopy the xorg.conf to another machine, so I could do that this
136 weekend, if there is not something obvious from the glx failure.
137
138 Thanks in advance.
139 --
140 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] upgraded video card from geforce 6600 to geforce 8600... Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>