I ported the Linux version of TightVNC viewer.
I tested only on my PW3, so feedbacks are welcome.
If you want to use it, be sure you have an active ssh connection in order to kill the vncviewer process when you've done, otherwise you can brick your device!
Instructions:
if you need a password for the server, use the included vncpasswd tool to create a password file and in the step 5. use this command instead:
to stop the viewer, (from your ssh session), grab the id of its process:
and kill it:
If you get distorted images, try to change the resolution of your server (i noticed this with the Windows version of TightVNC server on 1366x768 pixels, if i changed to 1360x768 the images are ok)
Use at your own risk!
I tested only on my PW3, so feedbacks are welcome.
If you want to use it, be sure you have an active ssh connection in order to kill the vncviewer process when you've done, otherwise you can brick your device!
Instructions:
- Extract the archive on your kindle
- Open a ssh connection (via cable or wifi)
- Open KTerm
- [from KTerm] cd to the directory where you extracted the archive
- [from KTerm] execute: Code:
./vncviewer -viewonly -nojpeg <ip_of_your_server>::<port_of_your_server> &
if you need a password for the server, use the included vncpasswd tool to create a password file and in the step 5. use this command instead:
Code:
./vncviewer -viewonly -nojpeg -passwd <your_password_file> <ip_of_your_server>::<port_of_your_server> &
Code:
ps aux | grep vncviewer
Code:
kill <PID_of_vncviewer>
Use at your own risk!