Related to the fullscreen support for the rest of anaconda. Don't force 800x600 here, just let things happen. It works on my screen, which according to xdpyinfo is 1440x900. Related: rhbz#663411 --- vnc.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vnc.py b/vnc.py index 11e3d88..2c7bba3 100644 --- a/vnc.py +++ b/vnc.py @@ -216,7 +216,7 @@ class VncServer: # Lets start the xvnc. xvnccommand = [ "Xvnc", ":%s" % self.display, "-nevershared", - "-depth", "16", "-geometry", "800x600", "-br", + "-depth", "16", "-br", "IdleTimeout=0", "-auth", "/dev/null", "-once", "DisconnectClients=false", "desktop=%s" % (self.desktop,), "SecurityTypes=%s" % SecurityTypes, "rfbauth=%s" % rfbauth ] -- 1.7.3.5 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list