-
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

Fanxiang 1/2/5/10Pcs 2.5'' SATA SSD Lot 1TB 2TB 4TB 512GB 256GB TLC Internal SSD
$755.99

Samsung SSD Solid State Drive MZ-VL25120 512GB
$54.99

ON SALE TURBOLINK EVO 4TB V-HAND SSD 2.5 SATA III Internal Solid State Drive
$199.99

Samsung 870 EVO 500GB 2.5” SATA III Internal SSD MZ-77E500 SSD - Good Health
$59.99

Samsung 860 EVO 250GB, SATA III, 2.5" Internal Solid State Drive - Black
$29.00

SAMSUNG SSD 512GB 500GB 480GB 256GB 250GB 240GB SSD 2.5 Solide State Drive 6Gbps
$40.99

256GB mSATA SSD DRIVE MIXED BRAND TESTED WORKING
$23.50

Crucial 2TB P3 Plus NVMe PCIe 4.0 M.2 Laptop Desktop Internal SSD CT2000P3PSSD8
$199.00

PNY CS900 250GB 2.5" Internal SSD (SSD7CS900-250-RB)
$31.00

Crucial P3 500GB PCIe 3.0 NVMe M.2 Internal SSD 3500MB/s Read
$70.00