Autor Tópico: botoes desapareceram  (Lida 4108 vezes)

Offline k7br

  • Usuário Ubuntu
  • *
  • Mensagens: 770
  • Ubuntu 9.04
    • Ver perfil
Re: botoes desapareceram
« Resposta #15 Online: 06 de Outubro de 2007, 20:35 »
Salve!
Ou tente esses dois comandos no Terminal (Aplicações→Acessórios→Terminal )
Option         "Composite" "Enable" ↓
Código: [Selecionar]
echo -e '\nSection "Extensions"\n    Option "Composite" "Enable"\nEndSection' | sudo tee -a /etc/X11/xorg.confEnter
Option "AddARGBGLXVisuals" "True"↓
Código: [Selecionar]
sudo sed -i -e '/Section "Screen"/,/EndSection/ { s/EndSection/    Option "AddARGBGLXVisuals" "True"\nEndSection/ }' /etc/X11/xorg.confEnter

Depois reinicie o X (ambiente gráfico) Ctrl + Alt + Backspace

Boa sorte! ;)