小编Šim*_*ner的帖子

无法将虚拟显示器添加到 Xorg

我一直在尝试使用 Xorg 设置虚拟显示器,但xrandr.

这似乎被完全忽略了:

Section "Device"
        Identifier "Device1"
        Driver     "intel"
        Option     "VirtualHeads" "1" 
EndSection
Run Code Online (Sandbox Code Playgroud)

眼镜:

  • 操作系统:Debian 测试(Bullseye)
  • Nvidia 专有驱动程序版本:440.82
  • CPU:Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz

lspci

xrandr --详细

xorg.log

xorg.conf

我也尝试将其添加到但xorg.conf没有成功(我Device1也尝试过):

Section "Screen"
     Identifier      "VirtualScreen0"
     Device          "Device0"
     SubSection "Display"
            Virtual         1600 900
     EndSubSection
EndSection
Run Code Online (Sandbox Code Playgroud)

原因:我想使用 VNC 将笔记本电脑用作第二台显示器。

我花了半天时间试图解决这个问题,但没有成功。我感觉我已经尝试了一切。有谁知道如何让它工作吗?

非常感谢。

xorg xrandr nvidia proprietary-drivers

6
推荐指数
1
解决办法
7996
查看次数

标签 统计

nvidia ×1

proprietary-drivers ×1

xorg ×1

xrandr ×1