Questions tagged [vncserver]
144 questions
41
votes
2 answers
Is there a more graceful way of listing vncserver sessions than just getting the list of running PIDs?
How do you list your vncserver sessions?
This article says to do this:
$ cat ~/.vnc/*.pid
5910
6790
16589
21891
... and many more
Using this method, I could write a script to check each pid, but there has got to be something better.
Is there a…
Jess
- 985
38
votes
9 answers
How to change screen resolution of VNC server without restarting it?
Is it possible to change the resolution of the viewer specified during starting of the vnc server with the geometry command line argument? I have a vncserver configured for a wide screen monitor but I want to view it on a 1024x768 screen.
Rohit Banga
- 2,494
38
votes
7 answers
Automatically start VNC server on startup
I installed the Ubuntu desktop on a Ubuntu 9.10 VPS server and am able to connect to the server using TightVNC. However, the VNC server on this VPS can only be started by logging in through SSH and typing the following command:
vncserver :1…
Zero
- 483
36
votes
3 answers
What is the correct way to kill a vncsession in linux?
When I run the following command in my remote linux box that I connect to from my windows 7 laptop via VNC I get the following :
[subhrcho@slc04lyo ~]$ ps -ef|grep vnc
subhrcho 20113 19804 0 21:40 pts/8 00:00:00 grep vnc
subhrcho 27486 1 0…
Geek
- 1,611
25
votes
7 answers
Remmina: Unknown authentication scheme from VNC server: 13, 5, 6, 130, 192
I am trying to set up a VNC connection from my PC (Ubuntu 18.04) to a headless (I can use only terminal) Raspberry Pi zero w (Rasbian 2020) using Remmina, but I am getting the error window:
Unknown authentication scheme from VNC server: 13, 5, 6,…
Phineas
- 521
21
votes
6 answers
Is it possible to run games over remote desktop?
I'm not expecting to run hardcore games, but maybe simpler games where low frame is OK. I have a 1gbit network between my computers. How can I set up my computers so I can remotely play games?
Amir Rezaei
- 1,493
14
votes
1 answer
How to start a VNC session with multiple monitor
The work in my lab requires dual monitor (well I can live with only one monitor, but I will have to constantly switching between windows).
A headless server (no monitor) is running CentOS 6 64 bit GNOME, with Tiger VNC server version…
Alex Allen
- 143
14
votes
4 answers
Use Laptop as monitor (Ubuntu 18.04)
I have two laptops, both with Ubuntu installed. In the same network, I want one of them to be converted to simply be a monitor (like a slave for the main laptop, but not only share keyboard and mouse like barrier, it should become a slave, in other…
dack funk
- 161
9
votes
4 answers
TightVNC server not listening for connections
When I start TightVNC in Windows and I put the mouse over the taskbar icon it says that TightVNC server is not listening for connections.
Edit: It started listening to connection again, and is working fine. I don't know what happened before.
tony_sid
- 14,957
8
votes
1 answer
VNC into a virtual machine
If I am running a virtual machine can I VNC into that machine? How can it be done?
Phenom
- 6,767
6
votes
3 answers
How do I start/restart RealVNC Enterprise Server for Mac via the command line?
How do I start/restart RealVNC Enterprise Server for Mac via the command line?
Perhaps also how do I tell (via command line, whether RealVNC Enterprise Server is running or not)
Greg
- 329
6
votes
1 answer
Start VNC session without the full GUI desktop? (seamless window)
I would like to start a vncserver on *NIX machine and then on the client side (windows XP) I would like to be able to have just the terminal from the server machine (like gnome-terminal) without having the full desktop displayed on my client…
stephenmm
- 1,297
6
votes
2 answers
VNC on windows 7 with administrator rights
I have a weird problem with VNC server (UltraVNC) on windows 7. I can connect to the server with no problems and use it as it should be.
Until.. I try to launch some application with administrator rights (Run as Administrator).
When I do that, a…
bezmax
- 259
6
votes
2 answers
What's the best(free) vnc server software
I want a good VNC server to connect to my PC from my iPhone. What's my best bet?
Kells
- 1,018
6
votes
2 answers
How do I get VNC to only serve up a specific display in windows?
I'm doing this nice little project which will please a bunch of iPod/iPhone users, but one of my last steps requires me to serve up a specific display on my computer, how do I specify which display to use?
I found this quote from a mailing list…
ThantiK
- 193