HDMI2VGA 转换器 - xrandr 无法检测到已连接的 VGA 显示器

HDMI2VGA 转换器 - xrandr 无法检测到已连接的 VGA 显示器

我有一个 HDMI2VGA 转换器,连接到我的笔记本电脑(HDMI)和我的显示器(VGA)。

xrandr 显示 HDMI 已断开连接,因此我无法激活它(从标准用户的角度来看)。我成功使用 xrandr 命令激活了显示器以设置输出,但由于系统未检测到显示器,因此模式质量较差。

我认为操作系统没有检测到显示器,因为它位于适配器后面。

问题是:

  1. 我该怎么做才能让我的母亲(我的标准用户)从笔记本电脑屏幕切换到显示器或在 HDMI 显示器上扩展桌面?
  2. 我该怎么做才能获得高质量的输出?(显示器工作正常,我通过其他电脑上的 VGA 连接器使用它)

以下是一些数据:

uname -a
Linux dhcppc2 4.14.8-300.fc27.x86_64 #1 SMP Wed Dec 20 19:00:18 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

(这发生在我的 Fedora 机器和我妈妈的 Linux Mint 笔记本上)

sudo lshw -c video
  *-display:0               
       description: VGA compatible controller
       product: Mobile 4 Series Chipset Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 09
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:16 memory:fe400000-fe7fffff memory:d0000000-dfffffff ioport:cc00(size=8) memory:c0000-dffff
  *-display:1 UNCLAIMED
       description: Display controller
       product: Mobile 4 Series Chipset Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2.1
       bus info: pci@0000:00:02.1
       version: 09
       width: 64 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: latency=0
       resources: memory:fe800000-fe8fffff

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)

xrandr -q
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
LVDS-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 310mm x 174mm
   1366x768      60.10*+
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   800x600       60.00    60.32    56.25  
   700x525       59.98  
   640x512       60.02  
   640x480       60.00    59.94  
   512x384       60.00  
   400x300       60.32    56.34  
   320x240       60.05  
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
   1366x768      60.10  
   1024x768      60.04  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
   1366x768      60.10  
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)

(HDMI 输出中的模式是我通过命令行添加的模式)

我运行来激活监视器的命令是:

xrandr --addmode HDMI-1 1366x768
xrandr --output HDMI-1 --mode 1366x768 --left-of LVDS-1

该适配器有一个 HDMI 输入、一个 USB 连接器(用于获取电源)、一个视频 VGA 模拟输出、一个音频输出。

相关内容