How Do You Get The Pollux_Set To Work?


DaveC

Internal Development
Joined
Mar 4, 2004
Messages
9,208
I have tried to put a script to set the screen timings and load the app so to reduce the screen tearing.

After putting the Pollux_set in the same directory as the executable and then running the script it just hangs at the "loading" screen.

I used this below: Any idea what is wrong? can this be used with any FW version?

#!/bin/sh
./pollux_set 'lcd_timings=397,1,37,277,341,0,17,337;dpc_clkdiv0=9;ram_timings=2,9,4,1,1,1,1'

./temper.gpe

cd /usr/gp2x

exec /usr/gp2x/gp2xmenu
 
I cannot see anything worng in that script, maybe the script is not saved with linux line endings activated.

I use notepad2 (notepad++) and put line endings unix.

Anyway, this script hide a lot the tearing but is not completely dissapear.-is some games is really hard to see after this script but in others you will notice less than before but is still there.

In fenix works like a charm. :)

Screen Rotation is the only way.


Sorry for may bad english.
 
Back
Top