짜증나게 다른 사람들은 다 설치 제대로 됬는데 나만 해상도 800*600 으로 밖에 안되구..
하루종일 검색만 아주..
다음 사이트에 친절하게 소개되어 있다.
https://wiki.ubuntu.com/ReinhardTartler/X/RevertingIntelDriverTo2.4
간단하게 해결했다.
1. Add the following lines to your /etc/apt/sources.list:
deb http://ppa.launchpad.net/siretart/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/siretart/ppa/ubuntu jaunty main
2. Import the appropriate GPG key (port 11371 on your firewall must be
open to use the keyserver):sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xce90d8983e731f793. Install the driver:
$ sudo apt-get update $ sudo apt-get install xserver-xorg-video-intel-2.44. Restart X by running "sudo /etc/init.d/gdm restart" in a terminal
and see if the graphics performance from intrepid is restored.