WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core Screen Monitor (VNC?)  (Read 1692 times)

Offline simonc_67

  • Newbie
  • *
  • Posts: 14
Tiny Core Screen Monitor (VNC?)
« on: October 20, 2017, 02:43:53 AM »
Hello,

I run some remastered TInyCore PC's. They display content via firefox to the rest of my work building. I would like to be able to monitor what is on the screen. I have looked into VNC which I know should work but can't seem to hook it up to the current display (:0)

Which is the right way to go with this?

I need to monitor them because sometimes firefox crashes or popups do not get cleared.

Regards,

Simon

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Tiny Core Screen Monitor (VNC?)
« Reply #1 on: October 20, 2017, 04:00:12 AM »
On the tinycore machines:
Code: [Select]
$ tce-load -i x11vnc
$ x11vnc -display :0

..then connect using, for example, vinagre

Offline simonc_67

  • Newbie
  • *
  • Posts: 14
Re: Tiny Core Screen Monitor (VNC?)
« Reply #2 on: October 20, 2017, 05:32:35 AM »
Sweeeeeeet :-)

Many thanks Juanito