nyan

joined 1 year ago
[–] nyan 1 points 1 week ago

What's the output of cat /proc/asound/cards on your system?

[–] nyan 2 points 2 weeks ago (2 children)

The 6.6.x kernel series is LTS and should be fine as a downgrade target (6.7.x not so much so). Unless there's something specific from the newer kernel versions that you need to drive that system, there shouldn't be any issues. I'm still on a 6.6-series kernel.

That being said, you could try troubleshooting this from the bottom up rather than the top down.

First, use lspci -v to verify that the device is being correctly identified and associated with a driver.

Next, invoke alsamixer and make sure everything is unmuted and your HD audio controller is the first sound device. The last time I had something like this happen to me, the issue turned out to be that the main soundcard slot was being hijacked by an HDMI audio output that I didn't want and wasn't using, and that was somehow muting the sound at the audio jack even when I tried to switch to it. A little mucking around in ALSA-level config files fixed everything.

[–] nyan 1 points 2 weeks ago

Provided Fedora has the appropriate packages (and I expect they do), I can't see why not. But see if there's any distro-specific documentation on switching first.

[–] nyan 3 points 2 weeks ago (2 children)

Wayland's nvidia support is improving over time, but although it's becoming less popular, X11 isn't likely to be completely deprecated anytime soon—I'd expect any mainstream distro to still at least have it as an option a couple of years from now, to handle corner cases Wayland still doesn't support.

The last X11 stable version bump on my distro was about a month ago, to 21.1.16, so it isn't like it's abandonware or anything.

[–] nyan 5 points 2 weeks ago (1 children)

Wild idea: check the condition of the SDD (presumably) that you're trying to install to. After all, an installation has two endpoints, and if the target disc is on its last legs and throwing SMART errors, it ain't gonna be too happy getting written to.

[–] nyan 3 points 2 weeks ago (6 children)

Did you make sure that Nouveau was not loading? If both drivers are on the system, Nouveau usually ends up taking precedence unless it's been blacklisted. Also, if this is a laptop type with a hybrid graphics setup, you may need additional software to manage the handoff between GPUs (optimus, bumblebee, etc.)

[–] nyan 2 points 2 months ago

Automated command-line jobs, in my case, which are technically not random but still annoying, because they don't need to show a window at all. Interestingly, the one thing I can get to absolutely not pop up any window ever are Perl scripts using Win32::Detached . . . which means that it is possible, but Microsoft doesn't bother to expose such a facility.

[–] nyan 3 points 2 months ago

Eh, Gentoo is pretty quiet most of the time once you've got it installed. After that, you just have to keep an eye on it and make sure it doesn't go off its meds (although once every few years, it will come up with a weird and wonderful way of doing so that you can't block.)

[–] nyan 1 points 3 months ago

I wouldn't say the proprietary nvidia drivers are any worse than the open-source AMD drivers in terms of stability and performance (nouveau is far inferior to either). Their main issue is that they tend to be desupported long before the hardware breaks, leaving you with the choice of either nouveau or keeping an old kernel (and X version if using X—not sure how things work with Wayland) for compatibility with the old proprietary drivers.

[–] nyan 4 points 3 months ago

If those are your criteria, I would go with AMD right now, because only the proprietary driver will get decent performance out of most nVidia cards. Nouveau is reverse-engineered and can't tap into a lot of features of newer cards especially, and while I seem to recall there is a new open-source driver in the works, there's no way it's mature enough to be an option for anyone but testers.

[–] nyan 3 points 3 months ago

Unfortunately, modern web browsers are horrible pigs. No matter what distro you put on this thing, interacting with webpages will be s-l-o-w. (I have a similar laptop—2 GB RAM, Athlon64x2 CPU—running Gentoo, and while it's functional in its primary job of "larger-screen video iPod for 720p or less", starting a browser takes a while.) The niche your friend wants to make this machine fill is about the worst one possible for it.

[–] nyan 2 points 4 months ago

On Linux, the OOM reaper should come for the memory cannibal eventually, but it can take quite a while. Certainly it's unlikely to be quick enough to avoid the desktop going unresponsive for a while. And it may take out a couple of other processes first, since it takes out the process holding the most memory rather than the one that's trying to allocate, if I recall correctly.

view more: next ›