SavvyBeardedFish
@SavvyBeardedFish@reddthat.com
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Nvidia not providing specifications for old GPUs 3 weeks ago:
Pretty sure that information is stored in the driver, so you should be able to query it using monitoring software, i.e. see:
I know tooling like (nvtop)[github.com/Syllo/nvtop] uses the API, but unsure whether it displays the maximum temperature
- Comment on Idea: hardware manufacturers should publish RSS feeds for firmware updates 9 months ago:
No bios update, but you most likely received both microcode updates (which is what will fix/mitigate the Intel issue, the bios is only to ensure everybody gets the microcode update) and firmware updates (from
linux-firmware
)Of course non-mainlined (i.e. not in the linux kernel) firmware is a bit more iffy, luckily it’s getting slowly better with OEMs using
fwupd
for those scenarios