VNC on TXT, simple to use.
Forumsregeln
Bitte beachte die Forumsregeln!
Bitte beachte die Forumsregeln!
VNC on TXT, simple to use.
(for other languages, see https://translate.google.de/)
VNC, easy to install and to use.
The TXT (=>4.6.6) can also act as VNC-server.
This means that you can control the display remotely from your laptop.
Have you already tried it? It is very easy, 5 minutes work!!
First you need a VNC-client (viewer) on your laptop: for example the VNCviewer from RealVnc (free of charge). VNCviewer is available for different platforms.
Create the connection (parameter reference): Don't forget to activate the VNC server on your TXT (Settings | Security (you need to scroll down) Start the connection.
And now you can control your TXT display remotely (with the mouse you can push on the buttons). Or comtrol a local RoboPro program: That is all , have fun.
VNC, easy to install and to use.
The TXT (=>4.6.6) can also act as VNC-server.
This means that you can control the display remotely from your laptop.
Have you already tried it? It is very easy, 5 minutes work!!
First you need a VNC-client (viewer) on your laptop: for example the VNCviewer from RealVnc (free of charge). VNCviewer is available for different platforms.
Create the connection (parameter reference): Don't forget to activate the VNC server on your TXT (Settings | Security (you need to scroll down) Start the connection.
And now you can control your TXT display remotely (with the mouse you can push on the buttons). Or comtrol a local RoboPro program: That is all , have fun.
Re: VNC on TXT, simple to use.
Hello there,
I am having trouble connecting my laptop to the txt. I checked, VNC on the txt is turned on and it is connected to the same natwork as my laptop. I still can't connect using the ip adress of the txt. I am using CFW, may this be causing problems? do you have any idea, why it isn't working?
I am going to try and answwer questions to my problem as quickly as possible.
Tobias
I am having trouble connecting my laptop to the txt. I checked, VNC on the txt is turned on and it is connected to the same natwork as my laptop. I still can't connect using the ip adress of the txt. I am using CFW, may this be causing problems? do you have any idea, why it isn't working?
I am going to try and answwer questions to my problem as quickly as possible.
Tobias
Re: VNC on TXT, simple to use.
The CFW does not have the vnc server enabled by default, but it should be easy. I think you have to uncomment the line with in /etc/default/x11vnc . For that, you have to login via ssh and either edit the file (sudo joe /etc/default/x11vnc) or execute the following command
.
Afterwards reboot.
Btw: You can also start x11vnc just with the following command in an ssh session, but that will not start it again after a restart:
Code: Alles auswählen
ENABLED=yes
Code: Alles auswählen
sudo sed -i 's/#ENABLED/ENABLED/' /etc/default/x11vnc
Afterwards reboot.
Btw: You can also start x11vnc just with the following command in an ssh session, but that will not start it again after a restart:
Code: Alles auswählen
x11vnc -display :0 -forever
Re: VNC on TXT, simple to use.
My ssh connection doesn't work, when I type in "ROBOPro" as the password, i don't see, what I typed and when I hit enter, it just says "access denied". The user input works without a problem.
Re: VNC on TXT, simple to use.
Here is a tutorial about ssh and sudo access. You need to use the ftc user.
https://cfw.ftcommunity.de/ftcommunity- ... olicy.html
https://cfw.ftcommunity.de/ftcommunity- ... olicy.html
Re: VNC on TXT, simple to use.
Thank you so much, it works now.