if when
if when
When this is the case it’s nearly always a missing library the game (or steam?) didn’t declare as required, ime. If you start the game from the terminal you can usually figure out which library it is and get it up and running, tho it’s usually easier to just use proton
I like to pick a fun project, pick a language I don’t know / wanna learn better, and then just go for it. Don’t be discouraged if somebody’s already made it - nothing says your learning project has to be useful in the real world, tho it’s kinda nice if you think of something that can be. If your project seems intimidatingly hard, remember the programmer workflow of breaking it down into manageable pieces and tackling those. If it doesn’t seem hard enough to teach you anything, I sometimes like to write it without using any external code or libraries (or a minimum of them; if it’s something like a GUI program I’ll use direct vulkan bindings instead of like Qt). This is also one of the few areas I get some use out of LLMs, cuz bullying ChatGPT or a local equivalent into giving me huge and tailored lists of program ideas can be really helpful. Either way my main advice is just to pick something that interests you and have fun with it; things don’t have to be worthwhile to other people to be worthwhile to you.
Glad to hear that! You might have some luck trying different proton versions with Deadlock (proton-ge is my goto) or checking protondb for anyone else’s results?
For you and/or anyone else whose instance might be defederated from lemmynsfw, here’s @Bigfish’s comment:
Re: your second question, I’m not at my pc rn so can’t give full details, but I’m running plasma on Wayland in arch using a nvidia card (3080) and everything’s flawless since the 555 driver update with explicit sync. Only thing that comes to mind is checking to see if you’ve set the nvidia-drm modeset=1 kernel parameter?
Also seconding @Bigfish’s suggestion about heat, try watching your temps while you game maybe? I’d also watch ram usage just in case something’s got a memory leak and is pushing you into swap.
To add to this, with rustup you can add different build targets than the current system - could let you build the binary on a more powerful pc and then just scp it over.
Your build looks good (setting the ongoing intel issues that somebody else already mentioned aside), but personally I’d consider a different drive than the Samsung - it’s a great drive, but usually overpriced imo. If you can get it for a good price then absolutely go for it, but most times I find sn850x drives significantly cheaper and insignificantly slower. Otherwise, the only other note I’d make is that grub is abysmally slow at higher resolutions on chips with no igpu, at least when using a nvidia gpu. I’m not certain if this would apply to an AMD gpu, and either way you can just use something better (cough cough refind) to avoid the problem, but for anyone who just wants the default out-of-the-box bootloader on most distros to just work properly it might be worth spending the extra ~$40 for the K series instead of the KF to get the igpu. It’s not something I’d recommend doing personally, but it’s at least worthwhile to know about when you’re making the K/KF choice imo. Anyway, good luck with your build and have fun with setting everything up!
Could I get a source on this please? I’ve read that horseshit plan and this doesn’t seem outside the realm of possibility, but a quick search didn’t turn up anything relevant
I did a search for nvidia on my system and got these, which OP might wanna check for too:
egl-wayland
lib32-nvidia-utils
libvdpau
libxnvctrl
nvidia-open
nvidia-settings
nvidia-utils
opencl-nvidia
I’ve installed extra packages for proton and machine learning, so some of these may not be there, but hopefully that helps.
In case anyone else wants to download the stl without having to make a fake identity for a $0 purchase (i mean what the fuck?) here’s a direct link: https://uploadnow.io/f/3dV4fDB (it’ll apparently last till it goes a week without a download and then die, in case someone tries this in the future and it’s gone)
Well your /efi entry looks right to me - maybe try mount -a
(maybe capital A, going off memory here but whichever option is all) and watch for error messages or check dmesg?
sdb
looks like the bootable USB to me - /dev/sda1
should be the system’s EFI, no? OP, could you try mounting that one (shouldn’t be encrypted afaik) and/or post the output of ?
Edit: just realized you were unable to mount the encrypted drive in the first place so /etc is inaccessible, sorrycat /etc/fstab
I ran it (bg3.exe) through the latest vanilla proton (9.0.1 I think?) earlier today and it had no issues. I used the experimental version for character creation and it had some fucked up textures (color banding mostly), but after switching it ran perfectly in the stable version. I’m running thru steam on a nvidia gpu, so hopefully on amd you’ll be fine if you try that.
I’m a little bit biased here but it might be a good idea to use an instance like lemmy.zip instead, to minimize the amount of defederation going on.