Page 1 of 1

How to set screen resolution

Posted: Tue 14 Aug 2018 10:08
by lostinfuture
Hello RetroStone users!
Just got my device and flashed RetrOrange Pi
Device can boot but console fonts and menu in emulators are barely readable. Looks like resolution issue. Does somebody knows how to fix this?
Thanks in advance

Re: How to set screen resolution

Posted: Wed 15 Aug 2018 21:37
by bedfellow
I have the same issue.

Here's a picture of my screen. I presume it should look better than this?

Image

Re: How to set screen resolution

Posted: Thu 16 Aug 2018 07:26
by outz
not sure if would resolve your issue

i increased the resolution in /boot/script.bin

sudo su -
mv /boot/script.bin /root/script.bin.orig
mv script.bin.orig
bin2fex script.bin.orig script.fex
nano script.fex

find the line disp_init
here i changed fb0_width and fb0_height from their default values
[disp_init]
disp_init_enable = 1
disp_mreboode = 1
screen0_output_type = 2
screen0_output_mode = 14
screen1_output_type = 2
screen1_output_mode = 14
fb0_format = 0
fb0_width = 672
fb0_height = 448
fb1_format = 0
fb1_width = 0
fb1_height = 0

once you're done editiing, fex2bin script.fex script.bin
cp script.bin /boot/
reboot once you've completed the above

mine are:
[disp_init]
disp_init_enable = 1
disp_mode = 1
screen0_output_type = 2
screen0_output_mode = 14
screen1_output_type = 2
screen1_output_mode = 14
fb0_format = 0
fb0_width = 720
fb0_height = 460
fb1_format = 0
fb1_width = 0
fb1_height = 0

Re: How to set screen resolution

Posted: Thu 16 Aug 2018 08:28
by KimDEa
I was send email to pierre.
He recommend gbz35 theme
I use it. It’s ok But not perfect.

Re: How to set screen resolution

Posted: Sun 19 Aug 2018 11:43
by bedfellow
Even changing the theme to gbz35 is a challenge, as the text is quite unreadable. After changing, the games lists are easier to read but the settings menus are still very difficult to read as the fonts are far too small for the low resolution screen.

Re: How to set screen resolution

Posted: Sun 19 Aug 2018 12:01
by bedfellow
Is it possible to upgrade the display? Are there any conmpatible higher resolution diplays available?

Re: How to set screen resolution

Posted: Mon 20 Aug 2018 09:15
by Admin
We'r working on the improvement of emulation station theme to fit the LCD. Meanwhile I would suggest using the GBZ35 theme.

Re: How to set screen resolution

Posted: Fri 24 Aug 2018 16:24
by zxdunny
It seems from my use of this thing that the screen resolution is higher than the available pixel count of the actual physical screen - it's scaling down from 640x480 (or whatever) to 320x240 - so there's a lot of filtering going on and fonts tend to disappear or become smudged. I'm looking to see if I can fix this.

Re: How to set screen resolution

Posted: Sat 25 Aug 2018 11:24
by bedfellow
zxdunny wrote: Fri 24 Aug 2018 16:24 It seems from my use of this thing that the screen resolution is higher than the available pixel count of the actual physical screen - it's scaling down from 640x480 (or whatever) to 320x240 - so there's a lot of filtering going on and fonts tend to disappear or become smudged. I'm looking to see if I can fix this.
This would make sense, as I'm sure the screen is capable of a higher resolution picture than I'm seeing. I would be interested in trying out any settings you have.

Re: How to set screen resolution

Posted: Sat 25 Aug 2018 11:47
by zxdunny
Unfortunately, ES only allows a minimum of a 640x480 screen resolution. Changing to anything lower results in a small box at the top left of the screen - which is now doubly scaled down :)

So I suppose we probably have a few options now:

1. A custom version of RetrorangPi that can use a 320x240 resolution (unlikely as the system editors would be unusable)
2. Someone figures a way to mod in a 640x480 LCD - even via composite that should make a world of difference.
3. Fix a theme up specifically for the RetroStone.

Any volunteers? :D