집에있을 때 사용하는 비디오 출력이 2 개인 랩탑이 있습니다 (HDMI1, VGA1). 그것들을 가능하게하기 위해 나는 이것을한다 :
xrandr --output HDMI1 --right-of LVDS1 --auto
xrandr --output LVDS1 --off
xrandr --output VGA1 --right-of HDMI1 --auto
일하러 가고 싶을 때 랩탑을 가져 가지만 먼저 다음을 실행합니다.
xrandr --output VGA1 --off
xrandr --output LVDS1 --left-of HDMI1 --auto
xrandr --output HDMI1 --off
그런 다음 랩톱 디스플레이가 정상적으로 작동합니다.
내가 겪고있는 문제는 때로는 컴퓨터를 작동시키기 전에 두 화면을 비활성화하는 것을 기억하지 못한다는 것입니다. 내가 도착했을 때, 나는 다양한 조합을 시도 --output
하고를 --off
하지만 내 화면이 다시 사용할 수 없습니다.
이것은 xrandr
아무것도 표시하지 않고 실행되는 결과 입니다.
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 8192 x 8192
LVDS1 connected (normal left inverted right x axis y axis)
1366x768 60.0 +
1024x768 60.0··
800x600 60.3 56.2··
640x480 59.9··
VGA1 disconnected 1920x1080+1920+0 (normal left inverted right x axis y axis) 0mm x 0mm
HDMI1 disconnected 1920x1080+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
DP1 disconnected (normal left inverted right x axis y axis)
1920x1080 (0x4c) 148.5MHz
h: width 1920 start 2008 end 2052 total 2200 skew 0 clock 67.5KHz
v: height 1080 start 1084 end 1089 total 1125 clock 60.0Hz
내가 시도한 거의 모든 명령은 다음을 반환합니다.
xrandr: Configure crtc 2 failed
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 21 (RRSetCrtcConfig)
Serial number of failed request: 40
Current serial number in output stream: 40
두 모니터가 CRTC를 포기하지 않는 것과 같습니다. 하드웨어가 2 만 지원하기 때문에 모니터를 연결하고 비활성화 할 때까지 잠겨 있습니다.