Page 2 of 2
Re: Dual screen support?
Posted: 18. Feb 2012, 17:49
by NickC
gapan wrote:That's the one. If only one screen shows up in there, then something else is wrong. What is the output of
?
xrandr lists two screens, DP-1 & DP-2
but Settings -> display lists only one screen: Screen 1
Re: Dual screen support?
Posted: 18. Feb 2012, 17:57
by gapan
Strange. That should show the same. Install lxrandr and try that instead.
Re: Dual screen support?
Posted: 23. Feb 2012, 09:59
by NickC
gapan wrote:Strange. That should show the same. Install lxrandr and try that instead.
Like the output from xrandr, lxrandr sees two screens and allows the resolutions to be set individually. However it does not have any options to use the two screens as one desktop, they are just mirrored and no option to do anything else.
Re: Dual screen support?
Posted: 23. Feb 2012, 14:09
by gapan
Yes, you're right, lxrandr doesn't support that apparently. I thought it did, sorry.
Open sourcery and install arandr. That will do it. Make sure you refresh the slackbuild cache if you don't find the package in the list at first.
Re: Dual screen support?
Posted: 23. Feb 2012, 15:19
by NickC
xrandr output:
Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 8192 x 8192
DP-1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 375mm x 301mm
1280x1024 60.0*+ 75.0
1024x768 75.1 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 72.8 75.0 66.7 60.0
720x400 70.1
DP-2 connected 1280x1024+1280+0 (normal left inverted right x axis y axis) 375mm x 301mm
1280x1024 60.0*+ 75.0
1280x960 75.0 70.0 60.0
1152x864 75.0 70.0 60.0
1024x768 75.1 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 72.8 75.0 66.7 60.0
720x400 70.1
Re: Dual screen support?
Posted: 23. Feb 2012, 15:45
by NickC
gapan wrote:Yes, you're right, lxrandr doesn't support that apparently. I thought it did, sorry.
Open sourcery and install arandr. That will do it. Make sure you refresh the slackbuild cache if you don't find the package in the list at first.
Thats it works fine, thanks.