T
TelcoLou
Guest
I keep all my start-up scripts in one folder, for ease-of-use, and was trying to run GPfce the same way ... I don't get it ... it dumps me back to the GP2X's main menu (same thing happens with the Minigame Project), I use the following script to try and launch GPfce:
Now, I noticed that "gpfce.gpe" is itself, a script:
... not sure what to do to get this to run using a script ... I kinda need to run the LCD tweaker to adjust the gamma first, as my unit's LCD is a bit too bright. Can any kind soul out there point me in the right direction?
Code:
#!/bin/bash
/mnt/sd/cpu_speed 1 2 200 0.6
cd /mnt/sd/FCE/
./gpfce.gpe
cd /usr/gp2x/
./gp2xmenu
Now, I noticed that "gpfce.gpe" is itself, a script:
Code:
#!/bin/sh
./selector ./gpfce_config > ./gpfce.log
sync
cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu
... not sure what to do to get this to run using a script ... I kinda need to run the LCD tweaker to adjust the gamma first, as my unit's LCD is a bit too bright. Can any kind soul out there point me in the right direction?