RupeeClock
Member
- Joined
- Jun 7, 2009
- Messages
- 394
Do you think that GMenu2x is defaulting to a clock speed that's too low for the system to handle?
RupeeClock said:Do you think that GMenu2x is defaulting to a clock speed that's too low for the system to handle?
Hooka said:I seem to be missing some files needed in the gmenu2x archive, there is no gmenu.conf or anything... maybe check to see what files might be missing from the release to cause the freezing for some of us pickles... thanks
RupeeClock said:When I installed Gmenu2x, I accidentally first installed an old copy I downloaded from the forums, and then overwrite all the files with the archive version.
Which probably why I didn't have any problems to begin with.
Yeah I'll try out the last version for you.
Edit: Tried a fresh install, I see no problems.
Now that's funny, I just found out you can overclock the frontend itself, and make navigating the menus faster.
Pickle said:RupeeClock said:When I installed Gmenu2x, I accidentally first installed an old copy I downloaded from the forums, and then overwrite all the files with the archive version.
Which probably why I didn't have any problems to begin with.
Yeah I'll try out the last version for you.
Edit: Tried a fresh install, I see no problems.
Now that's funny, I just found out you can overclock the frontend itself, and make navigating the menus faster.
Thanks hopefully others have the same result.
jutley said:Pickle said:RupeeClock said:When I installed Gmenu2x, I accidentally first installed an old copy I downloaded from the forums, and then overwrite all the files with the archive version.
Which probably why I didn't have any problems to begin with.
Yeah I'll try out the last version for you.
Edit: Tried a fresh install, I see no problems.
Now that's funny, I just found out you can overclock the frontend itself, and make navigating the menus faster.
Thanks hopefully others have the same result.
works fine here apart from the touch screen wich is way out need a calibration option, and also after exiting games it goes back to the boring old menu if thease can be fixed and some better themes thrown in we have a winner on our hands.Keep up the great work hope to see more updates.
Im using the gp2x (non-open2x) method. I have no idea if the pollux version works the same way. It possible its not scaled properly. We probably need the kernel source to really know.- The battery icon at the bottom appears empty perpetually, despite the fact that it's full in the official frontend.
There nothing I can do about this. GPH has to change the gp2xmenu. Or every dev including myself has to change everything to be scriptable or have a gmenu/gp2xmenu restart option.- Applications still exit to the official frontend. I attempted to change that using the gmenu options, but it still does.
I dont really have any more plans for this. Ryo may be interested.- (This one is more of a suggestion) Is it possible to make long titles (for icons) wrap the text under? In other words, two lines of text, rather than 1 really long line that merges with the icons next to it.
Thanks!Again thanks for all the hard work on this.
What about replacing the gp2xmenu executable?Pickle said:There nothing I can do about this. GPH has to change the gp2xmenu. Or every dev including myself has to change everything to be scriptable or have a gmenu/gp2xmenu restart option.- Applications still exit to the official frontend. I attempted to change that using the gmenu options, but it still does.
Jan-Nik said:What about replacing the gp2xmenu executable?Pickle said:There nothing I can do about this. GPH has to change the gp2xmenu. Or every dev including myself has to change everything to be scriptable or have a gmenu/gp2xmenu restart option.- Applications still exit to the official frontend. I attempted to change that using the gmenu options, but it still does.
Pickle said:Jan-Nik said:What about replacing the gp2xmenu executable?Pickle said:There nothing I can do about this. GPH has to change the gp2xmenu. Or every dev including myself has to change everything to be scriptable or have a gmenu/gp2xmenu restart option.- Applications still exit to the official frontend. I attempted to change that using the gmenu options, but it still does.
That would work although anyone trying should know what they are doing.
cp /usr/gp2x/gp2xmenu /usr/gp2x/gp2xmenu.old
#!/bin/sh
if [ -e /mnt/sd/autorun.gpu ]; then
exec /mnt/sd/autorun.gpu
fi
exec /usr/gp2x/gp2xmenu.old
cp /mnt/sd/gp2xmenu /usr/gp2x/gp2xmenu
chmod +x /usr/gp2x/gp2xmenu
Nice guide Ive applied it to mine and it works.fells said:Thanks for the idea pickle and these guys for the base script.