daveshah
Well-Known Member
In general, yes, stuff from the repo should work. There are two problems that you are likely to hit:
1. stuff that isn't compiled for armhf (yet), I have seen this with a few emus
2. stuff that hits current graphics limitations, e.g. if it tries to use certain DRM/KMS APIs without understanding rotation, or if it uses GL features not supported by gl4es
I am not sure the best way to improve (1), some of these probably just need building and others might have issues that stop them from working on armhf. I am currently looking into getting DRI3, GBM and an improved X server (xf86-video-armsoc-omap5) TILERised and working, which should improve the situation in (2) a bit.
1. stuff that isn't compiled for armhf (yet), I have seen this with a few emus
2. stuff that hits current graphics limitations, e.g. if it tries to use certain DRM/KMS APIs without understanding rotation, or if it uses GL features not supported by gl4es
I am not sure the best way to improve (1), some of these probably just need building and others might have issues that stop them from working on armhf. I am currently looking into getting DRI3, GBM and an improved X server (xf86-video-armsoc-omap5) TILERised and working, which should improve the situation in (2) a bit.