Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native)
#96
(04-01-2020, 11:48 AM)astr0baby Wrote: installing alephone-20120514nb3...

That's quite an old version of Aleph One. Newer versions have much better mouse handling, and support newer data files with higher resolution textures.


A couple of days ago my patch for Aleph One landed in Mesa, so it's now possible to play it with the OpenGL renderer.

(04-03-2020, 02:30 AM)Idaho Wrote: Edit2: I've put the rendering options to software in the game and there's no lagging anymore, the opengl options make things laggy, so I guessmy driver issue suspicions were right, do you think the p I blem is on my end or with the package??

yquake2 doesn't use OpenGL very efficiently, and draws triangles two or three at a time, rather than batching them and drawing hundreds at once.

Desktop graphics cards can handle this fine, but for mobile GPUs the overhead can be high.

Although it would be possible to have batching in Mesa, that has not been implemented yet. However, gl4es, a translation library from desktop OpenGL to GLES, incorporates a batching mode that works well with yquake2.

Compiling gl4es isn't that hard:

Code:
$ git clone https://github.com/ptitSeb/gl4es
$ cd gl4es
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ make -j6

Then, to run yquake2:

Code:
$ LD_LIBRARY_PATH=/path/to/gl4es/build/lib:"$LD_LIBRARY_PATH" LIBGL_BATCH=5 quake2
  Reply


Messages In This Thread
RE: Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native) - by icecream95 - 04-03-2020, 08:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pinebook pro bricked? michaelmoua 2 267 03-12-2025, 11:09 AM
Last Post: tophneal
  Use SD to install new OS over pinebook debian Rudy558 10 13,834 03-09-2025, 11:17 AM
Last Post: davisthomas
  Problem: Wi-Fi Connectivity Issues on Pinebook Pro markwood00 1 517 02-05-2025, 03:56 AM
Last Post: waylonwesley
  Pinebook Pro in EU for Sale - €90 jan_vdk 3 2,081 01-29-2025, 06:50 AM
Last Post: Macrae245
  Pinebook Next !spekulation! Surehand53 2 677 01-23-2025, 11:49 AM
Last Post: Surehand53
  Pinebook Pro wants a PIN for my bluetooth mouse ColoBill 1 302 01-19-2025, 04:38 PM
Last Post: ColoBill
Tongue Yet another Pinebook Pro won't boot thread pinemouth 5 4,161 12-27-2024, 11:38 AM
Last Post: akash3995
Question Pinebook pro dead / keyboard issue? / Troubleshooting Mengalef 2 689 12-05-2024, 04:16 PM
Last Post: tllim
  Testing Some More Games on the Pinebook Pro! ImmyChan 4 4,613 09-05-2024, 09:40 PM
Last Post: WilliamThompson
  Converting the Pinebook Pro into a CrowView Note like device 8jef 0 578 08-18-2024, 05:42 PM
Last Post: 8jef

Forum Jump:


Users browsing this thread: 3 Guest(s)