General Questions • Re: [Software] apt install virtualbox-ext-pack from...
Looks like they forgot the new version. but you should be able to manually download and install the deb from Sid. The deb just has a script that downloads the matching extension pack from...
View ArticleTesting And Unstable • Re: [Hardware] Programs not starting with discrete AMD...
Was it working in Bookworm?Statistics: Posted by stevepusser — 2025-01-31 06:06
View ArticleOff-Topic • Re: [Software] Help please wih a kernel panic
Okay I did it ! Thanks FreewheelinFrank for helping me try to do this. You were right, there is a way for Snapper to do it and it worked, I got help from the Spiral Linux site.Sorry if I shouldn've...
View ArticleGraphical Environments & Desktops • Re: stuck at login screen
Split from previous topic, which was a how-to, and not for support.What previous topic? URL please.Statistics: Posted by mrmazda — 2025-01-31 07:41
View ArticleGeneral Questions • Re: kernel panic
Ah Spiral linux. Thanks.Statistics: Posted by thorbs — 2025-01-31 21:33
View ArticleTesting And Unstable • Re: [Testing - Trixie] External Monitor Detection...
Oh hey! I literally just registered because I just ran into exactly the same issue.Every find a solution? Was going to file a bug.I had a look at the Debian Bug report logs for nvidia maintainers...
View ArticleHardware • Acer Chromebook Plus 514 (model N23Q18) no sound
Hi all,Have the above mentioned Chromebook (the i3-N305 one) that I with the help of mrchromebox and a SusieQ managed to liberate from the clutches of Chrome OS and onto which I installed...
View ArticleGraphical Environments & Desktops • Re: Window Resize Problem
As I said, i dont't use xdotool, maybe fill a bug report.To me the whole concept is odd, using scripts to replace mouse, which was invented at Palo Alto, quite many years ago.It's the same with wctrl...
View ArticleHardware • Re: Acer Chromebook Plus 514 (model N23Q18) no sound
Hi, welcome to the forum!Please could we have output of the following? (You may need to install package inxi.)Code: $ inxi -FxxxrzCode: $ lspci -nnk | grep -i audio -A2Code: # journalctl -k | grep -Ei...
View ArticleGeneral Questions • Re: Were does the output from scripts in cron.daily go?
Hello,[..] anacron isn't installed [..] My question is: How to configure cron so that the behavior for scripts in cron.daily regarding logfiles is the same as for scripts in cron.d. [..] Where does...
View ArticleInstallation • Re: Upgrading from Bullseye
I need to do two upgrades in the row( from 11 to 12 then from 12 to 13).Yes, of course.Statistics: Posted by CwF — 2025-02-01 21:29
View ArticleOff-Topic • Re: [Off-Topic]Convert Microsoft Edge to 34bit
Here they're letting the high schoolers buy their 64-bit school-issued Chromebooks for $20 when they graduate. Also there are programs here to get capable computers in the hands of those that can't...
View ArticleBeginners Questions • Re: [Software] Does anyone have an idiots' guide for...
https://github.com/Pi-Apps-Coders/box64-debshangover might also be an option https://github.com/AndreRH/hangover/releasesStatistics: Posted by craigevil — 2025-02-02 02:14
View ArticleGraphical Environments & Desktops • Re: Wayland on nvidia 470 driver with...
You can say that this issue is solved, As I was able to run nouveau with 100hz with wayland. I verified with glxgears and xrandr.I just removed my nvidia driver with Code: sudo apt purge "*nvidia*"...
View ArticleInstallation • Re: [WORKAROUND] Debian 11 (Bullseye) and nvidia-legacy-340xx...
Tried this on Debian 11 with a GeForce GTS 360M.The drivers installed; but there appears to be a bug. When I run VLC or MPV I get a `double free detected in tcache 2` error. Haven't found any...
View ArticleSystem and Network configuration • Re: Cannot figure out DNS config
Hello,Did you sorted it out ?Statistics: Posted by Aki — 2025-02-02 09:50
View ArticleGeneral Questions • Re: Were does the output from scripts in cron.daily go?
Hello,Thanks for your reply. But "debugging" my shell script is a bit off topic IMHO. I write bash scripts for at least 20 years... [..] I still am. Se above. It runs, it does what it should. I don't...
View ArticleBeginners Questions • [Software] How do I run a script at startup?
I have a script in /usr/local/sbin that I would like to run everytime the PC (and Debian) starts.I have ...-rw-r--r-- 1 root root 185 Feb 2 19:23 startup.servicein /etc/systemd/system] Contents of...
View ArticleBeginners Questions • Re: [Installation] Debian without graphical acceleration
Many desktop environments fall back to software rendering when no GPU acceleration is available. That should in no way impede your ability to install, start or make changes to software. Can you...
View ArticleBeginners Questions • Re: [Software] How do I run a script at startup?
you have to enable your new service using Code: systemctl enable myservice and rebootorCode: systemctl enable myservicefollowed byCode: systemctl daemon-reloadif you don't want to rebootStatistics:...
View Article