(12-07-2018, 05:42 PM)Luke Wrote: (12-07-2018, 05:11 PM)vnomis Wrote: (12-07-2018, 04:28 PM)Luke Wrote: Looks like a compiler issue, I'll look into it.
Also, i wrote the syntax incorrectly (-disable --neon) should be --disable-neon
[edit] did you have correct syntax for --disable-neon ? - if not, perhaps its trying to cross-compile ?
Yes, and added --disable-dynamic to correct the error Error: Dynamic loading of libretro is enabled, but your platform does not appear to have dlopen(), use --disable-dynamic or --with-libretro="-lretro".
Ok, do some googling and see what you come up with. I'll get back on this monday. Perhaps I'll even get a chance to fetch the original image on some stable internet and flash it to a SD card. Are you doing this on KDE Neon or another image ?
I am doing it on KDE Neon.
I realised you can install RetroArch directly using the built in Software Center in the Games category, and I was able update to update it to the latest nightly build, but I have not found a way to install cores yet.
(12-08-2018, 02:27 PM)vnomis Wrote: (12-07-2018, 05:42 PM)Luke Wrote: (12-07-2018, 05:11 PM)vnomis Wrote: (12-07-2018, 04:28 PM)Luke Wrote: Looks like a compiler issue, I'll look into it.
Also, i wrote the syntax incorrectly (-disable --neon) should be --disable-neon
[edit] did you have correct syntax for --disable-neon ? - if not, perhaps its trying to cross-compile ?
Yes, and added --disable-dynamic to correct the error Error: Dynamic loading of libretro is enabled, but your platform does not appear to have dlopen(), use --disable-dynamic or --with-libretro="-lretro".
Ok, do some googling and see what you come up with. I'll get back on this monday. Perhaps I'll even get a chance to fetch the original image on some stable internet and flash it to a SD card. Are you doing this on KDE Neon or another image ?
I am doing it on KDE Neon.
I realised you can install RetroArch directly using the built in Software Center in the Games category, and I was able update to update it to the latest nightly build, but I have not found a way to install cores yet.
Yea, sure, you can install using apt get and install all the cores too - but its just going to be software rendered, so there is no point.
You need to compile it with the correct flags to get acceleration. If you want to confirm this, you can install the lastest stable build with all cores by adding the ppa:
Code: sudo add-apt-repository ppa:libretro/stable
sudo apt-get update
sudo apt-get install retroarch libretro-*
(12-08-2018, 02:56 PM)Luke Wrote: (12-08-2018, 02:27 PM)vnomis Wrote: (12-07-2018, 05:42 PM)Luke Wrote: (12-07-2018, 05:11 PM)vnomis Wrote: (12-07-2018, 04:28 PM)Luke Wrote: Looks like a compiler issue, I'll look into it.
Also, i wrote the syntax incorrectly (-disable --neon) should be --disable-neon
[edit] did you have correct syntax for --disable-neon ? - if not, perhaps its trying to cross-compile ?
Yes, and added --disable-dynamic to correct the error Error: Dynamic loading of libretro is enabled, but your platform does not appear to have dlopen(), use --disable-dynamic or --with-libretro="-lretro".
Ok, do some googling and see what you come up with. I'll get back on this monday. Perhaps I'll even get a chance to fetch the original image on some stable internet and flash it to a SD card. Are you doing this on KDE Neon or another image ?
I am doing it on KDE Neon.
I realised you can install RetroArch directly using the built in Software Center in the Games category, and I was able update to update it to the latest nightly build, but I have not found a way to install cores yet.
Yea, sure, you can install using apt get and install all the cores too - but its just going to be software rendered, so there is no point.
You need to compile it with the correct flags to get acceleration. If you want to confirm this, you can install the lastest stable build with all cores by adding the ppa:
Code: sudo add-apt-repository ppa:libretro/stable
sudo apt-get update
sudo apt-get install retroarch libretro-*
I get the following error for the first 2:
Ign:1 http://ppa.launchpad.net/libretro/extra/ubuntu bionic InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
Hit:4 http://ppa.launchpad.net/libretro/stable/ubuntu bionic InRelease
Hit:5 http://ppa.launchpad.net/libretro/testing/ubuntu bionic InRelease
Hit:6 http://pinebook.kde.org.uk bionic InRelease
Err:7 http://ppa.launchpad.net/libretro/extra/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Get:8 http://archive.neon.kde.org/user bionic InRelease [19.0 kB]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/libretro/extra/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
And when I try the last one...
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libretro-common
E: Unable to locate package libretro-db
Without those packages, I cannot continue.
Any ideas at all?
Thanks in advance.
12-09-2018, 12:08 PM
(This post was last modified: 12-09-2018, 12:11 PM by Luke.)
You need to --allow-unauthenticated
[edit] perahps the ppa is dead, look here: http://emulation.gametechwiki.com/index...._on_Ubuntu
(12-09-2018, 12:08 PM)Luke Wrote: You need to --allow-unauthenticated
[edit] perhaps the ppa is dead, look here: http://emulation.gametechwiki.com/index...._on_Ubuntu
So, nothing can be done?
(12-10-2018, 05:34 AM)vnomis Wrote: (12-09-2018, 12:08 PM)Luke Wrote: You need to --allow-unauthenticated
[edit] perhaps the ppa is dead, look here: http://emulation.gametechwiki.com/index...._on_Ubuntu
So, nothing can be done?
If its not dead - which it isn't, I was just speculating - just allow unauthentificated ppas
(12-10-2018, 06:11 AM)Luke Wrote: (12-10-2018, 05:34 AM)vnomis Wrote: (12-09-2018, 12:08 PM)Luke Wrote: You need to --allow-unauthenticated
[edit] perhaps the ppa is dead, look here: http://emulation.gametechwiki.com/index...._on_Ubuntu
So, nothing can be done?
If its not dead - which it isn't, I was just speculating - just allow unauthentificated ppas
Allowing authenticated ppass does not seem to work, the error message continues to be the same, unfortunately
12-18-2018, 04:33 PM
(This post was last modified: 12-18-2018, 04:33 PM by Luke.)
I may have time to look into it this coming weekend. I'll use Neon BSP Armbian as a starting point.
01-20-2019, 05:05 PM
(This post was last modified: 01-20-2019, 05:44 PM by binholz.)
I got Star Wars Dark Forces working in DosBox after tweaking the config from steam. I think it's really cool to get this classic working on my pine book.
here is my config:
___________________________________________________
[sdl]
fullscreen=true
[render]
frameskip=0
aspect=false
scaler=normal3x
[cpu]
cputype=auto
cycles=auto
[autoexec]
mount c "/export/dosbox/darkfor"
c:\
DARK.EXE
exit
______________________________________
please note that the 'mount c "<dir>"' should be the directory with dark forces installed.
i'm using the dosbox that is available in the default repo for Ayufun Bionic image.
When I get Tomb Raider working I'll share that config too, I got the GOG version.
I got tomb raider working, but it is really slow, i get opengl errors and it's running software mode. anyone else try this?
Working as a Film Electric and I have been using Linux since around 2002.
Like to play with Python and Jupyter Lab/Notebooks when not going to the park with my baby girl.
I decided to install the Android 6 image and it seems to be a much better platform for games. There are the games available in the play store, I have tried KOTOR and it works fine. I also tried Xash3d with half-life and it was running some where between 30-60fps, apps are available for Counter strike and blue shift. The 64-bit version of retroarch froze on me, so I just uninstalled it. I have gotten an app that will run return to castle Wolfenstein (rtcw4a) on the XDA forums. Gaming on the Pinebook would be best with Android from my experience.
Sent from my Nexus 6P using Tapatalk
Working as a Film Electric and I have been using Linux since around 2002.
Like to play with Python and Jupyter Lab/Notebooks when not going to the park with my baby girl.
|