태그:             

우선 gedit로 /etc/X11/xorg.conf 파일의 맨 마지막에 다음을 추가한다.

$ sudo gedit /etc/X11/xorg.conf
Section “Extensions”
                Option “Composite” “0”
EndSection

다음 ATi 드라이버를 설치한다.

$ sudo apt-get update
$ sudo apt-get install linux-restricted-modules-$(uname -r)
$ sudo apt-get install xorg-driver-fglrx
$ sudo depmod -a

$ sudo aticonfig –initial
$ sudo aticonfig –overlay-type=Xv

aticonfig –initial 명령은 /etc/X11/xorg.conf에서 “Device” 섹션에서 “ati”를 “fglrx”로 고치는 것이다.

이제 재부팅하고 3D 확인하면 된다.

그래픽카드의 3D 확인 방법

$ glxinfo | grep direct

관련글

우분투리눅스에서 ATi 그래픽카드 설정하기

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다