[-] NoXPhasma@lemmy.world 11 points 1 month ago

This is part of the motherboard and can only be changed with specific tools from the manufacturer. Back in the days there was AMIDEDOS as a dos tool to change it in AMI Bios. You would need to find out, what tool can be used to change it in your UEFI. However, it's possible that those tools are not available to the public.

[-] NoXPhasma@lemmy.world 9 points 11 months ago

GTAV works better with AMDVLK, as one of the very few games out there. You could give that a shot, but be aware that AMDVLK often gets selected as default, so having AMD_VULKAN_ICD=RADV in your global Env. Variables are a good idea.

And then launching GTAV with AMD_VULKAN_ICD=AMDVLK %command%.

[-] NoXPhasma@lemmy.world 7 points 11 months ago

xone needs to blacklist the xpad kernel driver, which supports all kinds of Xbox controllers, to prevent it from high jacking Xbox One controllers. You will have to install xpad-noone, which is xpad but without Xbox One support and can coexist next to xone.

[-] NoXPhasma@lemmy.world 9 points 11 months ago* (last edited 11 months ago)

It's not just random, it simply does not even work. Because they set this:

+/*Preferred Core featue is supported*/
+static bool prefcore = true;

And later in the code they do the if condition wrong:

+	if (prefcore)
+		WRITE_ONCE(cpudata->highest_perf, AMD_PSTATE_PREFCORE_THRESHOLD);
+	else
+		WRITE_ONCE(cpudata->highest_perf, AMD_CPPC_HIGHEST_PERF(cap1));

if should look like this:

+	if (prefcore)
+		WRITE_ONCE(cpudata->highest_perf, AMD_CPPC_HIGHEST_PERF(cap1));
+	else
+		WRITE_ONCE(cpudata->highest_perf, AMD_PSTATE_PREFCORE_THRESHOLD);

There is probably even more wrong, looking at the code quality, but this at least makes the preferred core work.

[-] NoXPhasma@lemmy.world 17 points 11 months ago

AMD patches for preferred core (prefer those cores which can clock higher) are a mess and ended up not working because of a wrong if condition. Showing that no one at AMD even tested it before submitting. The programmer in the video complains about AMDs developers being incompetent and shows how it's fixed.

[-] NoXPhasma@lemmy.world 6 points 1 year ago

The rating is calculated by the report of the users, there is no manual rating done. GTAV works for most people, but some, so it ends up being Gold.

However, these Medal ratings are carried over from the WineHQ rating, when ProtonDB was nothing more than a spreadsheet on Google Docs and was also used when Ratings were considered by the reporters itself. But this turned out to be a bad idea, as people tend to give platinum ratings, despite naming issues in their reports.

So the attempt was to remove the manual rating and instead ask the users about their experience with several talking points and consider by that a rating. This would still use the old medal system, which of course does not work well for such system. That's why a new tier system, which is more a representation between very good and very bad, was created, and you can see it on the dashboard (Change the Rating System to ProtonDB Click Play). However, this was considered as an internal test, but then the main developer was pulled away from ProtonDB for other work and all went basically to a hold.

Now the developer is back at work on ProtonDB and this will hopefully lead to a new and better rating system.

I hope this will shed some light on why it is what it is, and that no one is really happy about it.

Source: I'm one of the administrators on the ProtonDB discord.

[-] NoXPhasma@lemmy.world 6 points 1 year ago

No it wasn't. Naughty Dog announced it would run on the SD, but it wasn't. It got verified only on June 13th. Just have a look on the history: https://steamdb.info/app/1888930/history/?filterkey=530

[-] NoXPhasma@lemmy.world 9 points 1 year ago

I use Back In Time to backup my important data on an external drive. And for snapshots I use timeshift.

[-] NoXPhasma@lemmy.world 14 points 1 year ago

At the moment, the Ally makes news about their bad build quality. I'm curious for how long the hype about that device will last, the Steam Deck still holds up so far.

[-] NoXPhasma@lemmy.world 89 points 1 year ago

That was not Linux Mint but Pop! OS.

[-] NoXPhasma@lemmy.world 19 points 1 year ago

Why should they even package it at all? Just distribute the source code and let the distributors handle it themselves.

view more: next ›

NoXPhasma

joined 1 year ago