Placa "NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)"
Instalei através do synaptic o driver nvidia-glx-legacy, depois habilitei o uso do driver...
fui no terminal e dei o comando:
niel@niel-desktop:~$ glxinfo | grep direct
direct rendering: Yes
Editei o xorg.conf
como tinha lindo num tutorial, comentei a Linha Busid "PCI:1:0:" e adicionei as linhas:
# Busid "PCI:1:0:0"
Option "AddARGBGLXVisuals" "True"
Option "TripleBuffer" "True"
Option "RenderAccel" "True"
ficou assim:
Section "Device"
Identifier "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
Driver "nvidia"
# Busid "PCI:1:0:0"
Option "Logo" "True"
Option "AddARGBGLXVisuals" "True"
Option "TripleBuffer" "True"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Agora vem o problema =( Quando tento ativar os Efeitos Visuais em "Preferência de Aparência > Efeitos Visuais", tanto o Normal quanto o Extra, aparece a seguinte mensagem:
"Desktop effects could not be enabled"
pelo terminal tentei o seguinte:
niel@niel-desktop:~$ compiz
Checking for Xgl: not present.
Detected PCI ID for VGA: Flags: bus master, VGA palette snoop, fast devsel, latency 0
01:00.0 0300: 10de:002d (rev 15) (prog-if 00 [VGA])
Checking for texture_from_pixmap: not present.
Trying again with indirect rendering:
Checking for texture_from_pixmap: not present.
aborting and using fallback: /usr/bin/metacity
quando ou o comando:
niel@niel-desktop:~$ sudo nvidia-glx-config enable
Error: your X configuration has been altered.
This script cannot proceed automatically. If you believe that this
not correct, you can update the md5sum entry executing the following
command:
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum
otherwise edit manually /etc/X11/xorg.conf to change the Driver section
from nv to nvidia.
pelo que entendi é pra fazer alterações no xorg.conf, trocar o "nv" por "nvidia", mas isso eu já fiz. =(
Alguem sabe resolver esse problema? ou será q minha placa não suporta esses efeitos?!