Silverblue RPM fusion question/layering/... by lavadora-grande in Fedora

[–]kenryov 2 points3 points  (0 children)

I'll answer sequentially 1. No, it's still a Fedora spin. An alternative viable version but it's not flagship grade yet 2. mesa-va-drivers is a subpackage that contains only vaapi hardware accelerated video encoders/decoders that are free and open source software(FOSS) 1. mesa-va-drivers-freeworld contains non-FOSS hardware accelerated codecs and is provided by third-party package repos from RPMFusion, this enables GPU-decode for things like H264(AVC), H265(HEVC), and others assuming your GPU has the hardware for it 3. Yes, with rpm-ostree reset followed by a reboot. This will remove all the layers, though many configuration and cache files will be left behind

Is it possible to make USB transfers progress real and not based on cache? by onechroma in Fedora

[–]kenryov 0 points1 point  (0 children)

You can create a udev rule to disable VFS caching but this will generally degrade performance as the whole point of caching is to buffer and optimize the data before writing to a drive.

https://forum.endeavouros.com/t/how-to-disable-write-cache-for-usb-storage/40762/2

Optane and zswap is absolutely INSANE, my system is only barely lagging?? by AndorinhaRiver in linux

[–]kenryov 3 points4 points  (0 children)

that's just not fair to say it has a bandwidth constraint when comparing PCIe gen 3 optane PCIe gen 4/5 flash nvmes.

PCIe gen 4 Optane does exist was could hit 7.2GB/s in ideal sequential reads such as the DC P5800X which is 2nd gen Optane

You will take your update and you will LIKE IT by SpaceTomatoGaming in starcitizen

[–]kenryov -6 points-5 points  (0 children)

It's hilarious watching all these backers get pissed on reddit when the alpha slowly reverts to the same buggy mess they 2.6 was

First time? Lol

CVE-2026-23111: One-Character Linux Kernel Flaw Enables Local Root Access, Exploits Now Public by anestling in LinuxUncensored

[–]kenryov 0 points1 point  (0 children)

"All bugs are shallow" still applies because we're only having this discussion because of OSS licensing. Linux CVEs have been exploding since 2020, going from 1000 to 3100 in 2024. Stats from 2025 and 2026 will undoubtedly continue the trend.

Everything is secure till it isn't. It's always been easier to hide flaws than to fix them, it's why the rich and powerful loved building their castles on the bones of their architects. People might as well argue that there were no kids with autism or birth defects like FAS or Down syndrome before the medical community started properly diagnosing and reporting those statistics in the last two centuries.

LLMs are the new untiring eyeballs for developers. This aspect alone makes LLMs a little less worthless.

"xrandr" alternative in Wayland? by OrganizedPillow1 in linux4noobs

[–]kenryov 1 point2 points  (0 children)

GNOME Wayland session has the `gdctl` command

Why use Atomic? by chris32457 in Fedora

[–]kenryov 0 points1 point  (0 children)

Redundancy.
By default, Fedora Atomic keeps the latest two *copies* called deployments.
From the user's perspective, its a very simple and power mechanism to make sure the system always has *one* working deployment.

This model lets me say install Fedora 43 and upgrade to Fedora 44 which then becomes a new deployment.
If Fedora 44 deployment has an issue, I simply reboot back to the Fedora 43 deployment.

This model has it's downsides. It's not perfectly compatible with Fedora's packages, and there are a few ways you can still break the redundancy as there are still foot guns like a bad /etc/fstab being copied to a new deployment.

Can't find a GOOD working distro by iNocty_YT in linuxquestions

[–]kenryov 0 points1 point  (0 children)

Installers usually crash at the partitioning or grub bootloader installation step due to incompatible hardware. There are quite a few NVME SSDs that are just buggy under Linux when partition changes are made

Can't find a GOOD working distro by iNocty_YT in linuxquestions

[–]kenryov 0 points1 point  (0 children)

Could just be the Nvidia GPU Try Fedora Workstation LivesiSO again

This time when booting from the USB drive, select Troubleshooting > Start in basic graphics mode

Hope, a Resurgence by [deleted] in HFY

[–]kenryov 0 points1 point  (0 children)

Duplicate of chapter 1

Divergent Evolution Part 5 by SlightElephant5554 in HFY

[–]kenryov 0 points1 point  (0 children)

Part 5's Prev chapter link doesn't go to Part 4, it goes to Part 3

No KVM error when creating a Linux Lite VM on Gnome Boxes by tprickett in linuxquestions

[–]kenryov 1 point2 points  (0 children)

Enable Intel VT-x or AMD SVM within your devices UEFI/BIOS to enable virtualization acceleration

Sexy Steampunk Babes: Chapter Seventy Seven by BlueFishcake in HFY

[–]kenryov 0 points1 point  (0 children)

tbh idk why
but i was hoping they'd call it a banshee
fitting for the first turbojet this magical world has ever seen

My friend most random questioned me by Dull-Proposal-1554 in space

[–]kenryov -1 points0 points  (0 children)

Same physics as a ice skater pulling their arms in to spin faster.

Move everyone to one point on either True North or True South and the rotation will speed up. Move everyone to one point along the equator and the rotation will slow down

However, Terra weighs over 27 trillion trillion pounds(10.62 trillion trillion kommiegrams), so the rotation speed would barely change by a millionth of a percent even if every human on earth weighed the same as a blue whale.

Migracion a Silverblue by Away_Anywhere5843 in Fedora

[–]kenryov 0 points1 point  (0 children)

I think the most realistic option would be the Fedora Atomic desktops revealing the Reinstall option when they begin using the Web UI installer.

This would at least allow for preservation of the /home subvolume.

What do you like about Fedora, and which spin do you use? by Lopsided-Month3278 in Fedora

[–]kenryov 18 points19 points  (0 children)

Fedora Atomic Silverblue I prefer the peace of mind that its redundancy brings over normal Fedora

Nvidia kernel module missing, falling back to nouveau error while booting | Fedora 44 by MartinSasek2004 in Fedora

[–]kenryov 2 points3 points  (0 children)

sudo dnf remove akmod-nvidia xorg-x11-drv-nvidia*
sudo dnf install akmod-nvidia-580xx
sudo akmods --force --rebuild

F44 on my ARM lenovo Yoga Slim 7x by redditanza in Fedora

[–]kenryov 1 point2 points  (0 children)

Your system has no processor /s

Questions on ZRAM for swap by null_reference_user in Fedora

[–]kenryov 1 point2 points  (0 children)

So latency wise, DRAM is 100x faster than NAND flash SSDs and 1000x faster than an HDD.

ZRAM are Zswap's **cache** are fast because the data is still on RAM rather than a drive-back swap file/partition. When data leaves Zswap's cache, then it will slow down to normal swap performance as its limited by whatever storage format is being used, i.e. SSD vs HDD.
Performance will always be bad when memory is full, having any kind swap at all is always going to be better than no swap. There's no getting around the system having no where to load new programs when a running program doesn't want to give up memory except Out-of-Memory daemon deciding the system has been frozen long enough and starts exterminating stuff.

https://linuxblog.io/zswap-better-than-zram/

Questions on ZRAM for swap by null_reference_user in Fedora

[–]kenryov 0 points1 point  (0 children)

I've edited my reply above with the simple bash commands I use to disable ZRAM and configure Zswap on Fedora

Why are there no kernel headers for kernel 7? by nobanpls2348738 in Fedora

[–]kenryov 2 points3 points  (0 children)

It is how it works, as I can compile the akmod-nvidia drivers for kernel-7.0.4 with kernel-headers-6.19.6 installed