On 27/09/2013 20:56, Timo wrote:
Yes, I have read about that but this is a little different, I think. I have noticed that resizing does not work as expected but I have got along by changing resolution in System Settings -> Displays. But now there is not big enough geometry to go full screen.
Use 'cvt' or 'gtf' to compute en new Modeline for X11
Feed 'xrandr' with it xrandr --newmode <MODE-NAME> <MODELINE> xrandr --addmode "default" <MODE-NAME>
Edit ~/.config/monitors.xml
Look at <output name="default"> then change <width> , <height> and
<rate> with values of your new Modeline
Then ask gnome-settings-daemon to apply changes: dbus-send --session --print-reply --dest=org.gnome.SettingsDaemon /org/gnome/SettingsDaemon/XRANDR org.gnome.SettingsDaemon.XRANDR_2.ApplyConfiguration int64:0 int64:0
Scrip it, or forget gnome ;-)
Regards Christophe