WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Few questions for pseudo Kiosk mode.  (Read 4916 times)

Offline binarydemon

  • Newbie
  • *
  • Posts: 35
Re: Few questions for pseudo Kiosk mode.
« Reply #15 on: April 23, 2018, 08:06:53 AM »
Hi binarydemon
This is the  tree  file that lists all the dependencies for  Xorg-7.7-bin.tcz:
http://tinycorelinux.net/9.x/x86/tcz/Xorg-7.7-bin.tcz.tree

Ok wow thats alot. Thanks.
Check out DOSBox Distro - https://sites.google.com/site/dosboxdistro/

A tinycore LIVEUSB that makes playing your dos games anywhere very simple.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Few questions for pseudo Kiosk mode.
« Reply #16 on: April 23, 2018, 09:09:33 AM »
Hi binarydemon
There are a lot of duplicate entries in there as well. I copied and pasted that list into a file called  abc.  Then I ran:
Code: [Select]
tc@box:~$ awk '$1=$1' abc | sort -u
Xorg-7.7-bin.tcz
expat2.tcz
fontconfig.tcz
freetype.tcz
glib2.tcz
libGL.tcz
libICE.tcz
libSM.tcz
libX11.tcz
libXau.tcz
libXaw.tcz
libXcomposite.tcz
libXcursor.tcz
libXdamage.tcz
libXdmcp.tcz
libXext.tcz
libXfixes.tcz
libXft.tcz
libXi.tcz
libXinerama.tcz
libXmu.tcz
libXpm.tcz
libXrandr.tcz
libXrender.tcz
libXt.tcz
libXtst.tcz
libXxf86dga.tcz
libXxf86vm.tcz
libdrm.tcz
libffi.tcz
libpciaccess.tcz
libpng.tcz
libxcb.tcz
libxkbfile.tcz
libxshmfence.tcz
udev-lib.tcz
tc@box:~$
This is an alphabetized list of unique entries. The  awk  command echoes the file with leading whitespace removed. The  |  is a
pipe symbol that redirects the output from  awk  into  sort.  The  -u  tells  sort  to remove duplicate entries after sorting.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Few questions for pseudo Kiosk mode.
« Reply #17 on: April 23, 2018, 10:00:55 AM »
Xinput would indeed need Xorg.
The only barriers that can stop you are the ones you create yourself.

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 662
Re: Few questions for pseudo Kiosk mode.
« Reply #18 on: April 24, 2018, 12:54:22 PM »

Offline binarydemon

  • Newbie
  • *
  • Posts: 35
Re: Few questions for pseudo Kiosk mode.
« Reply #19 on: April 24, 2018, 05:42:22 PM »
Have you seen this site and pdf ??

http://web222.webclient5.de/doc/tcbrowservm/index.htm

I had not seen that before. Pretty neat. I considered doing something similar at one point, not for creating a secure web browsing experience but just an ultra portable VM. I suppose I could have used that VM and booted FreeDos but I see a lot of advantages to using DosBox as well.
Check out DOSBox Distro - https://sites.google.com/site/dosboxdistro/

A tinycore LIVEUSB that makes playing your dos games anywhere very simple.