Tiny Core Linux
Tiny Core Extensions => TCE Corepure64 => Topic started by: Blake on January 09, 2018, 10:10:47 PM
-
Hey all,
I have a Tiny Core 64 pretty well setup but the last thing I want to do at this time, which I have been having some trouble with, is setting up a VNC server or some form of screen sharing for the Tiny Core box. I have tried several of them and have had a few issues compiling each from source and using. I think if some of these packages were offered in 64 bit it would be much easier to setup. It seems a lot of the packages are not available in 64 bit yet that are offered in 32bit. I read that it may be possible to use these 32 bit packages by changing some config files but I am unsure about how to go about this process. I've also setup no auto login but it only requires typing the username, but not the password. I would like to set this as well. Thanks for any help you can provide. I am excited with how this OS is progressing and the possible uses that are being discovered.
Regards,
Blake
-
Which vnc apps are you looking for?
-
x11vnc posted
-
I found --libvncserver.tcz-- and installed it
but I am unsure of how to set it up. When building team viewer from source I am missing dependencies: libQt5WebKit.so.5 => not found libQt5WebKitWidgets.so.5 => not found.
Guacamole also looks promising but I am getting errors compiling
from sftp.c:20:
common-ssh/ssh.h:26:21: fatal error: libssh2.h: No such file or directory
#include <libssh2.h>
Teamviewer is missing dependencies ...
libQt5WebKit.so.5 => not found
libQt5WebKitWidgets.so.5 => not found
-
Hi Blake
It's x11vnc.tcz that you want.
-
x11vnc.tcz worked for me. After typing x11vnc in terminal I was able to use remmina to remote in with the vnc protocol. I need to set a password now as I am logging in with tc no password and I would like to force password on a reboot at this time I only have to type the username to login the system. Thank you for all the help and development.
-
Looks like x11vnc -storepasswd worked for setting the password. Anyone have a procedure for forcing system password on reboot?
-
Hi Blake
The Wiki has some information on passwords:
http://wiki.tinycorelinux.net/wiki:passwd
-
Looks like x11vnc -storepasswd worked for setting the password. Anyone have a procedure for forcing system password on reboot?
Hi!
This is what I do.
First run:
x11vnc -usepw
Setup the password.
Create a executable shell script ~/.X.d/x11vnc
#!/bin/sh
[ -f /usr/local/tce.installed/x11vnc ] || exit
x11vnc -gui -usepw -forever -loop -ncache 10 &
Add x11vnc to onboot.lst. Then run a backup and reboot to test.
echo x11vnc.tcz >> onboot.lst
filetool.sh -b
sudo reboot
[EDIT]: Reworded a sentence to make its meaning clear. See 2 posts down for details. Rich
-
You shouldn't keep extensions in the backup, that will slow down boot and backup.
-
Hi curaga
Add x11vnc to onboot.lst, backup and reboot to test.
echo x11vnc.tcz >> onboot.lst
filetool.sh -b
sudo reboot
You shouldn't keep extensions in the backup, that will slow down boot and backup.
Although he does not show the extension being added to the backup anywhere, the sentence is somewhat ambiguous. I'll
clarify it.
-
You shouldn't keep extensions in the backup, that will slow down boot and backup.
Although he does not show the extension being added to the backup anywhere, the sentence is somewhat ambiguous. I'll clarify it.
You need to backup the script (~/.X.d/x11vnc).
Create a executable shell script ~/.X.d/x11vnc
#!/bin/sh
[ -f /usr/local/tce.installed/x11vnc ] || exit
x11vnc -gui -usepw -forever -loop -ncache 10 &
...
filetool.sh -b
x11vnc needs a running X server.
It's more convenient to run it automatically when you start one.
You have to save that script. ;)
-
Makes sense. Thanks for all the help guys!
-
The script work for me to persist the x11vnc server (much appreciated). I am looking to increase the size of my display as I can only run it in a small window. Not sure where to start troubleshooting. Video driver (I do have an error for not being able to load Ratheon firmware) or perhaps I need to specify the x11vnc server dimensions?
-
I do have an error for not being able to load Ratheon firmware
Hi Blake
What exactly is the firmware error?
-
The error is***: radeon 0000:05:00.0: Invalic PCI ROM header signature: exper600_cp: Failed to load firmware "radeon/JUNIPER_pfp.bin" [drm:0xffffffffa024bab3]. Fatal error during CPU init.*** I believe the video card is ATI Radeon 9600. Not sure if there is a .tcz for this. I have some interest in using the no machine server and read of someone successfully installing the client side under /usr. It has the ability to adjust to your client side resolution which seems to be the issue I am having with x11vnc.
-
the apps gui shows JUNIPER_pfp.bin to be provided by the firmware-radeon extension
-
Juanito,
I installed the frimware-radeon. Thank you so much for your help!
-
It looks like the firmware-radeon hosed the GUI. I am trying to remove it now. :(