LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-15-2016, 07:54 AM   #16
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Original Poster
Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379

Quote:
Originally Posted by Bindestreck View Post
Where do you live? I haven't yet found any problem to get any CRT, I think it is easier than to find a good emulator. Super Scope or Zapper, two reasons to get an CRT
Fair enough, but I'm not going for the truly authentic actually so emulation is just fine. I live in the states

Quote:
Originally Posted by ReaperX7 View Post
Higan works just fine. Did you use the tool they provide to import the ROMs into the system properly?
It sees the roms, but clicking the import button just closes the windows and nothing is opened or imported. Can't imagine that I am really THAT thick, this should have been self-explanatory.
Click image for larger version

Name:	higan.png
Views:	26
Size:	28.8 KB
ID:	21485


Quote:
Originally Posted by genss View Post
see pcsxr for playstation
I already mentioned pcsxr and also mentioned it is useless with my controller.
 
Old 04-15-2016, 07:57 AM   #17
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Original Poster
Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
I am going to play with the chroot option when I have some more time though.
 
Old 04-15-2016, 09:26 AM   #18
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,237

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
If you want to try Libretro, this is what you do:

1. Build RetroArch (that's the application) using libretro-RetroArch.sh
2. Build one of the bsnes cores (bsnes-mercury-balanced is a safe recommendation) using another one of the scripts
3. Fire up retroarch and do the following:

a. Go to the "Core Updater" and have it update everything except "Cores" and "Core Info Files"
b. switch the menu driver option to "xmb"
c. Set "fullscreen" to "on" and "linear filtering" to "off" in video options

4. Restart RetroArch

5. Read Getting Started with RetroArch

I don't think RetroArch has rewinding. It does have speed-up (press SPACE).

Last edited by dugan; 04-15-2016 at 09:31 AM.
 
Old 04-15-2016, 09:36 AM   #19
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Original Poster
Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Quote:
Originally Posted by dugan View Post
If you want to try Libretro, this is what you do:

1. Build RetroArch (that's the application) using libretro-RetroArch.sh
2. Build one of the bsnes cores (bsnes-mercury-balanced is a safe recommendation) using another one of the scripts
3. Fire up retroarch and do the following:

a. Go to the "Core Updater" and have it update everything except "Cores" and "Core Info Files"
b. switch the menu driver option to "xmb"
c. Set "fullscreen" to "on" and "linear filtering" to "off" in video options

4. Restart RetroArch

5. Read Getting Started with RetroArch

I don't think RetroArch has rewinding. It does have speed-up (press SPACE).
I'll have to try that, since I couldn't get the chroot option to mount...

My PS2 controller was perfect for SNES , the L2 and R2 buttons were mapped as REW and FF respectively (L2 REW, R2 FF), where the rest mapped perfectly to the SNES L R Select Start XYBA
 
Old 04-15-2016, 09:40 AM   #20
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,237

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
I know why your controller was working in ZSNES but not in PCSXR. The same problem will also stop it from working in RetroArch. And pretty much every modern game or emulator.

ZSNES is using the legacy /dev/input/js? device nodes, while pcsxr is probably using the more modern /dev/input/event?? device nodes. Out of the box, Slackware will make the /dev/input/js? but not the /dev/input/event?? devices user-readable. That means that apps that look at /dev/input/js? can read your joystick but the ones that look at /dev/input/event?? cannot.

The solution is to use a udev rule to fix the permissions on the /dev/input/event?? device nodes. I wrote a bit about that here:

http://www.linuxquestions.org/questi...4/#post5530456

RetroArch also has a PCSXR core, btw, I've tried it and it works great. As do both the Genesis cores (GenesisPlusGX and Picodrive).

Last edited by dugan; 04-15-2016 at 09:50 AM.
 
Old 04-16-2016, 10:18 PM   #21
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Original Poster
Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Quote:
Originally Posted by dugan View Post
I know why your controller was working in ZSNES but not in PCSXR. The same problem will also stop it from working in RetroArch. And pretty much every modern game or emulator.

ZSNES is using the legacy /dev/input/js? device nodes, while pcsxr is probably using the more modern /dev/input/event?? device nodes. Out of the box, Slackware will make the /dev/input/js? but not the /dev/input/event?? devices user-readable. That means that apps that look at /dev/input/js? can read your joystick but the ones that look at /dev/input/event?? cannot.

The solution is to use a udev rule to fix the permissions on the /dev/input/event?? device nodes. I wrote a bit about that here:

http://www.linuxquestions.org/questi...4/#post5530456

RetroArch also has a PCSXR core, btw, I've tried it and it works great. As do both the Genesis cores (GenesisPlusGX and Picodrive).
Nice , but it still is not responsive in pcsxr *shrug*
 
Old 04-16-2016, 11:06 PM   #22
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
1, Use retroarch.
2. Here is a better way to build it.

https://notabug.org/orbea/Slackbuild...ames/RetroArch

3. Some cores to start off with...

https://notabug.org/orbea/SlackBuild.../bsnes-mercury
https://notabug.org/orbea/SlackBuild...e-psx-libretro
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] slackware 14.1 x64 xulrunner wont compile dumdadum Slackware 15 09-06-2014 09:13 PM
FFMPEG for APACHE 2.4.6 (x64), PHP 5.5 (x64), MYSQL 5.6 (x64) on WINDOWS 8 (x64) Punctual Programming 3 08-07-2013 05:20 PM
Can't compile in Slackware 13.1 x64 chaoschief Slackware 2 12-15-2010 07:01 PM
12.1 + ZSnes = Compile Errors Daedra Slackware 3 05-04-2008 01:18 PM
kernel 2.6.11 smp x64 compile not working meangene72 Fedora 0 11-26-2005 02:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration