我在 Manjaro Linux 上使用該video-intel
驅動程序,但我的第二台顯示器黑屏;當我連接它時,它只是說“進入省電模式”。我在 Linux Mint 17.3 上使用了同一台筆記型電腦,並且可以毫無問題地連接多個顯示器,因此我認為問題與 Manjaro 的 Intel 驅動程式有關(mhwd
在安裝 Manjaro 時確實遇到了一些問題)。
我嘗試使用arandr
配置兩個顯示器。第二個顯示器出現,但當我嘗試應用或儲存配置時,我得到:
XRandR failed: XRandR returned error code 1: xrandr: cannot find mode None
當我使用 進行測試時,第二台顯示器似乎顯示為連接xrandr -q
。這是下面的輸出(HDMI1):
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) 310mm x 170mm
1920x1080 60.00 + 40.00
1400x1050 59.98
1600x900 60.00
1280x1024 60.02
1280x960 60.00
1368x768 60.00
1280x720 60.00
1024x768 60.00
1024x576 60.00
960x540 60.00
800x600 60.32 56.25
864x486 60.00
640x480 59.94
720x405 60.00
640x360 60.00
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 connected (normal left inverted right x axis y axis)
1920x1200 59.95 +
1920x1080 60.00 50.00 59.94 30.00 25.00 24.00 29.97 23.98
1920x1080i 60.00 50.00 59.94
1600x1200 60.00
1280x1024 75.02 60.02
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
800x600 75.00 60.32
720x576 50.00
720x576i 50.00
720x480 60.00 59.94
720x480i 60.00 59.94
640x480 75.00 60.00 59.94
720x400 70.08
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
1920x1080 (0x49) 138.659MHz +HSync -VSync
h: width 1920 start 1968 end 2000 total 2080 skew 0 clock 66.66KHz
v: height 1080 start 1083 end 1088 total 1111 clock 60.00Hz
答案1
就我而言,當透過安裝核心 4.10 時,問題得到解決LTS 支援堆疊,另請參見此處:
https://askubuntu.com/q/938368/275762。
但之後,問題又出現了。由於我遇到了另一個問題,我使用主線建置安裝了核心 4.15。看:
https://wiki.ubuntu.com/Kernel/MainlineBuilds?action=show&redirect=KernelMainlineBuilds
這又讓我的外接顯示器正常運作了。
答案2
在 YouTube 上觀看此影片後,我找到了問題的解決方案 https://youtu.be/jD8Wu33fOec
這是我使用的具體命令:
xrandr --output HDMI1 --auto --output HDMI1 --auto --right-of eDP1
andbusiness特定於您的系統,用於HDMI1
驗證系統的顯示輸出。eDPI
xrandr -q