Homebrew Question Run game from steam from Linux?

Fornox

Member
OP
Newcomer
Joined
May 21, 2019
Messages
7
Trophies
0
Age
37
XP
65
Country
Colombia
Hi everyone

First post and first question.

I don't have a switch yet but before I buy one I want to know if I can play two games.

I know we can run Linux smoothly. But can we run steam on it and play some video game on it?

- Eve online. It's will be totally awesome to do it.
-elite dangerous : bit harder because higher graphic

Thank you for your light
 

bedbug1226

Well-Known Member
Newcomer
Joined
Dec 1, 2014
Messages
83
Trophies
0
Age
30
XP
484
Country
United States
The difference in architecture will mean those games will never run on the switch unless they are officially ported or they have an arm port.
 

Raugo

Well-Known Member
Member
Joined
Nov 22, 2014
Messages
630
Trophies
0
XP
2,450
Country
Spain
Wine don't emulate anything the arm version is to load apps maked for windows arm and the android version is for use it in devices with android and an x86 cpu.
 

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,263
Trophies
3
XP
12,019
Country
Poland
Hangover is for "emulating" x86_64 on arm.

--------------------- MERGED ---------------------------

Why we could not run Eve online on arm if we have emulation.

We saw w10 et xp on switch
1. Emulation of what? 500 MHz 1 core CPU and even worse GPU? And you compared it to game that is many times more demanding?
2. W10 didn't boot to desktop and it has native support for ARM
XP was running thx to virtualization and it highest achievement was that Pinball ran at full framerate.

Just go to Google and Ask there.
 

stitchxd

Well-Known Member
Member
Joined
Apr 27, 2017
Messages
401
Trophies
0
Location
nope
Website
gnusocial.me
XP
689
Country
United States
I thank Eve online was not very cpu/gpu demanding. That's why I thank I could be "simple" to do it.

Uh what? Are you blind?

Current minimum specs required by their website:

  • CPU: Intel i7-7700 or AMD Ryzen 7 1700 @ 3.6 GHz or greater.
  • RAM: 16 GB or greater.
  • OS: Windows 10.
  • VIDEO CARD: NVIDIA Geforce GTX 1060, AMD Radeon RX 580 or better with at least 4 GB VRAM.
  • PIXEL SHADER: 5.1.
  • VERTEX SHADER: 5.1.
  • FREE DISK SPACE: 20 GB.
  • DEDICATED VIDEO RAM: 4096 MB.
 

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,263
Trophies
3
XP
12,019
Country
Poland
@stitchxd that are recommended.
Minimal are dual core CPU, 2 GB of RAM & GTS 8600.
And this needs to be wrapped under virtualization or "emulated"... So requirements go way above Switch specs.
 
Last edited by masagrator,

Mouser X

Well-Known Member
Member
Joined
Aug 26, 2009
Messages
101
Trophies
0
XP
546
Country
United States
Oof I am the blind one
Ha! At least you own up to it. I hate seeing threads get derailed because somebody peed their own pants and tries to blame it on someone else. Even no response is better than that! "It is better for people to think you're an idiot, than to open your mouth and remove all doubt."

Note - I intend this as a tounge-in-cheek thank you. I don't mean you've done this before (even if you had, or hadn't, I wouldn't remember. There are a few who have done it often enough, or loudly enough, to be memorable though), just that I'm appreciative when I see people either take responsibility, or at the least don't escalate it further.
 
  • Like
Reactions: stitchxd
D

Deleted User

Guest
you're running a ARM BASED SYSTEM and ARM is not compatible with AMD

but there are workarounds
you can use a wine modification (idk if mods are needed)
or you can use a QEMU Machine which has been setuped as AMD Device

both of these methods are terrible because they run but they dont run WELL.
theoraticly you could recompile Steam as ARM App BUT you dont have the Source code of Steam and thats needed

at the end we can say yes you can but Games could be hard. I would recommend using wine method because it is a LITTLE bit better than QEMU but everyone how he wants
 

pcwizard7

Well-Known Member
Member
Joined
Aug 2, 2013
Messages
1,409
Trophies
0
XP
1,688
Country
Australia
would game steaming to the switch be an option for you

[Original Post https://gbatemp.net/threads/tutoria...ling-moonlight-embedded-on-l4t-ubuntu.537429/ ]
sudo apt-get update
[Next line is all 1 command]
sudo apt-get install libopus0 libexpat1 libasound2 libudev1 libavahi-client3 libcurl3 libevdev2 libenet7 -y && sudo apt-get install libssl-dev libopus-dev libasound2-dev libudev-dev libavahi-client-dev libcurl4-openssl-dev libevdev-dev libexpat1-dev libpulse-dev uuid-dev libenet-dev cmake gcc g++ fakeroot debhelper
libavcodec-dev libsdl2-dev -y

git clone https://github.com/irtimmer/moonlight-embedded.git
cd moonlight-embedded
git submodule update --init
mkdir build
cd build/
cmake ../
make
sudo make install
sudo ldconfig

[Now reboot your switch]
moonlight pair <pc local ip>
moonlight stream <pc local ip>

[Where pc local ip, you must put in your pc's ip address. To find that, on windows, open Win+r, in the dialog box, put in cmd.exe. In the new window, type in ipconfg, then look for your systems ip address. if you computer is wired to your network, it'll fall under "Ethernet adapter Ethernet".
If it is Wireless, then it'll fall under "Wireless LAN adapter WiFi"
Either way, you'll want the IPv4 Address.]
[In linux, just open terminal, the command "ifconfig" and look for IPv4]

[To configure your joycons to work with Moonlight]
sudo gedit /usr/local/share/moonlight/gamecontroller.txt

[Scroll to the bottom and copy/paste one of these style codes into the file]
[For Nintendo Style:] 050000007e0500000620000001000000,Nintendo Switch Joy-Cons,a:b1,b:b0,back:b9,dpdown:b15,dpleft:b16,dpright:b17,dpup:b14,guide:b11,leftshoulder:b5,leftstick:b12,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b13,righttrigger:b8,rightx:a2,righty:a3,start:b10,x:b2,y:b3,

[For Microsoft Style:] 050000007e0500000620000001000000,Nintendo Switch Joy-Cons,a:b0,b:b1,back:b9,dpdown:b15,dpleft:b16,dpright:b17,dpup:b14,guide:b11,leftshoulder:b5,leftstick:b12,lefttrigger:b7,leftx:a0,lefty:a1,rightshoulder:b6,rightstick:b13,righttrigger:b8,rightx:a2,righty:a3,start:b10,x:b3,y:b2,

[Then,press CTRL + X. Then press Y. Then close terminal and reboot your switch.]
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/@legolambs