前言
要在Linux上玩游戏首先需要显卡驱动,然后则是运行库
DXVK是Direct3D图形库基于Vulkan的兼容层,使用它可改进性能,但必须有显卡驱动和Vulkan依赖
下载安装Lutris程序
1 | wget https://download.opensuse.org/repositories/home:/strycore/Debian_10/amd64/lutris_0.5.6_amd64.deb |
安装驱动和运行库
1 | # 由于暴雪战网是32位程序需要启用系统32位支持 |
Gnome全局使用Nvidia显卡
- 获取显卡的PCI端口号,如下的0:2:0和1:0:0
1 | leux@K680:~$ lspci |
- 使系统默认使用xorg而不是wayland
1 | # 编辑 /etc/gdm3/daemon.conf 去掉下面行的注释 |
- 使Gnome启动后自动调用Nvidia显卡
1 | # /usr/share/gdm/greeter/autostart/optimus.desktop |
- 把如下内容添加到
/etc/X11/xorg.conf
后重启
1 | Section "ServerLayout" |
其他问题
1 | # 安装Wine的依赖及中文字体显示 |