UnchartedBull / OctoDash

OctoDash is a simple, but beautiful dashboard for OctoPrint.
https://unchartedbull.github.io/OctoDash/index.html
Apache License 2.0
1.02k stars 225 forks source link

activate view mouse #1057

Closed asaku closed 4 years ago

asaku commented 4 years ago

hello good to all I have a problem the touch of my screen is damaged and I wanted to put the mouse to see to handle the screen but I can not find how to put that function a greeting and thanks

UnchartedBull commented 4 years ago

nano ~/.bashrc and remove the -- -nocursor part from this line: xinit -- -nocursor.

slicerFPV commented 3 years ago

When I enter nano ~/.bashrc I don’t get anything saying (xinit -- -no cursor) on my screen to edit. What do I need to do?

UnchartedBull commented 3 years ago

Did you use ratpoison or a different desktop? Which user are you logged in while accessing the file (whoami). You need to be the same user as is used while showing OctoDash (pi mostlikely).

slicerFPV commented 3 years ago

I believe I’m signed is as pi. I know how to sign in as su or as root but I didn’t install ass any of those user just pi. It did ask for my su password when I installed if I remember right. And yes it says welcome to rat poison when I boot up the pi. Iv attached a photo of the screen that comes up when I put in he command.

Sent from my iPhone

On Jan 29, 2021, at 3:43 PM, Timon G. notifications@github.com wrote:

 Did you use ratpoison or a different desktop? Which user are you logged in while accessing the file (whoami). You need to be the same user as is used while showing OctoDash (pi mostlikely).

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

UnchartedBull commented 3 years ago

Could you post the output of ls -la ~?