The officially official Devuan Forum!

You are not logged in.

#1 Re: Desktop and Multimedia » mesa and VA-API hardware acceleration » 2025-04-13 17:52:26

Hi,
VA-API is - as far as I know- hardware acceleration using Intel-Graphics.
There is a warper for nvidia GPUs for VA-API calls (nvidia-vaapi-driver).
No idea how or whether this is possible with Radeon graphics.

#2 Re: Desktop and Multimedia » Desktop locking up / temp freezes » 2025-04-13 10:25:08

Sounds like a hardware problem.
I would pull out and insert again all RAM modus and PCI extension cards. This makes new electrical contact.
Since the PC has no external graphics card, this most likely means the RAM, as Pedro guessed before.

#4 Re: Desktop and Multimedia » Devuan 5 Daedalus - Evolution CalDav integration » 2025-04-05 12:07:44

I can't manage to find how to integrate the current "panel clock" to use evolution

Assuming mate panel works similar to lxde ... .
Did you compare the "panel applet" configuration on both install? (GUI and config file)
Is the panel using a different plugin for the "panel clock"?

it displays two hours back

BIOS (or efi): Set time to UTC, not local time.
(Some flavour of) ntp should run in any case. If the time difference is too big, ntp might not want to sync.
Check insatllation's time zone settings: /etc/adjtime /etc/localtime /etc/timezone. Last line in /etc/adjtime should be "UTC".
E.g.:

$ cat /etc/adjtime
0.000000 1743786960 0.000000
1743786960
UTC

$ ls -l /etc/localtime
lrwxrwxrwx 1 root root 35  Mon 2024-07-01 19:25  /etc/localtime -> ../usr/share/zoneinfo/Europe/Zurich

$ cat /etc/timezone
Europe/Zurich

https://wiki.debian.org/DateTime

#5 Re: Hardware & System Configuration » How to change DNS server permanently » 2025-04-01 22:22:31

That depends on your network configuration.

Some cases:
(a) static network settings in /etc/network/interfaces; then /etc/resolv.conf sets dns. Just edit to your needs.
Dynamic:
(b) plain dhcp: you can superseed (overwrite) the routers dns "suggestion".
(c) "network managers" there is a zoo of different tools. e.g. NetworkManager, connman, resolvconf, and what not; all with different gui and console tools for making changes.
Addional hardware:
(d) have a personal router - not the one from the Internet Service Provider. Set it up to your needs and any client will have the wanted dns server automatically.

a,b is good for static LAN, c for wireless-LAN or more dynamic setups (and for static LAN too, if you like).

Edit: Some typo. And the list is not complete, of course.

#6 Re: Documentation » [HowTo] dhcp & udhcpc - Timeout for network connections » 2025-03-18 14:40:56

[ $(cat /sys/class/net/eth0/carrier) -eq 1 ]
is a logical expression. True, if the ethernet-cable is connected.

#8 Re: Installation » How to install nvidia drivers in daedalus? » 2025-03-11 18:44:11

Marketing department is so funny ... Up to now I thought it would be a very old card. But it is "Pascal" archtecture, same as mine.

The following packages are manually installed on my system (excalibur, but should not matter):
firmware-nvidia-graphics firmware-nvidia-gsp nvidia-alternative nvidia-detect nvidia-driver nvidia-kernel-dkms nvidia-modprobe nvidia-settings nvidia-xconfig

You need to run 'nvidia-xconfig' to create 'xorg.conf'; otherwise X will not start.
Edit: Just found that there is no 'xorg.conf' and an empty 'xorg.conf.d' on my system.

#9 Re: Installation » How to install nvidia drivers in daedalus? » 2025-03-11 15:52:19

The error messages don't ring a bell.
Are linux-headers-amd64 and firmware-nvidia installed? (assuming yes, but ...)

Which version of 'nvidia-driver' is installed for your card? 535, 525, 470, 418, 390 ? Maybe something version dependant.
The labtop might have "optimus" architecture, where you can switch between nvidia and intel graphics. This is needs special setup, I don't know at all.

Edit:
nvidia_current_open : Does this refer to nvidias new open source drivers (for RTX2000 and later)?

#10 Re: Installation » How to install nvidia drivers in daedalus? » 2025-03-11 13:58:58

apt-get purge nvidia-persistenced will do.

It's use case is a headless server for e.g. CUDA calculation.

#11 Re: Installation » How to install nvidia drivers in daedalus? » 2025-03-11 11:19:02

Hm, that is strange.
My std / non-customised daedalus install has the same 'sources.list' and 'nouveau' graphics driver too.

# apt-get update
# apt-get dist-upgrade
# apt-get install nvidia-detect
(...)
Unpacking nvidia-detect (535.216.01-1~deb12u1) ...
Setting up nvidia-detect (535.216.01-1~deb12u1) ...

devuan pkginfo says it's available on all distros. https://pkginfo.devuan.org/cgi-bin/poli … t&x=submit

Something in '/etc/apt/preferences.d/' ?
'apt policy' may give a hint.

Out of ideas by now.

#12 Re: Installation » How to install nvidia drivers in daedalus? » 2025-03-10 22:21:27

The proprietary driver is needed for hardware acceleration. 'contrib' and 'non-free' repos must be present in in '/etc/apt/sources.list' to install it.

The utility nvidia-detect recommends a driver version. The name is both, debian package and executable. Beside that

#13 Re: Installation » How to import a synaptic exported package list? » 2025-03-09 12:09:53

I suggest to insert some filters

apt list | \
grep 'installed' | grep -v -e 'installed,local' -e 'installed,automatic' -e ^lib | \
awk -F"/" '{ print $1 }'  > package-list

^lib : removes all libraries (should be installed automatically), but also "libreoffice".
'installed,local' : packages not in the current sources.list. I would want to check those.

Edit:
Forgot to mention: To apply to a new installation

apt-get install $(cat package-list| tr -d '\n')

tr -d '\n' deletes end-of-line characters.

I like fsmithred's 'dpkg --get-selections' version; it includes de-installation of packages, which it not covered here.

#14 Re: News & Announcements » Chrome based browsers and uBlock Origin » 2025-03-05 20:55:20

Chrome is may things** but not a browser.
It may be used for something sweet like this web site, but not in the wild, where it turns into an advertising delivery platform.

**audio/video encoder/decoder, debugger, environment for online games, part of a web-shop, ... and what not.

#15 Re: Hardware & System Configuration » Bluetooth support on laptop » 2025-03-05 20:28:45

Maybe

apt-get install blueman pipewire-pulse

Yes, this is also something pulseaudio ... .

Wifi and bluetooth are sharing the 2.4 GHz band. Using one chip for both is an option.

#16 Re: Off-topic » [SOLVED] "A future for the i386 architecture" and other good(???) news » 2025-01-02 21:28:22

On the other hand: Offering i386-install-iso's makes people install linux on scrap computers. And then it sucks ... .

Personally, I bought my last 32-bit-x86-computer in 1999 (0.5 GHz Intel Pentium with 0.4 GB RAM). Probably it would still work, but it's gone.

#17 Re: Hardware & System Configuration » NVidia issues » 2024-12-19 23:42:51

"Blacklisting nouveau" and "no proprietary nvidia driver installed" means the system uses a generic VESA or VGA drive (1024x768).

To install the proprieatary nvidia driver - as far as I remember:

apt-get install firmware-nvidia-graphics nvidia-driver linux-image-amd64 linux-headers-amd64

The full kernel source is not needed to compile the nvidia driver, headers are sufficient. If you want kernel updates, install "linux-image-amd64", not a specific version.
It needs a "xorg.conf" to function (create one with e.g. "nvidia-xconfig"; maybe to install additionally).

Just to mention:
In my cases, the nouveau driver just worked without any config (no acceleration of course).
And my computer spends some seconds with "Waiting udevd to be populated" too (no idea why).

#18 Re: Desktop and Multimedia » [SOLVED] Ctrl+Alt+F1...6 freezes desktop and unable to get to console » 2024-12-12 16:24:30

No solution, just wondering: Does "Xwayland" mean something here?

rdav wrote:
 $ inxi -MGr
...
 Display: server: X.Org v: 1.21.1.14 with: Xwayland v: 22.1.9 driver: X:
    loaded: nouveau dri: nouveau gpu: nouveau resolution: 1680x1050~60Hz

Btw: Interesting inxi switches.
Respective line on my excalibur machine (with nvidia driver and 1920x1080 consoles) is:

  Display: x11 server: X.org v: 1.21.1.14 driver: X: loaded: nvidia

#20 Re: Documentation » Tip for using obmenu-generator in Openbox » 2024-12-07 19:49:44

obmenu-generator is really great and one of few non-standard tools I add to a an installation.

Head_on_a_Stick provides a deb-package https://dev1galaxy.org/viewtopic.php?pid=34723#p34723 (thanks for that)

#21 Re: Hardware & System Configuration » Thinkpad t460p, ext. keyboard detection not working after upgrade » 2024-11-23 10:46:20

Was a new kernel installed?
Boot the previous one again (grub menue: advanced options ... -> ). Does the problem remain?

Or anything suspicious in apt's log?
/var/log/apt/term.log or /var/log/apt/history.log

#22 Re: Packaging for Devuan » Lazarus weird after update » 2024-11-21 19:59:41

Assuming daedalus with backports:

# apt install  -t daedalus-backports  lazarus-ide 

should have done the trick.

#23 Re: Installation » minimal X install » 2024-11-16 12:09:18

Invest 20 bugs in a new SSD. Runnung devuan/debian using a 2 GB parftiion can be quite masochistic these days. Anyway, not my decision.

If the current kernel works, you may deinstall the previous (now backup) kernel. This frees about 250 MB of kernel modules and has to be repeated after a kernel upgrade.
You may use apt with "--no-install-recommends".

Regards

#24 Re: Off-topic » A Libreoffice Writer ODT that Crashes the Devuan Desktop » 2024-11-04 20:57:13

Not sure whether the following is connected... .
Today, I had a uniq experience with 'LibreOfiice Calc' on a remote mashine. It killed the whole vnc-server-session when opening a document - three times in a row, then I gave up.
server: debian bookworm, running tightvncserver and libreoffice calc
client: devuan excalibur, running xtightvncviewer

At least there are similarities.
And the supplied document from github does not freeze my desktop.

#25 Hardware & System Configuration » [SOLVED] Repository sync: How to reduce download size of 'apt-get update'? » 2024-10-26 21:05:44

delgado
Replies: 1

Hi,
I'm running excalibur on a amd64 computer with i386 achitechture enabled (to play old games). Additionally, some packages from ceres and daedalus are installed too. 'deb-src' repositories are commented-in on occasion, not permanently.

This resulted not seldom in having +100 MB to download just for syncing the repositories.

A reasonable reduction was archived by "i386 packages are installed from excalibur, all other repositories can be fixed to amd64". 'sources.list' looks as follows:

cat /etc/apt/sources.list

deb http://deb.devuan.org/merged excalibur                      main contrib non-free non-free-firmware
# virtualbox, nomacs
deb [arch=amd64] http://deb.devuan.org/merged ceres             main contrib non-free non-free-firmware
# lxde-gtk2 - lxpannel-gtk3 doesn't work
deb [arch=amd64] http://deb.devuan.org/merged daedalus          main contrib non-free non-free-firmware
deb [arch=amd64] http://deb.devuan.org/merged daedalus-updates  main contrib non-free non-free-firmware
deb [arch=amd64] http://deb.devuan.org/merged daedalus-security main contrib non-free non-free-firmware
# kpackage
deb [arch=amd64] http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb excalibur deps-r14 main-r14

What else can be done (or excluded or specified) to further reduce the download when apt is syncing?

Thanks for any input and regards.

EDIT 2024-Oct-30:
Decided to use "daedalus main" and "ceres main contrib" as a further reduction. And closing the topic.

Board footer

Forum Software