You are not logged in.
I've got Devuan installed and can boot to the command line.
So far so good.
How can I install and start a Desktop?
And which one?
Last edited by Gnostic (2023-11-11 17:27:14)
Offline
If 'startx' doesn't work, you need to install xorg & a WM/DE.
(It's been a while since I last installed it to a RPi....)
Offline
Welcome to the forum, Gnostic!
Have you looked at the README?
Did you download from here?
It can take a while to figure out where things are . . .
One more question . . . should this be moved to ARM builds where the ARM folks hang out? I may do that later . . .
Online
Thanks folks, problem solved.
# upgrade from Chimaera to Daedalus
nano /etc/apt/sources.list
deb http://deb.devuan.org/merged daedalus main
deb http://deb.devuan.org/merged daedalus-updates main
deb http://deb.devuan.org/merged daedalus-security main
#deb http://deb.devuan.org/merged daedalus-backports main
apt-get update
apt-get upgrade
(reboot)
apt install xfce4
apt install xfce-terminal
apt install xfce-goodies
apt install firefox-esr
startxfce4
Offline