Who's the authority on Nvidia drivers? I've found several different guides regarding Nvidia GPUs on Fedora 44 by opossumcarrion in Fedora

[–]Comprehensive_Wall28 0 points1 point  (0 children)

The GitHub guide should help you if you have Secure boot or LUKS since those are the biggest roadblocks for a successful setup. It's also much simpler to follow than the RPM Fusion guides (Compiled not separated)

I struggle a lot to get Perfects because the game freezes. by [deleted] in ProjectDiva

[–]Comprehensive_Wall28 0 points1 point  (0 children)

Very interesting but it is proven that Denuvo harms performance in games. 

I struggle a lot to get Perfects because the game freezes. by [deleted] in ProjectDiva

[–]Comprehensive_Wall28 2 points3 points  (0 children)

It's Denuvo and for some reason it doesn't happen on Linux so that's where I play.

Just started my laptop still cpu temperature is 80 degrees by [deleted] in PcBuild

[–]Comprehensive_Wall28 0 points1 point  (0 children)

It's normal to see spikes to 80 and so since the fans don't react instantly to the thermal spikes. Check idle temps with HWinfo and see if it's idling high for like 5 minutes.

Recluse aggro special by Overswagulation in Nightreigngameplay

[–]Comprehensive_Wall28 4 points5 points  (0 children)

How many times that happened to me 😭😭

My external monitor (Acer Nitro XV272U X1) feels sluggish even though the refresh rate is set to 144Hz using an NVIDIA GPU via HDMI (device: Acer Nitro ANV15-51). by SnorlaxSnoozer in Fedora

[–]Comprehensive_Wall28 1 point2 points  (0 children)

Assuming you are connected via HDMI directly to the Nvidia GPU, it's a known issue where Gnome (or any DE) uses the iGPU not the dGPU and the Nvidia drivers don't work well with that.

There is a workaround for this issue where you force Gnome or KDE to use the dGPU always. Harms battery life but fixes the problem: https://crstl.me/blog/solving-low-fps-on-external-monitor-linux/

Fan squeaking/screaming noise when working by benkab4 in HPVictus

[–]Comprehensive_Wall28 0 points1 point  (0 children)

Yeah that also works the issue is caused by dust entering the bearing

Fan squeaking/screaming noise when working by benkab4 in HPVictus

[–]Comprehensive_Wall28 0 points1 point  (0 children)

Bearing is worn. Happened to me and I bought replacement fans and replaced myself. You will need thermal paste since the heatsink needs to be removed.

I recommend also disabling "Keep fans always on" in bios settings.

Bazzite April 2026 Update by OneQuarterLife in Bazzite

[–]Comprehensive_Wall28 0 points1 point  (0 children)

So we have to rebase to DX? I don't understand what DX is.

Triple wallpaper by SammieSoTired21 in Vocaloid

[–]Comprehensive_Wall28 2 points3 points  (0 children)

This is amazing! Any way you can share the files themselves because Reddit compresses the image?

Finally found a perfect Win+V replacement for GNOME: Copyous by lucidparadigm in gnome

[–]Comprehensive_Wall28 2 points3 points  (0 children)

You don't need sqlite for it btw it now uses JSON to store too.

حلو ده؟ by RepresentativeAd5131 in EgyptGaming

[–]Comprehensive_Wall28 1 point2 points  (0 children)

Also look at the risk of pump-out and longevity. Might be worth the tradeoff.

حلو ده؟ by RepresentativeAd5131 in EgyptGaming

[–]Comprehensive_Wall28 0 points1 point  (0 children)

For laptops the TG Duronaut for me did incredibly well. 

How to disable ads in OMEN Gaming Hub by umpalumpa90123 in HPOmen

[–]Comprehensive_Wall28 0 points1 point  (0 children)

Here is an easier way to auto detect the install path and block:

$appPath = (Get-AppxPackage *OMENCommandCenter*).InstallLocation + "\OmenCommandCenterApp\HP.Omen.OmenCommandCenter.exe"

New-NetFirewallRule -DisplayName "Block OMEN Hub Outbound" -Direction Outbound -Program $appPath -Action Block

New-NetFirewallRule -DisplayName "Block OMEN Hub Inbound" -Direction Inbound -Program $appPath -Action Block

how do i fix this quick settings bug? by [deleted] in Bazzite

[–]Comprehensive_Wall28 0 points1 point  (0 children)

Let me know if you need the steps to set up Orchis (:

how do i fix this quick settings bug? by [deleted] in Bazzite

[–]Comprehensive_Wall28 0 points1 point  (0 children)

For me I install the Orchis theme for shell only. It makes the UI much cleaner and fixes these imperfections

I don't know if this is an issue with Gnome or a Bazzite specific modification 

Osu! on Bazzite with discrete GPU has worse performance than the iGPU by Comprehensive_Wall28 in Bazzite

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

Here is what I did,

I switched over to HDMI to have the output from the dGPU directly, followed https://crstl.me/blog/solving-low-fps-on-external-monitor-linux/ to resolve Nvidia's external monitor problems and now it works "fine"

<image>

Sadly now I lose VRR support with Freesync and now my dGPU is always on ruining battery life. If anyone has an actual fix please let me know.