When I maximize the window maximizes to both monitors and not to only one monitor, which is not what I want
Relevant parts of my xorg.conf
In .xinitrc
Any advise ? Xinerama , twin view etc ...
Relevant parts of my xorg.conf
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
EndSection
Section "Device"
Identifier "Card0"
Option "AccelMethod" "EXA"
BusID "PC:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
In .xinitrc
Code:
xrandr --output HDMI-1 --mode 1600x1000 --primary --output DVI-D-1 --mode 1600x900 --right-of HDMI-1
exec startlxde
Any advise ? Xinerama , twin view etc ...