removido
(usa Nenhuma)
Enviado em 04/05/2010 - 00:14h
1 - Ctrl+Alt+F1 # loga como usuário normal e depois digita: sudo su
2 - finaliza o GDM com:
/etc/init.d/gdm stop
3 - faz uma cópia de seu xorg.conf:
cp -a /etc/X11/xorg.conf /etc/X11/xorg-BACKUP.conf
4 - entra no diretório e instala o driver:
cd /home/seu_usuário/Desktop/
chmod +x NVIDIA-Linux-x86-195.36.24-pkg1.run
sh NVIDIA-Linux-x86-195.36.24-pkg1.run -k $(uname -r)
ou
./NVIDIA-Linux-x86-195.36.24-pkg1.run -a
Quando o instalador perguntar se deseja rodar o nvidia-xconfig, responda não (exceto se não tiver um xorg já configurado).
Caso não dê erro inicie o GDM:
/etc/init.d/gdm start
Depois faça os testes para ver se há aceleração gráfica disponível:
glxinfo | grep render
A saída é algo do tipo:
direct rendering: Yes
OpenGL renderer string: MODELO_DE_SUA_PLACA
GL_NVX_conditional_render, GL_SGIS_generate_mipmap, GL_SGIS_texture_lod,
depois teste com o glxgears:
glxgears