编辑/更新

编辑/更新

我最近正在尝试创建虚拟监视器这个脚本并将它们传输到我的 iPad 上以扩展我的显示范围。我成功了,但后来我发现我无法通过 HDMI 将笔记本电脑连接到显示器。

采取的步骤

  • 我尝试过使用不同的 HDMI 线和不同的显示器
  • 我尝试过取消注释 WaylandEnable=false/etc/gdm3/custom.conf重新启动
  • 我尝试过跑步 sudo ubuntu-drivers autoinstall以及sudo apt update && sudo apt upgrade重新启动
  • 我尝试过跑步 xrandr --output HDMI1 --off; xrandr --output HDMI1 --auto --left-of eDP1

其他信息

Ubuntu 22.10 x86_64
CPU:Intel i7-7700HQ (8) @ 3.8
GPU:Intel HD Graphics 630
GPU:NVIDIA GeForce GTX 1060 M

输出xrandr -q

$ xrandr -q
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 340mm x 190mm
   1920x1080     60.00*+  59.93  
   1680x1050     59.95    59.88  
   1400x1050     59.98  
   1600x900      60.00    59.95    59.82  
   1280x1024     60.02  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1368x768      60.00    59.88    59.85  
   1280x800      59.81    59.91  
   1280x720      59.86    60.00    59.74  
   1024x768      60.00  
   1024x576      60.00    59.90    59.82  
   960x540       60.00    59.63    59.82  
   800x600       60.32    56.25  
   864x486       60.00    59.92    59.57  
   640x480       59.94  
   720x405       59.51    60.00    58.99  
   640x360       59.84    59.32    60.00  
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
VIRTUAL2 disconnected (normal left inverted right x axis y axis)

eDP1是我的笔记本电脑显示屏,HDMI1我认为我的外接显示器会是这样,尽管我只是在它成为问题后才开始深入研究,所以我不确定。


任何有关此问题的帮助将不胜感激。感谢您的时间。


编辑/更新

我重新安装了 Ubuntu,现在我可以连接到显示器,但我从未发现最初的问题

相关内容