It’s really more nvidia’s fault than Mint’s—the nvidia proprietary drivers periodically drop support for a generation or three of cards, and nouveau doesn’t work properly with some cards because nvidia has a history of not giving out needed information.
- 0 Posts
- 86 Comments
nyan@sh.itjust.worksto
Linux@lemmy.ml•How do you explain to your co-workers that you use Libre Office Writer and other Linux apps?
13·4 days agoWhy would it be awkward? Most non-technical people are so thrown by my white-text-on-black desktop theme that they can’t even tell what software I’m using, and the few technical people around know that I have Opinions about software and aren’t interested in talking about it. Keeping everything adequately compatible with the company-issued software is my problem.
How would I blacklist the nouveau driver?
Create a file in
/etc/modprobe.d/containing the textblacklist nouveau(worked for me on Gentoo and for a friend on Ubuntu) or add a kernel parametermodule_blacklist=nouveauto your bootloader. However, if you don’t have the correct proprietary driver, that won’t help.
After 20 years of Gentoo, I don’t see myself switching in the next five. Comfortable, capable, flexible.
I switched from KDE 3.5 (whenever that was current).
Terrifyingly, I think someone is still maintaining KDE 3.5 proper for OpenSUSE. Then there’s TDE, which is widely available. (But you probably mean 15-20 years ago.)
Not the same distro, but on my system, the relevant file is located at
/etc/default/grub. Find the line that saysGRUB_CMDLINE_LINUX, uncomment it if necessary, and add your kernel parameter to it (mine hasGRUB_CMDLINE_LINUX="acpi_enforce_resources=lax", for historical reasons). Then rungrub-mkconfigwith appropriate arguments to regenerate your grub configuration.
nyan@sh.itjust.worksto
Linux@lemmy.ml•Ubuntu 26.04 splits firmware package to reduce update sizes
4·17 days agoPer the contents of my /usr/portage/distfiles, the original undivided package is ~500MB, making it the largest single package I’ve got on my system. Splitting it seems like a very good idea . . . but Gentoo generally prefers not to alter upstream tarballs, so I’m likely stuck.
nyan@sh.itjust.worksto
Linux@lemmy.ml•Can you install linux on a Aspire es 15 es1-533-c27u
1·21 days agoIf you’re getting a grub command line, then it’s finding the grub efi payload itself now, but can’t locate the kernel (or possibly the initram or something that’s supposed to be in it). Check your grub.cfg and try to confirm that it’s looking for the correct partition on the correct drive.
nyan@sh.itjust.worksto
Linux@lemmy.ml•Can you install linux on a Aspire es 15 es1-533-c27u
3·22 days agoOne possibility is that it has a degenerate UEFI implementation that will only recognize the efi “payload” if it’s in the fallback location—I had this problem with an older HP laptop. You can force
grub-installto place the needed file in this location by passing the--removableswitch (you may also need to pass--efi-directory=[dir]), or you can manually copy the file toEFI/BOOT/BOOTX64.efion your EFI partition if it was already installed elsewhere.
If you dare, you can try temporarily killing the system’s swap (using the
swapoffcommand) and see what happens. With no swap, the standard OOM reaper should trigger within a couple of minutes at most if it’s needed, and it should write an entry to the system log indicating which process it killed.Note that the process killed is not necessarily the one causing the problem. I haven’t had the OOM trigger on me in many years (I normally run without swap), but the last time it did, it killed my main browser instance (which was holding a large but not increasing amount of memory at the time) rather than the gcc instance that was causing the memory pressure.
Hmmm. Random guess: does your machine have another audio output, possibly via HDMI, that you’re not using? This could be ALSA selecting the wrong device as a default, which would then propagate up through the stack.
Used to be that KDE would let you run other window managers than the default kwin. If that capability still exists, you might just be able to borrow Cosmic’s WM and implant it in your KDE session.
nyan@sh.itjust.worksto
Linux@lemmy.ml•Can i install Debian with no DE and mix programs from several DEs?
1·1 month ago98% of everything should Just Work, although some software may drag in heavyweight dependencies. I’ve used TDE’s versions of konqueror and konsole from inside fluxbox and other lightweight setups, called up thunar from within TDE, etc. At most, you might have some theming issues. The only thing that would be 100% incompatible would be trying to run a wayland-only program from inside an X environment.
Most display managers should be able to handle different window management sessions without issue. If you’re looking at an X environment and really want to start from the WM level, I’d recommend sticking with something like fluxbox, fvwm-crystal, or even enlightenment (which is somewhere between a WM and a very lightweight DE). Avoid anything described as “minimalist”, unless you like the idea of running around adding other software like dmenu and feh to get basic functionality (and like reading documentation).
nyan@sh.itjust.worksto
Linux@lemmy.ml•What's the deal with these slop-y Linux tutorial "blogs"?
2·1 month agoI vote for “slopesque”, even if it has more letters. It doesn’t hurt that the most common English word that uses the -esque ending is “grotesque”, which this whole phenomenon is.
nyan@sh.itjust.worksto
Linux@lemmy.ml•A modern and simple font (pre)viewing application seems to be an impossible thing …
1·1 month agoThe TDE version of kcharselect should do much the same stuff with fewer deps, if a suitable package exists for your distro.
My advice to my mom would be not to use flatpaks, because I know she wouldn’t be able to deal with the issues on her own.
Had to look into this recently for similar reasons. My conclusion was that once you have macros involved, you can’t use anything but an actual copy of Excel. I’ll be spinning up a qemu VM with Windows to support Excel and the full version of Visual Studio when I get that far.
nyan@sh.itjust.worksto
Linux@lemmy.ml•Is musl libc still not suitable for workstations?
2·2 months agoNot quite. Those are trackers: lists of bugs. If you open one, you’ll see a list of individual package bugs that are blocking these ones—up to a couple of dozen unresolved in some cases. Still, it isn’t that long a list, and a lot of the packages are minor or obscure.
nyan@sh.itjust.worksto
Linux@lemmy.ml•Is musl libc still not suitable for workstations?
3·2 months agoGentoo also offers it as an option. If you’re very bored and curious about what doesn’t work under specific versions of musl, you can peruse the Gentoo compatibility tracker bugs..
And I think all programs should follow user theming, regardless of desktop environment, widget set, or anything else. ('Scuse me while I give GTK4 the stinkeye again.) You can never tell whether someone’s colour selection is a matter of accessibility rather than just personal preference, so you absolutely should not ignore it. Defaults matter very little as long as you can change them.