Questions tagged [vncviewer]

VNC viewer enables you to connect to a specific remote computer and control it.

VNC viewer enables you to operate with your local mouse and keyboard as if they were directly connected to the remote computer.

67 questions
61
votes
7 answers

How to set up remote desktop sharing through SSH?

Is there a way to view (and control) a remote desktop through SSH? I will not have physical access to the remote host machine.
gerky
  • 741
40
votes
6 answers

What do I need for remotely accessing my Ubuntu 14.04 desktop?

I am at a loss as to how to set up my machine for remote connection. Do I need to install a VNC server (which one?) or is Vino (installed by default) enough? I opened Desktop Sharing Preferences dialogue and enabled it (checked first two, allow to…
lfk
  • 911
9
votes
3 answers

Installing VNC server/client in Ubuntu 12.04

I want to install VNC server/client with the GUI in Ubuntu 12.04 Precise Pangolin. I found a tutorial for this task. But if I followed this tutorial I will lose my Unity desktop and ends with a Gnome classic desktop. I don't want that. I can install…
SajithA
  • 193
  • 1
  • 1
  • 8
8
votes
1 answer

display xubuntu desktop on android tablet

I want to use my android tablet as a secondary display for my Xubuntu laptop, not to mirror the laptop but as an additional desktop -- I do not need to drag windows from one to the other, and it is okay to run the android session as a separate…
sou
  • 111
7
votes
3 answers

Ubuntu 12.04 desktop, VNC viewer not refreshing screen

I've had this issues across multiple machines and multiple versions of Ubuntu desktop (all 10.04 or later). Usually it happens with an old laptop I've put Ubuntu on but now it's happening on my primary dev machine (a quad-core PC recently upgraded…
6
votes
2 answers

Colours/Background messed up in VNC Viewer

I've set up vncserver on my new build and I can connect using RealVNC VNC Viewer, however the colours are a bit off and it looks kind of awful. See this screenshot: What can I do to put this right? I've been using depth 24 when creating the vnc…
Conn
  • 61
  • 1
  • 1
  • 2
6
votes
3 answers

Creating .desktop file

I have tried to create a .desktop file to run vncviewer (tight vnc connecting to a mac). I have entered below into the file. [Desktop Entry] Version=x.y Name=VNCViewer Comment=This is my comment Exec=/usr/bin/vncviewer…
Mikael
  • 141
4
votes
0 answers

VNC server, how to show upper right panel?

I installed TightVNC Server version 1.3.10 in ubuntu 16.04. The configuration in xstartup file is as following. #!/bin/bash unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS gnome-panel & metacity & gnome-terminal & [ -x /etc/vnc/xstartup ] &&…
4
votes
4 answers

Remmina connects to Ubuntu 18.10 but TigerVNC viewer gives No matching security types error

(I am not looking for answers such as "Stop using VNC as it is insecure", nor do I need answers recommending different VNC implementations, as I'm specifically wanting to get TigerVNC to function properly). I need to display and control a Ubuntu…
bgoodr
  • 1,612
3
votes
0 answers

Blank screen with vnc on Ubuntu 17.10

I am getting just a black screen with a white cursor in VNC Viewer on Windows 10. I have tried many incantations of x11vnc command with Gnome on Ubuntu 17.10, currently: sudo x11vnc -many -auth /run/user/130/gdm/Xauthority -ncache 10 -noxdamage…
eshaya
  • 160
3
votes
1 answer

ssvncviewer copy/paste?

I'm running the ssvncviewer against x1vnc, ubuntu on both sides. I've trying to use the F8 menu to copy paste. Neither local to or from remote seem to work. Am I missing something.
3
votes
1 answer

Use different screen resolution in vncviewer session from the server

I have a 1920x1080 screen connected directly to my Ubuntu 18.04 LTS server. I am connecting to it via vino (server side) and vncviewer (client side, Win 10). In my client, I have a 1366x768 screen. Is there any way to adapt the screen resolution for…
2
votes
2 answers

VNC viewer grey screen since upgrade to Ubuntu 14.04 from Ubuntu 12

Before we begin, please excuse my complete ignorance, I am a relative novice to system administration. I know there are a few posts so far about Ubuntu 14.04 messing with VNC connections. So far my case does not seem to match theirs and I have tried…
Machindo
  • 61
  • 1
  • 1
  • 7
2
votes
1 answer

VNCviewer tunneling command failed

command: vncviewer -via 192.168.x.x@administrator localhost:0 ssh: connect to host administrator port 22: No route to host vncviewer: Tunneling command failed: /usr/bin/ssh -f -L 5599:localhost:5900 192.168.x.x@administrator sleep 20. How can we…
ckknight
  • 303
2
votes
1 answer

Does vncviewer require X locally?

Does vncviewer require an X server to work? I have installed Ubuntu Server 12.04, as well as the xtightvncviewer package. When running vncviewer, it claims that it cannot find the display.
1
2 3 4 5