I have two monitors, one is DELL P2411H 24” and the other is BenQ FP91G+ 19". All the times when I restart the PC I have to reconfigure the absolute position. How can I fix that?
I have two monitors, one is DELL P2411H 24” and the other is BenQ FP91G+ 19". All the times when I restart the PC I have to reconfigure the absolute position. How can I fix that?
I fixed this by editing the monitors.xml file in your .config folder. You can see a more detailed description with example here...Ubuntu 11.10 dual monitor set up instructions
But briefly you can try this:
<x>0<x>
and<y>0<y>
.This will hopefully fix it for you too.
I have a solution that works in my case:
It is only after doing it twice, with AMD app. and default app. that my settings stay.
Note that I add the pictures of icon because I m not sure of the name of the application in english, most of the time a good picture is better than a good explication.
AND you better check the content of your
~/.config/monitors.xml
file after that to avoid to get several configurations saved in this file.See instructions for how to configure lightdm to run a script before the login screen appears and/or desktop session starts here and here.
One improvement that you could do over the previously mentioned instructions is to change the script so that the xrandr command is executed only when your external monitor is connected (in case you have an external monitor attached to a laptop). Mine looks something like this:
The command after the && is executed only if the HDMI cable is plugged in.
xrandr
does the trick perfeclty !How to change monitor position/navigation?