commit | c08aeb6040685c104bed6e681045f07f9b44856c | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Thu Jul 30 15:06:37 2015 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Thu Jul 30 15:10:51 2015 +0200 |
tree | d38c15aa5a8cc8a337fdd85a715abe8a89a2df4d | |
parent | b7e5574a3a3c5d2a8f9bf09de376e88be4364bcc [diff] |
Set user/client requested mode as preferred Desktop environments like to change to the monitor's preferred mode, especially at login. Lacking one, they pick the highest resolution they can find. This tends to override what the user has picked, so try to work around the desktop environments by setting the preferred mode to what the user has chosen. Credit goes to Michal Srb who figured out the problem.