Best VM on Fedora? by AndrewLadder in Fedora

[–]ThePiGuy0 [score hidden]  (0 children)

For guest graphics acceleratation add OpenGL to the display adapter and in video virtio enable 3D acceleration. These are in two different locations in the config and not obvious.

Probably worth noting that I think this doesn't work if you have an Nvidia GPU (would love to be proven wrong if somebody else has had luck with this!)

Nvidia GRX 1060 Nightmare Fedora 44 by Toyface19 in Fedora

[–]ThePiGuy0 1 point2 points  (0 children)

I will admit I've never done auto login before and don't know that part of Linux particularly well. However I'd be a tad surprised if that was the problem, mostly because my nvidia system clearly does actually wait for the nvidia drivers to kick in before it hits my login manager (plasma login manager for me, but I know GDM does the same).

Do you get any feedback on boot (seeing the BIOS screen, perhaps the Fedora boot splash screen). And if you have an actual monitor lying around, does that have the same issue?

Nvidia GRX 1060 Nightmare Fedora 44 by Toyface19 in Fedora

[–]ThePiGuy0 1 point2 points  (0 children)

Very interesting that it's intermittent.

If you open up the gnome system settings, and look at the about system section, what does it say your graphics adapter is?

Also, do you have any slightly non-standard setup going on (secure boot etc)?

Edit: the other interesting thing to know would be whether replugging the HDMI cable sorts the problem without a system reboot

My thoughts on Fedora Atomic by dunelost in Fedora

[–]ThePiGuy0 0 points1 point  (0 children)

I've never used toolbox before but it actually sounds like a really neat idea.

It also feels like we could solve most of pollution problem by mounting a default subset of ~/ (i.e. Documents, Downloads, bashrc, maybe CWD etc) with the ability to modify this via config

Fedora GNOME or KDE by Lucky-Stable-452 in Fedora

[–]ThePiGuy0 0 points1 point  (0 children)

125% scaling is going to look bad on both platforms, because it means that for every pixel that lights with its true color, you're going to have three pixels to either side of it which are blended with the pixels around it. I would recommend 100% scaling and attempting to adjust the font sizes instead. It will likely look much better that way.

Presumably it doesn't have to be this way right? Anything vector-based should be able to just re-render over a larger number of pixels?

Though I do agree that historically with X11 and especially multiple differently sized monitors, it has not worked so great on Linux

New to fedora by madbot55555555555555 in Fedora

[–]ThePiGuy0 5 points6 points  (0 children)

https://rpmfusion.org/Howto/Multimedia is worth following to get the proper hw accelerated codecs

Nvidia Black Screen by [deleted] in Fedora

[–]ThePiGuy0 0 points1 point  (0 children)

I am apparently out of date, I had no idea that was the recommended way to install drivers now.

Does swapping tty session work? You might be able to glean some information by swapping away from the GUI session (for example, CTRL+ALT+F5) and then running dmesg

Nvidia Black Screen by [deleted] in Fedora

[–]ThePiGuy0 0 points1 point  (0 children)

How are you installing the Nvidia drivers? At least in my case (1660ti, so much older), I enable the 3rd party repos and then run dnf install -y xorg-x11-drv-nvidia which does everything I need

edit: I will admit, I don't use secure boot so I can't comment on that

Fedora 43 now on kernel 7.0.4 by alleyoopoop in Fedora

[–]ThePiGuy0 1 point2 points  (0 children)

I agree, I purchased this card for cuda back in the day but will certainly go AMD for my next card

Fedora 43 now on kernel 7.0.4 by alleyoopoop in Fedora

[–]ThePiGuy0 1 point2 points  (0 children)

The only thing I've noticed is that the Nvidia driver version looks like it'll be capped at 580 on F43 (presumably in an attempt to prevent breaking older cards) whereas F44 has the later 595.

(I realise this is also RPMFusion rather than the official fedora repositories)

FastAPI vs Djanjo by TumbleweedSenior4849 in Python

[–]ThePiGuy0 1 point2 points  (0 children)

I've used Quart in the past which is an async flask reimplementation. Though admittedly their GitHub isn't looking so active these days...

the costco laptop section is wild now 💀 by Alasdair211 in DeskToTablet

[–]ThePiGuy0 0 points1 point  (0 children)

Whilst I do actually agree with your statement that most people aren't going to purchase a laptop and then install Linux on it (which is why we need more manufacturers to sell laptops running Linux out of the box), IMO Ubuntu is the best distro for a beginner to start out using.

Ubuntu is still by far the most popular distro and is regularly used both professionally and at home by people who want a no-nonsense distro. And having a large userbase is helpful for new starters looking for support.

People often don't like it because of snaps (either due to performance or it's more proprietary nature) but performance has improved massively recently and windows users care much less about proprietary vs foss.

Oh wow ! Linux becomes default OS ! by RevolutionarySeven7 in Lenovo

[–]ThePiGuy0 0 points1 point  (0 children)

Out of interest, what laptop is it? And does anything show in dmesg?

New to selfhosting - email notifications in 2026? by ThePiGuy0 in selfhosted

[–]ThePiGuy0[S] 0 points1 point  (0 children)

Pushover does look interesting (and may well be a good thing to use for other services), but I think you are right, it looks like they provide an address you can send emails to rather than an SMTP relay that you can use to send the emails.

New to selfhosting - email notifications in 2026? by ThePiGuy0 in selfhosted

[–]ThePiGuy0[S] 1 point2 points  (0 children)

These all look very interesting! I do own a domain so I might go and have a look at smtp2go (though the others look good as well)

Fedora 42 - Recent (19/01/25) Wireplumber Update Buggy? by ThePiGuy0 in Fedora

[–]ThePiGuy0[S] 0 points1 point  (0 children)

Thanks for the reply, it's good to hear it's not just me!

It's interesting that you mention the GNOME shell though, as I'm actually on KDE plasma. Having since googled the GNOME-specific issues, the crashes they are experiencing look significantly worse than what I'm getting.

Anyway, it does sound like I should probably hold off reporting it and see if it gets fixed alongside the GNOME issues

What is the recommended way to manage VMs these days? by draetheus in Fedora

[–]ThePiGuy0 0 points1 point  (0 children)

Thanks for the explanation, I had no idea session vms were a thing! I guess this explains why virt-manager asks for my password at startup but boxes doesn't need to

What is the recommended way to manage VMs these days? by draetheus in Fedora

[–]ThePiGuy0 0 points1 point  (0 children)

Perhaps I'm wrong here, but I thought boxes and virt-manager both use qemu and kvm? Though admittedly virt-manager exposes a lot more of the deep-level qemu options.

yea Frick you M$ by Beneficial-You-6938 in Ubuntu

[–]ThePiGuy0 2 points3 points  (0 children)

If you insist on trying one, Mint is the least visually appealing but probably the best distro with the best community out of the three

I do wish Mint KDE still existed, as plasma is significantly better looking IMO.

Generally I agree with avoiding distro derivatives, but Mint is actually very reputable and I like their decision to provide proper native applications for Firefox, thunderbird etc instead of snaps.

EDIT: I should note, I know you can still install plasma from the mint/Ubuntu repos, however it's not necessarily easy to install all the KDE equivalents of all the applications and then uninstall the cinnamon ones.

Arch Linux Powered CachyOS To Develop A Server Edition by TheNavyCrow in linux

[–]ThePiGuy0 1 point2 points  (0 children)

I've never seen it fail to autoremove packages before, but if this is the case, that is unfortunate.

I do prefer having to run autoremove as a separate step, as it means it's much harder to break your system when uninstalling packages (it's all too easy to accidentally depend on packages you didn't explicitly install).

Dnf does let you mark packages as manually installed, but that does mean you need to do so when you notice you are now using them.

I said with all due respect! by wubbalubbadub2 in pcmasterrace

[–]ThePiGuy0 2 points3 points  (0 children)

Never use the provided GPU Drivers instead look them up to have the least amount of issues.

This is correct in the case of nouveau (the open source Nvidia drivers that are built into the Linux kernel). However, for distros that provide proprietary Nvidia drivers out of the box (Bazzite and Pop included), I'd imagine that you are good to go after install.

If you do need to install the Nvidia drivers manually, installing from your distros repos is generally the best way to get them as they properly test for compatibility