On a dell studio 1737, after connecting a beamer, the resolution went wrong.
There were 2 black strips on the top and bottem ( 1350x768). I could not choise a higher resolution, i needed 1550x850. So i added a workaround through a script. #!/bin/bash # /home/licro/xrandr.sh xrandr --output LVDS --newmode "1360x800_60.00" 88.25 1360 1432 1568 1776 800 803 813 831 -hsync +vsync xrandr --addmode LVDS "1360x800_60.00" #xrandr --output LVDS --mode "1360x800_60.00" xrandr --output LVDS --newmode "1360x850_60.00" 94.75 1360 1440 1576 1792 850 853 859 883 -hsync +vsync xrandr --addmode LVDS "1360x850_60.00" xrandr --output LVDS --mode "1360x850_60.00" I start this script through /etc/X11/Xsession.d/56-xrandr #!/bin/bash # /etc/X11/Xsession.d/56-xrandr . /home/licro/xrandr.sh Now the 2 new resolutions are added, en now automaticly the 1350x850 is set. -- ubuntu resolution https://bugs.launchpad.net/bugs/139464 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs