Recent content by Cartridge

  1. C

    glshim

    The remote shim is amazing work. It works very fast on my end. Thank you all for your help. This is a great achievement. We're already asking our ARM computer the moon to run 32bit programs, asking the moon even more with the shim. Despite the ARM computer has to translate everything, it works...
  2. C

    glshim

    I got the pattern down, I have to persist running the program until the remote accepts the connection. After a while of gameplay, say between 10 seconds and one minute. It panics and gives a ring size thing eror.
  3. C

    glshim

    I got the shim working and it's like nothing I've seen before! It became so fast, working very well and exceeded my expectations. Some skyboxes were missing (sky texture) and some other sprites were changing while gameplay, became blockier. I take it that's the write wrap. Even though it's...
  4. C

    glshim

    Now host gets killed where libgl_remote is run and where glxgears is running it says write wrap but continues to work with funny colors and the missing gears as seen above. This is still arm to arm as we were doing. Exagear is not involved.
  5. C

    glshim

    GL libraries built successfully with those 2 lines added. Now to replace those files with the original ones we compiled. --edit-- wait, was i supposed to put that on armhf build or x86 build? I put that on the X86 build. --Edit-- Now both GL libraries are built with the lines added...
  6. C

    glshim

    printf("write wrap\n"); goes under "if" or "else" and if I should put it inbetween something. Here's that line of code to help remind you. } // wait for free space ring_wait_write(ring, size); size_t remain = ring->size - *ring->write; // pick destination and wrap if...
  7. C

    glshim

    While I'm waiting, here's what NOSPAWN gave me on host side : odroid@gamestation-turbo:~$ libgl_remote /glshim.0 libGL: built on Dec 9 2015 16:12:27 libGL:loaded: libGLESv1_CM.so libGL:loaded: libEGL.so X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major...
  8. C

    glshim

    Here's what happens. I got a screenie of it. The picture speaks for itself. If you can't make out the writing on this picture, click on it and click view raw image. (1080P yeah! those writings man are so small!) It segfaults on both sides.
  9. C

    glshim

    It panics and closes after seconds of use. See the following : LD_LIBRARY_PATH=/home/odroid/Downloads/glshim-unstable/lib/ LIBGL_REMOTE=1 glxgears libGL:loaded: libGLESv1_CM.so libGL:loaded: libEGL.so libGL: built on Dec 9 2015 18:35:52 libGL: remote pid 29902 libGL: built on Dec 9 2015...
  10. C

    glshim

    Here's the new log of Glxgears built with the latest glshim of your sources lunix. It seems to outstand pitseb's fork by about 50 frames :P LD_LIBRARY_PATH=/home/odroid/Downloads/glshim-unstable/lib/ glxgears libGL:loaded: libGLESv1_CM.so libGL:loaded: libEGL.so libGL: built on Dec 9 2015...
  11. C

    glshim

    Wait, FACEPALM my face hard. I forgot but I swear I put the libgl libraries I built in usr/local/lib... Again wait... What does my Host glshim have to do with remote shim? The libgl libraries I built I put them in and i quote "/opt/exagear/images/debian-8/usr/local/lib/" and I put the LibGL...
  12. C

    glshim

    Yes native ARM GLXGears works with GLShim LD_LIBRARY_PATH=/usr/local/lib/ glxgears LIBGL: Initialising glshim libGL: unusual desktop color depth 32 libGL: built on Nov 5 2015 14:42:36 LIBGL: Current folder is:/home/odroid libGL egl backend: libEGL.so libGL backend: libGLESv1_CM.so 3016 frames...
  13. C

    glshim

    Here's what it says with GLXgears and running the remote shim remotely On exagear's side : LD_LIBRARY_PATH=/usr/local/lib/ LIBGL_REMOTE=1 LIBGL_REMOTE_NOSPAWN=1 glxgears libGL: warning, gles is NULL libGL:loaded: libEGL.so.1 libGL: built on Dec 9 2015 16:00:43 libGL: shm_name='/glshim.0'...
  14. C

    glshim

    I'm on the latest unstable branch built today. Here are all the steps I took today. 1st of all. I removed and purged exagear. I then reinstalled it for a fresh install. 2nd Install all required progams to compile. 3rd Compiled the x86ver on the exagear envirronment and put the libGL...
  15. C

    glshim

    Here is what GLXInfo gives me, you were right. It's not working when not having ld library path in environment. $ LD_LIBRARY_PATH=/usr/local/lib/ LIBGL_REMOTE=1 glxinfo name of display: :0.0 libGL: warning, gles is NULL libGL:loaded: libEGL.so.1 libGL: built on Dec 9 2015 16:00:43 libGL...
Back
Top