You are not logged in.
Pages: 1
Removing "/etc/X11/xorg.conf.d/20-nouveau.conf" did the trick.
Adding nomodeset to the kernel parameters at boot makes no difference when booting either the live image or the already installed image. It won't get past the blinking cursor.
I tried installing the latest iso version (2026.06.20) to a QEMU .qcow2 VM image (no virt-manager) and I experienced a similar problem, tough in my case I didn't even get a login prompt, just a blinking cursor. The same happened after a couple of different install tries (text mode and expert). Booting the live image just gave me back another blinking cursor.
I still have a working genuen VM image installed from scratch using an iso from May 2026. I also have another one upgraded at the time from gnuinos-runit to genuen, which works remarkably well.
Something amiss with the iso image, I would guess.
Glad you got genuen with Excalibur up and running.
I haven't used KDE for ages and can't help you there. I run openbox + tint2 with obmenu-generator for my menus and it works fine.
Use a browser and go to: https://packages.genuen.org/genuen/pool … e-keyring/ Download "genuen-archive-keyring_2025.12.02_all.deb" to a local folder.
Now change to root and do:
dpkg -i /path/to/genuen-archive-keyring_2025.12.02_all.deb to install a valid signature.
Finally do:
apt updateand
apt dist-upgradeThat should work (at least it did for me)
Thanks for the detailed information!
I have seen the problems only with the EQ sliders, but the changes are never over .04-.05 on the scale, and I can't really tell the difference in the sound quality, so I can live with that OK. Besides, it only shows on some of the sliders, and the values go back to the pre-sets on clicking the name in the Choose EQ Pre-sets box.
After installing Alsatune-3.1-1 I noticed that the values for the EQ pre-sets shown on Alsatune are slightly different from the actual values on the pre-sets.csv file. The changes seem to affect only certain frequencies within a given pre-set value group and may change after closing and launching the app.
I tried it with a number of pre-sets and the problem shows up on most of the pre-set groups.
Removing version 3.1-1 and installing 3.0-0, or 2.1-0 makes no difference.
I'd appreciate it if somebody using Alsatune could confirm this behavior or if it is just me.
I tried version 3 on my Acer Aspire 5 and everything works as expected. No problem whatsoever on mpv, vlc, Librewolf and Firefox.
Great job!
You may need to make a minor change in the README.txt file for the path to .asoundrc file, so that it reads /usr/share/alsatune instead of /usr/share/mxeq.
Also, older EQ pre-sets will need to be moved to the user's .local/share/alsatune folder.
streamtuner2
Have been using it for a while and gives you a ton of streaming radio stations.
Great job Miyo, as usual.
Message from a live MiyoLinux iso.
Keep up the good work!
You may be interested in trying multibootusb http://multibootusb.org/. You can just download the tar.gz file and use it from a local folder. No need to install it.
I keep youtube-dl updated downloading the latest release from
https://rg3.github.io/youtube-dl/download.html and then copying file youtube-dl to /usr/local/bin/.
You can do that or just follow the simple commands on the download site.
No problem downloading here with command:
youtube-dl --verbose https://www.youtube.com/watch?v=AuFiBjNTB9oMy versions of youtube-dl and python are:
[debug]youtube-dl version 2018.12.03
[debug] Python version 2.7.13 (CPython)
I stand corrected.
Changed code in original message.
Try this:
brightness="/sys/class/backlight/intel_backlight/brightness"
if [ -f $brightness ] && [ "$(cat $brightness)" != "3000" ]; then
echo 3000 > $brightness
fiEdit: Corrected code error.
For a basic system do
qemu-system-x86_64 -hda path_to-your_devuan_ascii_2.0.0_amd64_qemu.qcow2Just have a look at https://gmplib.org/~tege/qemu.html for some simple examples of use.
claws-mail 3.17 wanting to drag dillo is most likely just because you are also trying to install claws-mail-dillo-viewer or claws-mail-extra-plugins. These two have dillo as a dependency, but not claws-mail itself.
You can check dependencies here:
https://pkginfo.devuan.org/
You may want to try adding this to /etc/apt/sources.list instead of stretch-backports:
deb http://deb.devuan.org/merged ascii-backports mainUpdate your sources:
apt-get updateAnd now install claws-mail-3.17
apt-get install -t ascii-backports claws-mailHope this helps|
First time poster here.
Not sure if this is what you're looking for but I just add this alias to my regular user's .bashrc
alias python='/usr/bin/python3.4'Any python scripts I run from a console will then use python3.4
Pages: 1