1. tuxd3v@desktop0:~$ cat .config/autostart/display.desktop
  2. [Desktop Entry]
  3. Encoding=UTF-8
  4. Type=Application
  5. Name=display
  6. Comment=display settings
  7. Exec=sh -c 'xrandr --newmode "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync'
  8. Exec=sh -c 'xrandr --addmode VGA1 1680x1050_60.00'
  9. Exec=sh -c 'xrandr --output VGA1 --mode 1680x1050_60.00'
  10. #Exec=sh -c 'xrandr --output VGA1 --mode 1680x1050 --rate 60.00'
  11. OnlyShowIn=XFCE;
  12. StartupNotify=false
  13. Terminal=false
  14. Hidden=false

also tried this:

also doesn't work..