The officially official Devuan Forum!

You are not logged in.

#2 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2026-06-27 20:21:45

Can you post an image just of the error message? I can't read the text smile

And please post which version of darkness you use.

#3 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2026-05-24 13:33:24

Just a heads-up for all devs: TDE 14.2.0 running on a "HP Mini" ATOM 32bit machine.

- Kernel 7.0.9 i686
- TDE 14.2.0-DEVELOPMENT
- Devuan Ceres

Download:
- https://darkness.klepp.cn/iso/darkness- … 386.img.xz
- https://darkness.klepp.cn/iso/darkness- … .xz.sha256

Please note: for the old DXXX ATOM CPUS you must use the "modesetting" driver, otherwise the GPU will crash:

cat > $MNT/etc/X11/xorg.conf.d/20-intel.conf << XXX
Section "Device"
  Identifier "Intel Graphics"
#  Driver "intel"
  Driver   "modesetting"
  Option "NoAccel" "True"
  Option "DRI" "False"
EndSection
XXX

So dust off those old machines on your shelfs and basements, you can run a decent OS on them smile

#4 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2026-05-21 18:06:45

For those who happen to have a raspberry 4/400/5: I have uploaded an image based on https://arm-files.devuan.org/RaspberryP … 2-0554.zip upgraded to ceres.

The image is essentially the same as you get when running /root/rpi-installer from the ISO above, but with these changes:

- default language is english
- you can change the localisation and language to german and russian using /root/change-language

Download:
- https://darkness.klepp.cn/iso/darkness- … -21.img.xz
- https://darkness.klepp.cn/iso/darkness- … .xz.sha256

Please feel free to download and try .. and post your experience big_smile

#5 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2026-05-17 09:12:39

Maintenance Release

Due to "some" severe security vulerabilities in older kernels I have created and uploaded a maintenance release.

Biggest changes:
- kernel 7.0.7
- linux-vulnerability-mitigation installed and activated
- minor fixes in locales now uses translated manpages etc. by default
- raspberrypi installer /root/rpi-installer included - in case you want ceres + TDE + darkness on your PI.

Download:
- https://darkness.klepp.cn/iso/darkness-20260517.iso
- https://darkness.klepp.cn/iso/darkness- … iso.sha256

uid/pwd:
- root / toor
- user / user

Please use this ISO or install "linux-vulnerability-mitigation" on the older ones.

#6 Re: Devuan Derivatives » [SOLVED] REFRACTA vs. DEVUAN desktop-live, differences ? » 2026-05-10 08:56:51

From https://www.devuan.org/get-devuan :
"desktop-live: Explore the default Xfce desktop before installing. Then install easily and quickly from the live session using the refractainstaller."
so ...

#7 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2026-05-01 13:26:57

Sure it is:
- right click on a free space of the panel (just above the CD icon)
- select "Configure Panel ..."
You'll most likely want to reconfigure the clock, too smile

#8 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2026-05-01 12:45:31

May 2026 Version is out!

Biggest changes:

- TDE 14.2.0-DEVELOPMENT
- Xlibre 25.0.0
- new background images
- kernel 7.0.3
- own repository for darkness-specific packages (ATM a package for the repo and the wallpapers)

Notes:

- Persistent partition at 3GB when booting the ISO from a USB stick: As long as any future ISO written to the stick is smaller than 3GB the data on the partition is unaffected.
- Virtualbox/VMware guest graphics: mesa has deprecated gallium-xa. When you run inside an affected guest then xserver-xlibre-video-vmware is automatically downgraded to 13.4.0.1-2
- Laguage: TDE language packs of unused languages are removed when booting from iso, so that translations of missing texts come from english and not from any other language pack
- deactivate 3D acceleration on Lenovo X61 / Intel GM965/GL960

Download:

- https://www.klepp.cn/darkness/iso/darkness-20260501.iso
- https://www.klepp.cn/darkness/iso/darkn … iso.sha256

Some Images:

darkness-20260501-0.png
darkness-20260501-1.png
darkness-20260501-2.png
darkness-20260501-3.png

Thumbnails of all new wallpapers:
darkness-20260501-wallpapers.png

Please feel free to download and try .. and post your experience big_smile

#9 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2026-02-25 17:20:48

tde-trinity is TDEs top meta-package. When installing it pulls in the next layer of meta-packages. When you uninstall any package that is referenced somewhere down the dependency tree you'll end up with all depending packages removed. e.g. "tde-trinity" depends on "tdeedu-trinity" depends on "klatin-trinity". klatin-trinity" will remove all the meta-packages that depend on it, including "tde-trinity". As all other TDE packages like "tde-core-trinity" are marked as "automatically installed" they will be removed when the last package depending on them is removed ... so removing "klatin-trinity" will remove the whole of TDE.

To prevent this from happening you can mark all packages that "tde-trinity" depends on as "manually installed", e.g.:

apt-mark manual $(LANG=C aptitude show tde-trinity |grep Depends|sed -e 's#Depends:##' -e 's#([^)]*),##g')

Now removing "klatin-trinity" will remove the meta-package "tde-trinity" and the meta-package "tdeedu-trinity" plus all other things mentioned in "tdeedu-trinity", but the rest of TDE will still be installed. As the meta-packages are there for your convinience it works as intended smile

#10 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2026-02-25 11:53:24

I prefer to start with a full installation and then work my way back. Just mark all packages installed by tde-trinity as "manual". "tdm-trinity" should be pulled in automatically.

#11 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2026-02-24 19:51:47

Well, you can just use regular stable devuan and follow the installation guide for TDE:
https://wiki.trinitydesktop.org/Devuan_ … structions
You find my customisations in /etc/skel - just copy them over to your installation, it'll work.

BTW, I run testing as my daily gear and I'm happy with it - but YMMV smile

#12 Re: Devuan Derivatives » Refracta ready for Excalibur? » 2026-01-04 22:14:30

When you add "--removable" then it actually boots, like:
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB --removable

#13 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2025-09-29 06:06:30

Passwords are the same as in the first post:

user / user
root / toor

#15 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2025-09-28 20:37:06

Autumn 2025 Version is out!

I just finished uploading the latest version of "darkness". Biggest changes:

- TDE 14.2-DEVELOPMENT
- Xlibre instead of Xorg - thanks to @callmetango
- new background images
- kernel 6.16.8
- own repository for darkness-specific packages (ATM a package for the repo and the wallpapers)

Issues solved:
- EFI installation on blank disk works now
- TDE language packs of unused languages are removed when booting from iso, so that translations of missing texts come from english and not from any other language pack
- deactivate 3D acceleration on Lenovo X61 / Intel GM965/GL960

Download (I got myself a bigger webspace):
- https://www.klepp.cn/darkness/iso/darkness-20250928.iso
- https://www.klepp.cn/darkness/iso/darkn … iso.sha256

Some Images:
darkness-20250928-0.png
darkness-20250928-1.png
darkness-20250928-2.png
darkness-20250928-3.png

Thumbnails of all new wallpapers:
darkness-20250928-wallpapers.png

Please feel free to download and try .. and post your experience wink

#16 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2025-05-02 21:34:38

You can control scaling under "kcontrol -> Apparance & Themes -> Fonts":
- either change the DPI settings from 96 to e.g. 190
- or choose bugger fonts, e.g. "Adjust All Fonts" and the select 30px instead of 12px.

BTW, the latest stable TDE version got released the other day. 
https://www.theregister.com/2025/05/01/ … eepreading

#17 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2025-04-02 17:55:22

You can run konqueror as root, but you should not. Anyway,

tdesu konqueror

does the job - and your way works probably the best.

I cannot comment on the ntfs issues (don't have anything M$ to test). When you search you'll find that this is a long standing problem with ntfs across distribution - and was apparently never solved.

#19 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2025-03-02 19:04:38

March 2025 version is out!

What do you get:
- Devuan Testing
- TDE 14.2.0 (dev branch)
- Openscad
- Firefox v135
- Kernel 6.12.17
- most firmware blobs
- dark theme

I have removed Zim Desktop Wiki due to the vast number of dependencies it pulls in.

UID / PWD:
user / user
root / toor

ISO: https://samhain.at/devuan_tde/darkness-20250302.iso
SHA256: https://samhain.at/devuan_tde/darkness- … iso.sha256

Note: default language is austrian german. Russian and englisch language packs are installed, too.

#20 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2024-11-10 14:14:23

Thank you for testing. Refractainstaller is a bit tricky, but I did not find anything better yet so I stick with it smile

TDE14.2 (which I use) is the dev branche of TDE. Upgrades are usalluay very smooth without surprises.

#21 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2024-09-19 17:09:30

As the name says: "testing" is for testing. If don't want to test, then don't.

#22 Re: Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2024-09-19 12:09:42

Well, there are lots of "stable" remixes, but not a lot of "testing", e.g. "exegnulinux" is stable + TDE - so no need for another stable remix smile

#24 Devuan Derivatives » Darkness - ISO Devuan Testing + TDE for AMD64 » 2024-09-19 10:57:37

samhain
Replies: 51

Latest iteration of my Devuan Testing + TDE Remaster for AMD64. And I finally gave it a name smile

What do you get:
- Devuan Testing
- TDE 14.2
- Openscad
- Zim Desktop Wiki
- most firmeware blobs
- firefox
- dark theme

UID / PWD:
user / user
root / toor

ISO: https://samhain.at/devuan_tde/darkness-20240918.iso
SHA256: https://samhain.at/devuan_tde/darkness- … iso.sha256

Note: default language is austrian german. Russian and englisch language packs are installed, too.

Screenshots:
0.png
1.png
2.png

Please test and report any issues you find here.

#25 Re: Devuan Derivatives » Excalibur + TDE ISO for testing » 2024-04-12 06:29:53

@deepforest: Devuan ceres is a bit hard to find, otherwise it's just that smile
@aluma: I need zim for myself, so I included it. As the gtk3 stuff is already pulled in from refracta/gparted/lxappereance it's no big deal.

Board footer

Forum Software