this post was submitted on 17 Jul 2026
115 points (95.3% liked)

Steam Hardware

22644 readers
352 users here now

A place to discuss and support all Steam Hardware, including Steam Deck, Steam Machine, Steam Frame, and SteamOS in general.

As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title

The following is a list of suggested flairs:
[Deck] - Steam Deck related.
[Controller] - Steam Controller related.
[Machine] - Steam Machine related.
[Frame] - Steam Frame related.
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.

If your post is only relevant to one hardware device (Deck/Machine/Frame/etc) please specify which one as part of the title or by using a device flair.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 5 years ago
MODERATORS
 

The Steam Machine is slightly bigger than a portable Blu-ray / DVD player. (I just checked this with my own players)

I can't wait for someone to make the equivalent of the Gamecube's GBA Player for discs. Because of its size, It could even be a plastic shell where you put an existing Hitachi/LG portable drive without having to disassemble anything

you are viewing a single comment's thread
view the rest of the comments
[–] 666dollarfootlong@lemmy.world 6 points 16 hours ago (2 children)

Off topic, but how does the Steam machine's dimensions compare to a GameCube, which is bigger?

[–] SatyrSack@quokk.au 28 points 16 hours ago* (last edited 13 hours ago) (3 children)

I'm surprised I cannot find an image of the two devices side-by-side. Here is a mockup of the two in OpenSCAD using the dimensions from Wikipedia

t5eQkYeOExGu429.webp

code

dimensions_steam_machine = [156, 152, 162.4];  
dimensions_gamecube = [150, 161, 110];  

origin_steam_machine = [0, 0, 0];  
origin_gamecube = [dimensions_steam_machine[0] + 20, 0, 0];  

translate(origin_steam_machine) cube(dimensions_steam_machine, center=false);  
translate(origin_gamecube) cube(dimensions_gamecube, center=false);  

EDIT: Not sure exactly what is going on here. This is a Facebook post from November 2025 with what seems to be an empty shell of a Steam Machine. Perhaps it was a 3D printed mockup or something. Regardless, it seems to be enough to give a sense of the relative sizes of the devices.

https://www.facebook.com/eldozan1/photos/gamecube-vs-steam-machine-lo-que-me-impresiona-es-lo-peque%C3%B1a-que-fue-la-gamecube/1383526843139907/

[–] Rai@lemmy.dbzer0.com 5 points 10 hours ago

Oh you rock, this is amazing! Thank you for effortposting :3

[–] 666dollarfootlong@lemmy.world 5 points 15 hours ago
[–] charles@lemmy.ca 10 points 16 hours ago (2 children)

The Steam Machine is slightly bigger but it's very close.

GameCube: 110 mm x 161 mm x 150 mm

Steam Machine: 152 mm x 162.4 mm x 156 mm

[–] grue@lemmy.world 10 points 11 hours ago

Wait, the gabecube isn't exactly a cube? Well that's just mildly annoying for no good reason!

[–] lime@feddit.nu 4 points 15 hours ago (1 children)

is that 161mm with the handle?

[–] SatyrSack@quokk.au 5 points 15 hours ago