Since October 1st 2024 Microsoft has deprecated Windows Mixed Reality on Windows 11, essentially turning all Mixed Reality devices (like the HP Reverb and Samsung Odyssey HMD) into e-waste.
I mean this sucks for owners of these devices and planned obsolescence is very bad.
But using the free software Monado OpenXR runtime and the OpenHMD drivers on on GNU/Linux, these devices still work completely fine!
So if you ever wanted to own a VR headset, this might be the best opportunity you're gonna get to buy one.
Because Microsoft ended support for them they are currently being listed on used marketplaces for anywhere from 50 to 100 euros. These devices were sold for up to 900 euros only 5 years ago!
@raccoon@hollow.raccoon.quest I don't own any of these devices so don't take my recommendations too seriously but I think the HP Reverb G2 looks pretty good compared to the Samsung Odyssey that I'm currently looking at.
The HP has thumbstick controllers while Samsung's uses touchpads (like the steam controllers) and the HP one has a higher resolution and FOV?
@SuperDicq@minidisc.tokyo Holy cow, do you happen to be able to recommend something? I ALWAYS wanted to get a set but the price was always too much for me!
@SuperDicq I got one of the WMR headsets to play HL:A and boneworks a while ago, I got an amazing deal, 150 pounds, brand new sealed. I ended up selling it, though I'm not so sad since there's nothing I really want to play in VR anymore.
Happy to here open source drivers are getting developed for it, that's really cool.
This is old news but this is actually the case for many devices. Free software is actively saving many "deprecated" devices from the scrapheap.
Here's a probably incomplete list of peripherals that I own that no longer work on Windows, but still work on GNU/Linux completely fine with zero issues:
Logitech G27 Wacom Intuos 3 3DConnexion SpaceExplorer Sony Dualshock 3 Various Bluetooth and WiFi PCI cards/dongles
@yomiel@new.asbestos.cafe My Wacom Intuos 3 is from 2006 or so. It's still a perfect drawing tablet, the technology hasn't really improved since then.
I mean modern tablets have like BIG_INT levels of pressure sensitivity instead of "only" 256 like this one but I don't notice that, especially at my skill level.
As for the Dualshock 3 controller, this device has never had a Windows driver. I assume during the PS3 era when this controller was relevant Microsoft probably thought it was a better idea to not support it so they could sell more Xbox 360 controllers instead.
On GNU/Linux however the Dualshock 3 is in the mainline kernel and it just works plug and play. I still play a ton of games with this thing.
@SuperDicq I'm understand WMR since it's an application installed on windows being deprecated, but why stuff like the Wacom tablet and Dualshock controller? Surely they could just have the driver on their server that downloads to your computer.
@raccoon@hollow.raccoon.quest 78 euros, that's within the price range that I mentioned. Maybe you can lowball the seller even more by telling them that the official software no longer works.
@SuperDicq Gah, I hate the PS3 controller, flimsy little sticks, easily worn through rubber. That's one that nostalgia wont win me over with. I'm personally a DS4 enjoyer, which is also in the mainline kernel.
I also have a Wacom but mines a Intuos 4. No idea when I bought it, though it also works a charm on Linux.
Being on Linux really does make you realize how many niggles you have to put up with on windows. Ironically in many cases it seems Linux is the 'just works' operating system.
@yomiel@new.asbestos.cafe And yes if you own any hardware that is older than 5 years the chances of it being "just works" on GNU/Linux is much higher than on Windows nowadays.
@sun@shitposter.world I bought my Intuos 3 at a flea market for 5 euro like 8 years ago. It didn't come with the pen so I had to buy a new old stock pen for 80 euros, which I wasn't expecting but still 85 euros total for the whole kit I don't consider a bad deal.
@sun@shitposter.world The new old stock pen is pretty cool tho. It came with like 5 spare tips in the package, which will probably last me a lifetime. It also has an eraser on the back which actually gets recognized properly in Krita!
@SuperDicq there's a couple other pens for it too, there is one with a really long tip with a long retract distance for inking, and there's one where the pressure is a wheel for airbrush
@SuperDicq@sun old wacom pens lasted much longer. newer nibs and tablet coating basically designed to fail (get on that nib vig.)
xp-pen sells (or did) 99 packs of nibs though which was great.
the real bros are ratta who put a self-annealing screen guard on the device and use a ceramic nib. there is no actual reason for nibs to wear out like they do, unless you just really want the textures. (titanium nib + 9h cover = feels like gliding on glass but durable af. i prefer the glass to paper scratch though.)
@SuperDicq@yomiel isn't their gyro like really poor compared to DS4/5? I dunno if I would find them useful tbh. Also D-Pad is subpar to the definitive one in history (Wii U Pro Controller)
@SuperDicq@yomiel does Luanti support Controller/mixed inputs? I would love to dive in but I have reached a point in Gyro autism where I consider basic camera movement tiresome with a mouse
OpenXR is one of the most common protocols for software to speak with virtual reality headsets.
A virtual reality application will look for a OpenXR socket to communicate with. Information like the 3D space, user inputs, tracking, etc. are all sent over the OpenXR socket.
Many companies that have VR hardware have software that creates this OpenXR socket for VR software to talk to. Well known examples of these are SteamVR or Windows Mixed Reality. You call this an OpenXR Runtime.
If you want to run to run as much free software like I do, there's also this OpenXR Runtime that is free and runs on GNU/Linux it is Monado and that's what I'm using at the moment.