[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problemas con OpenGL en nVidia Geforce3



Marta Pla i Castells wrote:

En primer lugar, creo que lo que no tienes bien es el fichero XF86Config-4,
en el manual de los drivers de envidia te dice que módulos tienes que cargar
y que módulos no.

Te escribo la mia

Section "Module"

# This loads the DBE extension module.

    Load        "dbe"   # Double buffer extension
#   Load        "dri"
#   Load        "glx"
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    Load        "extmod"
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"
    Load        "speedo"
    Load        "bitmap"

EndSection

Hola de nuevo y gracias otra vez. Ya me había leído el manual y tienes
razón en que dice que no hay que cargar lo módulos dri y Glcore (este
último ya se encarga de cargarlo la librería libGL de nVidia) pero
también dice explícitamente que el módulo glx SÍ que hay que cargarlo,
 ¿no?

"2 In the Module section, verify you have: Load   "glx"   "

¿Te funciona mejor comentando esa línea?

Otra preguntilla. Lo de xfree86-dga qué es? es relevante?

Yo tengo esta sección de módulos en el XF86Config-4:

Section "Module"
        Load    "ddc"
#       nVidia recommedations
#       Load    "GLcore"
        Load    "dbe"
#       nVidia recomendations
#       Load    "dri"
        Load    "extmod"
        Load    "glx"
        Load    "pex5"
        Load    "record"
        Load    "xie"
        Load    "bitmap"
        Load    "freetype"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "int10"
EndSection


Gracias por la rápida respuesta.

Saludos



Reply to: