• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to configure VNC to act like in Windows?

Red Squirrel

No Lifer
For certain purposes I like how VNC normally works in Linux where it's session based. however, I have the need to make it work like in Windows where when I VNC in I just get the main console aka whatever is on the monitors. Is there a way to set this up?
 
Depending on what vnc software you are using this may help
https://wiki.archlinux.org/index.php/TightVNC

scroll down to:
Connecting to the Root 🙂0) Desktop

When you connect to vncserver with your client, by default you are given a new X session with your own desktop. This means that a person who is physically sitting in front of the server will not see your remote session, and vice-versa you cannot see or interact with the root 🙂0) or physical desktop.

If you would like to remote into a machine with vnc and actually see and interact with the root desktop you can use x11vnc, which provides access to the root 🙂0) desktop by default. A person sitting in front of the server will see your actions, such as the mouse moving etc.

x11vnc is very similar to setup, and you can use the same clients as vncserver.
 
Mainly was trying to say will have to configure whichever version of VNC Server is being used
enable access to the Desktop ":0" screen vs. the default of using Desktop ":1"
 
Hey, I've been wondering about this for months! It (x11vnc) works in Linux Mint too. Thanks!
 
Back
Top