Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get past "Hey There" screen after fresh install. #649

Closed
Hawkins00000 opened this issue May 17, 2020 · 6 comments
Closed

Can't get past "Hey There" screen after fresh install. #649

Hawkins00000 opened this issue May 17, 2020 · 6 comments
Labels
support Something isn't working with the users setup

Comments

@Hawkins00000
Copy link

What doesn't work?
after installed and rebooted, I updated the auto-logon, and now I am at the "Hey There" new setup screen, and I don't see mouse and no keyboard input.

What did you already try?
Changed mouse and KB's.
Did and lsusb, and both USB devices are recognized.

General Information:**

  • Hardware [e.g. Raspberry Pi, if you have layout issues please also include your screen resolution]
  • OS Info: OctoPi]
  • OctoDash Version: Latest version

Simply: How do I move past this screen?

Simple question, but nothing I do gets me past this screen,...?

Please and Thank you!
Chris
[email protected]

@Hawkins00000 Hawkins00000 added the support Something isn't working with the users setup label May 17, 2020
@UnchartedBull
Copy link
Owner

You don't use a touchscreen monitor, do you?

OctoDash hides the mouse by default, since it just looks weird, if you're using a touchscreen. You basically have two options now:

Create the config manually: https://github.com/UnchartedBull/OctoDash/wiki/Setup-&-Settings#creating-the-config-manually
Or slightly adjust your /.bashrc file to not hide your mouse pointer. Just change the line xinit -- -nocursor to just xinit. This should enable your cursor again.

@theshortest
Copy link

theshortest commented Aug 8, 2020

Hey, total linux novice. I love the idea of Octodash but do not have a touch screen yet. I am trying to follow your steps for un-hiding the mouse but I have no clue how to edit the file you reference let alone even find it. trying to us Win scp search but no luck. I can SSH but I have no clue how to get to the file to edit it. Much appreciated!!

@UnchartedBull
Copy link
Owner

UnchartedBull commented Aug 10, 2020

Ok that is fairly simple:

  • Usually most of your files are living in your user directory (abbreviated as "~", full path will be something like "/home/pi/" - both of these are pointing to the exact same location)
  • files that start with a . are hidden files by default, so you can't list them with ls, if you want to see all files (including the hidden ones) use ls -a

Now to your question:

  • You want to edit that file with a text editor (nano is the most convenient one, if you're used to GUI programs) so to edit the file execute:
    nano ~/.bashrc
  • This will open up the file and you can make changes (there is no cursor support so use the arrow keys to navigate to the correct place and delete the -- -nocursor part)
  • Hit CTRL + X to exit
  • Confirm with "Y" and then enter to overwrite
  • Reboot

@theshortest
Copy link

Hey thanks a lot for the thorough response. I figured it out by following up on another issue I found. The nano ~/.bashrc worked.
I appreciate the description of how the file structure works a little. I have it up and running and, though its not made for a mouse, it works fine. I will get a touch screen in the near future. I've seen it somewhere before but I cant find the list of verified screens,
While I'm at it, is it possible to extrude filament besides a filament change?

@UnchartedBull
Copy link
Owner

Screenlist can be found here: https://github.com/UnchartedBull/OctoDash/wiki/Supported-Devices#recommended-screens. The first three are known to be working great, the bottom 2 should work fine, but I haven't heard anybody specifically mentioning that they work OOB.

You can change your custom actions to include extrude / retract commands. There is currently no other way though.

@slicerFPV
Copy link

I try to get into the .bashrc but when I do I don’t see anything that says Xinit no cursor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Something isn't working with the users setup
Projects
None yet
Development

No branches or pull requests

4 participants