Pagina 1 di 1
Problema con GLX...
Inviato: gio 22 dic 2005, 9:51
da ky
ciao a tutti, da quando ho installato il driver specifici per la mia scheda video (geforce4 mx 440, 64 M) non "funzionano" più le apps OpenGL o meglio, m'è saltato agli occhi dal fatto che gli screensaver GL...

..... m'hanno lasciato *sob*
NVIDIA X SERVER SETTINGS
The OpenGL extension 'GLX' is not supported by
the X server or there was a problem retrieving
GLX information from the X server.
[versione driver 1.0-8174]
Uso Slack 10.2 con kernel 2.6.14.4 e sono niubba ma non credo di aver settato male il kernel nella possibilità che l'errore dipenda da esso....
Codice: Seleziona tutto
# dmesg | tail
agpgart: Device is in legacy mode, falling back to 2.x
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Device is in legacy mode, falling back to 2.x
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
WAZ???
Any idea?
Inviato: gio 22 dic 2005, 21:13
da clodo
posta /etc/X11/xorg.conf e /var/log/nvidia-installer.log

Inviato: gio 22 dic 2005, 21:33
da rob
glxinfo, pliiis, x curiosità
edit: ho una ati -> fglrxinfo -.-
Inviato: gio 22 dic 2005, 21:55
da ky
- Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files
# The module search path. The default path is shown here.
# ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
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/"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection
Section "Module" This loads the GLX module
# Load "dri"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
# Load "speedo"
Load "freetype"
# Load "xtt"
Load "glx"
# This loads the DRI module
EndSection
Section "InputDevice"
/*....*/
Section "Monitor"
Identifier "phi/mon"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
EndSection
Section "Device"
Identifier "Standard VGA"
Driver "vga"
VendorName "Unknown"
BoardName "Unknown"
EndSection
Section "Device"
#VideoRam 65536
# Insert Clocks lines here if appropriate
Identifier "nv"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "nv"
Monitor "phi/mon"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
fglrxinfo, pliiis, x curiosità
robbèèèèèèèèèèèèèèèè !!!!!!!!! .....puppa....
:twisted: :mrgreen:
Inviato: gio 22 dic 2005, 22:05
da ky
/var/log/nvidia-installer.log :
http://www.rafb.net/paste/results/oea09E15.html
un po' in ritardo ma è arrivato

Inviato: gio 22 dic 2005, 22:50
da ky
ho risolto, era un problema di conflitto con il mio Composite dell' xorg.conf
- Section "DRI"
Mode 0666
EndSection
Load "dri"
#Section "Extensions"
# Option "Composite" "Enable"
#EndSection
grazie x le dritte

Inviato: ven 23 dic 2005, 20:27
da clodo
Buono, tieni presente che:
Remove the following lines:
Load "dri"
Load "GLCore"
In the Module section of the file, add the line (if it does not already exist):
Load "glx"
Perlomeno, questo è ciò che consiglia nvidia.