Comment 7 for bug 1235201

Revision history for this message
jerrylamos (jerrylamos) wrote :

Tried again with /etc/X11/xorg.g/vga.conf. No luck. What I do to get a usable desktop is:

#!/bin/bash
xrandr --newmode "1366x768_60.00" 85.25 1366 1440 1576 1784 768 771 781 798 -hsync +vsync
xrandr --addmode VGA1 "1366x768_60.00"
xrandr --output VGA1 --mode "1366x768_60.00"

Previously with ubuntu, did that once, works right away, then next boot got me 1366x768 sometimes.

Sometimes in ubuntu development making a .xprofile with that would work sometimes not.

Or else go into Settings Displays and set 1360x768 which has been pretty reliable until last few days.