ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.73k stars 267 forks source link

Steam on Raspberry Pi 5 with Raspberry Pi OS #1369

Open addohm opened 6 months ago

addohm commented 6 months ago

I've been unsuccessful in actually running steam on the desktop of a Pi5. Ive ran the install script but when I run steam its as if I never ran the install script. I even went through and manually made sure all the associated packages were installed, but nothing.

Apologies for the screenshot but at the moment Im remote.

image
ptitSeb commented 6 months ago

I suggest you use the "install_script.sh" script from box86 repo. Also, make sure you run 4K pagesize kernel, the default 16K pagesize will not work for now.

addohm commented 6 months ago

I suggest you use the "install_script.sh" script from box86 repo. Also, make sure you run 4K pagesize kernel, the default 16K pagesize will not work for now.

That's the script I ran that produced these results. Sorry didn't realized I posted on x64 lol

ptitSeb commented 6 months ago

you should also use the "steam" script shell created in /usr/local/bin/steam then. All the message of missing libc and stuff should go away.