@NoXPhasma@lemmy.world avatar

NoXPhasma

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

NoXPhasma,
@NoXPhasma@lemmy.world avatar

They are both exactly the same, Select is just a rebrand of Amazon. Don’t buy Select unless it is cheaper. And yes they work fine, have the Evo Plus 512.

NoXPhasma,
@NoXPhasma@lemmy.world avatar

Additionally, to what was already said, the size of storage is giving in Decimal (1000B based) while after formatting it is often shown in Binary (1024B based), which makes the storage look smaller, which it isn’t.

And the most of the storage is coming from software stored in your home, not the OS itself. The OS only occupies around 3.3GB on the 5GB root partition:


<span style="color:#323232;">/dev/nvme0n1p4  5.0G  3.3G  1.5G  69% /
</span><span style="color:#323232;">/dev/nvme0n1p6  230M   41M  173M  19% /var
</span><span style="color:#323232;">/dev/nvme0n1p8  466G  115G  351G  25% /home
</span>
NoXPhasma,
@NoXPhasma@lemmy.world avatar

I’ve used df -h and that showed only this three partitions. I’ve only skipped the tmpfs mounts.

NoXPhasma,
@NoXPhasma@lemmy.world avatar

If Amazon is unable to make sure you got no fake Plus if they are the seller, how in the world would they make sure the Select is no fake?

NoXPhasma,
@NoXPhasma@lemmy.world avatar

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,
@NoXPhasma@lemmy.world avatar

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,
@NoXPhasma@lemmy.world avatar

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


<span style="background-color:#eaffea;font-weight:bold;color:#55a532;">+</span><span style="background-color:#eaffea;color:#323232;">/*Preferred Core featue is supported*/
</span><span style="background-color:#eaffea;font-weight:bold;color:#55a532;">+</span><span style="background-color:#eaffea;color:#323232;">static bool prefcore = true;
</span>

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


<span style="background-color:#eaffea;font-weight:bold;color:#55a532;">+</span><span style="background-color:#eaffea;color:#323232;">	if (prefcore)
</span><span style="background-color:#eaffea;font-weight:bold;color:#55a532;">+</span><span style="background-color:#eaffea;color:#323232;">		WRITE_ONCE(cpudata->highest_perf, AMD_PSTATE_PREFCORE_THRESHOLD);
</span><span style="background-color:#eaffea;font-weight:bold;color:#55a532;">+</span><span style="background-color:#eaffea;color:#323232;">	else
</span><span style="background-color:#eaffea;font-weight:bold;color:#55a532;">+</span><span style="background-color:#eaffea;color:#323232;">		WRITE_ONCE(cpudata->highest_perf, AMD_CPPC_HIGHEST_PERF(cap1));
</span>

if should look like this:


<span style="background-color:#eaffea;font-weight:bold;color:#55a532;">+</span><span style="background-color:#eaffea;color:#323232;">	if (prefcore)
</span><span style="background-color:#eaffea;font-weight:bold;color:#55a532;">+</span><span style="background-color:#eaffea;color:#323232;">		WRITE_ONCE(cpudata->highest_perf, AMD_CPPC_HIGHEST_PERF(cap1));
</span><span style="background-color:#eaffea;font-weight:bold;color:#55a532;">+</span><span style="background-color:#eaffea;color:#323232;">	else
</span><span style="background-color:#eaffea;font-weight:bold;color:#55a532;">+</span><span style="background-color:#eaffea;color:#323232;">		WRITE_ONCE(cpudata->highest_perf, AMD_PSTATE_PREFCORE_THRESHOLD);
</span>

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

NoXPhasma,
@NoXPhasma@lemmy.world avatar

I don’t know if it’s random, the CPU scheduler still decides what thread to use. It will have its own semantics, but I don’t know on what those are based.

NoXPhasma,
@NoXPhasma@lemmy.world avatar

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,
@NoXPhasma@lemmy.world avatar

Posting the required version to run the game is not trivial, as this is nothing we can just know, and it can also change with game updates. There is the Steam Deck verification information, which includes a Proton version, but this information is not reliable at all. Valve set Proton Experimental on all games that have not being tested, even on Linux native(!), so we can not take that.

However, we are thinking of changes and collecting ideas at the moment and any constructive idea and critique is welcome. My personal idea about the working Proton versions to show is to simply have a graph, showing the available proton versions with a color code, depending on the reports and their rating. For example: https://lemmy.world/pictrs/image/acf8d124-6d47-4703-8b43-de98ad895a46.png

And yes, people are reporting incorrect fixes, but this is the nature of user content. And it’s impossible to curate them all, it’s way too many. But you can always report a false/dangerous report on the discord or IRC (I wish we’ve had a report button on the page).

NoXPhasma,
@NoXPhasma@lemmy.world avatar

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: steamdb.info/app/1888930/history/?filterkey=530

NoXPhasma,
@NoXPhasma@lemmy.world avatar

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

NoXPhasma,
@NoXPhasma@lemmy.world avatar

Yes, it is the same purpose, kinda. But timeshift runs as a cron and allows for an easy rollback, while I use BIT for manual backups.

NoXPhasma,
@NoXPhasma@lemmy.world avatar

That was not Linux Mint but Pop! OS.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • Ask_kbincafe
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines