106
Applications and Porting / Re: A set of good old games
« on: July 28, 2023, 03:56:14 am »I'm sorry about that ... it is back online now!
Still offline today
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I'm sorry about that ... it is back online now!
Always liked CDE, but that's probably from my greybeard days in the '90s.
# get the cde-2.5.1.tar.gz from SourceForge
tar xzvf cde-2.5.1.tar.gz
sudo dnf group install c-development development-tools
sudo dnf install pam-devel libutempter-devel libXp-devel libXt-devel libXmu-devel libXft-devel libXinerama-devel libXpm-devel \
motif motif-devel libXaw-devel libX11-devel libXScrnSaver libtirpc-devel xset sessreg xrdb \
libjpeg-turbo-devel freetype-devel openssl-devel tcl-devel ksh m4 ncompress patch \
rpcbind bison xorg-x11-xbitmaps xorg-x11-proto-devel flex opensp libXrender-devel \
xorg-x11-fonts-100dpi rpcgen bdftopcf libXdmcp-devel
cd cde-2.5.1
./configure
make -j32
sudo make install
sudo service rpcbind start
sudo cp contrib/desktopentry/cde.desktop /usr/share/xsessions/
# verify with
rpcinfo -p
# log out from GNOME shell and back to GDM, choose CDE to start the session
I don't think there are problems with AMD GPU, the Kernel loads regularly, unfortunately in my case that I use Debian 12, I don't know why, as I also wrote on the other discussion relating to Kernels, from versions 6.2.X Debian 12 doesn't work, not even with their own 6.3.0. Everything loads regularly but when it has to boot from the classic black screen before arriving at the login screen, it always remains in the black screen and you have to restart... But I repeat in this case I think it's only a Debian 12 problem, with Debian 11 itself not happens...
doesn't work for me on fedora 38 or opensuse tumbleweed, worked fine on opensuse leap 15.4 and 15.5, the RPMs that is, but the binary builds dont work either