Search results

  1. Grench

    Production Pyra photos/videos/thoughts thread

    supertux2 is going to need some optimization of controls and some video optimizations to run well. I am getting 8-25 fps on it though, so - playable as proof of concept anyway. Before anyone goes bashing on it, Supertux2 can make my sons Sony Vaio 17" 8 core 16GB RAM with Nvidia graphics...
  2. Grench

    Production Pyra photos/videos/thoughts thread

    Success. Thank you! Still a bit slow at 1280x720 full screen, but then I have 8 other things running at the same time. I'm going to reboot and try it again. But - you found the key. I was doing all of what I saw as 'system stuff' from the root prompt and trying to launch from the user prompt.
  3. Grench

    Production Pyra photos/videos/thoughts thread

    grench@Marble:/usr/games$ supertux2 Slide show with errors: LibGL error: MESA-LOADER: failed to retrieve device information LibGL error: unable to load driver: omapdrm_dri.so LibGL error: driver pointer missing LibGL error: failed to load driver: omapdrm Hmm. Where should omapdrm_dri.so be?
  4. Grench

    Production Pyra photos/videos/thoughts thread

    # ldd /usr/games/supertux2 Took me a bit to find the right line in the output. libGL.so.1 => /home/grench/gl4es/libGL.so.1 (0xb664d000)
  5. Grench

    Production Pyra photos/videos/thoughts thread

    Chromium installed, zip file downloaded, extracted, folder created, file copied. home/grench/gl4es/libGL.so.1 now exists. Ran the export command as: # export LD_LIBRARY_PATH=/opt/omap5-sgx-ddk-um-linux/lib/:/home/grench/gl4es DRI3_VSYNC=1 Should that have or not have created a file in the...
  6. Grench

    Production Pyra photos/videos/thoughts thread

    Ahh - I see it now. I had thought all of the commands were in the code boxes. So - installing Chromium on my Pyra (no web browser by default) so I can download the file directly to it.
  7. Grench

    Production Pyra photos/videos/thoughts thread

    I ran: # export LD_LIBRARY_PATH=/opt/omap5-sgx-ddk-um-linux/lib/:/home/grench/gl4es DRI3_VSYNC=1 And still get: $ Supertux2 Slide show with errors: LibGL error: MESA-LOADER: failed to retrieve device information LibGL error: unable to load driver: omapdrm_dri.so LibGL error: driver pointer...
  8. Grench

    Production Pyra photos/videos/thoughts thread

    I included 'david' - I figured this was your own version of code to later be pulled into the main Pyra kernel. Doh! Fixing and testing...
  9. Grench

    Production Pyra photos/videos/thoughts thread

    Found it. Error exists between keyboard and screen. I had left the 3 off of DRI3. Testing. 1597340324 Supertux2 still in slideshow mode and generating the errors: LibGL error: MESA-LOADER: failed to retrieve device information LibGL error: unable to load driver: omapdrm_dri.so LibGL error...
  10. Grench

    Production Pyra photos/videos/thoughts thread

    I reran the export string and glxgears again - and noticed that there is the same collection of four errors that I noted above from attempting Supertux2.
  11. Grench

    Production Pyra photos/videos/thoughts thread

    The keyboard errors I was getting above where when booting to full-on command line with no graphics. Now that I have graphics and Mate is alive, the keyboard mapping seems to be fine and I can type | {}[] and all sorts of characters. Apparently a good chunk of the Fn layer mappings are handled...
  12. Grench

    Production Pyra photos/videos/thoughts thread

    Slide show of the opening screen closed out. Errors in command line menu. LibGL error: MESA-LOADER: failed to retrieve device information LibGL error: unable to load driver: omapdrm_dri.so LibGL error: driver pointer missing LibGL error: failed to load driver: omapdrm Getting there - but...
  13. Grench

    Production Pyra photos/videos/thoughts thread

    glx gears running at >100 fps. Trying Supertux2...
  14. Grench

    Production Pyra photos/videos/thoughts thread

    From the instructions on page 7 of the thread, my next step is glxgears. #glxgears bash: glxgears: command not found apt install glxgears E: Unable to locate package glxgears So - hmm.
  15. Grench

    Production Pyra photos/videos/thoughts thread

    I have graphics again! Thank you!
  16. Grench

    Production Pyra photos/videos/thoughts thread

    Ahh - order of operations error then. I did OS image - got keyboard error - installed Dave's boot to get past keyboard error - then no graphics - to this troubleshooting. Daves boot file must require that to already be installed. Going to see if I can get it to now.
  17. Grench

    Production Pyra photos/videos/thoughts thread

    The point of me struggling through the process is so that the devs working 'way too high for me' can know what the rest of us will run into. I just happen to be in a good position to show them an example of 'stumbling in the dark'.
  18. Grench

    Production Pyra photos/videos/thoughts thread

    Then wait I shall. I suspect that a lot of the issues I'm encountering may stem from disconnects between the version of the OS available for me to download and the version(s) that the devs are currently using. I'm not sure how to, 'catch up'.
  19. Grench

    Production Pyra photos/videos/thoughts thread

    The grep of out returns nothing. To make sure, I re-ran it then did: nano out out has 1108 lines I searched it with nano to see if I could find the string 'omap' in it - search wrapped, nothing. And thank you for including the rm out to clean up. :-)
Back
Top