General Questions • [Software] Kernel upgrades are never at the same time, Why?
This is hardly a crisis. I'd just like to understand the why of it.I am currently running nine VM's of Debian 12.8. I have six hardware devices running Debian 12.8. All use the same US based Debian...
View ArticleGraphical Environments & Desktops • SwayFX
Just curious, are there any folks around these parts who are actively using SwayFX? If so are you willing to share information on tricks and tips? Hello.This fork is full of bugs. I tested it on the...
View ArticleTesting And Unstable • Debian Testing & KDE 6.2.3 - how to change System...
And is there any way to be informed that the transition is complete ?Debian Mailing Lists is your friend Hmm, I looked at the page with archived email and last recorded message was from September. I...
View ArticleBeginners Questions • [Software] taking over another's project
In the top line is link to Pastebin, use that.Statistics: Posted by arzgi — 2024-12-05 12:37 — Replies 2 — Views 71
View ArticleInstallation • Checking checksums strongly discouraged by Debian developers?
The first error: ChatGPT.This is the forum for discussion related to Debian. Cheksums were very feasable when optical discs were used, but that in most cases is history. I checked, and there seemed to...
View ArticleSystem and Network configuration • [Solved] VPN does not work anymore after...
Installing debian testing packages to debian 12 is not a good idea. Here's a recipe on how you can rebuild the debian testing package against debian 12 libraries:Code: echo deb-src...
View ArticleGraphical Environments & Desktops • "AMD IOMMUv2 functionality not...
What did you try? You have amd, not intel.Statistics: Posted by arzgi — 2024-12-05 13:23 — Replies 13 — Views 292
View ArticleSystem and Network configuration • Two Ethernet Adapters/Interfaces on Debian 12
If you use network manager, it does not enable two network interfaces at the same time. Network manager is not mandatory, I have never used that. So your scenario is possible, but your network...
View ArticleGraphical Environments & Desktops • Seeking to remap keys in a way...
If you have bash, you can insert any character, if you know it's unicode Code: arto@dell:~$ printf -v char '\U251C'arto@dell:~$ echo $char├arto@dell:~$ To get unicodes, you can use for example...
View ArticleTesting And Unstable • [Testing - Trixie] Version 2024-12-03 cant find a...
Maybe it was a mistake to use en_GB localisation with the German (Austria) keyboard layout, but when I installed it from the GNOME testing live image from the graphical (Calamares) installer it at...
View ArticleGeneral Questions • E: dpkg was interrupted, you must manually run 'dpkg...
Just open a terminal and do:Code: sudo dpkg --configure -aEnter your password when it asks for it. Then it will try to correct your update system.Statistics: Posted by Bloom — 2024-12-06 09:11 —...
View ArticleProgramming • Valgrind not displaying lines of codes even with -g flag
Hello,Are you trying one of the examples here ?Raylib - examplesIf yes, which one ?If I understand correctly, the library is not in the Debian repository, is it?I would need to debug Raylib myself....
View ArticleHardware • Asus laptop: random keyboard problem
Hello,I have an Asus Vivobook X1704VA laptop: my keyboard locks up randomly. At first I thought the problem might be with the xserver-xorg-input-libinput driver. But a few days ago, I found a topic on...
View ArticleBeginners Questions • [Software] Bluetooth management on LXQt
Hello!I don't use LXQt, but XFCE, for me blueman worked out of the box.Install inxi, and runCode: inxi -Epost the output here.Statistics: Posted by arzgi — 2024-12-06 12:02 — Replies 2 — Views 81
View ArticleGeneral Questions • [Software] Nemo is slow and takes a lot of ram
I don't use nemo, maybe you should do a bug-report.Statistics: Posted by arzgi — 2024-12-06 12:09 — Replies 3 — Views 103
View ArticleGraphical Environments & Desktops • External Display not being recognized...
I had a little free time yesteday, and searched your problem. I found Intel has made kernel patches, so you should get it working with stock Debian kernel 6.1. Had not so much time, that could solve...
View ArticleInstallation • Offline installation - how to include more packages
The installer puts automatically the install media to /etc/apt/sources.list, it is just commented out when installation gets ready.Statistics: Posted by arzgi — 2024-12-06 12:32 — Replies 3 — Views 143
View ArticleGeneral Questions • waking from sleep issue xfce
Now how can i install xfce4-screensaver? Since is not in the stable repo. Can you give me an hint?If you normally install things using sudo and apt in a terminal, try this:Code: sudo apt install...
View ArticleOff-Topic • loading Broadcom 4322 as wlp2s0 during boot
Solution found....Created file "70-persistent-net.rules" in/etc/udev/rules.dadded single lineSUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:xx", ATTR{dev_id}=="0x0",...
View ArticleGeneral Questions • [Software] Chromium failed update
It seems dependencies for a new chromium version are not satisfied.Probably a reasonable assumption. They were held back in Bookworm update/upgrade today:Code: The following packages have been kept...
View Article