keep custom resolutions
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-settings-daemon (Ubuntu) |
New
|
Low
|
Unassigned |
Bug Description
I work with an ASUS Zenbook UX31A and put it on the Dell monitor U2711. The Zenbook has HDMI output.
While the monitor supports 2560x1600 there is always just max 1920x1080 selectable due to wrong EDID-informations (I am not entirely sure about the cause anymore).
That wasn't a (big) problem for me, until now, while the ubuntu wiki describes how to add undetected resolutions ( https:/
When I attached the Dell monitor I just executed a shell script which adds the modes as described in the wiki.
Now I updated to Ubuntu 14.04 LTS which changed the game:
When I start Unity, I have to launch an application first otherwise the resolution falls back down to 1920.
When I have the 2560-resolution and I open the ubuntu settings, the resolution falls back again.
When I start the image viewer (eog), the resolution falls back again.
This is really annoying and it would be great if there would be a solution.
PS: this where the lines I used (I got them from a forum)
xrandr --newmode "2560x1440_35.00" 173.58 2560 2696 2968 3376 1440 1441 1444 1469 -HSync +Vsync
xrandr --addmode HDMI1 "2560x1440_35.00"
xrandr --output HDMI1 --mode "2560x1440_35" --output eDP1 --off
affects: | unity-control-center (Ubuntu) → unity-settings-daemon (Ubuntu) |
Changed in unity-settings-daemon (Ubuntu): | |
importance: | Undecided → Low |
I have to add that the whole resolution setting process I described above became so complicated with ubuntu 14.04 that I have to execute these commands a few times until this works.
Sometimes it seem to setup an even smaller resolution while the mouse cursor is setup for another resolution. So you can't use the mouse while the rendering of the mouse cursor doesn't match to the real position of the cursor.