Greeting all, just installed Ubuntu 16.04 LTS my PC use a intel graphic display with two monitors. But I can't detect the second monitor.
xrander output:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
VGA1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
1920x1080 60.00*+
1680x1050 59.95
1600x900 60.00
1280x1024 75.02 60.02
1440x900 59.89
1280x800 59.81
1152x864 75.00
1280x720 60.00
1024x768 75.08 70.07 60.00
832x624 74.55
800x600 72.19 75.00 60.32 56.25
640x480 75.00 72.81 66.67 60.00
720x400 70.08
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
xrandr output with two monitors:
Screen 0: minimum 8 x 8, current 3200 x 1080, maximum 32767 x 32767
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected 1280x1024+1920+0 (normal left inverted right x axis y axis) 0mm x 0mm
1280x1024 75.02*
VGA1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
1920x1080 60.00*+
1680x1050 59.95
1600x900 60.00
1280x1024 75.02 60.02
1440x900 59.89
1280x800 59.81
1152x864 75.00
1280x720 60.00
1024x768 75.08 70.07 60.00
832x624 74.55
800x600 72.19 75.00 60.32 56.25
640x480 75.00 72.81 66.67 60.00
720x400 70.08
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
Any advise?
xrandr
. Edit your answer to include the output of this command. – Organic Marble May 16 '16 at 18:34xrandr --output VGA-0 --left-of DVI-0 --primary
. This moves the image on VGA to the left of the DVI image and sets it as the primary monitor. – Organic Marble May 16 '16 at 19:36xrandr --addmode HDMI1 1280x800 xrandr --output HDMI1 --mode 1280x800 --right-to VGA1
Is there any automatclly way on doing this? I do not want to do it everytime I'm rebooting
– user544735 May 16 '16 at 19:41