Search results

  1. E

    Gp2x11 0.1

    Not too thrilling I know. But I am working on compiling x11 apps now to get some better screens.
  2. E

    Screen Power Control?

    Sorry for delay in response. Thanks a ton for posting that code/link! Works great!
  3. E

    Screen Power Control?

    I have been doing some extended work over the serial cable lately and I am starting to worry about the screen staying on for so long. Sure its just that black square but if you look at it you can tell its still getting power. Anyone know of a way to get my gp2x to cut off power to the LCD? I...
  4. E

    Will Wifi Ever Happen?

    If you want to read into the legal stuff check out: http://www.jenkins-ip.com/serv/serv_6.htm There is no easy answer to that question, it all really depends on where you live. But as a general practice it has been widely used through out the history of computers. (I originally said nope, but...
  5. E

    No Joysticks Are Showing Up

    libSDL, libsdl.org, gcc4 from tool-chain scripts from open2x, static I just realized there is a library pack on the wiki, I am going to try installing the SDL(and others) and try again. I had been just grabing sources around the web and manually compiling each individually Update: Okay when...
  6. E

    No Joysticks Are Showing Up

    Thanks, but I have already been to the wiki. As I said in my post I oirginally tried it with the event loop using the wiki as a reference. I went ahead and just rewrote it just incase. Here is the code I used: #include <SDL/SDL.h> #include <stdint.h> #include <stdbool.h> #include "gp2x.h" void...
  7. E

    No Joysticks Are Showing Up

    I have been trying to get the buttons working with SDL. I compiled SDL with joystick support, and compiled sterm but the joysticks didnt work. So I wrote up a quick test application to try and see whats wrong. Heres the code (I appologize ahead of time for the lack of comments and over all...
  8. E

    Launcher And Application Reliability

    I find this incredibly annoying also. I must have restarted my gp2x 20 times just trying to install the sdl libraries correctly. The temporary fix is as you stated use a script to launch the application, and you can even use the ones I already wrote up :D. But in the long term we shouldn't...
  9. E

    Standardization Of Library Directory

    I think static linking does make sense for alot of projects, not all though. Lets say you want to use a scripting engine to program some game logic, I dont think I would staticly link that. The bigger the library the bigger the size advantage of dynamic linking. But I understand everyones points...
  10. E

    Standardization Of Library Directory

    :P I tend to be a real tight *** when it comes to resources (heh gentoo user) But seriously it can add up >_>
  11. E

    Standardization Of Library Directory

    I installed the SDL library a couple days ago and noticed that it dumped them into /usr/lib. I know this is the standard for Linux and it has worked great for all my linux boxes in the past. But I think to continue to do this is a bad idea. We need to be able to load libraries off the SD card...
Back
Top