WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Hey Rich.., I'm having trouble getting HideMouse to work .. Can you help me?  (Read 36 times)

Offline Richard Cranium

  • Newbie
  • *
  • Posts: 49
Remember my picture frame project??   https://forum.tinycorelinux.net/index.php?topic=27873.msg180279#msg180279

Well , I'm finishing it now , It all works and I've loaded a GB's worth of pics into (I'll probably write a sort of "how-to" on it) , so now I'm gathering the wood pieces to build the "frame" for the laptop guts..

But anyway ,I noticed something , the mouse cursor is always in the way , I did my homework and through the magic of forum search I discovered "HideMouse" in the repo.. I installed it and tried to figure out how to have it running , buuuuttt....... I'm scratching my head...

Can You help?????   Thanks man...


EDIT--- I was trying to follow your guide here ..     https://forum.tinycorelinux.net/index.php?topic=23615.0
« Last Edit: April 28, 2026, 06:02:54 PM by Richard Cranium »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12718
Hi Richard Cranium
I think AutoCursor.tcz might be a better choice:
https://forum.tinycorelinux.net/index.php?topic=24753.0

If you just want to permanently hide the cursor, this should work:
Code: [Select]
sudo AutoCursor -i &
If you want it to start automatically, create a file called AutoCursor
and place the above command in it. Copy the file to your .X.d
directory. Once the GUI is running, that command will be executed.