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 problem meghancordo 2 4,614 03-18-2026, 08:58 AM
Last Post: RicTor
  dead Pinebook - help please RicTor 2 610 03-12-2026, 04:49 AM
Last Post: RicTor
  Pinebook Pro in EU for Sale - €90 jan_vdk 5 7,851 02-09-2026, 12:50 AM
Last Post: Anthona
  Pinebook Pro for sale rfm83 0 641 11-08-2025, 09:22 AM
Last Post: rfm83
  Pinebook pro bricked? michaelmoua 3 5,228 10-23-2025, 10:06 AM
Last Post: jceaser
Question Full desktop Surfing and Absolute Privacy on the pinebook? Www 1 7,202 08-02-2025, 08:55 PM
Last Post: KC9UDX
Question Printing and scanning documents with pinebook? Www 0 3,952 06-28-2025, 01:25 AM
Last Post: Www
  Use SD to install new OS over pinebook debian Rudy558 10 25,492 03-09-2025, 11:17 AM
Last Post: davisthomas
  Problem: Wi-Fi Connectivity Issues on Pinebook Pro markwood00 1 5,029 02-05-2025, 03:56 AM
Last Post: waylonwesley
  Pinebook Next !spekulation! Surehand53 2 6,138 01-23-2025, 11:49 AM
Last Post: Surehand53

Forum Jump:


Users browsing this thread: 1 Guest(s)