View previous topic :: View next topic |
Author |
Message |
jlmunix n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Sep 2009 Posts: 3
|
Posted: Thu Nov 05, 2015 4:35 pm Post subject: Cinnamon three monitors maximize in one |
|
|
Hi all,
I have been trying to configure my three monitors with cinnamon, the problem is that when I maximize a window it maximize over all three monitors.
What I want is to maximize a window in each monitor.
I'm running an NVIDIA card:
Code: |
03:00.0 VGA compatible controller: NVIDIA Corporation GM107GL [Quadro K2200] (rev a2)
|
I tried by using xinerama but when I enable it, Cinnamon keeps crashing all the time. I have tried several configurations in the xorg file with no success.
Tried also compiz, but is very incompatible with cinnamon, the windows manager works fine but the desktop enviroment is not fully functional.
Does anybody know what can I do?
Regards. _________________ I love you Gentoo! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Roman_Gruber Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 03 Oct 2006 Posts: 3846 Location: Austro Bavaria
|
Posted: Fri Nov 06, 2015 1:46 pm Post subject: |
|
|
It depends on
a) gpu driver => binary vs open source one
b) xorg configuration => see step a)
c) desctop environment
all these have some sort of interaction and prioritization on how they work
--
may be done achieved
Quote: | xrandr is an official configuration utility to the RandR X Window System extension. It can be used to set the size, orientation or reflection of the outputs for a screen. For configuring multiple monitors see the Multihead page. |
https://wiki.archlinux.org/index.php/Xrandr
Quote: | For configuring multiple monitors see the Multihead page. |
depending on your desctop environment you may be able to write rules for some applications or create some shortcuts for such things. i3wm can do such things for example. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
krinn Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/gallery/Blade Runner/movie_blade_runner_howl.gif)
Joined: 02 May 2003 Posts: 7470
|
Posted: Fri Nov 06, 2015 2:08 pm Post subject: Re: Cinnamon three monitors maximize in one |
|
|
jlmunix wrote: |
I tried by using xinerama but when I enable it, Cinnamon keeps crashing all the time. I have tried several configurations in the xorg file with no success.
Tried also compiz, but is very incompatible with cinnamon, the windows manager works fine but the desktop enviroment is not fully functional.
Does anybody know what can I do? |
Basically only two choices:
- Xinerama
- 3 screens handle by the same card
http://us.download.nvidia.com/XFree86/Linux-x86_64/358.09/README/configmultxscreens.html
You should not use xinerama (the xorg module) that the drivers themselves emulate/handle with TwinView, but use the xinerama useflag that will enable your Window manager to use Xinerama feature. got it? (xinerama in xorg off, xinerama useflag on). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|