https://leedaeeun.tistory.com/108

 

리눅스에서 스타크래프트 리마스터 설치하기 (베틀넷 이용 가능)

1. Lutris에 가서 본인 리눅스에 맞게끔 프로그램을 설치한다. ※우분투의 경우에는 터미널 창에 이렇게 입력합니다. sudo add-apt-repository ppa:lutris-team/lutris sudo apt update sudo apt install lutris 2. 그런 다음

leedaeeun.tistory.com

우분투 22.04에서는 위 글대로 그대로 따라하면 되는데,

우분투 23.04에서는 Vulkan이 어쩌고 저쩌고 하면서 lutris 실행할 때 에러가 납니다.

 

https://github.com/lutris/docs/blob/master/InstallingDrivers.md

 

해결법을 찾다가 위 글을 보고 해결했습니다.

 

엔비디아 그래픽카드의 경우 다음과 같은 명령어를 터미널에서 실행해주면 됩니다.

 

sudo add-apt-repository ppa:graphics-drivers/ppa && sudo dpkg --add-architecture i386 && sudo apt update && sudo apt install -y nvidia-driver-515 libvulkan1 libvulkan1:i386

+ Recent posts