우분투 9.10 인텔내장 그래픽 해상도 문제 해결 법

일단 아래 사이트를 참고하시면 문제가 해결 될 것 같습니다.

https://wiki.ubuntu.com/ReinhardTartler ... riverTo2.4

며칠 삽질 끝에 해결하였습니다.

영문 해석해보면

  1. Add the following lines to your /etc/apt/sources.list:
    아시겠죠? 이 파일을 sudo 로 열어서 아래 내용을 추가해주고 저장합니다.

deb http://ppa.launchpad.net/siretart/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/siretart/ppa/ubuntu jaunty main

  1. Import the appropriate GPG key (port 11371 on your firewall must be open to use the keyserver):
    그리고 GPG 키를 임포트 시켜줍니다.

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xce90d8983e731f79

  1. Install the driver:
    드라이버를 설치합니다.

$ sudo apt-get update
$ sudo apt-get install xserver-xorg-video-intel-2.4

  1. Now you should be set. Restart X by running "sudo /etc/init.d/gdm restart" in a terminal and see if the graphics performance from intrepid is restored.
    gdm을 재시작 시켜 줍니다.

  2. Do I need to change my xorg.conf file? ==> May not work. Situation not improved without xorg.conf change??
    xorg.conf 수정해줄 필요가 있을까요? 필요 없다. xorg.conf 변화 없이 가능 하다.

xorg.conf는 굳이 만들 필요 없을 것 같습니다.
저도 현재 PC는 인텔 915칩셋 내장 보드 인데 이것으로 해결 하였습니다.
그리고 KVM 으로 PC 4대를 한 모니터로 공유해서 쓰는 지라 공유기의 해상도 까지 되는 것 같습니다.
어쨌든 800 600 의 해상도 에서는 벗어 났습니다.

안되시는 분은 그 이후의 내용을 참고 하셔서 해보시기 바랍니다.