우분투 13.04 그래픽 설치 방법좀 가리켜 주세요
그래픽카드 지포스 240GT 1GB
보통 소트프웨어 & 업데이트 -> 추가 드라이버로 설치하면 됩니다.
AMD Radeon HD 5000대부터 지원합니다.
HD2000-4000대 그래픽 카드는 xorg 1.13판을 1.12로 낮추고 13.1 드라이버를 까는 것 같은데
아직 13.04용 꾸러미는 안 보입니다. https://launchpad.net/~makson96/+archive/fglrx
[url=https://debianhelp.wordpress.com/2012/09/28/to-do-list-after-installing-ubuntu-13-04-aka-raring-ringtail-operating-system/:2knnk900]To Do List After installing Ubuntu 13.04 aka Raring Ringtail[/url:2knnk900]
Alternative ATI Video Driver PPA installation (for ≥ 5000 series cards):
[code:2knnk900]sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*
sudo apt-add-repository ppa:andrikos/ppa
sudo apt-get update
sudo apt-get install linux-headers-generic fglrx-updates
sudo aticonfig --initial
[/code:2knnk900]
And then reboot.
Alternative ATI Legacy Video Driver PPA installation for (for < 5000 series cards):
[code:2knnk900]sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*
sudo add-apt-repository ppa:makson96/fglrx
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install linux-headers-generic fglrx-legacy
sudo aticonfig --initial
[/code:2knnk900]
And then reboot.