Graphical desktop sharing system that uses the RFB protocol to remotely control another computer.
0
votes
0answers
25 views
Xlib error when running graphical applications on VNC
I have a server with a Nvidia card (gtx 680) to which I access remotely through VNC (vnc4server). For some graphical applications, I get the following error:
Xlib: extension "NV-GLX" missing on ...
0
votes
0answers
13 views
Where does VNC store its logfiles?
I've been getting a lot of VNC login attempts lately (it's probably because of that home server I set up a while back,) and I was just wondering where the access logs are.
The directory ~/.vnc doesn't ...
0
votes
1answer
30 views
-1
votes
0answers
17 views
Install VNS on Ubuntu to be accessible from a Mac
I want to connect to an Ubuntu machine from my Macbook, and I need to install VNC on the Ubuntu. Did anyone else solve this issue before?
0
votes
0answers
62 views
x11vnc fails to open X DISPLAY
I work on a Kubuntu with x11vnc after a SSH connexion has been opened (no hdmi screen here). I worked 4 hours, installing applications, with 3 or 4 vnc shutdown. Cold reboot allows to restart with ...
0
votes
0answers
22 views
Offline remote management tool
Do you know of any tools that support the remote management of a Linux desktop, without requiring online access?
I known of "online" alternatives and use them quite extensively (SSH and, for live ...
0
votes
1answer
114 views
vnc using lightdm and x11vnc disconnects immediately after valid login
starting with a precise 64-bit server install, I configured the following;
sudo apt-get install lightdm x11vnc
sudo dpkg-reconfigure lightdm
in /etc/init/x11vnc.conf, I placed;
start on ...
0
votes
0answers
10 views
Ubuntu 12.04 precise x11vnc to tightvnc windows 7, only shows background and mouse after log in [duplicate]
Hi I am wanting to create a headless(no monitor keyboard or mouse) Ubuntu machine which I can view from my windows laptop.
At the moment it is a full desktop, with monitor mouse and keyboard and I am ...
0
votes
0answers
27 views
Not able to login after installing vncserver
So I installed vncserver and vncviewer and was trying to run virtual machine through qemu. Last night it was all good, now when i try to login a black screen comes in and I am again on the login, even ...
1
vote
0answers
25 views
access with vino without ask me permissions
i have ubuntu 12.10. how I can access my computer remotely with vino, without ask me permissions on the server? I need something like LogMeIn, or how i can stop vino asking me for permissions?
0
votes
0answers
17 views
x11vnc reflect with listen option not working
x11vnc with reflect option configured to listen for connections does not work. I've test it on Ubuntu 12.04 like so:
x11vnc -reflect listen:5900 -nopw
To test it I've tried with telnet:
telnet ...
1
vote
0answers
22 views
Connect to console (display:0) with Xvnc4 on Ubuntu 12.10
I'm trying to figure out a way to connect to the existing system console display :0 with Xvnc4 on Ubuntu from UltraVnc on XP in a LAN environment. No problem with display :1 but I want to access :0. ...
1
vote
1answer
36 views
Run single application with vnc
I would like to run an application on a remote ubuntu machine using vnc. Currently I have to
ssh into the remote machine and run x11vnc
Run vinagre locally
Start the application in the vinagre vnc ...
2
votes
2answers
47 views
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?
...
0
votes
0answers
53 views
WiFi and Apache/VNC server services (Ubuntu 12.10) after boot
WLAN USB stick assembled successfully to my Ubuntu Apache server. It also automatically connects to network after reboot. Thanks developer guys, greate work from you.
But I have found some strange ...
0
votes
0answers
25 views
incorrect passphrase when trying to unlock volume via VNC (12.04)
After installing 12.04 and setting up an encrypted RAID everything worked fine:
- the volume was mounted automatically on startup
- I could unlock it using the passphrase I chose during setup
Today I ...
0
votes
1answer
158 views
VNC Viewer on Firefox web
I want to be able to connect VNC Viewer with Firefox using the IP number and the password from the computer that I want to see the desktop!
The problems is: I just can't. What do I have to install, ...
1
vote
1answer
64 views
Allowing VNC only for specific MAC Address?
I just want to allow only for a specific MAC Address(es) to have VNC to my Ubuntu 12.10. This would be pretty cool, because I think if I use password authentication + MAC Filter = safe.
I saw I could ...
0
votes
1answer
35 views
VNC Server not asking for user-auth
I have setup my VNC Server on Ubuntu 12.04 following this guide. It all works fine, but what I would like it to do is upon connection prompt the user VNCing to login. At the moment I am auto-logged on ...
1
vote
0answers
32 views
Getting a blue wallpaper screen with no desktop bars
I just got a linus VPS after like 6-7 months. I installed a clean copy of 11.10, and then used this tutorial to install ubuntu-desktop and get a VNC connection going:
...
0
votes
1answer
37 views
How to connect on VNC client to non-default display (:1)
Context
I'm working with a friend to run a virtual machine on a remote server and connect to it using VNC.
As he already have one VM on the :0 display, he put mine on the :1 display.
Issue
I ...
0
votes
0answers
38 views
Leave server's monitor off while using RDP
I'm connecting my work desktop from my home laptop using Windows RDP.
My work desktop ("server") is running xrdp, and vino as a VNC server.
It is important to say that I'm using the same session when ...
0
votes
0answers
99 views
Failing to remote login via XDMCP
I'm using ubuntu12.04amd64 xinetd and tightvncserver, i can connect from other machine use vnc client, and can display gdm, but can't login for any account.
$cat /etc/xinetd.d/vnc
service vnc
{
...
2
votes
1answer
56 views
How can I prevent the screen from going black in vnc when inactive?
When I'm using VNC, the screen goes black after an inactivity for around 2 seconds. If I move the mouse or press a key the screen goes back however this is very annoying.
I have KDE 4.10 on both ...
1
vote
0answers
43 views
VNC wont connect to my server
This is probably the weirdest problem I have encountered yet.
I use Ubuntu desktop as a server host to the Virtualbox software. I do not change Ubuntu more than that I install nfs , samba, ddclient ...
0
votes
0answers
140 views
How to use multiple monitors on a Windows host using remmina?
I need desperate help on getting remmina to connect to my Windows 2008 server and use my dual screens on my local Ubuntu desktop. The connection is flawless, I just need to get the dual monitors to ...
3
votes
2answers
363 views
Qemu KVM VNC Support
Do I need to install a special package to get the VNC support ?
I installed:
sudo apt-get install kvm qemu-kvm qemu-kvm-extras
Everything works fine, I only get no VNC server up and running, ...
0
votes
1answer
346 views
Change port for Desktop sharing in Ubuntu 12.10
I was looking to change the port in Ubuntu 12.10 for Desktop sharing. I,ve done it before but have since clean installed and can't remember where to change it. It was an interface similar to ...
1
vote
1answer
117 views
Ubuntu 12.04 VNC Server with Java Client
I'm trying to setup a machine that I can admin remotely using VNC and I'm a tad stuck
The particulars:
These machines are inaccessible after they've been setup and as I
need to set up a lot of ...
0
votes
0answers
116 views
How do I setup a VNC server with gnome display manager on ubuntu 12.10 server x
I am trying to get a VNC desktop on a virtual machine. I googled around and tried first five results. I have installed different display managers, VNC servers and edited configuration files ...
0
votes
0answers
94 views
Setting default headless resolution
I am running my ubuntu (12.04.2 LTS) file server headless and use tight VNC to connect to it from my windows 7 machines. Is there any way I can have the resolution always at 1920x1080 by default? It ...
1
vote
0answers
408 views
How do I make VNC work on Ubuntu 12.10 LTS(Quantal Quetzal)?
I have been trying to muck around with xstartup (in ~/.vnc) to get VNC to work like it usually does (i.e. to mirror my desktop). Unfortunately, with my current xstartup ('borrowed' from the pages ...
0
votes
1answer
75 views
Can you sign in (Desktop 12.10) user via SSH?
I am away from my Ubuntu machine and was working on it via VNC. I had to sign out of a user account and I lost my Ubuntu VNC connection. I am assuming the VNC server is not running since Ubuntu is ...
1
vote
1answer
130 views
Can you design buttons on a Ubuntu/Android tablet that is to be used as a virtual keyboard for your desktop?
Running out of buttons
After using Autohotkey for remapping, I soon didn't have enough keyboard buttons to attach macros or scripts to them, so I'd have to make new scripts that use the same button. ...
0
votes
0answers
134 views
Wireless network hangs on ubuntu 12.10
I have network hangs through ssh.
Htpc is an asus m45m1-m pro, with pci wlan card lspci:
> 05:00.0 Ethernet controller: Atheros Communications Inc. AR2417
> Wireless Network Adapter [AR5007G ...
0
votes
0answers
66 views
Untiy, resolution 800x600 and VNC
I have a tablet with 800x600 resolution. And I want to use it through VNC with my Ubuntu PC. Unity have a bug/feature that when resolution set to 800x600 dash gets bigger than a screen, and user ...
0
votes
0answers
91 views
Login problem in Ubntu 12.04 after installation of vnc server
Yesterday installed vnc4server package in ubuntu, after that shutdown the system and when tried to login today, unable to login for that user(through which vncserver installed).
Error I'm getting ...
0
votes
1answer
130 views
How to connect to a machine behind a firewall using VNC?
I am trying to connect to my computer in laboratory from home. I have installed Remmina on my laptop home and X11VNC server on the computer in the lab. When I have the laptop in the laboratory I can ...
0
votes
1answer
1k views
Remote desktop solution working with Ubuntu 12.04 + Unity (3D)?
I'm trying to install a remote desktop solution on some clients using Ubuntu with Unity (3D). I've uninstalled Unity2d because it behaves not very well.
Xrdp won't work, only the wallpaper is shown.
...
0
votes
1answer
193 views
I cannot copy and paste between window and ubuntu with LXDE desktop
I installed VNC in the VPS with Ubuntu OS, then I installed LXDE desktop.
I remoted to the desktop of VPS via VNC, then I tried to copy between my Windows computer and the VPS, but it did not work.
...
1
vote
0answers
55 views
Ubuntu: xorg - cannot install controller configuration CRT 262
I have a server running under ubuntu with no hardware display connected.
Basic display resolution in this case is
$ xrandr -q
Screen 0: minimum 640 x 480, current 800 x 600, maximum 800 x 600
...
0
votes
0answers
211 views
Resize VNC screen
I would like to be able to resize a VNC session, where the Ubuntu 12.10 server is running with the default VNC server by selecting "Allow other users to view your desktop" and "Allow other users to ...
1
vote
0answers
209 views
How can I Start X11VNC automatically on my PC?
I have a spare computer that I want to remote desktop control from my Windows 7 PC in my room. I got it to run and I used TightVNC to view and control it.
My real issue is getting it to run ...
2
votes
2answers
518 views
How to work remotely on Windows 8 from Ubuntu 10.04
How can I work remotely on Windows 8 machine from my Ubuntu 10.04 PC?
Is there any guide how to set up remote desktop and VNC this way?
(I don't want to use TeamViewer).
1
vote
2answers
293 views
Help: cannot install a gz package on Ubuntu 12.10 64-bit
I am a new Ubuntu user. I'm trying to install a package in a file called VNC-Viewer-5.0.3-Linux-x86.gz. I keep having problems.
The package is in my folder: ...
0
votes
0answers
285 views
ubuntu precise lightdm cannot start metacity/compiz under XVnc
I have just upgraded from lucid to precise LTS.
Everything is fine by logging in using lightdm in ordinary screen :0.
However, my system has two VNC port that listening in :5901, :5902 using XVnc, ...
-1
votes
3answers
1k views
Remote desktop from Windows to Ubuntu
The only monitor I have is one of those crt huge dinosaurs. I want to access my ubuntu machine from my windows laptop. I have tried a few VNC programs already and I cant get it to work. Any tips?
Or ...
1
vote
2answers
2k views
How to setup x11vnc to access with graphical login screen?
I have a server running Ubuntu 12.10 and need to be able to remote to this server without being logged-in.
I have found many solutions, but none seem to work with 12.10.
Can anyone give me ...
1
vote
0answers
265 views
Windows Server 2008 in KVM
I've been working on getting a Windows Server 2008 KVM in my linux box running Ubuntu Server 12.04. I've got virt-install and virt-manager installed, got the install up and running via
virt-install ...
1
vote
0answers
116 views
How do I connect to a root VNC session?
I installed the Unity desktop and TightVNC using these directions. The window comes up in VNC, although because I'd started the VNC Server as root, I seem to be logged in as 'guest'. Please note that ...

