Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native)
#61
(02-19-2020, 06:31 PM)hectorzg Wrote: I couldn't run OpenAge but Julius runs well on the pbp. Are we listing on the first post the games that run on pbp?

If  the build process does not need any changes ( https://github.com/bvschaik/julius/blob/...UILDING.md) then I can include it on the main page sure.
I just finished a successful build of OpenMorrowind (OpenMW on the PBP) that took some time to get right, and I will post my notes for others to build as well
  Reply
#62
(02-21-2020, 01:07 PM)astr0baby Wrote: If  the build process does not need any changes ( https://github.com/bvschaik/julius/blob/...UILDING.md) then I can include it on the main page sure.
I just finished a successful build of OpenMorrowind (OpenMW on the PBP) that took some time to get right, and I will post my notes for others to build as well

I only tried it on Manjaro, it's already in the user repository and the only change I had to do was edit the files to add aarch64. I could write the steps for that if you want.

I didn't know about OpenMorrowind, that's great news! How does it run in the pbp?
  Reply
#63
@astr0baby
I've just compiled OpenMW too. Does it work 100% correctly? I have some issues with colours - some textures are white, sky is very red, dunmer are redish too.

@hectorzg
I've played for few minutes. Stable 30-40 FPS indoors, dropping to 20-30 in outdoors, with minimal view distance set. I haven't visited Balmora, though: D
  Reply
#64
(02-21-2020, 01:52 PM)brzegorz Wrote: @astr0baby
I've just compiled OpenMW too. Does it work 100% correctly? I have some issues with colours - some textures are white, sky is very red, dunmer are redish too.

@hectorzg
I've played for few minutes. Stable 30-40 FPS indoors, dropping to 20-30 in outdoors, with minimal view distance set. I haven't visited Balmora, though: D

I have used OpenSceneGraph 3.6.4 + bullet 2.86.1 and then OPENMW_DECOMPRESS_TEXTURES=1 openmw to load the decompressed textures ... Im uploading a video now to youtube

(02-21-2020, 01:52 PM)brzegorz Wrote: @astr0baby
I've just compiled OpenMW too. Does it work 100% correctly? I have some issues with colours - some textures are white, sky is very red, dunmer are redish too.

@hectorzg
I've played for few minutes. Stable 30-40 FPS indoors, dropping to 20-30 in outdoors, with minimal view distance set. I haven't visited Balmora, though: D

Here is how it looks  on my Pinebookpro https://twitter.com/astr0baby/status/123...9149271040
  Reply
#65
I've used the OpenMW fork of OSG and default bullet from repository. It seems that OSG might be responsible for the white textures. I also have the colours issue(sky and dunmer skin is most visible). I think there's something in the console about system lacking hardware-accelerated conversion between some...format?Color spaces?
  Reply
#66
(02-21-2020, 02:45 PM)brzegorz Wrote: I've used the OpenMW fork of OSG and default bullet from repository. It seems that OSG might be responsible for the white textures. I also have the colours issue(sky and dunmer skin is most visible). I think there's something in the console about system lacking hardware-accelerated conversion between some...format?Color spaces?

Well the colors are a little trippy I agree, not really sure what is causing it.  I had issues compiling it against the native bullet (manjaro) therefore I chose the version listed in the requirements on the OpenMW project page. I will re-produce the build steps and upload them to my blog later this weekend.
  Reply
#67
The desktop version of VVVVVV also compiles and runs very well on the pbp.

I didn't have to do anything special, just followed the instructions in the repository.

It's a fun game, good for short gaming sessions.
  Reply
#68
I can confirm Caesar III works great on the default Debian
  Reply
#69
(02-21-2020, 02:18 PM)astr0baby Wrote: I have used OpenSceneGraph 3.6.4 + bullet 2.86.1 and then OPENMW_DECOMPRESS_TEXTURES=1 openmw to load the decompressed textures ... Im uploading a video now to youtube

(02-21-2020, 01:52 PM)brzegorz Wrote: @astr0baby
I've just compiled OpenMW too. Does it work 100% correctly? I have some issues with colours - some textures are white, sky is very red, dunmer are redish too.

@hectorzg
I've played for few minutes. Stable 30-40 FPS indoors, dropping to 20-30 in outdoors, with minimal view distance set. I haven't visited Balmora, though: D

Here is how it looks  on my Pinebookpro https://twitter.com/astr0baby/status/123...9149271040

For trademark reasons, please call it OpenMW, not OpenMorrowind.


I'm suprised the intro videos work - they never did for me and I had to rename the folder they were in.

The red sky can be fixed with this patch:

https://raw.githubusercontent.com/xyzz/o...erge.patch

I'm not sure what OSG branch you are all using, but I'm using the '3.6' branch of https://github.com/Capostrophic/OpenSceneGraph.

Shadows can be enabled and do work, though performance isn't really good enough to be playable:

https://gitlab.freedesktop.org/snippets/833

You can increase performance quite a bit by lowering the physics FPS by setting OPENMW_PHYSICS_FPS=15

Pressing F3 a couple of times gives a more detailed framerate breakdown.
  Reply
#70
(02-24-2020, 01:34 AM)icecream95 Wrote:
(02-21-2020, 02:18 PM)astr0baby Wrote: I have used OpenSceneGraph 3.6.4 + bullet 2.86.1 and then OPENMW_DECOMPRESS_TEXTURES=1 openmw to load the decompressed textures ... Im uploading a video now to youtube

(02-21-2020, 01:52 PM)brzegorz Wrote: @astr0baby
I've just compiled OpenMW too. Does it work 100% correctly? I have some issues with colours - some textures are white, sky is very red, dunmer are redish too.

@hectorzg
I've played for few minutes. Stable 30-40 FPS indoors, dropping to 20-30 in outdoors, with minimal view distance set. I haven't visited Balmora, though: D

Here is how it looks  on my Pinebookpro https://twitter.com/astr0baby/status/123...9149271040

For trademark reasons, please call it OpenMW, not OpenMorrowind.


I'm suprised the intro videos work - they never did for me and I had to rename the folder they were in.

The red sky can be fixed with this patch:

https://raw.githubusercontent.com/xyzz/o...erge.patch

I'm not sure what OSG branch you are all using, but I'm using the '3.6' branch of https://github.com/Capostrophic/OpenSceneGraph.

Shadows can be enabled and do work, though performance isn't really good enough to be playable:

https://gitlab.freedesktop.org/snippets/833

You can increase performance quite a bit by lowering the physics FPS by setting OPENMW_PHYSICS_FPS=15

Pressing F3 a couple of times gives a more detailed framerate breakdown.

I can confirm the patch works and fixed the red sky issue ! thanks for the tip Smile
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Pinebook Pro Initial Impressions kunger 443 587,478 04-16-2024, 07:29 PM
Last Post: KC9UDX
  looking to buy one pinebook pro (mainland China) duanduan 3 2,276 03-21-2024, 07:44 PM
Last Post: wangyukunshan
  Cellular module for Pinebook Pro Lotech 1 392 03-05-2024, 05:40 AM
Last Post: KC9UDX
  Screen on pinebook stays black but can ssh into machine tuxxpine 0 297 02-23-2024, 04:22 PM
Last Post: tuxxpine
  Sale my ANSI PineBook Pro cuthbertdavies 0 284 02-14-2024, 09:12 PM
Last Post: cuthbertdavies
  Compiling with -j6 on the Pinebook Pro (Overheat) KC9UDX 0 217 02-14-2024, 09:01 AM
Last Post: KC9UDX
  Manjaro versions bad and good gilwood 0 243 02-12-2024, 05:03 PM
Last Post: gilwood
  Pinebook Pro in EU for Sale - €90 jan_vdk 2 661 02-07-2024, 02:12 AM
Last Post: 23Ro
  Pinebook Pro for sale tomekdev 2 730 02-01-2024, 11:35 AM
Last Post: tomekdev
  Video Editing Is Possible On The PineBook Pro! ImmyChan 10 7,586 12-17-2023, 09:29 PM
Last Post: insideau786

Forum Jump:


Users browsing this thread: 4 Guest(s)