우분투에 ATI 드라이버 설치시 질문?

kingphil의 이미지

http://bbs.kldp.org/viewtopic.php?t=58163&highlight=ATI+%B5%E5%B6%F3%C0%CC%B9%F6

위의 우분투 설치 팁을 보고 있는데요..

소스 풀어서 'make-kpkg'를 실행하라고 되어 있는데요..

아무리 봐도 make-kpkg를 찾을 수 없습니다.

어뜨케하면 ATI 드라이버를 설치 할 수 있을까요?

답변 부탁드립니다.

익명 사용자의 이미지

admin@prog:~$ make-kpkg
We do not seem to be in a top level linux kernel source directory
tree. Since we are trying to make a kernel package, that does not make
sense. Please change directory to a top level linux kernel source
directory, and try again. (If I am wrong, and this is indeed a top
level linux kernel source directory, then I have gotten sadly out of
date with current kernels, and you should upgrade kernel-package)
admin@prog:~$

make-kpkg 라는게 업는지 볼려고 터미널에서 쳐보니 저는 있는데요??? 제 생각엔 kernel-package꾸러미를 설치 않하신게 아닌가 생각되는데요???

kingphil의 이미지

ATI 설치 팁에서 아래와 같은 부분이 있는데요..

위의 명령이 수행 되었다면
/usr/src폴더에 fglrx-kernel-2.x.y_8.12.10-1+[kernelversion_arch].deb패키지가
생성되었을겁니다.

위 파일이 생성되지 않습니다.

해결 방법이 없을까요?

Prentice의 이미지

/etc/apt/sources.list에 restricted 관련 항이 있는지 확인합니다. 없으면 추가하고 sudo apt-get update해줍니다.

sudo apt-get install xorg-driver-fglrx linux-restricted-modules

sudo dpkg-reconfigure xserver-xorg를 실행하고 ati 대신에 fglrx를 선택해줍니다.

---

간단하게 설치가 끝납니다.