我最近在这里问了另一个问题,关于在嵌套 X 会话中使用 Xephyr 运行 Steam 游戏的问题。我认为现在我已经将问题缩小到 X 服务器未启用 DRI。
命令
xdpyinfo | grep DRI
没有显示任何内容。
在我的主显示屏上,它同时显示 DRI 2 和 DRI 3。
另一方面,glxinfo
显示:
name of display: :1
display: :1 screen: 0
direct rendering: Yes
我在 Ubuntu 20.04 全新安装上使用带有 i7 3770k cpu 的 RX480 gpu。
我的xorg.conf
是:
10-amdgpu.conf
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
Option "DRI" "3"
EndSection