Pinebook gaming thread
#11
(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
(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-*
You can find me on IRC, Discord and Twitter


#13
(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.
#14
You need to --allow-unauthenticated

[edit] perahps the ppa is dead, look here: http://emulation.gametechwiki.com/index...._on_Ubuntu
You can find me on IRC, Discord and Twitter


#15
(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?
#16
(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
You can find me on IRC, Discord and Twitter


#17
(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
#18
I may have time to look into it this coming weekend. I'll use Neon BSP Armbian as a starting point.
You can find me on IRC, Discord and Twitter


#19
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 Sad 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.
#20
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.


Possibly Related Threads…
Thread Author Replies Views Last Post
  Dead Pinebook - fix it or spare parts? oloturia 2 2,210 03-19-2023, 03:38 PM
Last Post: oloturia
  Broken bottom case of PineBook 14 Mick 1 920 02-22-2023, 05:49 AM
Last Post: Mick
  Original 14" Pinebook an Orphan? vdicarlo 2 1,259 01-05-2023, 10:42 AM
Last Post: jezek
  Pinebook Users are a nobody leperotero 13 12,593 09-06-2022, 09:29 PM
Last Post: zapper
  Does anybody repair pinebook pro laptops for a fee? Tsvi Bar-David 0 957 09-05-2022, 07:49 PM
Last Post: Tsvi Bar-David
  Pinebook with a broken screen and 2 eMMC's for sale. UK ONLY. frank-zappa 0 1,596 03-08-2022, 10:14 AM
Last Post: frank-zappa
  Pinebook to Pinebook Pro-esque upgrade kit sebboh 5 7,499 08-18-2021, 11:01 PM
Last Post: Corkonian
  new pinebook help ron_burgundy 5 7,690 12-17-2020, 04:54 PM
Last Post: ron_burgundy
  Few questions about flashing to a MicroSD card on the Pinebook Pro SanjevR 6 9,611 12-07-2020, 04:02 PM
Last Post: SanjevR
  TOR Browser on the Pinebook Pro jay3gg 0 2,975 11-16-2020, 01:25 AM
Last Post: jay3gg

Forum Jump:


Users browsing this thread: 1 Guest(s)