Arrange Multiple Desktops
Tofloor
poster avatar
nillix
deepin
2016-08-30 00:38
Author
Hi there,

I have a problem configuring multiple Desktops. I have installed deepin OS 15.2 on an ThinkPad and use two external monitors with a dockingstation. However it is possible to detect and use them, but I cannot rearrange them so that I can determine which monitor is in which position.

At the moment I have to move the mouse to the right to get to my laptop screen on the left.

It is not possible to move the screens in the settings, like it is possible within gnome or windows systems.

I tried to use the deepin user feedback, but was not able to send the message.

Hope someone can help me.

Thanks in advance!


Reply Favorite View the author
All Replies
kayoo
deepin
2016-08-30 04:27
#1
could you give the output :

  1. xrandr -q
Copy the Code


it will list your screen.
Afterthat,you should be able to identified and switch with :

  1. xrandr --right-of="xxxxx"  and --left-of="xxxxx"
Copy the Code
Reply View the author
kayoo
deepin
2016-08-30 04:29
#2
For exemple :
  1. randr --output LVDS --left-of VGA
Copy the Code
Reply View the author