Comment 14 for bug 1235201

Revision history for this message
Anton Asche (aasche) wrote :

If anyone can confirm that LXRandR uses ~/.config/autostart/lxrandr-autostart.desktop to save the settings, please have a deeper look at this file:

Exec=xrandr --output LVDS --mode 1680x1050 --rate 60.1 --output VGA-0 --off

doesn't work, change it to:

Exec=sh -c 'xrandr --output LVDS --mode 1680x1050 --rate 60.1 --output VGA-0 --off'