Octoscreen install on screen

Rasbian 10 Buster amrv7l 32bit
Pi 4 B 1GB
Kernel 5.10.103-v7l+
OctoPrint 1.8.6
OctoPi 0.18.0

5 inch 800x480 touch screen working
octoscreen_2.7.4_armhf.deb

I installed OctoScreen according to the instructions.
I also saw two videos and followed the instructions exactly.
But instead of Octoscreen I only see the textconsole on the screen.

$ journalctl -r -u octoscreen
-- Logs begin at Tue 2022-11-08 16:28:06 CET, end at Tue 2022-11-08 16:40:33 CET. --
-- No entries --

$ journalctl -xe
Nov 08 16:41:16 octo systemd[1]: Starting the OctoPi webcam daemon with the user specified config...
-- Subject: A start job for unit webcamd.service has begun execution
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A start job for unit webcamd.service has begun execution.
-- 
-- The job identifier is 20132.
Nov 08 16:41:16 octo root[10204]: Starting USB webcam
Nov 08 16:41:16 octo mjpg_streamer[10205]: MJPG-streamer [10205]: starting application
Nov 08 16:41:16 octo mjpg_streamer[10205]: MJPG-streamer [10205]: MJPG Streamer Version: git rev: 5554f42c352ecfa7edaec6fc51e507afce605a34
Nov 08 16:41:16 octo mjpg_streamer[10205]: MJPG-streamer [10205]: Using V4L2 device.: /dev/video10
Nov 08 16:41:16 octo mjpg_streamer[10205]: MJPG-streamer [10205]: Desired Resolution: 640 x 480
Nov 08 16:41:16 octo mjpg_streamer[10205]: MJPG-streamer [10205]: Frames Per Second.: 10
Nov 08 16:41:16 octo mjpg_streamer[10205]: MJPG-streamer [10205]: Format............: JPEG
Nov 08 16:41:16 octo mjpg_streamer[10205]: MJPG-streamer [10205]: TV-Norm...........: DEFAULT
Nov 08 16:41:16 octo mjpg_streamer[10205]: MJPG-streamer [10205]: init_VideoIn failed
Nov 08 16:41:17 octo systemd[1]: webcamd.service: Succeeded.
-- Subject: Unit succeeded
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- The unit webcamd.service has successfully entered the 'dead' state.
Nov 08 16:41:17 octo systemd[1]: Started the OctoPi webcam daemon with the user specified config.
-- Subject: A start job for unit webcamd.service has finished successfully
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A start job for unit webcamd.service has finished successfully.
-- 
-- The job identifier is 20132.
pi@octo:~ $ 

$ sudo systemctl status octoscreen
[sudo] Passwort für pi: 
● octoscreen.service - OctoScreen
   Loaded: loaded (/lib/systemd/system/octoscreen.service; enabled; vendor preset: enabled)
   Active: inactive (dead)

$ sudo systemctl start octoscreen.service
Job for octoscreen.service failed because the control process exited with error code.
See "systemctl status octoscreen.service" and "journalctl -xe" for details.




Have you noticed the info at the end of the startup sequence concerning a desktop environment?

sudo apt-get install libgtk-3-0 xserver-xorg xinit x11-xserver-utils
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
xinit ist schon die neueste Version (1.4.0-1).
xserver-xorg ist schon die neueste Version (1:7.7+19+b8).
libgtk-3-0 ist schon die neueste Version (3.24.5-1+rpt2).
x11-xserver-utils ist schon die neueste Version (7.7+8+rpt1).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
pi@octo:~ $ 

$ $ sudo X -configure

X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
Build Operating System: Linux 5.4.0-109-generic armv8l Raspbian
Current Operating System: Linux octo 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=800 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 smsc95xx.macaddr=E4:5F:01:BD:BC:6D vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=e7180956-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
Build Date: 04 August 2022  12:56:42PM
xorg-server 2:1.20.4-1+rpt4+deb10u5 (https://www.debian.org/support) 
Current version of pixman: 0.36.0
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov  8 16:46:11 2022
List of video drivers:
	amdgpu
	ati
	nouveau
	radeon
	modesetting
	fbdev
	vesa
No devices to configure.  Configuration failed.
(EE) Server terminated with error (2). Closing log file.
pi@octo:~ $ 


it seems the X11 is not running
but how ?

sudo /home/pi/scripts/install-desktop

Thanks!
400 packages later it's working now.

1 Like