Ubuntu 18에서 라데온 RX 580 GPU 드라이버 설치
페이지 정보
작성자 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 에필로그 댓글 0건 조회 2,060회 작성일 22-06-02 21:11본문
1. 32bit 호환 적용
sudo dpkg --add-architecture i386
2. 드라이버 다운로드, *파일 버전은 다를 수 있다.
wget --referer http://support.amd.com/ https://www2.ati.com/drivers/linux/amdgpu-pro-18.20-673703-ubuntu-18.04.tar.xz
3. 압축 해제
tar -xJvf amdgpu-pro-18.20-673703-ubuntu-18.04.tar.xz
4. 설치
cd amdgpu-pro-18.20-673703-ubuntu-18.04 sudo ./amdgpu-pro-install -y --opencl=legacy dpkg -l amdgpu-pro
5. 패키지 추가
sudo add-apt-repository ppa:oibaf/graphics-drivers
6. 업데이트
sudo apt-get update sudo apt update && sudo apt -y upgrade
7. 환경 설정, sudo vi /etc/X11/xorg.conf
Section "Device"
EndSectionIdentifier "AMDGPU"
Driver "amdgpu"
Option "AccelMethod" "glamor"
Option "DRI" "3"
8. 재부팅
sudo reboot
댓글목록
등록된 댓글이 없습니다.