Page 1 of 1

Resolution

Posted: Sun Jul 24, 2016 7:43 am
by kylewismith
How do I change the resolution output? I have edited the frame buffer but seems to have no effect

Re: Resolution

Posted: Sun Jul 24, 2016 11:25 am
by kakan

Code: Select all

Framebuffer_width=
Framebuffer_height=
Sets the resolution of the screen.

I guess what you are looking for is overscan (to get the picture smaller/bigger towards the edge of the display)

Code: Select all

overscan_left=
overscan_right=
overscan_top=
overscan_bottom=
Also be sure that you put it in

Code: Select all

/boot/config.txt

Re: Resolution

Posted: Thu Jul 28, 2016 2:17 pm
by kylewismith
No my text is barely readable. I know it's not gunna be crystal clear but I can hardly even make out letters

Re: Resolution

Posted: Fri Jul 29, 2016 2:20 am
by Mischief
In /boot/config.txt you can modify this line to change the console resolution:

#framebuffer_width=320
#framebuffer_height=240

Just remove the hashtags and set the resolution to what the screen outputs (most are 320*240)

To get larger text on the emulation station themes you have to modify the themes XML use this code (for carbon theme):

sudo nano /etc/emulationstation/themes/carbon/carbon.xml

Then change all lines for font size to <fontsize>0.05</fontsize>

Re: Resolution

Posted: Fri Jul 29, 2016 3:12 am
by kylewismith
Nice one will try it when I get home

Re: Resolution

Posted: Fri Jul 29, 2016 12:18 pm
by kylewismith
Top man worked a treat

Re: Resolution

Posted: Fri Jul 29, 2016 12:34 pm
by Ganreizu
kylewismith wrote:Top man worked a treat
Was it the framebuffer or editing the theme XML or both that did the trick?

Re: Resolution

Posted: Fri Jul 29, 2016 1:03 pm
by kylewismith
Removing the # from the frame buffer settings. Gunna have a play with es tomorrow