#785111 xfce4-settings: Resolutions for different monitors is forgotten

Package:
xfce4-settings
Source:
xfce4-settings
Description:
graphical application for managing Xfce settings
Submitter:
Marcelo Lacerda
Date:
2015-06-11 04:39:03 UTC
Severity:
normal
#785111#5
Date:
2015-05-12 12:58:43 UTC
From:
To:
Dear Maintainer,

After jessie upgrade every time I start a new session(log out and
login) the monitor resolutions are all wrong.

Every day I have to set the correct resolutions (1440x900 and
1600x900) but after rebooting, on the next day, the resolutions are
all set to 1152x864.

#785111#10
Date:
2015-05-12 18:30:06 UTC
From:
To:
control: tag -1 moreinfo

So when the DM is started (or Xorg, for that matter), the resolution is
correct, but it changes when starting Xfce?

So you're using a dual monitor setup? How do you set the resolution?

Is it after rebooting or after logout/login?

Regards,

#785111#17
Date:
2015-06-01 20:53:16 UTC
From:
To:
After login/logout. This bug is actually the same as #631225. I forgot
to mention that. Is there a command for marking a bug as a duplicate
of another?

My workaround is to run this script at the beginning of each session:

#!/bin/sh

sleep 2
xrandr --output HDMI1 --mode 1600x900
xrandr --output VGA1 --mode 1440x900 --right-of HDMI1

#785111#22
Date:
2015-06-01 20:56:39 UTC
From:
To:
control: forcemerge #631225. -1

Doing that now.

But you should be able to configure that properly in xfce4-settings and
have it restored by the system. Or put that in Xorg.conf.d.

Regards,

#785111#35
Date:
2015-06-11 04:35:53 UTC
From:
To:
xfce4-settings-manager is what doesn't work for me and I don't remember
having ever created a xorg.conf.d file that works as intended.