Hi aus9
If you look at the dependency tree:
http://tinycorelinux.net/14.x/armv6/tcz/totem.tcz.treehttp://tinycorelinux.net/14.x/aarch64/tcz/totem.tcz.treeyou will find  Xorg-3d.tcz  and  alsa-modules-KERNEL.tcz  get pulled
in by dependencies further down the chain.
 ... Info mentions Xorg-3d.tcz ... 
If you are not currently running  Xorg-3d , and you  tce-load -i totem , it probably
won't work because you can't start  Xorg-3d  while  Xorg  is running. So  totem
in that case should be:
Download only
Exit to prompt
tce-load -i totem
startx
Then add  totem  to  onboot.lst.
Note: Xorg-3d  will load  graphics-KERNEL.tcz. It hasn't come up in a few years, but loading
      graphics-KERNEL.tcz  while a GUI is running can/will cause the screen to go black.
 ... fails for waitforX but then startx works ... 
I have a laptop that sometimes liked to do that. I added this to  ~/.xsession:
sleep 3
/usr/local/bin/Xorg -nolisten tcp &A short delay prior to running  Xorg  appears to fix (hide?) the issue.