t’s certainly been a journey for Valve. A week prior to the Steam Frame’s launch, we spoke with two engineers at Valve about the project: Joy Lyons, hardware engineer, and Jeremy Selan, software engineer. The memory crisis and the price were a big part of that conversation. From that chat, we can confirm that Valve had aimed for a lower price point than the one it’s launching the Frame for today.
Here’s Lyons on the memory crisis:
“We set out to design this hardware with one particular price in mind, but we’ve made choices to make sure that we’re making a product that is choiceful, that people can purchase, they can upgrade with different features later. But we wanted to make sure we had a base product with really great performance. Then that price target shifted due to the ongoing RAM crisis around the world.”
Lyons also said that forecasting for the cost of certain components used in the Steam Frame is an ongoing challenge.
Not exactly boding well of the Steam Deck 2.
ARM is arguably more closed source than x86. Most ARM computers violate the Linux GPL license and run a closed-source fork of Linux.
FEX is cool, but I’ll wait until RISC-V becomes viable before I switch away from x86.
I’m more excited about the waydroid integration, I want to run android TV apps on my Steam Machine.
I’d say ARM makes sense for headsets for now because of the Oculus headsets, but I wouldnt be surprised if the Steam Frame 2 ran on x86.
Chance is higher that Steam DECK 2 will be ARM/Snapdragon. So far nobody seems to capitalize on the fact that x64 ran out of patent protection this year.
Even if the base AMD64 instruction set is out of patent, there’s been a steady trickle of ISA extensions over the years, and enough software expects some of them to be present that it would really hamper the usefulness of a third-party implementation if it didn’t have them.
True but emulating specific extensions is less costly than emulating everything through FEX. Basically a slimmed down version of what Transmeta tried all those years ago. Especially Nvidia would be big enough to also come up with their own extensions.
Not saying that this will happen, just that there are feasible ways for competitors
If you’re going to emulate them, it has to be at the software level instead of part of the CPU (otherwise you’d effectively just have implemented the instruction, but stupidly, and still fall foul of any intellectual property issues), so you need to run custom code when an unimplemented instruction is decoded (that’s easy - you can just trap on an invalid opcode), but also need to tell software that might try to use them that you support those extensions (plenty of software checks the CPUID on startup and just errors out if required extensions aren’t reported). That’s harder to do. You could:
I’m old enough to remember Transmeta processors. I know what they did.
And it was functionally the second bullet point, with all instructions being emulated, so the emulation software was what the CPU really ran. You can do emulation of a CPU on a compatible CPU, but it doesn’t generally end up faster than doing it on an unrelated CPU. E.g. the code you’re emulating will use all the registers the CPU has, so you have to maintain a mapping from emulated registers to real registers (and because you need some registers for the emulator, some emulated registers necessarily must spill to memory), and the code you’re emulating could use any part of the address space, so you’ve got to map from the emulated address space to the real one. Every instruction potentially needs some alteration, so you can’t just run them as-is. There can be time savings, e.g. x86 has all aligned writes under 64-bits be atomic, so on unmodifed Arm, you need to insert extra locks, and if x87 instructions are used, they don’t quite conform to IEEE754, so would need doing via many integer instructions instead of a single float instruction on non-x86 platforms, but there can also be time savings from using a different architecture, e.g. Transmeta’s CPUs had way more registers than x86, so could give all emulated registers a real register and still have enough for the emulator itself to use.
Maybe we’ll finally see some more competitors appear in that space and drive competition
It’s hard to look at the new Intel Panther Lake processors and see that the advantages of ARM outweigh the disadvantages. Look at the new Intel handhelds, they just operate on a whole new level of efficiency.
I have yet to be aware of any Intel Arc G3 handheld that manages to come down to the 540g in weight of a Switch 2 console. The Acer Atlas 7 has a smaller screen and yet weighs a bit under 700g, so 150g more while it has a smaller screen.
No but they’re also far more powerful than a Switch.
You claimed that the Intels are more EFFICIENT than ARM processors, so the devices need to be lighter and faster but so far I’m not aware of any x86 handheld that manages that.
I’d totally be in favor of that happening. Device Tree is a clusterfuck and as long as the cast majority of consumer ARM devices don’t support the SystemReady specification, x86 is more flexible but that’s not the point you were arguing.
Processor start-ups need to make their own x64 processors now that the patents are no longer valid.
That’s not correct. For one, I did not say they were more efficient. For another they can be similarly efficient and also larger and heavier, because they’re more powerful.
“Look at the new Intel handhelds, they just operate on a whole new level of efficiency.”
So the “whole new level of efficiency” isn’t better efficiency, it’s worse efficiency and the need for bigger batteries. Got it!
You are misunderstanding me because you’re not paying attention to your own words . “A new level of efficiency” is not the same as “more efficient than ARM processors”. It really just seems like you’re just more interested in “being right” and being a dick in general than any sort of good faith discussion so I’m gonna cut my losses and block you. Goodbye.
The rumors seem to say it will be another AMD chip.
At the moment, there is no ARM SoC that is as efficient at idle as Intel’s Panther Lake, so I dont know why Valve would tie themselves down with Qualcomm and have bad Linux support and shitty BIOS.
That’s just wholly incorrect.
Can you run Linux on your cellphone, can you run Linux on the Raspberry Pi 5? No, you have to use the manufacturer’s closed source OS (forked from Linux). Some manufacturers release their source code, but a lot of them don’t.
Here’s a blog explaining how you can’t run vanilla Linux on a raspberry pi and the extremely complicated way to use the open source raspi code to compile your own kernel:
https://blog.bktus.com/en/archives/czh2is/
Yes, I can. Manufacturers literally CAN NOT closed-source fork the kernel, because of its licensing. They HAVE to release the exact kernel sources used for the device.
You can also run fully open Linux on your Pi5. There will be some firmware blobs, but then again so will any x86 board.
Oh, and smartphones run ANDROID. Not just Linux, but a completely separate layer on top of it that is much different from the traditional desktop environments. Android isn’t Linux, it runs on top of the Linux kernel. Sure manufacturers don’t release their Android source, because they don’t have to, but equating Android with Linux is idiotic.
You seem to have a very… loose grasp as to what is considered open source and what “Linux” is.
Here’s a quick bootcamp: any fork of the Linux kernel is still Linux. Does the RasPi5 require a custom kernel? Yes. Does that make it any less open? No. Does that make it any less Linux? Also no.
The kernel sources for Raspberry Pi boards are readily available. No request for access needed. You can clone the repo any time. That is open source.
Samsung, Google, Motorola, Xiaomi, OnePlus, Nothing, etc. all either provide open repos for kernel sources, or provide them upon request (as per the GPLv2 license of the kernel). That’s still open source. And just because each phone manufacturer - as well as each SoC manufacturer - had to make changes that aren’t in mainline, doesn’t make that any less open or any less Linux.
In fact Google has been pioneering a way to get better kernel baseline support via GKIs, and manufacturer support for a lot of boards and SoCs have been introduced in the mainline kernel.
But the thing is that ARM is progressing fast, with quite a few SoC/core manufacturers on the market (Qualcomm, Apple, Samsung, HiSilicon/Huawei, MediaTek, Amlogic, Allwinner, Broadcom, Rockchip, NXP, UNISOC, and so on), whereas X86 has two manufacturers who do end to end development in-house, and at a slower pace (usually one class of CPUs announced a year). The thing is, mainline WILL pay behind because ARM just progresses so fast that reviewing all the changes to add a new SoC to the supported list cannot happen overnight. That’s why forks exist.
But, I repeat, that fork makes it no less Linux nor any less open source.
Legally aren’t allowed to, may not care anyway. Chinese legal system doesn’t enforce this.
The big ones obey, because they have international presence. From what I’ve heard, the small ones will provide it on request, since chances are they have no financial reason not to anyway.
Yep.
A decade or so ago it used to be that GPL source requests/demands were an uphill battle. You had to beg, threaten legal action, for months to get somewhere.
Nowadays most manufacturers recognise that open sourcing actually helps them because people will create custom ROMs, or do the kernel upbring for newer versions the ODM refused to, so now with 0 work you have a new BSP and can push updates faster.
Yes and the small, shitty ones that only sell on AliExpress don’t and because Device Tree is a terrible concept, you still need to get distributions with explicit adaptations to each specific device.
That’s what I addressed, my understanding is if you contact them and ask nicely they generally do, since they have no incentive to keep it private.
Wtf? The vast majority of phones do run Linux, and most of the rest (iPhones) run UNIX. And since when is raspberry pi 5 not Linux?
I’m taking a very narrow definition of Linux here to say that a manufacturer shipping you a disk image with a precompiled version of Linux (that is closed source) is not proper linux.
If Linus Torvalds and co can’t make your computer run, then its not a good computing experience.
Darwin != Linux, either.
Darwin is UNIX. And anyone who knows what they’re talking about wouldn’t confuse the two.
lol
the person I replied to mentioned Unix for some reason
Keep explaining how ignorant you are. It’s fun for the rest of us, lol.
I can absolutely build the Linux kernel for arm from source for the raspberry pi. Whether it is using the open source raspberry pi fork or mainline. I can put any of at least a dozen fully open distros on it. Etc.
Maybe there’s some devices/manufacturers doing this and that’s what you’re thinking of, but your core argument here is 100% wrong.
some devices = virtually every android phone.
I would probably me more inclined to listen to anything you say if you also acknowledged your mistakes
I’m not trying to convince anyone, I’m just tired of people simping for ARM like its better than x86. Apple and Qualcomm are not going to make gaming better!
Also, Android is linux, lol. Just because some phone models don’t allow you the freedom to build-from-source doesn’t change any of that.
The goalposts were that x86 is more open source friendly than ARM
They run android, it’s not the same. Ever wonder why can’t you just take random phone and install linux distro on it? No, bootloader is not an issue. ARM not issue either. Closed drivers are.
Lots of distros “aren’t the same”, but android runs the Linux kernel at its core.
Whether you like it or not, it’s Linux
Can it run gimp? Or any elf app for that matter? Or snap or flatpak or whatever? Nope.
I get what you trying to say here, but that not about “is andoid linux or not” it’s about being fucking uncompatible with rest of the linux.
Someone is making a real fool of themselves here, amirite?
You have no answer to my questions, do you? Then please, go fuck yourself.
The ability to run GTK apps maketh not what Linux is…
Yes and also yes. What???
Your phone runs mainline Linux? You dont need to download a closed source binary blob from the vendor?
Does your phone show up on this list?
https://wiki.postmarketos.org/wiki/Devices
Notice how I dont have to ask this question if somebody owns a normal x86 computer.
Yes, you do have to ask that question, dummy.
Just look at every single newer generation x86 CPU. Until direct support is added in the kernel (which usually happens early on because Intel and AMD use a singular architecture for each generation so support is easy), shit’s so broken it won’t even boot.
Except, you know, the CPU microcode package, the GPU drivers, the WiFi, Bluetooth, etc. firmware (via the linux-firmware package), and the list goes on.
Buddy, we’ve already established that your knowledge of Linux et al is surface level at best, why are you still digging your own grave with verificably incorrect/incomplete statements that literally move the goalposts of this debate every time you reply?
the goalposts were that x86 is more open source friendly than ARM. Intel and AND work on mainline Linux because they actually submit their patches to mainline and make sure that they get accepted. Sure, there’s firmware, but the code to use that firmware is open source and widely used. The worst you see is maybe SoC drivers for webcams.
Compare that to ARM, where the majority of vendors dont provide source code for their kernels, and when they do boot with mainline Linux, half the shit is broken because of device trees or undocumented peripherals.
I wouldn’t want to buy an ARM computer.
Troll harder bud.
OK go fanboy for Qualcomm bud
Yes, I am running PostmarketOS on my cellphone. It is called PinePhone.
Yes and yes. In fact, I currently do both of those.
OK cool, how much is broken when you use a mainline kernel, like the one I use on a normal x86 laptop?
Nothing. Also, why do you keep changing the requirements? First it was “you can’t run Linux”, then it became “you can’t run a mainline kernel”.
That was implied when I said vanilla Linux. Sorry for not breaking out the technical lingo in a PC gaming thread.
Even DietPi where you can install it to pretty much everything? Even x86. Even armv6.
I like how you being downvoted, but you are technically correct. Manufacturer can’t “close source” the kernel, yes. But kernel on itself is useless, drivers however is completely other thing. That the reason we don’t have linux on most Qualcomm devices, even tho we have tons of phones on qualcom that runs android.
The drivers are also open source, genius.
Honey, you can even run Asahi Linux (fully FOSS) on Apple Silicon. WTF are you taking about?
Not for a lack of Apple trying to lock it down.
Asahi Linux does not work on the latest macs, and most of the features on M1/M2 do not work.
You dont have these issues with x86, because it is more open source than ARM. AMD and Intel treat Linux as a first-class citizen and upload code for their computers directly to Mainline Linux.
Literally, none of these things is true.
If you spent as much time on research, as you apparently do one making shit up, you would know that.
If you’re so confident, show a source
Have you heard of GitHub?
Take a look through there 💋💋💋
https://www.gnustep.org/resources/OpenStepSpec/OpenStepSpec.html
https://distrowatch.com/table-mobile.php?distribution=opensolaris
Da fuck you are talking about? Asahi was a community effort to reverse engineer tons of proprietary closed source stuf. It’s literally an argument against arm being open source friendly.
First of all, ARM is not owned by Apple, and if it weren’t so open, so open source friendly, Apple would not have been able to create Apple Silicon chips in the first place.
Secondly, lol, Asahi Linux proved that, not only could apple’s apple silicon chips be reversed engineered, but that it was both a worthwhile enterprise and that Apple wouldn’t come after them. Because Apple officially stated that they just do not care. Apple intentionally designed the chips to be capable of booting and running alternate operating systems. They, themselves, created a very clear and open development pathway.
Oh, not to mention that it is definitely Linux.
So… That’s what the fuck I’m talking about. Again, what the fuck are you talking about?
I see the issue. You narrowed your vision to just ARM as standard, ignoring rest of the stuff that comes with it. And you continue to fail in seeing obvios issues with it, saying that Asahi proves me wrong somehow. Again, Asahi is a miracle of revers-engineering . If ARM was indeed so open (like for example, linux) you wouldn’t fucking need revers-engineering to run custom OS. Yes, standard opened, cool. Go run linux on Qualcom chips. Oh, you can’t cause they don’t provide drivers? Maybe then you can run it on new M5? Oh, you also can’t even tho you already have all that jazz to load custom OS on mac? Damn. It’s almost like ARM is not key to platform being opened or not.
Upd. I get here nothing but pointless downvotes and hate, I’m not continue this stupid discussion with someone who have no connection to development of those platforms in the first place.
– person who doesnt know anything at all about the entire marketing behind the steamframe