-
Administrator
Site Admin-

Originally Posted by
jccalhoun
The link you gave has a comment on the page saying KRfb is a small server for the RFB protocol, better known as VNC., but I've tried running krfb and have a few problems with it. What comes up when I run krfb is the desktop sharing utility. It has a way to invite another user, but I can't see any way to configure it for normal vnc operation. And a vnc client run on another computer on my network can't find the Knoppix system (by IP address) while this is running. So it seems less than useful. Again, it seems a shame that such a useful program as the vnc server has been removed.
-
I found this script you can use to add init.d after doing apt-get install vncserver and editing your .conf files to your liking.
# nano /etc/init.d/vncstart (replace nano with editor of your choice)
Then, enter in what I have below:
#! /bin/sh
NAME = vncstart
start ()
{
vncserver :1 -depth 24 -geometry 1000x750
}
stop()
{
vncserver -clean -kill :1
}
case "$1" in
start)
echo -n "Starting Xvnc: "
start
;;
stop)
echo -n "Stopping Xvnc "
stop
;;
restart)
echo -n "Restarting Xvnc "
stop
start
;;
*)
echo "Usage: /etc/init.d/$NAME {start|stop|restart}"
exit 1
;;
esac
exit 0
don't forget to then in the terminal run:
# chmod 755 /etc/init.d/vncstart
Since I'm lazy, to get this running under gentoo, of course use:
# rc-update add vncstart default
OR for Debian:
# update-rc.d vncstart defaults 50
OK, time for the very last bit:
# nano /root/.xsession
and enter in:
#!/bin/sh
startkde &
This will start kde when the vncserver is started at boot time.
ENJOY!
Other options which I will add later are for making it start as
someone other than root. If you need extra help, visit my site at
http://www.cahtech.co.uk, and the forums there too at
http://www.cahtech.co.uk/apps/bb
-

Originally Posted by
jccalhoun
Is krfb running by default, or do I have to make it auto-start somehow?
-
Senior Member
registered user
Instead of VNC, why don't you try FreeNX that comes with knoppix?
adduser -m NEW_USER
nxsetup --setup-nomachine-key
nxserver --useradd NEW_USER
nxserver --passwd NEW_USER
-
i tried that nxserver, but i cant get the client to connect.
i always get authentication failed.
and i tried about every user/password combination.
thanks.
-
Senior Member
registered user
I had similar problem before, but I solved it by recreating nomachine-key.
Follow eco2geek & garyng instruction about copying client.id_dsa.key and chmod 0755.
http://www.knoppix.net/forum/viewtop...light=nxserver
-

Originally Posted by
zxc

Originally Posted by
jccalhoun
Is krfb running by default, or do I have to make it auto-start somehow?
there's a short cut in the menu. but you can shell out and type krfb. it does not run until you tell it.
Similar Threads
-
By tedersl in forum German Forum
Replies: 0
Last Post: 06-15-2005, 08:57 AM
-
By audax.a in forum Hardware & Booting
Replies: 0
Last Post: 05-08-2005, 03:22 AM
-
By biscuits91 in forum Hardware & Booting
Replies: 11
Last Post: 05-13-2004, 11:00 PM
-
By Cad0587 in forum General Support
Replies: 1
Last Post: 02-16-2004, 07:50 AM
-
By comanam in forum General Support
Replies: 1
Last Post: 12-09-2003, 07:37 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules

1TB Kingston DataTraveler Max DTMAX/1TB USB Type-C Flash Drive
$86.95

HP ProDesk Desktop Computer Intel Core i5 32GB RAM 1TB SSD Windows 11
$394.99

Dell Latitude 14" Laptop Computer Intel i7 Up To 32GB RAM 1TB SSD Windows 11 Pro
$539.04

External Solid State Drive USB 3.2 Gen2, 1TB SSD External Hard Drive with C to A
$100.00

Acer Aspire 14" AI Copilot+PC Laptop Core Ultra 5 226V Gen 4 ARC 16GB 1TB Refurb
$438.51

Acer Aspire 16 16" Laptop Core Ultra 5 226V S2 16GB RAM 1TB SSD Arc Refurbished
$533.51

KIOXIA BG5 1TB M.2 2280 NVME PCIE 4.0 X4 SSD SOLID STATE DRIVE | KBG5AZNV1T02
$104.99

2TB/1TB Mini SSD Expansion Drive forGPDWIN5/ONEXPLAYER3/X2MINI PRO/SuperX/SuperV
$388.99

Seagate ST1000VM002 1TB 5900RPM 3.5" SATA 6Gb/s HDD | PC DVR CCTV | | 1Y
$55.95

Dell Latitude 14" Laptop Computer Intel i5 Up To 32GB RAM 1TB SSD Windows 11 Pro
$375.05