Page 1 of 1
Poor screen quality
Posted: Wed Dec 28, 2016 1:35 pm
by tlxxxsracer
Just did the 5v mod on my gearbest screen. It works! But I can barely read the text.. Is this normal until changing/setting up emulation station?
Poor soldering? Bad screen?
Re: Poor screen quality
Posted: Wed Dec 28, 2016 1:49 pm
by HoolyHoo
tlxxxsracer wrote:Just did the 5v mod on my gearbest screen. It works! But I can barely read the text.. Is this normal until changing/setting up emulation station?
Poor soldering? Bad screen?
It's a composite screen so is not going to be great. Did you configure the config.txt file for your 320 x 240 resolutions?
Re: Poor screen quality
Posted: Wed Dec 28, 2016 3:06 pm
by Lpoolm
There are a lot of threads about this, lots of advice to change font size etc.
To be honest I have set up three of these screens and did the settings and never been happy with any, I see loads of screens in the show off corner that look amazing and are same resolution as mine , I think once they are set up correct they photo well but don't actually look amazing in the real! (My opinion!)
Re: Poor screen quality
Posted: Wed Dec 28, 2016 3:18 pm
by tlxxxsracer
HoolyHoo wrote:tlxxxsracer wrote:Just did the 5v mod on my gearbest screen. It works! But I can barely read the text.. Is this normal until changing/setting up emulation station?
Poor soldering? Bad screen?
It's a composite screen so is not going to be great. Did you configure the config.txt file for your 320 x 240 resolutions?
Config.txt? No, Im just starting out. Do i configure it within retropi? I'm thinking too about mounting the screen but it'll be upside down.
Re: Poor screen quality
Posted: Wed Dec 28, 2016 3:31 pm
by HoolyHoo
tlxxxsracer wrote:HoolyHoo wrote:tlxxxsracer wrote:Just did the 5v mod on my gearbest screen. It works! But I can barely read the text.. Is this normal until changing/setting up emulation station?
Poor soldering? Bad screen?
It's a composite screen so is not going to be great. Did you configure the config.txt file for your 320 x 240 resolutions?
Config.txt? No, Im just starting out. Do i configure it within retropi? I'm thinking too about mounting the screen but it'll be upside down.
Take your sd card and put in your computer. In the boot directory edit config.txt and change:
#framebuffer_width=1280
#framebuffer_height=720
To:
framebuffer_width=320
framebuffer_height=240
If you flip your screen upside down then add:
display_rotate=2
To the end of the file then reboot.
Re: Poor screen quality
Posted: Wed Dec 28, 2016 3:47 pm
by tlxxxsracer
HoolyHoo wrote:tlxxxsracer wrote:HoolyHoo wrote:
It's a composite screen so is not going to be great. Did you configure the config.txt file for your 320 x 240 resolutions?
Config.txt? No, Im just starting out. Do i configure it within retropi? I'm thinking too about mounting the screen but it'll be upside down.
Take your sd card and put in your computer. In the boot directory edit config.txt and change:
#framebuffer_width=1280
#framebuffer_height=720
To:
framebuffer_width=320
framebuffer_height=240
If you flip your screen upside down then add:
display_rotate=2
To the end of the file then reboot.
Perfect. Thank you so much. Finished cutting out the screen
Re: Poor screen quality
Posted: Thu Dec 29, 2016 5:44 pm
by tlxxxsracer
I made the appropriate changes but no difference upon booting. Screen didn't rotate either when I added
#display_rotate=2
just under the screen res section.
Re: Poor screen quality
Posted: Thu Dec 29, 2016 5:53 pm
by HoolyHoo
tlxxxsracer wrote:I made the appropriate changes but no difference upon booting. Screen didn't rotate either when I added
#display_rotate=2
just under the screen res section.
Because your adding the hash tag #
You need to omit it.