thecookingsenpai

joined 8 months ago
 

I'd like to know from anyone who is treated satisfactorily whether they have any symptoms that persist and resist treatment, and if so, which ones. Ideally, I'd like to collect enough data to produce some sort of statistics (not scientific, of course). Feel free to use any format and language you like.

For me:

  • The urge to fidget
  • Attention span, which is better but rarely exceeds an hour
  • Hyperfixation and hyperfocus

EDIT: Got hyperfixated, compiling the following JSON from your answers, so feel free if you want to follow the template :)

{ "diagnosis": "ADHD", "treatment": ["fluoxetine", "methylphenidate XR"], "age": "30", "years_in_treatment": "3", "remaining_symptoms": [ "fidgeting", "hyperfixations", "hyperfocus" ], "attention_span": "60", "record_date": "31/05/2024" }

 

Some days ago I wrote this post documenting my experience in playing Palworld on Linux using Steam / Proton / Wine on a supposedly almost out of spec laptop.

To help with this follow up, my specs are as follow:

  • CPU AMD Ryzen 7730u (8c/16t) - RAM 16GB shared with the iGPU (2GB dedicated) - SSD fast enough to not be the bottleneck - Ubuntu Linux 23.10 with xanmod 6.7.0 kernel - Proton Experimental (tested with GE-25 and GE-27, same results)

Where were we

Last time I posted, I could barely get stable 20fps using all low settings in fullscreen.

Where are we

Now I am able to get almost stable 30fps (locked, see next chapter) in fullscreen using all low settings

The settings (aka how to play Palworld on low spec hardware on Linux, at least with AMD)

Prerequisite

  • Install Gamemode and verify it works - (optional) Install Mangohud to monitor your performances - Ensure you have Gamescope on your system - Steam and the game either installed or added manually

Installing the two mods we need

  • Install this mod (yes it works on desktop too); pay attention to not select the FSR2 version, instructions are included in the README
  • Then install this mod that supposedly enable FSR3; DISCLAIMER: I have no idea if this is effective or not, as theoretically gamescope only supports FSR1. Anyway, I have it on

TLDR After modding

If you are on Ubuntu

apt install -y mangohud gamemode gamescope

Else

Install the dependencies manually

Then

  • Right click on Palworld in Steam - Paste this in the "Launch Options" box

VKD3D_CONFIG=dxr,dx11 VKD3D_FEATURE_LEVEL=12_2 gamemoderun gamescope -W 1920 -H 1080 -w 1152 -h 648 -F fsr -r 30 -o 20 -f -- mangohud %command% -dx12

Why and what is this

That's the preset I game with. Basically, besides setting some tweaks for Vulkan:

  • It uses gamemoderun from Gamemode to ensure the system is optimized for games
  • It uses gamescope to forcefully set the internal resolution of the game to the values indicated by -w and -h (lowercase) upscaled to -W and -H (uppercase)
  • To do this, it uses fsr (specified as the -F option). The -r flag locks the FPS at 30, while the -o flag locks the FPS at 20 when the window is not active (win+tab for example)
  • The last command is optional, and is mangohud that adds its overlay to the game. You are highly encouraged to use something like GOverlay to tweak mangohud

My settings

My settings are tweaked for my hardware. Feel free to experiment. In my experience, the sweet spot for gamescope (which by the way is probably one of the most noticeable difference) is 1280x720.

Conclusion

You should see huge improvements in terms of performance with some compromises on the graphical side.

If something breaks, not my fault.

Happy penguin gaming!

[–] thecookingsenpai@lemmy.world 0 points 7 months ago (1 children)

Honestly Proton is great but Windows for gaming is still the best of the three main oses

 

cross-posted from: https://lemmy.world/post/10904853

cross-posted from: https://poptalk.scrubbles.tech/post/567593

Haier hits Home Assistant plugin dev with takedown notice

I'm not really big on "let's make a movement", but this independent dev has been hit with a cease-and-desist from making a FOSS Home Assistant addon for their Haier air conditioners.

Haier claims that they are losing out on millions of dollars due to this plugin which... lets you control their air conditions from home assistant. They haven't bothered to explain how that's possibly worth millions of dollars - they're just claiming it.

So of course they hit the Streisand button and are demanding that he takes it down. He of course is complying... in a couple of days. Maybe you see where this is going.

It would be an absolute shame if any of you just happened to create a fork, or clone the code, or mirror it in your own instance. An absolute shame.

Just so everyone here knows which repositories NOT to clone or fork, here are the two links:

and please, don't repost this anywhere, or share it in other communities, or anything like that. It's a shame that so many people already know and are making clones. I'm just letting you know so you don't do anything like telling others who may make their own copies.

(sidenote: Haier owns GE Appliance, so for our American folks it may affect you folks too)