Non riesco ad abilitare il 3d e GLX con nVidia 6200 Turbocache su Ubunru 9.04
Inviato: giovedì 21 maggio 2009, 19:33
Salve ragazzi premetto che sono un pivello del mondo UNIX,
ho provato ad installare la 9.04 e inizialmente credevo era tutto ok, ma poi mi sono accordo che i driver delal scheda video che avevo installato (la versione 180) non avevano attivato le funzioni di 3D Glx e openGL allora mi sono messo a smanettare finche il pc non ripartiva più ed ho dovuto riformattare. Poi ho installato envyng e ha rifatto tutto da capo in automatico, ma sempre che le funzioni 3d (come compiz) non vanno.
se faccio glxinfo | grep "direct rendering" mi dà:
posto di seguito anche il mio Xorg.conf
Inoltre se entro nel menu Sistema->Amministrazione-> NVIDIA X server setting alla pagina GLX mi dice:
"Fail to query the GLX server vendor."
Che cosa posso fare? Grazie
ho provato ad installare la 9.04 e inizialmente credevo era tutto ok, ma poi mi sono accordo che i driver delal scheda video che avevo installato (la versione 180) non avevano attivato le funzioni di 3D Glx e openGL allora mi sono messo a smanettare finche il pc non ripartiva più ed ho dovuto riformattare. Poi ho installato envyng e ha rifatto tutto da capo in automatico, ma sempre che le funzioni 3d (come compiz) non vanno.
se faccio glxinfo | grep "direct rendering" mi dà:
Codice: Seleziona tutto
Error: couldn't find RGB GLX visual or fbconfigCodice: Seleziona tutto
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
"Fail to query the GLX server vendor."
Che cosa posso fare? Grazie