Peter R
Feb 18 2006, 11:26 PM
So whats the best place for the LCD slider to be for the best setting? So far I have established that:
far left = white line on the left and wavy lines
far right = darkness and scanlines
Paradox
Feb 18 2006, 11:31 PM
it's different for each person there is no single best place
reallynotnick
Feb 18 2006, 11:35 PM
well it is really hard to say being that there is no number for each place.
I found mine works the best just one left from the way it came.
TelcoLou
Feb 18 2006, 11:43 PM
For me, it's just left of center .... heh
fishybawb
Feb 19 2006, 12:27 AM
Far left = wavy lines, brighter colours
Far right = scanlines, duller colours, slight wavy lines (at the furthest right setting)
One move to the left is best for me too
DaveC
Feb 19 2006, 06:32 AM
I have this LCD test screen for the adjuster. I don't know how you would install this into a GP2X. If someone wanted to test this and see if it works that would be good. The MonaLisa thing is quite useless for actually seeing what you are doing. This image seems more useful as you can juge greyscale gamma and the left side of the screen is black so you can see if that line appears. The White square on black and grey is another good test for smearing.
Vimacs
Feb 19 2006, 08:09 AM
just copy it as png to /usr/gp2x/imglcd/set_lcd.png
copy.gpu
cp /mnt/sd/set_lcd.png /usr/gp2x/imglcd/set_lcd.png
chimpoid
Feb 19 2006, 10:51 AM
Aaaah, nice work DaveC. A vast improvement over that monalisa junk.
Thx
Chimpod
mrpig
Feb 19 2006, 12:18 PM
Why are all the screens different? Surely its the same peice of hardware so I dont get why the timings are different on all of them to the point where some people have ok screens and some have lines all over the place?
Dr Cain
Feb 19 2006, 01:00 PM
Make something with alternating lines of black and white too, so the interlace effect can be seen.
Squidge
Feb 19 2006, 01:23 PM
It's probably down to electrical tolerances. Eg. you can buy DACs, resistors, etc, but they all have tolerances of anything from 1% upto 15%, so every one is different.
Personally, I think GPH didn't check there electronics too carefully, some component(s) had a percentage accuracy, and they are now having to fix this with software rather than use the proper components in the first place.
Still, at least the software solution works.
Peter R
Feb 19 2006, 02:21 PM
I have no good place

Also does making the white line appear damage the 2x or wear out the backlight in anyway?
DaveC
Feb 19 2006, 06:52 PM
QUOTE(Vimacs @ Feb 19 2006, 08:09 AM)
just copy it as png to /usr/gp2x/imglcd/set_lcd.png
copy.gpu
cp /mnt/sd/set_lcd.png /usr/gp2x/imglcd/set_lcd.png
Huh
How would someone that knows absolutely nothing about linux do it? No USB connecting as I don't want to mess with their shitty drivers that don't work. Is there a way to copy from the card to where it goes?
nickspoon
Feb 19 2006, 06:56 PM
Copy
CODE
#!/bin/bash
cp /mnt/sd/set_lcd.png /usr/gp2x/imglcd/set_lcd.png
cd /usr/gp2x
exec ./gp2xmenu
Into a .gpu file, making sure the extensions are Unix (LF) (you can use Programmer's Notepad to do this).
Peter R
Feb 19 2006, 06:56 PM
ok put in in the root of your SD (the image) then make a script like
copy.gpu
cp /mnt/sd/set_lcd.png /usr/gp2x/imglcd/set_lcd.png
then that will write it to the appropriate place in the nand.
sbock
Feb 19 2006, 07:01 PM
Or replace it with the one in a skin pack, than install the skin.
Nice picture, Dave
Regards,
Stephan
Shikaku
Feb 19 2006, 07:18 PM
QUOTE(sam fisher @ Feb 19 2006, 01:56 PM)
ok put in in the root of your SD (the image) then make a script like
copy.gpu
cp /mnt/sd/set_lcd.png /usr/gp2x/imglcd/set_lcd.png
then that will write it to the appropriate place in the nand.
Or use sterm and just put in this line...
cp /mnt/sd/set_lcd.png /usr/gp2x/imglcd/set_lcd.png
Fuck scripts, I USE THE CONSOLE BABY. GO LINUX!
DaveC
Feb 19 2006, 07:19 PM
QUOTE(sbock @ Feb 19 2006, 07:01 PM)
Or replace it with the one in a skin pack, than install the skin.
Nice picture, Dave
Regards,
Stephan
How do you do that it is in a tar.gz file? Is there a non command line way to add it?
Shikaku
Feb 19 2006, 07:23 PM
QUOTE(DaveC @ Feb 19 2006, 02:19 PM)
QUOTE(sbock @ Feb 19 2006, 07:01 PM)
Or replace it with the one in a skin pack, than install the skin.
Nice picture, Dave
Regards,
Stephan
How do you do that it is in a tar.gz file? Is there a non command line way to add it?
In sterm, input this line
cp /mnt/sd/set_lcd.png /usr/gp2x/imglcd/set_lcd.png
The first picture has to be named what you named it though
nickspoon
Feb 19 2006, 07:26 PM
It isn't in the skin I currently have access to (Pulsar, though at the moment I use Aurora, great skin). There are folders such as imgtestmode, imgbattery etc. You want the one that says imglcd. If there isn't one in the skin you're using, then find a skin with it. Copy setlcd.png to that folder and copy the skin to your SD. Run imgall.gpu.
Or just use a script.
DaveC
Feb 19 2006, 07:26 PM
QUOTE(Shikaku @ Feb 19 2006, 07:18 PM)
QUOTE(sam fisher @ Feb 19 2006, 01:56 PM)
ok put in in the root of your SD (the image) then make a script like
copy.gpu
cp /mnt/sd/set_lcd.png /usr/gp2x/imglcd/set_lcd.png
then that will write it to the appropriate place in the nand.
Or use sterm and just put in this line...
cp /mnt/sd/set_lcd.png /usr/gp2x/imglcd/set_lcd.png
Fuck scripts, I USE THE CONSOLE BABY. GO LINUX!
Linux
sterm
console
sbock
Feb 19 2006, 07:30 PM
Do you use Windows, DaveC ? Then use WinRar. Piece of cake...
DaveC
Feb 19 2006, 07:37 PM
QUOTE(sbock @ Feb 19 2006, 07:30 PM)
Do you use Windows, DaveC ? Then use WinRar. Piece of cake...
Ok thanks that is less painless for me.
I can only add to a .tar archive not a .tar.gz with that though.
sbock
Feb 19 2006, 07:55 PM
Hm. Extrakt the skin pack, replace the file, put the files on a SD, then install the skin. Works for me. Or am I missing something ?
DaveC
Feb 19 2006, 07:56 PM
QUOTE(sbock @ Feb 19 2006, 07:55 PM)
Hm. Extrakt the skin pack, replace the file, put the files on a SD, then install the skin. Works for me. Or am I missing something ?
I thought it had to be compressed in that .tar.gz archive file. If not that makes it easy.
I updated that picture a bit too. Added the interlace test pattern and cleaned up the GFX slightly.
sbock
Feb 19 2006, 08:00 PM
Sometimes things are just easy. (Not very often)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.