You are not logged in.
Thx PedroReina! You might have solved a problem for me too! VLC it is......
Firefox and uBlock Origin works very well. Recommend it.
Really sad...
Common problem and setting default sound card in Pulseaudio might solve it.
Look here: https://askubuntu.com/questions/1038490 … -in-ubuntu
But since Alsa is always there and the basis for Pulse, you might have to set it there too. Try the Pulse way first.
Great many thanks to the Devuan team!
Solved today with new Nvidia package 535.216.01-1~deb12u1
Ok with kernel 6.11.5 bpo!
Thank you package maintainer!
Subscribing....
Restart Thunar? (thunar -q)
Great thinking goat! Than you!
I might be able to run Nvidia 550.x or up, but haven't tested it yet.
Heads up - Nvidia 535.183.06-1 and backported kernel 6.10.xxx seems not be working. It is indicated here:
https://forums.linuxmint.com/viewtopic.php?t=430639
and seems to be a dkms/Nvidia build problem.
The build log (/var/lib/dkms/nvidia-current/535.183.01/build/make.log) partly translated:
make[3]: *** [/usr/src/linux-headers-6.10.6+bpo-common/Makefile:1959: /var/lib/dkms/nvidia-current/535.183.01/build] Error 2
make[2]: *** [/usr/src/linux-headers-6.10.6+bpo-common/Makefile:252: __sub-make] Error 2
make[2]: Lämnar katalogen ”/usr/src/linux-headers-6.10.6+bpo-amd64”
make[1]: *** [Makefile:252: __sub-make] Error 2
make[1]: Lämnar katalogen ”/usr/src/linux-headers-6.10.6+bpo-common”
make: *** [Makefile:82: modules] Error 2
With the earlier 6.9.7 bpo all is well. So it's no problem.
It is good to configure Grub to always use the last saved kernel, instead of the newest last installed one. Saves some headaches.
Other nice apps are sysv-rc-conf for sysvinit management. And Synaptic for a GUI to app management. Also, there's an alternative to apt and that is aptitude, which some prefer.
@tux2bsd THANKS!
A spelling mistake!!!! Facepalm....
Thank you! Looks very interesting.
A Flatpak problem?
It's a pity that touchscreen devices took the niche of Netbooks. I still have one laying around but I guess the bottleneck today, is RAM.
I loved the Netbooks! Go for Xfce as desktop, or even lighter; IceWM . IceWM is nice but craves more work with configuring, but that's fun too!
Good Luck!
OT: On my Devuan machines, the problems are always at the keyboard. Don't know why...
OT: welcome Dexter! Devuan is great and you've made a great choice!
Philosopher Amnesiac wrote:
Warning!!! Whatever sound file you choose, it will play the entire sound file. So, you might want to choose a file that's only a few seconds long.
I learned a new bash command today - 'trap' . And to make the sound stop playing when you close the timer window you can add:
trap 'killall aplay' EXIT
at the beginning of the original script.
@Altoid . . . Perhaps a less verbose and redundant writing style would solve the problem. After all Devuanistas do tend to be minimalists! wink
ok
Just a hobby script I use daily (almost):
#!/bin/bash
echo "___________________ Apt uppdates database ___________________________"
apt update && apt list --upgradeable
echo "-----------> Upgrade? y/NO"
read ANSWER
if [ "$ANSWER" = "y" ]; then
apt upgrade -y
else
echo "No upgrades today!"
fi
I used to use another script but since the problems with kernel 6.1.018 and the Nvidia driver, I like to review the upgrades beforehand. Some upgrades are more system critical than others, and some look fishy too. You have to be prepared.
Interesting! I used to run the computers in an advertising firm and file formats and printers (and color correction) was an everyday chore.
I found this in the manual for the 900; "JPEG with the Exif Version 2.3 standard taken by digital cameras DCF*1 version 1.0
or 2.0*2 compliant"
Maybe you could convert the pics to this format? (BMP seems stone age )
The linux Steam GUI leaves a lot to be desired but here's a tip how to scale it for HD screens. Try in a terminal:
steam -forcedesktopscaling=2.5
2.5 suits my setup but you can try from like 1.25 and up.
Good Luck!
PS. I've quit World of Warships. Does anyone have any good tips of other games? (Not War Thunder)