Gentoo Archives: gentoo-user-es

From: Marcos Garcia <marcos_gm@××.com>
To: eskerda <eskerda@×××××××.com>
Cc: gentoo-user-es@l.g.o
Subject: Re: [gentoo-user-es] Problemas instalando los drivers de nvidia
Date: Mon, 23 Aug 2004 17:14:37
Message-Id: 412A4289.9080006@ya.com
In Reply to: [gentoo-user-es] Problemas instalando los drivers de nvidia by eskerda
1 Si te da el error ese de Invalid Module Format, es simplemente error del
2 modulo, al cargarse. Nada que ver con las X
3 Mi consejo es que hagas (tu y todos los que tengais problemas)
4 ACCEPT_KEYWORDS="~x86" emerge nvidia-kernel nvidia-glx (el ~ se
5 pone con altgr+4)
6
7 Me va bien con el 2.6.7, no sé que tal con el resto.
8
9 De todas maneras, mi config. para las X, teniendo tb uina gforce4, es la
10 siguiente:
11 (FIJATE que lo de BoardName y Chipset lo tengo comentado, no hace falta,
12 solo necesita el BusID)
13
14
15 Section "Device"
16 ### Available Driver options are:-
17 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
18 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
19 ### [arg]: arg optional
20 #Option "SWcursor" # [<bool>]
21 Option "HWcursor" "1" # [<bool>]
22 #Option "NoAccel" # [<bool>]
23 #Option "ShowCache" # [<bool>]
24 #Option "ShadowFB" # [<bool>]
25 #Option "UseFBDev" # [<bool>]
26 #Option "Rotate" # [<str>]
27 #Option "VideoKey" # <i>
28 #Option "FlatPanel" # [<bool>]
29 #Option "CrtcNumber" # <i>
30 Option "NvAgp" "1"
31 Option "AGPMode" "4"
32 Identifier "Card0"
33 Driver "nvidia"
34 VendorName "nvidia"
35 # BoardName "GeForce2 MX/MX 400"
36 # ChipSet "GeForce2 MX/MX 400"
37 BusID "PCI:1:0:0"
38 Option "NoLogo" "1"
39 Option "RenderAccel" "1"
40 Option "CursorShadow" "1"
41
42 ###COSAS PAL TWINVIEW
43 # Option "TwinView"
44 # Option "SecondMonitorHorizSync" "30-50"
45 # Option "SecondMonitorVertRefresh" "60"
46 # Option "TwinViewOrientation" "Clone"
47 # Option "ConnectedMonitor" "crt,TV"
48 # Option "TVOutFormat" "COMPOSITE"
49 # Option "TVStandard" "PAL-B"
50 # Option "IgnoreEDID" "1"
51 # Option "MetaModes" "1024x768, 1024x768; 800x600,800x600;
52 640x480,640x480; 320x240, 32
53 0x240"
54
55 EndSection
56
57
58
59 eskerda escribió:
60
61 > Saludos, tengo problemas instalando los drivers de nvidia...
62 >
63 > Si instalo con
64 >
65 > emerge nvidia-glx
66 > emerge nvidia-kernel
67 >
68 > y despues modifico el XF86Config tal como lo dice el manual
69 > (y tambien activando i desactivando algunas opciones)
70 > me da el siguiente error
71 > --------------------------------------
72 > (WW) NVIDIA: Chipset "GeForce2 MX/MX 400" in Device section "card0"
73 > isn't valid
74 > for this driver
75 > (EE) No devices detected.
76 >
77 > Fatal server error:
78 > no screens found
79 > --------------------------------------
80 >
81 > A lo que hago
82 >
83 > sombragris X11 # modprobe nvidia
84 > FATAL: Error inserting nvidia (/lib/modules/2.6.6/video/nvidia.o):
85 > Invalid module format
86 >
87 > (en el emerge nvidia-kernel configura nvidia.o en la siguiente carpeta)
88 > cfgpro obj /lib/modules/2.4.22-gentoo-r7/video/nvidia.o
89 >
90 > He copiado nvidia.o a /lib/modules/2.6.6/video/
91 >
92 > i da el mismo error
93 > --------------------------------------
94 > sombragris X11 # cp /lib/modules/2.4.22-gentoo-r7/video/nvidia.o
95 > /lib/modules/2.6.6/video/
96 > sombragris X11 # modprobe nvidia
97 > FATAL: Error inserting nvidia (/lib/modules/2.6.6/video/nvidia.o):
98 > Invalid module format
99 > --------------------------------------
100 >
101 > No se si el problema es este, esta en la configuracion del XF86Config
102 > o en alguna otra parte que desconozco...
103 > Gracias por la ayuda
104 >
105 > tarjeta grafica: Nvidia GeForce 2 MX de 32 Mb SDR
106 > (segun drivers nvidia GeForce 2 MX/MX 400)
107 > instale por primera vez Gentoo 2.4.22 i despues pasé a Kernel 2.6.6
108 >
109 > Adjunto mi XF86Config i el log del error
110 > ----------------------------------------------------------
111 > También probé bajando los archivos de la pagina de nvidia, i generando
112 > unos modulos adecuados para mi kernel (vamos, sin hacer merges), i el
113 > problema era exactamente el mismo
114 >
115 >------------------------------------------------------------------------
116 >
117 >Section "ServerLayout"
118 > Identifier "XFree86 Configured"
119 > Screen 0 "Screen0" 0 0
120 > InputDevice "Mouse0" "CorePointer"
121 > InputDevice "Keyboard0" "CoreKeyboard"
122 >EndSection
123 >
124 >Section "Files"
125 > RgbPath "/usr/X11R6/lib/X11/rgb"
126 > ModulePath "/usr/X11R6/lib/modules"
127 > FontPath "/usr/X11R6/lib/X11/fonts/misc/"
128 > FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
129 > FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
130 > FontPath "/usr/X11R6/lib/X11/fonts/CID/"
131 > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
132 > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
133 >EndSection
134 >
135 >Section "Module"
136 > Load "record"
137 > Load "extmod"
138 > Load "dbe"
139 > Load "glx"
140 > Load "xtrap"
141 > Load "type1"
142 > Load "speedo"
143 >EndSection
144 >
145 >Section "InputDevice"
146 > Identifier "Keyboard0"
147 > Driver "keyboard"
148 > Option "XkbRules" "xfree86"
149 > Option "XkbModel" "pc105"
150 > Option "XkbLayout" "es"
151 >EndSection
152 >
153 >Section "InputDevice"
154 > Identifier "Mouse0"
155 > Driver "mouse"
156 > Option "Protocol" "auto"
157 > Option "Device" "/dev/mouse"
158 >EndSection
159 >
160 >Section "Monitor"
161 > Identifier "Monitor0"
162 > VendorName "Monitor Vendor"
163 > ModelName "Monitor Model"
164 > HorizSync 31.5 - 48.5
165 > VertRefresh 50.0 - 90.0
166 >EndSection
167 >
168 >Section "Device"
169 >
170 > ### Available Driver options are:-
171 > ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
172 > ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
173 > ### [arg]: arg optional
174 > #Option "SWcursor" # [<bool>]
175 > #Option "HWcursor" # [<bool>]
176 > #Option "NoAccel" # [<bool>]
177 > #Option "ShowCache" # [<bool>]
178 > #Option "ShadowFB" # [<bool>]
179 > #Option "UseFBDev" # [<bool>]
180 > #Option "Rotate" # [<str>]
181 > #Option "VideoKey" # <i>
182 > #Option "FlatPanel" # [<bool>]
183 > #Option "FPDither" # [<bool>]
184 > #Option "CrtcNumber" # <i>
185 > Option "NvAGP" "3"
186 > Option "SWCursor" "True"
187 > Option "CursorShadow" "True"
188 >
189 >
190 > Identifier "card0"
191 > Driver "nvidia"
192 > VendorName "nVidia Corporation"
193 > BoardName "NV11 [GeForce2 MX/MX 400]"
194 > ChipSet "GeForce2 MX/MX 400"
195 > BusID "PCI:1:0:0"
196 >
197 >EndSection
198 >
199 >Section "Screen"
200 > Identifier "Screen0"
201 > Device "card0"
202 > Monitor "Monitor0"
203 > DefaultDepth 32
204 > SubSection "Display"
205 > Depth 1
206 > EndSubSection
207 > SubSection "Display"
208 > Depth 4
209 > EndSubSection
210 > SubSection "Display"
211 > Depth 8
212 > EndSubSection
213 > SubSection "Display"
214 > Depth 15
215 > EndSubSection
216 > SubSection "Display"
217 > Depth 16
218 > EndSubSection
219 > SubSection "Display"
220 > Depth 24
221 > Modes "1024x768" "640x480" "800x600"
222 > EndSubSection
223 > SubSection "Display"
224 > Depth 32
225 > Modes "1024x768" "640x480" "800x600"
226 > EndSubSection
227 >EndSection
228 >
229 >Section "DRI"
230 > Group 0
231 >EndSection
232 >
233 >
234
235
236 --
237 gentoo-user-es@g.o mailing list