FeralInteractive / gamemode

Optimise Linux system performance on demand
BSD 3-Clause "New" or "Revised" License
4.85k stars 188 forks source link

Increase NVIDIA overclock limit #507

Open Anuskuss opened 3 weeks ago

Anuskuss commented 3 weeks ago

Personally I'm against this hand-holding (you already require root permissions to overclock at all) and think that the whole block of code gotta go but if you wanna keep this at least use some more realistic numbers. I can personally do 140/2790 (150 clock crashes, 2800 vram has artifacts) but I've seen people comfortably at 250 clock so 300 should be a good upper bound. I would also suggest that instead of failing at all to just do a max(config_get_nv_core_clock_mhz_offset(), 300) but that would require a few more changes.