[X2Go-User] Big screen problem

Christophe Lohr christophe.lohr at cegetel.net
Mon Sep 30 09:16:07 CEST 2013


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.

1) Use 'cvt' or 'gtf' to compute en new Modeline for X11

2) Feed 'xrandr' with it
   xrandr --newmode <MODE-NAME> <MODELINE>
   xrandr --addmode "default" <MODE-NAME>

3)  Edit  ~/.config/monitors.xml
Look at  <output name="default">  then change  <width> , <height>  and  
<rate>  with values of your new Modeline

4) 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

5) Scrip it, or forget gnome ;-)

Regards
Christophe




More information about the x2go-user mailing list