우선 gedit로 /etc/X11/xorg.conf 파일의 맨 마지막에 다음을 추가한다.
$ sudo gedit /etc/X11/xorg.conf
Section “Extensions”
Option “Composite” “0”
EndSection
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 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 그래픽카드 설정하기