With TigerVNC client you don't have to set any geometries on the server side. My server is run with no -randr setting at all and just basic -geometry 1024x768.This low resolution is used only when you first connect, but then you can change the resolution just by resizing the client window to anything you want, any crazy, non-standard, ad-hoc resolution you want.
Jun 15, 2020 · Start a VNC session with a geometry matching the physical display: $ vncserver -geometry 1600×900 :1. On the “2560×1600” computer start the VNC viewer (I prefer Remmina) and connect to the remote VNC session: host:5901. Once inside the VNC session start up a terminal window.
Start the VNC server again with a screen resolution. You can now start the vncserver session again, with new screen resolution that can be defined on the command line. For example: # vncserver -geometry 1280x1024. 5. Connect to the VNC server. Connect to the VNC server session from the VNC viewer of your choice.
24.06.2021 · vncserver -geometry 1280x800 Stop your VNC Desktop . Stopping the VNC process is done using the vncserver -kill command. The command takes a single argument, ... you may be able to improve the responsiveness of the VNC session by adjusting simple desktop settings in your VNC desktop.
A "Hack" solution: start the vncserver without any specified geometry. vncserver :1 Then I'll connect to the vnc, and in Fedora, I'll just go into Settings>Displays>Unknown 0" and change the resolution on the fly like this. Take some clicking rather than typing (DX), but its easy.
18.08.2008 · vncserver -geometry 1600x1200 -randr 1600x1200,1440x900,1024x768 Then resize with: xrandr -s 1600x1200 xrandr -s 1440x900 xrandr -s 1024x768 ... Make sure you Apply the new setting when a dialog is prompted. Otherwise it will revert back to the previous setting just like in Windows. Share.
Jan 09, 2013 · The server and config were working great up until Fedora 16 and 17. I thought it might be something to do with systemd, but the same problem occurs when I launch vncserver from the command line. Here is what I use. Code: vncserver :2 -geometry 1366x768 -depth 24. When I connect, rather than getting 1366x768 it comes up 1920x1200.
1. Enable vncserver manually, to generate a default configuration file. · 2. Kill the vncserver · 3. Edit ~/.vnc/xstartup · 4. Start the VNC server again with a ...
15.06.2020 · I’ve been using a VNC server for quite a few years and have run into a problem with setting screen geometry. The server and config were working great up until Fedora 16 and 17. I thought it might be something to do with systemd, but the same problem occurs when I launch vncserver from the command line.
Then I'll connect to the vnc, and in Fedora, I'll just go into Settings>Displays>Unknown 0" and change the resolution on the fly like this. Take some clicking ...
$HOME/.vnc/xstartup is the file you are looking for and yes, you can set the geometry there. It should adjust on reconnect without borking your session (not 100% sure but pretty sure). It should adjust on reconnect without borking your session (not 100% sure but pretty sure).
With TigerVNC Windows VNC client (viewer) auto resolution works out of the box. ... My server is run with no -randr setting at all and just basic -geometry ...
Jun 24, 2021 · If you want to start your desktop with an alternate geometry to match your application, personal desktop environment, or other preferences, simply add a "-geometry hieghtxwidth" argument to your vncserver command. For example, if you want a wide screen geometry popular with laptops, you might start the VNC server with: vncserver -geometry 1280x800
Real VNC server 4.4 includes support for Xrandr, which allows resizing the VNC. Start the server with: vncserver -geometry 1600x1200 -randr 1600x1200,1440x900,1024x768 Then resize with: xrandr -s 1600x1200 xrandr -s 1440x900 xrandr -s 1024x768