Recent content by Alemarius Nexus

  1. A

    Release [BETA] Pandora full-system encryption

    Hey, Just stumbled upon this thread again. I'm not using my Pandora anymore, but I just uploaded the scripts to my new server and fixed the link. The download above should work again now.
  2. A

    SGX driver outdated

    No, thanks. I don't have any idea how kernel-space development works. I just want to program my user-space applications and forget about everything else. ^_^ Yes, but that is only limited by the hardware speed, I guess, which means the programs are just too heavy to run flawlessly on the...
  3. A

    SGX driver outdated

    Yes, if this is the only way... I don't like the idea of creating a game that will run only on the newer Pandoras, though. If there's no more recent driver that works on the old boards, I'll try to ask TI about this first. Maybe they have at least a workaround for the GL_OUT_OF_MEMORY bug.
  4. A

    SGX driver outdated

    And the driver we have on the Pandora right now is really the most recent one where the old GPU is still supported? Imgtec told me the current drivers are 1.8/1.9, and Pandora has 1.4 drivers. I mean, the 1GHz GPU can't differ so much from the old one when the SoCs are said to be compatible, can...
  5. A

    SGX driver outdated

    Hi, Yes, it's about the SGX driver again. This GPU and its driver are really screwed up I think. I keep having countless problems on them. It's been a while since I first asked about the driver quality here. Back then I hadn't had my Pandora and tested on another OMAP device, but now I have it...
  6. A

    Anybody need full-system encryption and/or automatic Tor network routing?

    I have just released the first beta (!) version of my full-system encryption scripts/initramfs here: http://boards.openpandora.org/index.php/topic/11367-beta-pandora-full-system-encryption/
  7. A

    Release [BETA] Pandora full-system encryption

    Hey, So, after asking if there was any use for it, I now want to release my method of full-system encryption for the Pandora. It is based on a heavily reworked and extended version of what I have hacked together for my own Pandora, with some scripts added to make it (relatively) easy to create...
  8. A

    Anybody need full-system encryption and/or automatic Tor network routing?

    I think Tor in itself is already working on the Pandora. What I did is to configure Linux' netfilter to route all traffic through Tor automatically, so that you do not have to configure every program to use Tor manually. I don't know much about networking, so I did more or less blindly follow...
  9. A

    Anybody need full-system encryption and/or automatic Tor network routing?

    The procedure is actually quite easy and as I said I already have a working encrypted system. Now I just try to write a script to automatically partition the SD cards and wrap up my initramfs, and think about how I can make the process a bit easier. I have just learned it myself by...
  10. A

    Anybody need full-system encryption and/or automatic Tor network routing?

    If you mean a USB key drive with transparent hardware encryption, that would only be possible if the Pandora could boot from USB. I don't know if that's possible right now. If you just mean a USB stick with a key file on it, I don't think that's easily possible because you need a running Linux...
  11. A

    Anybody need full-system encryption and/or automatic Tor network routing?

    Hi, I'm currently waiting for an answer in the Imgtec boards and can't really continue to test my programs on Pandora, so I thought I'd do some other Pandora related things meanwhile. What I'm considering is full-system encryption on Pandora using dm-crypt and LVM. I have already had some...
  12. A

    Render to non-square texture

    But then my 4x2 texture would be allocated as 4x4. That should not change results if I read just the first 4x2 pixels, right? Also, if the driver really did so, and I would have to adapt my usage of glReadPixels, wouldn't that be a violation of the GLES2 specification, or at least of the NPOT...
  13. A

    Render to non-square texture

    I think glReadPixels should be blocking until GL is finished drawing, so glFinish is not needed. I tried it nonetheless, but inserting glFinish before (or after) glReadPixels did not make a difference.
  14. A

    Render to non-square texture

    Hi! Now that I have my Pandora (1GHz model) in my hands and installed SL4P on it, I'm starting to play around with the SGX chip to see how fast it is. I have written a test program that does matrix-matrix multiplication on CPU first, and then on GPU using GLES2 shaders to compare performance...
  15. A

    Diverse issues with my new Pandora

    About the LCD: I have contacted ED, and he said he would replace the screen for free, although he wouldn't have to by warranty. Very kind, thank you! I have tried with Mini-A cables only, so that might be the problem. I'll see if I find a Mini-B cable and if not, I'll buy one. I'll try the...
Back
Top