After I upgraded my kernel into 3.6.2, I found some error with my VGA driver. You can check it out here (install kernel). There are some glitches on the text that so annoying for me :( So I think installing AMD Proprietary driver is the solution, but the installation was not successful, and my display driver restored to VESA that just support 1024 x 786.
After restore xorg.conf from the backup file, the default driver ran again, but it's not powerful at all. So, my solution is to re install the Galium 0.4 driver again, so here the steps :
- sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon (delete all files that contain ATI's drivers)
- sudo apt-get install xserver-xorg-video-ati xserver-xorg-video-radeon (redownload AMD Radeon standard driver)
- sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core (reinstall vesa library)
- sudo dpkg-reconfigure xserver-xorg (re-configuring xorg)
No comments:
Post a Comment