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

unable to open octodash via VNC #180

Closed
wieltar opened this issue Oct 4, 2019 · 6 comments
Closed

unable to open octodash via VNC #180

wieltar opened this issue Oct 4, 2019 · 6 comments
Labels
support Something isn't working with the users setup

Comments

@wieltar
Copy link

wieltar commented Oct 4, 2019

I have an old s7 laying around and wanted to use it with the raspberry pi and vnc to connect to octodash, i just ran the install script and installed vnc. The connection is successful however i get the "unable to show desktop" message.

Is there some step i missed in the setup? my initial thought was that it would work the same as a physical lcd connected to the pi. It could very well be this isn't possible however i missed some documentation stating how i could connect a display

edit: I used the automatic start on boot install script

@UnchartedBull
Copy link
Owner

It should be possible to view OctoDash via VNC. I don't know if the Pi creates the Desktop on boot even if there is no HDMI cable plugged in. Do you see anything in the VNC Viewer (like a black screen with a small white rectangle at the top right)?.

I don't use VNC Viewer therefore I might not be able to help here. I would probably install the normal Raspbian and get VNC working there (so you see the desktop on your phone) and then just install the no-autostart option and do that bit yourself.

I might also be able to offer OctoDash as a native Android App, which would make the whole VNC part obsolete, but that might take a couple of weeks ...

@UnchartedBull UnchartedBull added the support Something isn't working with the users setup label Oct 4, 2019
@wieltar
Copy link
Author

wieltar commented Oct 4, 2019

https://imgur.com/a/vhwuhAA

I've added a photo of the output on imgur.

I haven't seen the rainbow screen or the rectangle in the corner. I haven't tried installing the desktop first en then the manual part, I could do that in a bit though, do you have any special way of removing the plugin?

I'll try reinstalling it the manual way

@UnchartedBull
Copy link
Owner

Okay the issue you are having is that there is no Desktop present, therefore VNC can't display anything. Your issue most likely lies within your configuration. You can remove octodash with sudo dpkg --remove octodash.

@UnchartedBull
Copy link
Owner

I'm going to close this here so it doesn't show up in the tasks that needs to be done before the release. If you have any more issues just open a new one. Hope you were able to fix your issue.

You can also continue to comment in this issue :). Thanks!

@UnchartedBull
Copy link
Owner

There is now a native android app available: https://github.com/UnchartedBull/OctoDash/releases/download/v1.3.1/octodash-1.3.1.apk. I don't have an Android smartphone so I can't try it. Would be great if you could provide feedback.

@yet-another-average-joe

I know it is an old one !

Just install XTerm (terminal for X) : sudo apt install xterm
If you need the framebuffer to be displayed as well :

sudo nano /root/.vnc/config.d/vncserver-x11

add these lines :

CaptuteTech=raspi

CaptureTech=raspi gives gives access to the frame buffer, so VNC can also display non-X screens.
if you don't want the connection to be closed after some time, add :

IdleTimeout=0

But you have to know that you will probably get a very ennoying logging dialog from VNC from time to time. Probably a bug, found no reproductible pattern...

Capture

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

3 participants