Hola a todos, tengo horas queriendo resolver esto, pero no encuentro la forma.
Cuando hago $glxinfo obtengo esto:
$ glxinfo
name of display: :0.0
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x22 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Mi tarjeta de video es una geforce4 MX 440 AGP8x
Ya hice emerge nvidia-kernel y emerge nvidia-glx
Ya use tambien el driver directo de nvidia.com porque es mas nuevo y nada.
#lsmod me muestra el modulo nvidia
En mi XF86Config ya intente cambiar el driver "nv" por "nvidia" como lo sugiere el README de GLX y me da este error:
(WW) NVIDIA: Chipset "GeForce4 MX 440 with AGP8X" in Device "Biostar nVidia GeForce4" is not valid in this driver
(EE) Fatal Error:
No screens found
Aqui les paso mi XF86Config:
Section "ServerLayout"
Identifier "AGP"
Screen "Screen AGP"
InputDevice "Labtec Mouse" "CorePointer"
InputDevice "Microsoft Keyboard" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "xtrap"
Load "glx"
Load "type1"
Load "speedo"
EndSection
Section "InputDevice"
Identifier "Microsoft Keyboard"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Labtec Mouse"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "Buttons" "5"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
#DisplaySize 312 234 #mm
Identifier "Samsung SyncMaster 753v"
VendorName "SAM"
ModelName "SyncMaster"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "IgnoreDisplayDevices" "TV"
Identifier "Biostar nVidia GeForce4"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "NV18 [GeForce4 MX 440 AGP 8x]"
ChipSet "GeForce4 MX 440 with AGP8X"
BusID "PCI:2:0:0"
EndSection
Section "Screen"
Identifier "Screen AGP"
Device "Biostar nVidia GeForce4"
Monitor "Samsung SyncMaster 753v"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1024x768" "800x600"
EndSubSection
EndSection
Disculpen este post tan largo, pero lo hago para dar la mejor informacion posible.
Gracias por leer y por su ayuda !
Saludos