nvidia

camaleon groar22 en yahoo.es
Jue Jul 21 15:13:52 UTC 2005


Hola de nuevo pues ya he echo la prueba, he echo tres reinicios, he 
entrado al escritorio y en pocos segundos bloqueo de pantalla.
El modulo bttv supongo que sera de una tarjeta de tv que tengo 
instalada,y referente a la version de ubuntu, la normal hoary 5.04.
El archivo que me pides solo tiene una linea que pone EE y pone esto:
(EE) Failed to initialize GLX extension (NVIDIA X driver not found).
(esto parece un culebron ya)
chau.


Pedro Gauna wrote:

> Mmm, aparentemente está todo en orden, pero podríamos probar con algo, 
> agregá al final de la línea del xorg.conf lo siguiente:
>
> Section "DRI"
>   Mode 0666
> EndSection
>
> (y cambiar nv por nvidia)
>
> Dos preguntas: el módulo bttv, tiene algo que ver con la tarjeta?, que 
> versión de Ubuntu estás usando?
>
> Por último, hacé los cambios que te envío, tratá de loguearte de nuevo 
> y envia las lineas correspondientes del archivo "/var/log/Xorg.0.log" 
> (son las que comienzan con EE)
>
>
> camaleon wrote:
>
>> Pedro Gauna wrote:
>>
>>> Hola, yo utilizé la misma tarjeta y me funcionó muy bien.
>>> Recuerdo que me pasó lo mismo que a tí, y era algo de algún modulo 
>>> de más o algo parecido, ¿podrías postear tu /etc/X11/xorg.conf y 
>>> /etc/modules?
>>> Ah, instalaste el driver desde los repositorios, no?
>>>
>>> Un saludo....
>>
>>
>>
>> Aqui te envio lo que pides a ver si solucionamos algo, el driver si 
>> lo instale desde los repositorios, si hay que instalarlos de otra 
>> forma dime como se hace.
>> Hasta luego.
>>
>>
>> XORG.CONF
>>
>> # /etc/X11/xorg.conf (xorg X Window System server configuration file)
>> #
>> # This file was generated by dexconf, the Debian X Configuration 
>> tool, using
>> # values from the debconf database.
>> #
>> # Edit this file with caution, and see the /etc/X11/xorg.conf manual 
>> page.
>> # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
>> #
>> # This file is automatically updated on xserver-xorg package upgrades 
>> *only*
>> # if it has not been modified since the last upgrade of the xserver-xorg
>> # package.
>> #
>> # If you have edited this file but would like it to be automatically 
>> updated
>> # again, run the following commands:
>> #
>> #   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
>> #   sudo sh -c 'md5sum /etc/X11/xorg.conf 
>> >/var/lib/xfree86/xorg.conf.md5sum'
>> #   sudo dpkg-reconfigure xserver-xorg
>>
>> Section "Files"
>>    FontPath    "unix/:7100"            # local font server
>>    # if the local font server has problems, we can fall back on these
>>    FontPath    "/usr/lib/X11/fonts/misc"
>>    FontPath    "/usr/lib/X11/fonts/cyrillic"
>>    FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
>>    FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
>>    FontPath    "/usr/lib/X11/fonts/Type1"
>>    FontPath    "/usr/lib/X11/fonts/CID"
>>    FontPath    "/usr/lib/X11/fonts/100dpi"
>>    FontPath    "/usr/lib/X11/fonts/75dpi"
>>        # paths to defoma fonts
>>    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
>>    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
>> EndSection
>>
>> Section "Module"
>>    Load    "bitmap"
>>    Load    "dbe"
>>    Load    "ddc"
>>    Load    "dri"
>>    Load    "extmod"
>>    Load    "freetype"
>>    Load    "glx"
>>    Load    "int10"
>>    Load    "record"
>>    Load    "type1"
>>    Load    "vbe"
>> EndSection
>>
>> Section "InputDevice"
>>    Identifier    "Generic Keyboard"
>>    Driver        "keyboard"
>>    Option        "CoreKeyboard"
>>    Option        "XkbRules"    "xorg"
>>    Option        "XkbModel"    "pc105"
>>    Option        "XkbLayout"    "es"
>> EndSection
>>
>> Section "InputDevice"
>>    Identifier    "Configured Mouse"
>>    Driver        "mouse"
>>    Option        "CorePointer"
>>    Option        "Device"        "/dev/input/mice"
>>    Option        "Protocol"        "ImPS/2"
>>    Option        "Emulate3Buttons"    "true"
>>    Option        "ZAxisMapping"        "4 5"
>> EndSection
>>
>> Section "Device"
>>    Identifier    "NVIDIA Corporation NV34 [GeForce FX 5200]"
>>    Driver        "nv"
>>    BusID        "PCI:1:0:0"
>> EndSection
>>
>> Section "Monitor"
>>    Identifier    "L7AK2A"
>>    Option        "DPMS"
>> EndSection
>>
>> Section "Screen"
>>    Identifier    "Default Screen"
>>    Device        "NVIDIA Corporation NV34 [GeForce FX 5200]"
>>    Monitor        "L7AK2A"
>>    DefaultDepth    24
>>    SubSection "Display"
>>        Depth        1
>>        Modes        "1280x1024" "1024x768" "832x624" "800x600" 
>> "720x400" "640x480"
>>    EndSubSection
>>    SubSection "Display"
>>        Depth        4
>>        Modes        "1280x1024" "1024x768" "832x624" "800x600" 
>> "720x400" "640x480"
>>    EndSubSection
>>    SubSection "Display"
>>        Depth        8
>>        Modes        "1280x1024" "1024x768" "832x624" "800x600" 
>> "720x400" "640x480"
>>    EndSubSection
>>    SubSection "Display"
>>        Depth        15
>>        Modes        "1280x1024" "1024x768" "832x624" "800x600" 
>> "720x400" "640x480"
>>    EndSubSection
>>    SubSection "Display"
>>        Depth        16
>>        Modes        "1280x1024" "1024x768" "832x624" "800x600" 
>> "720x400" "640x480"
>>    EndSubSection
>>    SubSection "Display"
>>        Depth        24
>>        Modes        "1280x1024" "1024x768" "832x624" "800x600" 
>> "720x400" "640x480"
>>    EndSubSection
>> EndSection
>>
>> Section "ServerLayout"
>>    Identifier    "Default Layout"
>>    Screen        "Default Screen"
>>    InputDevice    "Generic Keyboard"
>>    InputDevice    "Configured Mouse"
>> EndSection
>>
>> MODULES
>>
>> # /etc/modules: kernel modules to load at boot time.
>> #
>> # This file contains the names of kernel modules that should be loaded
>> # at boot time, one per line. Lines beginning with "#" are ignored.
>>
>> ide-cd
>> ide-disk
>> ide-generic
>> lp
>> mousedev
>> psmouse
>> bttv
>> nvidia
>>
>>
>>
>>
>>
>>
>>>
>>> camaleon wrote:
>>>
>>>> Hola lista
>>>>
>>>> Aqui expongo mi problema es sobre xorg, tengo una tarjeta grafica 
>>>> nvidia 5200 fx, pues la he actualizado según pone en la guia, y al 
>>>> empezar gnome me sale el logo de nvidia, pero nada mas introducir 
>>>> el logo que empieza a entrar en gnome se me queda bloqueada la 
>>>> pantalla (el raton si que se mueve).
>>>> Lo e solucionado desde la consola de recuperación haciendo un 
>>>> reconfigure de xorg, el problema es que si pone en la configuración 
>>>> de xorg driver nv, va bien ahora si pone driver nvidia se bloquea 
>>>> por que pasa esto.
>>>> Quiero hacer funcionar el driver nvidia para ver si los gráficos me 
>>>> van mas rápidos, por ejemplo el tuxracer que me va lentísimo.
>>>>
>>>> Gracias lista
>>>>
>>>>
>>>> (Esta distribución de Linux es la que mas me esta durando) por que 
>>>> tiene mucho apoyo.
>>>>
>>>>        ______________________________________________ Renovamos el 
>>>> Correo Yahoo! Nuevos servicios, más seguridad http://correo.yahoo.es
>>>>
>>>>
>>>
>>>
>>
>>
>>        ______________________________________________ Renovamos el 
>> Correo Yahoo! Nuevos servicios, más seguridad http://correo.yahoo.es
>>
>>
>
>


		
______________________________________________ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es





Más información sobre la lista de distribución ubuntu-es