How to Install and Play RetroArch on Linux

How to Install and Play RetroArch on Linux

Chris Titus Tech

5 лет назад

93,107 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@doctorsocrates4413
@doctorsocrates4413 - 06.11.2023 20:28

I use the amiga emulator fs-uae on mx linux..does retroarch accept downloaded adf files.?

Ответить
@Troubleesomee96
@Troubleesomee96 - 12.10.2023 07:19

Do you know why ps2 emulator keeps crashing on chrome os?

Ответить
@--LeVeL-HEAdED--
@--LeVeL-HEAdED-- - 04.10.2023 22:11

I am super insanely new to the Linux environment. Just downloaded mint yesterday. Took me about two hours but I was able to install and get fightcade up and running.

However there are a lot of games that fightcade doesn’t support yet.

Very interested in retro arch. I’ll be trying this out tonight. I hope I know what the hell im doung

Ответить
@ivanwaskahatj
@ivanwaskahatj - 08.09.2023 12:10

matlab script optimization

Ответить
@ivanwaskahatj
@ivanwaskahatj - 08.09.2023 12:10

clear all

%input must be 512x512
img=imread('lichtenstein.png');

img=im2double(img);
img=rgb2gray(img);

% filters in JPEG2000
Lo_D=[0.0267 -0.0168 -0.0782 0.2668 0.6029 0.2668 -0.0782 -0.0168 0.0267];
Hi_D=[0.0912 -0.0575 -0.5912 1.1150 -0.5912 -0.0575 0.0912];

%calculate the 2-level Wavelet transform
[scaled, vertical, horizontal, diagonal]=dwt2(img,Lo_D,Hi_D);
[scaled2, vertical2, horizontal2, diagonal2]=dwt2(scaled,Lo_D,Hi_D);

%crop pictures (for displaying purpose)
scaled2=imcrop(scaled2,[4 4 127 127]);
horizontal2=imcrop(horizontal2,[4 4 127 127]);
vertical2=imcrop(vertical2,[4 4 127 127]);
diagonal2=imcrop(diagonal2,[4 4 127 127]);
horizontal=imcrop(horizontal,[4 4 255 255]);
vertical=imcrop(vertical,[4 4 255 255]);
diagonal=imcrop(diagonal,[4 4 255 255]);

%increase contrast (for displaying purpose)
vertical=imadjust(abs(vertical));
horizontal=imadjust(abs(horizontal));
diagonal=imadjust(abs(diagonal));
vertical2=imadjust(abs(vertical2));
horizontal2=imadjust(abs(horizontal2));
diagonal2=imadjust(abs(diagonal2));

%put them all together
transform=zeros(512,512);

transform(1:128,1:128)=scaled2;
transform(1:128,129:256)=horizontal2;
transform(129:256,1:128)=vertical2;
transform(129:256,129:256)=diagonal2;
transform(1:256,257:512)=horizontal;
transform(257:512,1:256)=vertical;
transform(257:512,257:512)=diagonal;

imwrite(transform,'Jpeg2000_2-level_wavelet_transform-lichtenstein.png');

Ответить
@Retrosoul86
@Retrosoul86 - 17.03.2023 00:34

can you use a package manager to get it as well?

Ответить
@danyarbaker
@danyarbaker - 09.03.2023 23:21

where can i get the games?

Ответить
@SolarStorm1
@SolarStorm1 - 27.02.2023 17:18

Lars Ulrich?
???? :))

Ответить
@Rpch26
@Rpch26 - 23.02.2023 13:34

And to play old PS2 and 3 ?

Ответить
@dimifisher7942
@dimifisher7942 - 07.02.2023 14:05

Hi, is there a way to find the launcher of the emulator? because in linuxmint is no where to be found, i have to open the software manager and launch retroarch from there

Ответить
@dogeymon83
@dogeymon83 - 21.01.2023 23:52

How are you at a terminal where you’re typing in sudo whatever? None of this makes sense to me. All I’ve used my whole life is windows. How do I do this???

Ответить
@Mouad-Houhou
@Mouad-Houhou - 26.12.2022 00:24

not working with me

Ответить
@jonathandogey5131
@jonathandogey5131 - 30.11.2022 04:49

How are you at a screen where you start typing in "sudo snap" all that stuff?? What is that and where is it? Don't programs just download and install like windows programs?? I'm beyond lost. Can someone find my mommy please?

Ответить
@eliinthewolverinestate6729
@eliinthewolverinestate6729 - 26.10.2022 03:39

On debian just sudo apt install retroarch. I like the way retroarch looks on steam better.

Ответить
@fivetenfinn6652
@fivetenfinn6652 - 19.08.2022 20:45

FYI, if you're on Arch Linux, then this guide doesn't help you. In Arch you must download your cores separately using pacman -Ss libretro which will list all the installable cores, as in retroarch you cannot download cores. Hope this helps some people. Maybe Chris can do an updated install when using Arch Linux?

Ответить
@ferc7113
@ferc7113 - 22.04.2022 18:29

Chris's Core Suggestions:

gameboy (mgba)
nintendo (nestopia)
nintendo 64 (mupen64plus)
super nintendo (snes9x)
sega (picodrive)
playstation (rearmed)

Ответить
@EpicGamer-kj1tj
@EpicGamer-kj1tj - 19.03.2022 23:22

Why does it crash whenever I boot up a rom

Ответить
@witcher3videogame854
@witcher3videogame854 - 07.03.2022 13:25

awful explanation of what to do

Ответить
@thesnassassn8521
@thesnassassn8521 - 11.02.2022 14:11

Finally someone who speaks english.

Ответить
@matheus5230
@matheus5230 - 03.01.2022 08:41

Awesome! Can you do a Batocera video?

Ответить
@adamsrobichaud4596
@adamsrobichaud4596 - 27.12.2021 02:50

Online updater does not work

Ответить
@adamsrobichaud4596
@adamsrobichaud4596 - 27.12.2021 02:49

How do I get cores? They don’t come with it

Ответить
@DavidAdochiti
@DavidAdochiti - 22.12.2021 00:25

i dont have that online updater option

Ответить
@adityabhadana6609
@adityabhadana6609 - 30.08.2021 20:37

lol change your name Mr.TITus XD

Ответить
@hopetagulos
@hopetagulos - 10.06.2021 05:38

Que sofrência pra instalar algo no Linux.... Jesus!

Ответить
@blueflamwolf4595
@blueflamwolf4595 - 21.04.2021 05:27

it sayd that retro arch is downloaded but how do i open it because i dont see it as a app

Ответить
@JoaoPedro-fz9xl
@JoaoPedro-fz9xl - 05.04.2021 05:08

>download
>go in downloads
>update assets (this will donwload a better interface)
> update cores database
>download the core

Ответить
@linuxstreamer8910
@linuxstreamer8910 - 25.03.2021 23:54

when you select a game from a playlist to not make you choose for all you 100+ game a core go to settings playlists manage playlist select your playlist at the top you can select default core and now you never need to choose a core for all the games in the playlist

Ответить
@linuxstreamer8910
@linuxstreamer8910 - 25.03.2021 23:48

usring retroarch with the mr overlay bezels makes it even looking more good

Ответить
@clausmartini1074
@clausmartini1074 - 07.02.2021 09:18

Are there any better alternatives to retroarch or a commandline tool at least?
This gui is horrible. Impossible to find settings and navigate and the colors (moving blue background on light blue) hurt my eyes.

Ответить
@mattmcfaul3358
@mattmcfaul3358 - 25.01.2021 06:09

I just installed RetroArch on Pop! OS and when I first start up RetroArch I don't get the XMB theme :-( just a cheesy windows 95/98 looking menu. I've looked through everything on their site and they say that the first time you start it up that it should look like the XMB theme. Any ideas?

Ответить
@person9513
@person9513 - 02.01.2021 06:11

So i downloaded retro arch but instead of the blue interface that is shown in every guide i have seen, it has a black, more basic interface, and when i try to download a core, it gives me a list of a few zip or exe files and when i download them it says they are downloaded/extracted but i can't load any cores. Btw i am on the most recent update of manjaro and used snap to download

Ответить
@aaronwise1089
@aaronwise1089 - 15.12.2020 06:03

Yes but can it emulate Yuzu also known as the Nintendo Switch emulator? Also what about GameCube?

Ответить
@------country-boy-------
@------country-boy------- - 26.11.2020 10:27

just spent 2 hours trying to install ZSNES because i love Donkey Kong Country. Could not find the package anywhere in synaptic or as a .deb file or Snap package either. Went through all the trouble of trying to update ppa repositories and then attempted to download source code and compile a version but landed in dependency hell. I really love Linux a LOT but god i wish there would have been a simple note in Synaptic saying that all emulators go though RetroArch now. Anyways i ended up finding your awesome channel!!! Thanks for making this video!!!
System:
Old Dell R410 Server
Ubuntu 20.04.1 LTS (Focal Fossa) 64-bit
Kernel Linux 5.4.0-54-generic x86_64
MATE 1.24.0
Two Intel Xeon X5570 @ 2.93GHz (4 cores each)
GeForce GT 730/PCIe/SSE2 running Nvidia Driver Version 455.38
And of coarse Compiz!!!
Server power supply burnt out so spliced in an ATX psu from an old computer. Actually 2 ATX psu's ( one just supplies 12V to motherboard bios standby - the other one does all the work when server turns on) Server cooling fans removed and sever lid removed and large blower fan set up to cool entire board and CPU's. looking forward to liquid cooling in a fish tank one day. Sorry for long comment.

Ответить
@nuralimran7581
@nuralimran7581 - 28.09.2020 16:15

hey chris, can you make some tutorial about fixing problem on retroarch?
i had problem with ppsspp core, because i cant find "system directory" on linux, soo i cant copy some asset to file directory

Ответить
@user-jr8qu8ih7o
@user-jr8qu8ih7o - 27.09.2020 17:28

I've downloaded and Installed the Retroarch, but I don't know to download the games... where can I get the games?

Ответить
@stormglass2882
@stormglass2882 - 30.08.2020 09:41

Nice! 😍

Ответить
@shreyajain2351
@shreyajain2351 - 20.08.2020 20:37

when i am installing using this command, sudo snap install retroarch
all the folders in retroarch directory in home folders are empty i am unable to even load cores

Ответить
@bend7726
@bend7726 - 16.07.2020 17:25

Whenever i go to the online core downloader, it comes up with "no entries to display". Does anyone know how to fix this as ive looked all over the internet and cannot find ANY GUIDES for linux.

Ответить
@serph2951
@serph2951 - 14.07.2020 20:33

I can't download cores

Ответить
@AdamStephenTaylor
@AdamStephenTaylor - 11.07.2020 19:15

I'm unsure of the file directories.. Where is the main Retroarch Folder? Specifically retroarch.cfg? I need to edit it as my retroarch crashes on boot. Thanks

Ответить
@adamtaylor7732
@adamtaylor7732 - 11.07.2020 17:12

Do you know where the retroarch.cfg file is located? My retroarch crashes on run, reinstalling does not work and I don't understand the file system (Previously I ran this on windows).

Ответить
@muhammadahsanbhutta6872
@muhammadahsanbhutta6872 - 02.06.2020 11:40

I'm unable to connect my PS4 Controller in RetroArch, either via Cable or on Bluetooth. Please Guide in that matter.

Ответить
@fostinator69
@fostinator69 - 25.05.2020 00:27

Does this work with lubuntu 20.04?

Ответить
@Manche-De-Pelle
@Manche-De-Pelle - 16.05.2020 00:03

If it's run on lubuntu, i might change OS ... Mint is slow while I'm downloading throught the software manager ... almost froze

Ответить
@Manche-De-Pelle
@Manche-De-Pelle - 15.05.2020 23:57

I'm on Linux mint ... tought it will works with the Ubuntu command line but it doesn't ... I'm doing it with the software manager and hope that it will works this time

Ответить
@szievler
@szievler - 14.05.2020 19:40

I have my set of mame rom can I use it can it automatically detect which of which platform should it use?

Ответить
@lucidtheming3190
@lucidtheming3190 - 20.03.2020 05:55

The problem for me is that when I download Retroarch via Synaptic, it has to option to download/update cores. Just update databases among other things. Then again, that version is 1.7.3

Ответить
@gamias3664
@gamias3664 - 04.03.2020 18:57

am i the only one that doesnt have "core updater"?

Ответить