Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change screen resolution of Raspberry Pi [closed]

I am using 7" TFT LCD Display with the Raspberry pi, can anyone tell how i can change the screen resolution of Raspberry Pi and what should be the resolution for the 7" TFT LCD Display.

like image 424
lkkkk Avatar asked Apr 06 '14 07:04

lkkkk


People also ask

How do I change the resolution on my Raspberry Pi terminal?

Start with opening raspi-config too by giving the command sudo raspi-config. In the config tool, scroll down to the advanced options and press enter to open the options menu. To select the resolution, click on the resolution option. This will show you multiple options to select your desired screen resolution.

How do I change the headless resolution on my Raspberry Pi?

In your Raspberry Pi menu, go to Preferences > Raspberry Pi Configuration. Once you're there, click the Display tab. In there, you'll come across Headless Resolution. Select the resolution that fits your purposes, and then reboot as prompted.

Why is my Raspberry Pi so zoomed in?

This is possibly because Pi is adding overscan to the signal. Modern TVs and monitors don't need overscan and hence disabling overscan altogether can make the Pi graphics fill the entire screen. Check the settings on the TV or monitor first.


1 Answers

Just run the following simple command on Raspberry Pi 3 running Raspbian Jessie.

run terminal and type

sudo raspi-config 

Go to: >Advanced Option > Resolution > just set your resolution compatible fit with your screen.

then

reboot 

If you didn't found the menu on configuration, please update your raspberry pi software configuration tool (raspi-config).

That's all TQ.

like image 155
Ekmal Firdaus Avatar answered Sep 18 '22 12:09

Ekmal Firdaus