nyan

joined 1 year ago
[–] nyan@sh.itjust.works 2 points 1 day ago

Running a couple of Pis with Gentoo myself right now. It works as well as anything, although unless you're very patient you'll want to set up a binary package host (or distcc or something) to take the load off the Pi's somewhat anemic processor.

[–] nyan@sh.itjust.works 2 points 1 day ago

One thing to keep in mind about older versions of the nvidia proprietary drivers is that they will only work with specific kernel versions (and specific X versions—not sure about Wayland). Once the driver series your card needs stops being updated, you can't update your kernel without patching the driver. Assuming you have the skills to patch the driver, or someone who does makes their patches public.

I went through this song-and-dance with a very old laptop that had a card of the NV40 generation as its only GPU (no integrated graphics). Eventually I did install nouveau on it, and used it for several years without any issues.

[–] nyan@sh.itjust.works 1 points 1 day ago

Trinity Desktop Environment, forked from KDE3.

[–] nyan@sh.itjust.works 4 points 4 days ago (2 children)

TDE has this natively under the advanced window settings, so I would expect KDE to have it too.

[–] nyan@sh.itjust.works 1 points 2 weeks ago

Or ditch udisks in favour of pmount (or udevil?), which shouldn't be affected as far as I can tell. That will get you a few months' grace before a similar problem pops up there.

[–] nyan@sh.itjust.works 8 points 2 weeks ago

Based on what I've seen, for a DE to gain much traction, you need at least one well-known medium-large distro putting it as a default on some of their install media—MATE is well-represented these days because Mint backed it at a crucial stage in its development. I don't think Enlightenment ever had that.

[–] nyan@sh.itjust.works 1 points 3 weeks ago

Is there a modern equivalent of that? Basically turn it into a thin client?

Well, X is still out there with its thin client capabilities intact. There are Wayland-compatible VNC clients and servers, if one isn't big on X. SPICE is intended for connecting to VMs as servers. RDP if you want to use a Windows box as a server.

For a machine such as the OP describes, it would also be possible to install a tailored distro and software selection into the onboard space and place /home and such on a network drive, although that makes it impossible to take the tablet out of range of the LAN. If the touchscreen doesn't work under either the Wacom or libinput drivers, it would probably be a waste of time, though.

(Really, 16GB is plenty for the distro itself—if I remove the three kernel source trees, a couple of games, and some FreePascal stuff, my desktop system minus /home would fit in that, and it's anything but minimalistic.)

[–] nyan@sh.itjust.works 3 points 4 weeks ago

Yeah, that's how I was taught in school in Canada in the 1980s, although no one ever explained why. It always did seem odd.

[–] nyan@sh.itjust.works 1 points 1 month ago

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

[–] nyan@sh.itjust.works 2 points 1 month 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@sh.itjust.works 1 points 1 month 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@sh.itjust.works 3 points 1 month 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.

view more: next ›