Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extended desktop in Linux

My goal is to have an extended desktop like in windows. Linux only uses my second monitor as a mirror, which is useless. I have searched a lot on google and SO for a way to get this right. I want linux to use both my monitors for one extended desktop, not as a mirror. As of yet I have not found out how to do this. Any help appreciated, thanks.

like image 772
Leo Avatar asked Sep 11 '13 09:09

Leo


People also ask

What is extended desktop?

With extended desktop mode, you can get a larger Windows* desktop area spanning multiple displays. You can move applications from one display to the other. All Intel® graphics products support extended desktop mode across two displays.

What is the difference between duplicate desktop and extend desktop?

Duplicated – The desktop is duplicated (including resolution) on more than one display. This setup can be useful for running demos and presentations. Extended – The desktop is extended across multiple displays. Each extended display has its own unique desktop area (including screen resolution and refresh rate).


1 Answers

xrandr --output VGA2 --right-of VGA1

You get xrandr help if the first option is misspelled.

like image 74
LAMurakami Avatar answered Oct 10 '22 21:10

LAMurakami