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
Question Full desktop Surfing and Absolute Privacy on the pinebook? Www 2 4,538 08-10-2025, 10:35 PM
Last Post: Pattienner
  Pinebook problem meghancordo 1 1,906 07-24-2025, 07:28 AM
Last Post: mikehenson
Question Printing and scanning documents with pinebook? Www 0 1,818 06-28-2025, 01:25 AM
Last Post: Www
  Pinebook Pro in EU for Sale - €90 jan_vdk 4 4,619 06-19-2025, 02:14 AM
Last Post: shelfaberrant
  Pinebook pro bricked? michaelmoua 2 2,447 03-12-2025, 11:09 AM
Last Post: tophneal
  Use SD to install new OS over pinebook debian Rudy558 10 18,660 03-09-2025, 11:17 AM
Last Post: davisthomas
  Problem: Wi-Fi Connectivity Issues on Pinebook Pro markwood00 1 2,559 02-05-2025, 03:56 AM
Last Post: waylonwesley
  Pinebook Next !spekulation! Surehand53 2 3,097 01-23-2025, 11:49 AM
Last Post: Surehand53
  Pinebook Pro wants a PIN for my bluetooth mouse ColoBill 1 2,197 01-19-2025, 04:38 PM
Last Post: ColoBill
Tongue Yet another Pinebook Pro won't boot thread pinemouth 5 7,206 12-27-2024, 11:38 AM
Last Post: akash3995

Forum Jump:


Users browsing this thread: 3 Guest(s)