- 0 Posts
- 37 Comments
themoken@startrek.websiteto
PC Gaming@lemmy.world•Linux hacked onto a PS5 to turn Sony's console into a Steam Machine — GTA V Enhanced Edition runs at 60 FPS on 1440pwith ray tracing
6·3 months agoI don’t think the convergence to x86/ARM is really lack of innovation, it’s more recognizing that being on a separate architecture doesn’t really help you. The innovation is now in form factor (e.g. the Switch), peripherals (e.g. VR or alt controllers) or software (e.g. streaming). Now, having an x86 just means your base platform is cheap and you don’t need a lot of custom work, although these platforms still get integration attention. Also makes ports much simpler.
The PS3 is actually a great example of the industry learning this lesson. The Cell architecture was really hard to leverage. It took years for any games/engines to use the Cell SPUs right.
As for Linux though, PS3 Linux was effectively just PowerPC Linux which was already fully supported years before in every major server distro. The Cell PPUs (main, boot cores) were pretty much off the shelf PowerPC. Similar to the Wii/WiiU.
Source: work in semiconductors, the Cell was one of my first platforms out of school.
themoken@startrek.websiteto
PC Gaming@lemmy.world•Todd Howard talks The Elder Scrolls 6 progress, Starfield 2.0, Fallout titles, and more
8·3 months agoYeah, big difference between “Starfield 2” and “Starfield 2.0”, one is a sequel, the other is a version.
themoken@startrek.websiteto
Linux@programming.dev•Installing EndeavourOS, should I use btrfs or ext4?
7·3 months agoBtrfs has a bunch of features and is one of the contenders for the “next” filesystem. Ext4 is utterly bulletproof though and has good enough perf so it’s still your best bet unless you specifically want to use the advanced btrfs features.
themoken@startrek.websiteto
Linux Gaming@lemmy.world•I made a kernel module for overclocking USB devices (gamepads, mice, etc.)English
36·3 months agoIt’s always great to see someone scratch their own itch, so kudos. However, I’m curious what the actual pain point is? Does your mouse not sample fast enough? Noticeable input lag on a gamepad? Seems like this would be a bug with the implementation if it needs to be overclocked to fix…
themoken@startrek.websiteto
Technology@lemmy.world•Is Wikipedia's Volunteer Model Facing a Generational Crisis?English
192·4 months agoI’m with you on rejecting AI being sane, but the idea that gaming wikis should be integrated into wikipedia is kinda nuts. If I search “Iron” on wikipedia I’m looking for facts, not a thousand item long disambiguation cluttered with every game that has iron as a resource. Conversely, on a game wiki my search for “Iron” has an entirely different context and I’m looking for different info.
Not to mention game wikis have way lower editorial standards, their own tone (e.g. making jokes), versioning concerns, their own new user friendly homepages etc.
Wikipedia could tuck this all into a separate namespace, sure, but that’s effectively a separate wiki anyway and then it raises questions like “why is wikipedia hosting a mechanical guide for this porn game?” or “How long do we need to host the content for this game that peaked in 2012 and is now abandonware?” that are conveniently sidestepped by those communities supporting themselves.
themoken@startrek.websiteto
Linux@programming.dev•The state of Linux music players in 2026
2·4 months agoI have a giant FLAC collection and I sometimes wish I could use these local players because I used Winamp/XMMS/quod libet back in the day, but I feel like I just can’t give up consistent access from outside the house.
I ran Tauon for a while (and have run a few of the others over the years) but I always end up back at my Airsonic setup. Works in any browser, works in a few different Android apps (Subsonic compatible), less of a pain than mpd.
Maybe it’d be different if I was still sitting in front of my computer virtually all the time, but nowadays phone to Bluetooth speaker/car/Chromecast is like 90% of my listening.
themoken@startrek.websiteto
Linux@programming.dev•Linux Lands Fix For Its "Subtly Wrong" Page Fault Handling Code For The Past 5 Years
9·4 months agoBasically, the executing thread might get interrupted in a window of code where the interrupt flags are wrong. Not looking at the specifics, but this could lead to various things from mostly harmless (e.g. potentially holding a lock for many times longer than expected but eventually releasing it) to program crashing (e.g. if taking an interrupt while handling the fault leaves the data structures in an inconsistent state).
This is likely the first one, since it was missed for so long in a very well exercised piece of code.
themoken@startrek.websiteto
Linux@programming.dev•Where is Linux not working well in your daily usage? Share your pain points as of 2026, so we can respectfully discuss
1·4 months agoAre you running the native version or through Proton? When I played Civ VI the Linux native version performed worse than using Proton, ironically. Either way, maybe try switching?
Since you specified multiplayer I’m guessing it’s not time to load from disk or anything.
themoken@startrek.websiteto
Linux@programming.dev•New Patches From Valve Bring AMDGPU Power Management Improvements For Old GCN 1.0 GPUs
23·4 months agoFor ancient stuff, maybe, but AMD is also active in enabling new stuff in the kernel and userspace. AMD basically invented Vulkan, and have had the best open source driver stack for years at this point.
I love what Valve has done for Linux, but it’s the last mile of track at the end of huge amounts of outside work enabling the hardware to work in the first place.
themoken@startrek.websiteto
Linux@lemmy.ml•I dumped Windows 11 for Linux, and you should too
5·4 months agoI have a wife stuck in the Adobe-verse and yeah, going back that far should work great. It didn’t become a huge hassle until they started being insane with the licensing.
themoken@startrek.websiteto
World News@lemmy.world•BREAKING: Death toll from US operation in Venezuela has risen to 80, according to New York Times report.English
1042·5 months agoThis made me laugh. This is the same shit we’ve been doing for 100 years. “Illegal orders” aren’t a thing when you use your imperial military to do imperialism. The last time we had a President that wasn’t a war criminal was never.
themoken@startrek.websiteto
Linux Gaming@lemmy.world•headless zero copy sunshine in fedora!English
11·5 months agoI have this setup with Plasma, and it is probably easier to do this at the Linux level. I added this to my kernel command line:
drm.edid_firmware=DP-1:edid/lg-ultra.bin video=DP-1:3840x2160@60eWhere that EDID file I dumped from a spare monitor using a method I got here.
Anyway, it can be tricky to pick the right device, but I can confirm Sunshine sees it and works properly, and it can be managed like a normal monitor.
themoken@startrek.websiteto
Linux Gaming@lemmy.world•PC Gamer: "I'm brave enough to say it: Linux is good now, and if you want to feel like you actually own your PC, make 2026 the year of Linux on (your) desktop"English
34·5 months agoI have been a user since around 2000, I work in Linux every day, and I get where you’re coming from - but in the context of gaming Linux has really only recently come into its own.
Like, could you imagine, circa 2010, telling a naive user that practically their whole Steam library would work with one click? Wine has always been a minor miracle, but at some point there was an inversion between being surprised when it worked, and being surprised that it didn’t work…
themoken@startrek.websiteto
Linux@programming.dev•Torvalds On Linux Security Modules: "I Already Think We Have Too Many Of Those Pointless Things"
46·5 months agoLinus’ apathy may keep ten different competing security ideas from each being mainlined, but it’s not impossible for them to continue and prove their worth out of tree until some sort of coherent best practices are established.
Meanwhile, actual security issues will continue to be patched as needed and Linux remains the most analyzed and targeted kernel in the world.
themoken@startrek.websiteto
Linux Gaming@lemmy.world•The huge Project Zomboid build 42 finally gets multiplayer just in time for the holidaysEnglish
6·5 months agoTo be clear, I just mean release as in B42 becoming available as default. Their long term plans are great though, I look forward to playing them in 2030 haha.
themoken@startrek.websiteto
Linux Gaming@lemmy.world•The huge Project Zomboid build 42 finally gets multiplayer just in time for the holidaysEnglish
15·5 months agoI haven’t played multiplayer, but Build 42 is really shaping up. Game is getting more survival-y in that you can make a lot more stuff from components (ore, clay etc.) and there is real wildlife/ livestock to make more food craftable from renewable post-apocalyptic sources. The lighting has been overhauled, some older areas have been revamped to be more realistic, buildings can be much taller. They even added a bit of randomness to the map with random basements. I’m really hopeful this patch gets guns right too, they’ve improved previously but still take way too long to become viable IMO.
They must be pretty close to official release, it’s really getting there.
themoken@startrek.websiteto
Linux@programming.dev•Amber the programming language compiled to Bash, 0.5.1 release
6·6 months agoI agree, but I can envision scenarios where you are integrating into someone else’s workflow/machine and they (or their build system etc.) are expecting a shell script. Python is ubiquitous but sometimes you just want to work like everything else.
themoken@startrek.websiteto
Linux@lemmy.ml•Valve's new Steam Machine and Steam Frame and implications for Linux
3·6 months agoDefinitely agree. Had a couple of them and loved some of the ideas (touchpad sticks, gyro to mouse aim, all of the Steam Input flexibility) but they never really eclipsed my rechargeable Dualshocks in terms of feeling right. Taking some of the Deck’s refinements and giving it another spin is welcome.
Not that these are wrong, but I wonder about recency bias. Have these indicators been trending downward for 20 years, or is this just a response to our current crop of morons?
If Obama v2 was elected tomorrow, would these instantly reverse, like the international opinion seemed to when he took over from W?