

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# Proton 문제를 해결하도록 로컬 시스템 설정
<a name="troubleshoot-compatibility-setup-local"></a>

 Proton은 Linux에서 Windows 애플리케이션을 실행할 수 있는 호환성 계층입니다. 따라서 테스트하고 문제를 해결할 수 있는 Ubuntu 머신이 있어야 합니다. 로컬 Ubuntu 머신이 없는 경우 Amazon EC2를 사용하여 원격 머신을 설정할 수 있습니다. 이렇게 하려면 [원격 시스템 설정](troubleshoot-compatibility-setup-remote.md) 대신의 단계를 따르세요.

## 사전 조건
<a name="troubleshoot-compatibility-setup-local-prerequisites"></a>
+ [Ubuntu 22.04 LTS](https://releases.ubuntu.com/jammy/). 설치 지침의 경우 Ubuntu의 [Ubuntu 데스크톱 설치](https://ubuntu.com/tutorials/install-ubuntu-desktop) 자습서를 사용할 수 있습니다.
+ NVIDIA GPU

## GPU 드라이버 설치
<a name="troubleshoot-compatibility-setup-local-install-gpu-drivers"></a>

 최신 GPU 드라이버를 설치하면 애플리케이션의 성능 저하 및 충돌을 방지할 수 있습니다.

 **시스템에서 사용하는 GPU 드라이버를 확인하려면** 

1.  터미널에서 다음 명령을 실행합니다.

   ```
   lshw -C display | grep driver
   ```

1.  올바른 드라이버가 설치된 경우 다음과 같은 출력 또는 이와 유사한 출력이 표시되어야 합니다. 여기서 *<gpu>*는 NVIDIA`nvidia`용입니다. `configuration: driver=<gpu> latency=0` 

**최신 NVIDIA GPU 드라이버를 설치하려면**

[NVIDIA 드라이버 설치](https://documentation.ubuntu.com/server/how-to/graphics/install-nvidia-drivers/)의 지침을 따릅니다.

## GPU 드라이버 확인
<a name="troubleshoot-compatibility-setup-local-verify-gpu-drivers"></a>

 GPU 드라이버가 설치되어 올바르게 작동하는지 확인합니다. 이를 확인하는 한 가지 방법은 터미널에서 [vkcube](https://github.com/krh/vkcube) 애플리케이션을 실행하는 것입니다.

1.  다음 명령을 사용하여 `vulkan-tools` apt 패키지를 설치합니다.

   ```
   sudo apt install -y vulkan-tools
   ```

1.  `vkcube`을(를) 실행합니다.

1.  출력 결과를 검토합니다.
   +  시스템이 올바른 GPU를 올바르게 사용하고 있는 경우 GPU 이름과 함께 다음과 비슷한 출력이 표시됩니다. `Selected GPU 0: AMD Radeon Pro V520 (RADV NAVI12), type: 2` 
   +  애플리케이션이 GPU를 올바르게 사용할 수 없는 경우 다음과 비슷한 다른 출력이 표시될 수 있습니다. `Selected GPU 0: llvmpipe (LLVM 15.0.7, 256 bits), type: 4` 

      이 경우 GPU 드라이버를 확인하고 필요한 경우 다시 설치합니다.

## 다음 단계
<a name="troubleshoot-compatibility-setup-local-next-step"></a>

 로컬 Ubuntu 시스템을 준비한 상태에서 다음 단계는 Proton을 설정하는 것입니다. 지침은 단원을 참조하십시오[Proton 문제 해결](troubleshoot-compatibility-wp-proton.md).