Para minha DELL Latitude C600, tive apenas que seguir esta postagem :
Não tenho certeza sobre as diferenças de distribuição, mas isso funcionou para mim no Xubuntu 8.10 com o mesmo hardware. Infelizmente, ele não é capaz de reproduzir os jogos mais recentes e melhores do que eu pude ler: no entanto, eu estava feliz em finalmente fazê-lo funcionar em todos os lugares que eu escaneei e como está por toda a web por semanas. Eu ainda sou relativamente novo em tudo isso e não tenho nenhuma intenção de reverter para o Windows especialmente agora. Acabei de encontrar este tópico dos fóruns do Ubuntu . O último post é o que me deu a dica. Antes disso, eu estava tentando configurar manualmente o
xorg.conf
, que supostamente não é lido no Xubuntu 8.10. De qualquer forma, aqui estão alguns comandos para executar primeiro.Isso é exatamente o que eu fiz
sudo apt-get remove --purge fglrx* sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon sudo apt-get install xserver-xorg-video-ati sudo dpkg-reconfigure -phigh xserver-xorg
Em seguida, faça o backup de seu
xorg.conf
, localizado em/etc/X11/xorg.conf
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
Em seguida, editei o arquivo
xorg.conf
localizado em/etc/X11/xorg.conf
para ficar assimsudo -H gedit /etc/X11/xorg.conf # 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 "Module" Load "i2c" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "Device" Identifier "ATI Technologies Inc. Rage Mobility M3 AGP 2x" Driver "ati" BusID "PCI:1:0:0" VideoRam 8192 Option "AgpMode" "2" Option "EnablePageFlip" "true" Option "Accel" "true" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 28-70 VertRefresh 43-60 EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc. Rage Mobility M3 AGP 2x" Monitor "Generic Monitor" DefaultDepth 16 EndSection Section "DRI" Mode 0066 EndSection # # #Section "Device" # Identifier "Configured Video Device" #EndSection # #Section "Monitor" # Identifier "Configured Monitor" #EndSection # #Section "Screen" # Identifier "Default Screen" # Monitor "Configured Monitor" # Device "Configured Video Device" #EndSection # #
Salve o arquivo e reinicie
Se você acabou de copiar e colar o arquivo xorg.conf acima, você deve ter inicializado com uma resolução de 1024x768 e se você executar
glxinfo
no terminal, a renderização direta deve dizeryes
minhas engrenagens glx estavam em 420 em 5 segundos quando eu comecei este projeto duas semanas atrás e cerca de 1 hora atrás eu terminei com as instruções descritas (eu acabei de encontrá-los um pouco antes que não demorei duas semanas para seguir eles)
$ glxgears 3571 in 5 seconds