Gentoo Archives: gentoo-user-es

From: David Gimenez <dg-gentoo@××.com>
To: Guillermo abate <guillermo_abate@×××××.es>
Cc: gentoo-user-es@l.g.o
Subject: Re: [gentoo-user-es] de vueltas con nvidia (adjto XF86Config-4)
Date: Tue, 30 Nov 2004 09:57:18
Message-Id: 41AC520F.4040507@ya.com
In Reply to: Re: [gentoo-user-es] de vueltas con nvidia by Guillermo abate
1 Guillermo abate wrote:
2
3 >On Tue, 2004-11-30 at 02:02 +0100, Flamma wrote:
4 >
5 >
6 >>El lun, 29-11-2004 a las 22:31 +0000, David Gimenez escribió:
7 >>
8 >>
9 >>>Hola a todos, os paso a detallallaros el problema.
10 >>>Despues de tener mi sistema gentoo super-stable y super-guay con SB live
11 >>>(alsa), escaner, impresora, grabadora,gamepad usb perfectamente
12 >>>configurado me dejo lo que en teoria es lo mas facil para lo ultimo, el
13 >>>driver de nvidia para mi TNT2 y asi poder aprovechar la aceleracion 3d.
14 >>>Pues bien instalo el driver desde nvidia.com ( no portage), edito
15 >>>XFreeConfig-4 y al arrancar (startx) me encuentro con la pantalla del
16 >>>logo de nvidia en la cual lo unico que puedo hacer es mover el puntero
17 >>>del raton,....le paso la opcion "NoLogo" y el resultado es el mismo pero
18 >>>sin logo...,obvio .
19 >>>Ante mi perplejidad decido instalarlo via portage previo paso por los
20 >>>forums de gentoO asi que nvidia-kernel, nvidia-glx y opengl-update....
21 >>>Al final el resultado es el mismo se carga el driver y nada mas.....
22 >>>He repasado bien los logs y el archivo de configuracion pero no hay nada
23 >>>que este mal.
24 >>>A alguien le ha pasado algo parecido??
25 >>>Ayudaaaa!!!!! necesito pegarle al unreaaaaaal.......
26 >>>
27 >>>
28 >>>
29 >Que Driver estas usando en el XF86Config?
30 >
31 >
32 >>--
33 >>gentoo-user-es@g.o mailing list
34 >>
35 >>
36
37 Hola utilizo el driver nvidia (que yo sepa no hay otro) , al no
38 funcionar utilizo el nv que viene por defecto.
39 Adjunto mi XF86Config-4.
40
41 # File generated by xf86config.
42
43 #
44 # Copyright (c) 1999 by The XFree86 Project, Inc.
45 #
46 # Permission is hereby granted, free of charge, to any person obtaining a
47 # copy of this software and associated documentation files (the "Software"),
48 # to deal in the Software without restriction, including without limitation
49 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
50 # and/or sell copies of the Software, and to permit persons to whom the
51 # Software is furnished to do so, subject to the following conditions:
52 #
53 # The above copyright notice and this permission notice shall be included in
54 # all copies or substantial portions of the Software.
55 #
56 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
57 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
58 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
59 # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
60 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
61 # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
62 # SOFTWARE.
63 #
64 # Except as contained in this notice, the name of the XFree86 Project shall
65 # not be used in advertising or otherwise to promote the sale, use or other
66 # dealings in this Software without prior written authorization from the
67 # XFree86 Project.
68 #
69
70 # **********************************************************************
71 # Refer to the XF86Config(4/5) man page for details about the format of
72 # this file.
73 # **********************************************************************
74
75 # **********************************************************************
76 # Module section -- this section is used to specify
77 # which dynamically loadable modules to load.
78 # **********************************************************************
79 #
80 Section "Module"
81
82 # This loads the DBE extension module.
83
84 Load "dbe" # Double buffer extension
85
86 # This loads the miscellaneous extensions module, and disables
87 # initialisation of the XFree86-DGA extension within that module.
88 SubSection "extmod"
89 Option "omit xfree86-dga" # don't initialise the DGA extension
90 EndSubSection
91
92 # This loads the Type1 and FreeType font modules
93 Load "type1"
94 Load "speedo"
95 # Load "freetype"
96 Load "xtt"
97
98 # This loads the GLX module
99 Load "glx"
100 # This loads the DRI module
101 # Load "dri"
102
103 EndSection
104
105 # **********************************************************************
106 # Files section. This allows default font and rgb paths to be set
107 # **********************************************************************
108
109 Section "Files"
110
111 # The location of the RGB database. Note, this is the name of the
112 # file minus the extension (like ".txt" or ".db"). There is normally
113 # no need to change the default.
114
115 RgbPath "/usr/X11R6/lib/X11/rgb"
116
117 # Multiple FontPath entries are allowed (which are concatenated together),
118 # as well as specifying multiple comma-separated entries in one FontPath
119 # command (or a combination of both methods)
120 #
121 # If you don't have a floating point coprocessor and emacs, Mosaic or other
122 # programs take long to start up, try moving the Type1 and Speedo directory
123 # to the end of this list (or comment them out).
124 #
125
126 FontPath "/usr/X11R6/lib/X11/fonts/local/"
127 FontPath "/usr/X11R6/lib/X11/fonts/misc/"
128 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
129 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
130 FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
131 FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
132 # FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
133 # FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
134 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
135 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
136
137 # The module search path. The default path is shown here.
138
139 # ModulePath "/usr/X11R6/lib/modules"
140
141 EndSection
142
143 # **********************************************************************
144 # Server flags section.
145 # **********************************************************************
146
147 Section "ServerFlags"
148
149 # Uncomment this to cause a core dump at the spot where a signal is
150 # received. This may leave the console in an unusable state, but may
151 # provide a better stack trace in the core dump to aid in debugging
152
153 # Option "NoTrapSignals"
154
155 # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
156 # (where n is 1 through 12). This allows clients to receive these key
157 # events.
158
159 # Option "DontVTSwitch"
160
161 # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
162 # This allows clients to receive this key event.
163
164 # Option "DontZap"
165
166 # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
167 # sequences. This allows clients to receive these key events.
168
169 # Option "Dont Zoom"
170
171 # Uncomment this to disable tuning with the xvidtune client. With
172 # it the client can still run and fetch card and monitor attributes,
173 # but it will not be allowed to change them. If it tries it will
174 # receive a protocol error.
175
176 # Option "DisableVidModeExtension"
177
178 # Uncomment this to enable the use of a non-local xvidtune client.
179
180 # Option "AllowNonLocalXvidtune"
181
182 # Uncomment this to disable dynamically modifying the input device
183 # (mouse and keyboard) settings.
184
185 # Option "DisableModInDev"
186
187 # Uncomment this to enable the use of a non-local client to
188 # change the keyboard or mouse settings (currently only xset).
189
190 # Option "AllowNonLocalModInDev"
191
192 EndSection
193
194 # **********************************************************************
195 # Input devices
196 # **********************************************************************
197
198 # **********************************************************************
199 # Core keyboard's InputDevice section
200 # **********************************************************************
201
202 Section "InputDevice"
203
204 Identifier "Keyboard1"
205 Driver "Keyboard"
206
207 # For most OSs the protocol can be omitted (it defaults to "Standard").
208 # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
209 # uncomment the following line.
210
211 # Option "Protocol" "Xqueue"
212
213 Option "AutoRepeat" "500 30"
214
215 # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
216 # Option "Xleds" "1 2 3"
217
218 # Option "LeftAlt" "Meta"
219 # Option "RightAlt" "ModeShift"
220
221 # To customise the XKB settings to suit your keyboard, modify the
222 # lines below (which are the defaults). For example, for a non-U.S.
223 # keyboard, you will probably want to use:
224 # Option "XkbModel" "pc102"
225 # If you have a US Microsoft Natural keyboard, you can use:
226 # Option "XkbModel" "microsoft"
227 #
228 # Then to change the language, change the Layout setting.
229 # For example, a german layout can be obtained with:
230 # Option "XkbLayout" "de"
231 # or:
232 # Option "XkbLayout" "de"
233 # Option "XkbVariant" "nodeadkeys"
234 #
235 # If you'd like to switch the positions of your capslock and
236 # control keys, use:
237 # Option "XkbOptions" "ctrl:swapcaps"
238
239 # These are the default XKB settings for XFree86
240 # Option "XkbRules" "xfree86"
241 # Option "XkbModel" "pc101"
242 # Option "XkbLayout" "us"
243 # Option "XkbVariant" ""
244 # Option "XkbOptions" ""
245
246 # Option "XkbDisable"
247
248 Option "XkbRules" "xfree86"
249 Option "XkbModel" "ltcd"
250 Option "XkbLayout" "es"
251
252 EndSection
253
254
255 # **********************************************************************
256 # Core Pointer's InputDevice section
257 # **********************************************************************
258
259 Section "InputDevice"
260
261 # Identifier and driver
262
263 Identifier "Mouse1"
264 Driver "mouse"
265 Option "Protocol" "IMPS/2"
266 Option "Device" "/dev/psaux"
267 Option "Buttons" "5"
268 Option "ZAxisMapping" "4 5"
269
270
271 # Mouse-speed setting for PS/2 mouse.
272
273 # Option "Resolution" "256"
274
275 # When using XQUEUE, comment out the above two lines, and uncomment
276 # the following line.
277
278 # Option "Protocol" "Xqueue"
279
280 # Baudrate and SampleRate are only for some Logitech mice. In
281 # almost every case these lines should be omitted.
282
283 # Option "BaudRate" "9600"
284 # Option "SampleRate" "150"
285
286 # Emulate3Buttons is an option for 2-button Microsoft mice
287 # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
288
289 # Option "Emulate3Buttons"
290 # Option "Emulate3Timeout" "50"
291
292 # ChordMiddle is an option for some 3-button Logitech mice
293
294 # Option "ChordMiddle"
295
296 EndSection
297
298
299 # **********************************************************************
300 # Other input device sections
301 # this is optional and is required only if you
302 # are using extended input devices. This is for example only. Refer
303 # to the XF86Config man page for a description of the options.
304 # **********************************************************************
305 #
306 # Section "InputDevice"
307 # Identifier "Mouse2"
308 # Driver "mouse"
309 # Option "Protocol" "MouseMan"
310 # Option "Device" "/dev/mouse2"
311 # EndSection
312 #
313 # Section "InputDevice"
314 # Identifier "spaceball"
315 # Driver "magellan"
316 # Option "Device" "/dev/cua0"
317 # EndSection
318 #
319 # Section "InputDevice"
320 # Identifier "spaceball2"
321 # Driver "spaceorb"
322 # Option "Device" "/dev/cua0"
323 # EndSection
324 #
325 # Section "InputDevice"
326 # Identifier "touchscreen0"
327 # Driver "microtouch"
328 # Option "Device" "/dev/ttyS0"
329 # Option "MinX" "1412"
330 # Option "MaxX" "15184"
331 # Option "MinY" "15372"
332 # Option "MaxY" "1230"
333 # Option "ScreenNumber" "0"
334 # Option "ReportingMode" "Scaled"
335 # Option "ButtonNumber" "1"
336 # Option "SendCoreEvents"
337 # EndSection
338 #
339 # Section "InputDevice"
340 # Identifier "touchscreen1"
341 # Driver "elo2300"
342 # Option "Device" "/dev/ttyS0"
343 # Option "MinX" "231"
344 # Option "MaxX" "3868"
345 # Option "MinY" "3858"
346 # Option "MaxY" "272"
347 # Option "ScreenNumber" "0"
348 # Option "ReportingMode" "Scaled"
349 # Option "ButtonThreshold" "17"
350 # Option "ButtonNumber" "1"
351 # Option "SendCoreEvents"
352 # EndSection
353
354 # **********************************************************************
355 # Monitor section
356 # **********************************************************************
357
358 # Any number of monitor sections may be present
359
360 Section "Monitor"
361
362 Identifier "Samsung SyncMaster 710v"
363
364 # HorizSync is in kHz unless units are specified.
365 # HorizSync may be a comma separated list of discrete values, or a
366 # comma separated list of ranges of values.
367 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
368 # USER MANUAL FOR THE CORRECT NUMBERS.
369
370 HorizSync 30-81
371
372 # HorizSync 30-64 # multisync
373 # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
374 # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
375
376 # VertRefresh is in Hz unless units are specified.
377 # VertRefresh may be a comma separated list of discrete values, or a
378 # comma separated list of ranges of values.
379 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
380 # USER MANUAL FOR THE CORRECT NUMBERS.
381
382 VertRefresh 56-75
383
384 EndSection
385
386
387 # **********************************************************************
388 # Graphics device section
389 # **********************************************************************
390
391 # Any number of graphics device sections may be present
392
393 # Standard VGA Device:
394
395 Section "Device"
396 Identifier "Standard VGA"
397 VendorName "Unknown"
398 BoardName "Unknown"
399
400 # The chipset line is optional in most cases. It can be used to override
401 # the driver's chipset detection, and should not normally be specified.
402
403 # Chipset "generic"
404
405 # The Driver line must be present. When using run-time loadable driver
406 # modules, this line instructs the server to load the specified driver
407 # module. Even when not using loadable driver modules, this line
408 # indicates which driver should interpret the information in this section.
409
410 Driver "vga"
411 # The BusID line is used to specify which of possibly multiple devices
412 # this section is intended for. When this line isn't present, a device
413 # section can only match up with the primary video device. For PCI
414 # devices a line like the following could be used. This line should not
415 # normally be included unless there is more than one video device
416 # intalled.
417
418 # BusID "PCI:0:10:0"
419
420 # VideoRam 256
421
422 # Clocks 25.2 28.3
423
424 EndSection
425
426 # Device configured by xf86config:
427
428 Section "Device"
429 Identifier "Nvidia TNT2"
430 Driver "nvidia"
431 # unsupported card
432 VideoRam 32768
433 # Insert Clocks lines here if appropriate
434 EndSection
435
436
437 # **********************************************************************
438 # Screen sections
439 # **********************************************************************
440
441 # Any number of screen sections may be present. Each describes
442 # the configuration of a single screen. A single specific screen section
443 # may be specified from the X server command line with the "-screen"
444 # option.
445 Section "Screen"
446 Identifier "Screen 1"
447 Device "Nvidia TNT2"
448 Monitor "Samsung SyncMaster 710v"
449 DefaultDepth 24
450
451 Subsection "Display"
452 Depth 8
453 Modes "1280x1024" "1024x768" "800x600" "640x480"
454 ViewPort 0 0
455 EndSubsection
456 Subsection "Display"
457 Depth 16
458 Modes "1280x1024" "1024x768" "800x600" "640x480"
459 ViewPort 0 0
460 EndSubsection
461 Subsection "Display"
462 Depth 24
463 Modes "1280x1024" "1024x768" "800x600" "640x480"
464 ViewPort 0 0
465 EndSubsection
466 EndSection
467
468 # **********************************************************************
469 # ServerLayout sections.
470 # **********************************************************************
471
472 # Any number of ServerLayout sections may be present. Each describes
473 # the way multiple screens are organised. A specific ServerLayout
474 # section may be specified from the X server command line with the
475 # "-layout" option. In the absence of this, the first section is used.
476 # When now ServerLayout section is present, the first Screen section
477 # is used alone.
478
479 Section "ServerLayout"
480
481 # The Identifier line must be present
482 Identifier "Simple Layout"
483
484 # Each Screen line specifies a Screen section name, and optionally
485 # the relative position of other screens. The four names after
486 # primary screen name are the screens to the top, bottom, left and right
487 # of the primary screen. In this example, screen 2 is located to the
488 # right of screen 1.
489
490 Screen "Screen 1"
491
492 # Each InputDevice line specifies an InputDevice section name and
493 # optionally some options to specify the way the device is to be
494 # used. Those options include "CorePointer", "CoreKeyboard" and
495 # "SendCoreEvents".
496
497 InputDevice "Mouse1" "CorePointer"
498 InputDevice "Keyboard1" "CoreKeyboard"
499
500 EndSection
501
502 # Section "DRI"
503 # Mode 0666
504 # EndSection
505
506
507
508
509
510 --
511 gentoo-user-es@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-es] de vueltas con nvidia (solucionado) David Gimenez <dg-gentoo@××.com>