Giter Site home page Giter Site logo

Installation about octoscreen HOT 18 CLOSED

z-bolt avatar z-bolt commented on August 16, 2024
Installation

from octoscreen.

Comments (18)

lele344 avatar lele344 commented on August 16, 2024 3

I've the same issue. The octoscreen service doesn't start on boot.
I've fixed it adding the "sudo systemctl start octoscreen.service" line into the /etc/rc.local for now, and in this way, I can have octoscreen on boot, without send ssh command.
It's only a workaround but works fine for me for now.

from octoscreen.

rocky00717 avatar rocky00717 commented on August 16, 2024

also having the same problem

from octoscreen.

MonDroone avatar MonDroone commented on August 16, 2024

same problem for me

from octoscreen.

MonDroone avatar MonDroone commented on August 16, 2024

I followed these instructions.
Octoscreen started well but, after rebooting the raspberry, octoscreen does not restart itself.
Is there a solution?
##################################################
How to update
Run the following commands:
wget https://github.com/Z-Bolt/OctoScreen/releases/download/v2.2.1/octoscreen_2.2-2_armhf.deb
sudo dpkg -r octoscreen
sudo dpkg -i octoscreen_2.2-2_armhf.deb
sudo systemctl restart octoscreen.service
#################################################

For start Octoscreen, it is necessary to execute this code via putty
sudo systemctl restart octoscreen.service

from octoscreen.

rocky00717 avatar rocky00717 commented on August 16, 2024

I had the wrong driver installed. Once I installed the waveshare driver and reinstalled octoscreen, it started working.

from octoscreen.

alexkv avatar alexkv commented on August 16, 2024

Did you install xf86-video-fbturbo? It's mandatory for some types of screens.

from octoscreen.

fsalinasc avatar fsalinasc commented on August 16, 2024

I have the same problem.
Any way to auto start?

from octoscreen.

alexkv avatar alexkv commented on August 16, 2024

Run command:
sudo service octoscreen status
And show what it returns

from octoscreen.

MonDroone avatar MonDroone commented on August 16, 2024

After >>> sudo service octoscreen status
I have this return :
● octoscreen.service - OctoScreen
Loaded: loaded (/lib/systemd/system/octoscreen.service; enabled; vendor prese
Active: inactive (dead)

lines 1-3/3 (END)

from octoscreen.

alexkv avatar alexkv commented on August 16, 2024

Did you try to reinstall octoscreen once again?
What hardware and OS do you use?

from octoscreen.

MasterTim17 avatar MasterTim17 commented on August 16, 2024

im using latest octoprint image.
this is the result of sudo service octoscreen status
● octoscreen.service - OctoScreen Loaded: loaded (/lib/systemd/system/octoscreen.service; enabled; vendor prese Active: activating (start) since Mon 2019-09-23 18:12:35 BST; 1s ago Main PID: 1900 (xinit) CGroup: /system.slice/octoscreen.service ├─1900 /usr/bin/xinit /usr/bin/OctoScreen -- :0 -nolisten tcp -nocurs ├─1902 /usr/lib/xorg/Xorg :0 -nolisten tcp -nocursor └─1919 /usr/bin/OctoScreen
the install was successful, i choosed a option, which enables octoscreen as default window manager (?). buy after reboot on the screen it always show the octopi login screen

from octoscreen.

fsalinasc avatar fsalinasc commented on August 16, 2024

Did you try to reinstall octoscreen once again?
What hardware and OS do you use?

I have reinstalled octoscreen and it remains the same.
Raspberry Pi 3 and Raspbian Stretch.
To make it work, every time I restart, I have to send by ssh
sudo systemctl restart octoscreen.service

from octoscreen.

fsalinasc avatar fsalinasc commented on August 16, 2024

Did you try to reinstall octoscreen once again?
What hardware and OS do you use?

After each reboot, I have to send by ssh
sudo systemctl restart octoscreen.service
When octoscreen is already running, shipping
sudo service octoscreen status
and this is the result:

● octoscreen.service - OctoScreen
Loaded: loaded (/lib/systemd/system/octoscreen.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2019-09-24 20:55:02 BST; 19s ago
Process: 1013 ExecStartPost=/bin/bash /etc/octoscreen/disablescreenblank.sh 0 (code=exited, status=0/SUCCESS)
Main PID: 990 (xinit)
CGroup: /system.slice/octoscreen.service
├─ 990 /usr/bin/xinit /usr/bin/OctoScreen -- :0 -nolisten tcp -nocursor
├─ 992 /usr/lib/xorg/Xorg :0 -nolisten tcp -nocursor
└─1001 /usr/bin/OctoScreen

Sep 24 20:54:51 octopi xinit[990]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Sep 24 20:54:51 octopi xinit[990]: (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 24 20:54:51 2019
Sep 24 20:54:51 octopi xinit[990]: (==) Using config file: "/etc/X11/xorg.conf"
Sep 24 20:54:51 octopi xinit[990]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Sep 24 20:54:51 octopi xinit[990]: modprobe: FATAL: Module g2d_23 not found in directory /lib/modules/4.14.79-v7+
Sep 24 20:54:52 octopi xinit[990]: time="2019-09-24T20:54:52+01:00" level=info msg="OctoPrint's config file found: "/home/pi/.octoprint/config.yaml"" file=main.go func=main.readConfig line=1
Sep 24 20:54:52 octopi xinit[990]: time="2019-09-24T20:54:52+01:00" level=info msg="Using "http://localhost:5000\" as server address" file=main.go func=main.init.0 line=52
Sep 24 20:54:52 octopi xinit[990]: time="2019-09-24T20:54:52+01:00" level=info msg="Found API key at "/home/pi/.octoprint/config.yaml" file" file=main.go func=main.init.0 line=58
Sep 24 20:54:52 octopi xinit[990]: time="2019-09-24T20:54:52+01:00" level=debug msg="New background task started" file=common.go func="ui.(*BackgroundTask).Start" line=114
Sep 24 20:55:02 octopi systemd[1]: Started OctoScreen.

from octoscreen.

nettunoroberto avatar nettunoroberto commented on August 16, 2024

sudo dpkg -i octoscreen_2.2-2_armhf.deb
Selecting previously unselected package octoscreen.
(Reading database ... 73940 files and directories currently installed.)
Preparing to unpack octoscreen_2.2-2_armhf.deb ...
Unpacking octoscreen (2.2-2) ...
dpkg: dependency problems prevent configuration of octoscreen:
octoscreen depends on libgtk-3-0 (>= 3.21.5); however:
Version of libgtk-3-0:armhf on system is 3.14.5-1+deb8u1rpi1rpi1g.

dpkg: error processing package octoscreen (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
octoscreen

from octoscreen.

shilbert01 avatar shilbert01 commented on August 16, 2024

Check issue #34. The service needs to be enabled. It might come up as active but "dead". Check with systemctl. If so, make sure you have set the Pi to boot into graphical environment with login (might work without auto-login).

from octoscreen.

tiagomaricate avatar tiagomaricate commented on August 16, 2024

Does anybody manage to fix this error?

dpkg: dependency problems prevent configuration of octoscreen:
 octoscreen depends on libgtk-3-0 (>= 3.21.5); however:
  Version of libgtk-3-0:armhf on system is 3.14.5-1+deb8u1rpi1rpi1g.

from octoscreen.

JeffB42 avatar JeffB42 commented on August 16, 2024

@MasterTim17 there are some set up instructions posted at
https://github.com/Z-Bolt/OctoScreen/wiki/Setting-Up-OctoScreen-and-Your-Display and
https://github.com/Z-Bolt/OctoScreen/wiki/Installing-OctoScreen-with-a-3.5%22-480x320-TFT-screen

Let me know if this helps and if you are up and running.

from octoscreen.

MasterTim17 avatar MasterTim17 commented on August 16, 2024

@MasterTim17 there are some set up instructions posted at
https://github.com/Z-Bolt/OctoScreen/wiki/Setting-Up-OctoScreen-and-Your-Display and
https://github.com/Z-Bolt/OctoScreen/wiki/Installing-OctoScreen-with-a-3.5%22-480x320-TFT-screen

Let me know if this helps and if you are up and running.

I found this instruction, but the struggling with the spi display was too much, so I bought a hdmi display
Thanks for the help

from octoscreen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.