dconf write /org/gnome/settings-daemon/plugins/xrandr/active true
아무 것도하지 않았고, arandr는 나에게 이해할 수없는 것처럼 보였다. 당신이 달리 stymied 경우, xrandr 시도해 볼 가치가 있습니다. 설명서는 여기에 있습니다 : http://www.thinkwiki.org/wiki/Xorg_RandR_1.2#First_discover_what_we_have
그리고 나는 이것을함으로써 이것을 고칠 수 있었다 :
xrandr --current
xrandr --output VGA1 --off
xrandr --output VGA1 --auto --right-of LVDS1
이것들을 설명하겠습니다 :
첫 번째 명령은 내가 연결된 디스플레이를 확인하는 것입니다.
$ xrandr --current
Screen 0: minimum 320 x 200, current 3200 x 1080, maximum 8192 x 8192
LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 261mm x 163mm
1280x800 60.0*+
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 connected 1920x1080+1280+0 (normal left inverted right x axis y axis) 509mm x 286mm
1920x1080 60.0*+
1280x1024 60.0
1440x900 59.9
1280x800 59.8
1152x864 75.0
1024x768 70.1 60.0
800x600 60.3 56.2
640x480 66.7 60.0
720x400 70.1
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
외부 데이터가 많이 있지만 두 디스플레이의 이름 만 있으면됩니다. 내가 참조:
LVDS1 connected
과
VGA1 connected
그리고 VGA가 외부 모니터라고 가정하는 것이 안전하다고 생각합니다. 그럼 끄고
xrandr --output VGA1 --off
다시 다시
xrandr --output VGA1 --auto --right-of LVDS1
커서를 랩톱 화면의 오른쪽 가장자리로 옮기면 외부 모니터에 나타납니다. 성공.