You are not logged in.
Pages: 1
Hello, lately I've had some problem with my dual screen setup. When i try to drag a window from the left screen to the right one it didn't work as i expected ( Instead of transferring the window by the right screen edge it works on the left one;shortly it works on the contrary it should )
I've already tried to create the file 10-monitor.conf (path : /etc/X11/xorg.conf.d/10-monitor.conf ) but it didn't work
This is the content of the file 10-monitor.conf :
Section "Monitor"
Identifier "DP-2"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "DP-4"
Option "RightOf" "DP-2"
EndSection
Offline
Instead of transferring the window by the right screen edge it works on the left one;shortly it works on the contrary it should
We're gonna need an english version of this ;-)
(Does it mean the window stays on the same output but warps to the other edge?)
What's the output of "xrandr -q" and "loginctl session-status"?
Offline
Pages: 1