Mostly that it doesn’t work on Steam Deck. Hits memory limits IIRC.
- 0 Posts
- 49 Comments
Vash63@lemmy.worldto Android@lemmy.world•What Browser do you use on Android, and why?English6·10 months agoHarsh words for someone who continues to be their client
Vash63@lemmy.worldto politics @lemmy.world•Project 2025 Roots Date Back Half a Century5·10 months agoI think the interesting thing about project 2025 is how specific they get over the plans. It’s not just what they want to do, it’s a plan for how to do it.
Vash63@lemmy.worldto politics @lemmy.world•Trump Insists He Won California in Jesus-Filled Rant With Dr. Phil74·10 months agoThat’s such a weird claim
Vash63@lemmy.worldto politics @lemmy.world•Kamala Harris takes 7-point lead over Donald Trump in new national poll6·10 months agoI’m pretty confident he’s not physically capable of that anymore.
Vash63@lemmy.worldto Linux@lemmy.ml•Is FreeSync over HDMI not supported in linux even for FreeSync compatible monitors?1·11 months agoIt would allow them to do HDMI FRL also, which is probably what you mean when you say HDMI 2.1. AMD cards also do HDMI FRL I thought. FRL is what allows things like 4k120Hz (higher bandwidth modes). The VRR that the Dock does is the VRR standardized with 2.1, which is why it works on TVs and devices that do not support freesync (see: LG TVs).
Anyway, the Dock doesn’t have a fast enough HDMI converter to do that. It’s not a licensing issue. Next gen Deck/Dock will probably do it.
Vash63@lemmy.worldto Linux@lemmy.ml•Is FreeSync over HDMI not supported in linux even for FreeSync compatible monitors?10·11 months agoActually it works fine on Steam Deck. It uses VRR over DP to the dock, which then translates it to HDMI with VRR. The dock has proprietary firmware to do this.
Intel and Nvidia hardware with open source kernel drivers also do a similar trick where the HDMI part is in a firmware blob. Only AMD does not work with HDMI VRR.
Vash63@lemmy.worldto Selfhosted@lemmy.world•AMD won't patch all chips affected by severe data theft vulnerability — Ryzen 3000, 2000, and 1000 will not get patched for 'Sinkclose'English1·11 months agoExactly. That’s why it’s a trash motherboard as soon as root access is gained. It can never again be trusted.
Vash63@lemmy.worldto Selfhosted@lemmy.world•AMD won't patch all chips affected by severe data theft vulnerability — Ryzen 3000, 2000, and 1000 will not get patched for 'Sinkclose'English8·11 months agoHow do you trust that the flash was done properly if you did it from the compromised system? This would only work if you flashed it externally somehow without the system running.
Hah! I wish it was email, so I could ignore it. Instead it’s either a Slack DM, which escalates to a phone call.
Vash63@lemmy.worldto Learn Programming@programming.dev•Just started learning python - question about types of statements.1·11 months agoClearly you meant:
string = "foobar" length = 0 _ = [length += 1 for _ in string] print(length)
Much more readable!
Edit: Damn, doesn’t work, was hoping to make something cursed but you can’t make an assignment during comprehension. Oh well, maybe Python 3.14!
Vash63@lemmy.worldto Linux@lemmy.ml•This Patch Boosts Linux Gaming Performance By 50%+ (And other programs)4·1 year agoYes it is. It’s not in mainline wine, it’s been in kernel for a long time now.
Vash63@lemmy.worldto Linux@lemmy.ml•This Patch Boosts Linux Gaming Performance By 50%+ (And other programs)147·1 year agoIt’s annoying all the articles are focusing on performance versus stock wine here when basically everyone uses Proton or a fork of it anyway, which has had fsync for years now that does similar performance uplift.
The story here should be that we’re getting fsync level performance with fewer bug and it can be upstreamed to wine. There is no relevant performance uplift for Proton users, but I guess performance gets clicks so that’s the story all the press are going with.
Vash63@lemmy.worldto Linux@lemmy.ml•This Patch Boosts Linux Gaming Performance By 50%+ (And other programs)15·1 year agoIt’s not merged, but the benchmarks are against upstream wine. Proton has hacks (fsync) that have almost identical performance uplift but were not suited to upstreaming.
So basically this will improve “correctness” versus current Proton, not performance. Should fix some bugs and improve compatibility.
Versus stock wine, it’s a huge perf uplift though.
Vash63@lemmy.worldto Linux@lemmy.ml•Released: NVIDIA 555.42.02 Linux Beta Brings Wayland Explicit Sync, GSP Firmware8·1 year agoTechnically AMD also offers an open Vulkan driver (AMDVLK), it’s just dog shit, and an open compute driver (Rocm), its just also bad, and an open OpenGL driver (Radeonsi), which is solid.
Those three are all primarily developed by AMD engineers and are fully open. Nvidia has no such open equivalents.
Vash63@lemmy.worldto Linux@lemmy.ml•Released: NVIDIA 555.42.02 Linux Beta Brings Wayland Explicit Sync, GSP Firmware28·1 year agoUhh nvidia has had native Linux drivers since the 1990’s…
Vash63@lemmy.worldto Steam Deck@sopuli.xyz•Nearly 30 Percent Of The Top 100 Steam Deck Games Aren’t Verified11·1 year agoAlso UI has to look good at either 720p or 1280x800. A lot of modern games don’t do that well at low res.
Vash63@lemmy.worldto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•GOG basically acknowledges piracy in a memeEnglish32·1 year agoBecause Stardust said “Get a Steam Deck and then you’ll see why” which makes no sense in the context of Denuvo DRM, hence it is most likely Stardust confusing anti cheat issues for DRM ones. Not that hard to figure out.
Vash63@lemmy.worldto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•GOG basically acknowledges piracy in a memeEnglish2·1 year agoWell, in the context of the Steam Deck, DRM works fine and anti-cheats often don’t.
They could close everything except the kernel and maybe a few libraries here and there. The Linux kernel alone does not exactly get you close to having an Android distribution.