View Full Version : [ubuntu] Laptop + desktop
Venality
July 25th, 2008, 06:54 AM
Is there any way i can control my desktop with my laptop so i can use my monitor, mouse, and keyboard with my laptop..
I want to do this because I'm running out of space on my laptop, and i dont have the money to buy a new HDD. so is there any solution to my problem.
my laptop is new and performs better then my desktop so i use it for gaming, but all my media needs are on Ubuntu partition. and my desktop is full ubuntu.
Yannick Le Saint kyncani
July 25th, 2008, 07:05 AM
Hi Venality,
Well if you're running out of disk space, it looks to me like you just have to share some disk space from your desktop to your laptop.
So you may want to setup sshfs, or samba, or nfs, ...
There are some very good howto for those on the internet.
superprash2003
July 25th, 2008, 07:46 AM
which OS is the desktop running?
Venality
July 25th, 2008, 09:57 AM
er... it says in the first post its full ubuntu
superprash2003
July 25th, 2008, 11:41 AM
enable remote desktop in your desktop under system->preferences->remote desktop.. then on your laptop go to the terminal and type vncviewer x.x.x.x:0 where x.x.x.x is the ip of the desktop
Venality
July 25th, 2008, 11:45 AM
i get this error
VNC server supports protocol version 3.7 (viewer 3.3)
VNC connection failed: No security type suitable for RFB 3.3 supported
aminalid
October 9th, 2008, 02:49 AM
i get this error
VNC server supports protocol version 3.7 (viewer 3.3)
VNC connection failed: No security type suitable for RFB 3.3 supported
Same problem here.
i tried installing realvnc and it gave me a slightly more detailed error:
VNC Viewer Free Edition 4.1.1 for X - built Apr 16 2008 13:02:40
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Thu Oct 9 10:21:12 2008
CConn: connected to host 192.168.0.1 port 5900
CConnection: Server supports RFB protocol version 3.7
CConnection: Using RFB protocol version 3.7
CConnection: No matching security types
main: No matching security types
I googled a lot but no results yet. Did you solve this?
aminalid
October 10th, 2008, 09:26 AM
I found this useful vncviewer option:
vncviewer -log=CConnection:stderr:100 192.168.0.1
this outputs
VNC Viewer Free Edition 4.1.1 for X - built Apr 16 2008 13:02:40
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Fri Oct 10 16:05:37 2008
CConnection: reading protocol version
CConnection: Server supports RFB protocol version 3.7
CConnection: Using RFB protocol version 3.7
CConnection: processing security types message
CConnection: Server offers security type [unknown secType]( 18 )
CConnection: No matching security types
So the unknown security type is 18.
Using this document (http://www.realvnc.com/docs/rfbproto.pdf) (page 9-10) i found that the unknown type the server is offering is TLS.
Which is:
TLS, standing for Transport Layer Security, is the latest version of SSL. It is an enhancement of SSL version 3.0, and is a proposed Internet Standard (see RFC2246)
I checked that i have the latest version of openSSL installed, and now i am stuck again.
Do i have to configure SSL somehow to make it work? Any ideas?
ufhero
November 19th, 2008, 08:05 PM
i get this error
VNC server supports protocol version 3.7 (viewer 3.3)
VNC connection failed: No security type suitable for RFB 3.3 supported
I had this same problem when VNCing into an ubuntu server running the GNOME desktop.
I solved the problem by disabling the "Require Encryption" in the "Security" section of the "Remote Desktop Preferences" "Advanced" tab.
To get there click: System > Preferences > Remote Desktop
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.