You need to enable JavaScript to run this app.
最新活动
大模型
产品
解决方案
定价
生态与合作
支持与服务
开发者
了解我们

Intel UHD Graphics 610核显无法识别xorg配置文件及虚拟/未连接屏幕的问题求助

Intel UHD Graphics 610核显无法识别xorg配置文件及虚拟/未连接屏幕的问题求助

各位大佬好,我最近在搭载Intel UHD Graphics 610核显的迷你主机上尝试设置虚拟显示器,遇到了棘手的问题,想请教下大家的排查思路:

我的操作步骤

  • 我尝试在两个目录下创建/编辑20-intel.conf配置文件:
    • /usr/share/X11/xorg.conf.d(该目录原本就存在其他厂商的配置文件)
    • /etc/X11/xorg.conf.d
  • 配置文件中添加的内容如下:
Section "Device"
Identifier "intelgpu0"
Driver "intel"
Option "VirtualHeads" "1"
EndSection

遇到的问题

但我怀疑系统或驱动根本没有读取这个配置文件,因为xrandr的输出完全没有识别到虚拟或未连接的屏幕:
执行xrandr命令后的输出:

Screen 0: minimum 16 x 16, current 1920 x 1080, maximum 32767 x 32767
XWAYLAND0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1920x1080     59.96*+
1440x1080     59.99
(后续还有大量分辨率选项,但底部没有任何虚拟/未连接设备的信息)

这里完全看不到VIRTUAL1甚至DVI这类设备,我当前使用的是DP接口,但它仅显示为SCREEN 0。

已确认的信息

不过看起来驱动是正确加载的,也能识别到UHD 610核显:
执行glxinfo -B命令后的输出:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel (0x8086)
Device: Mesa Intel(R) UHD Graphics 610 (WHL GT1) (0x3ea1)
Version: 22.2.5
Accelerated: yes
Video memory: 7795MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2

我是个刚接触Linux的新手,实在不知道下一步该怎么排查了,希望各位能给一些建议,非常感谢!

备注:内容来源于stack exchange,提问作者Wahoowa

火山引擎 最新活动