NOMNOMNOM
Posts: 1
Joined: Sun Nov 24, 2013 5:17 pm

Screen Resolution Not Fitting On Screen!

Sun Nov 24, 2013 5:24 pm

I just installed Pidora. I went through the first boot process, Signed in, Then when Desktop showed The screen is cut off at the sides. :( Anyway to fix? :?:
See The Pi. Use The Pi Eat The Pi.

User avatar
DougieLawson
Posts: 39124
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Screen Resolution Not Fitting On Screen!

Sun Nov 24, 2013 11:49 pm

The resolution stuff is in /boot/config.txt so you can fix that with any system that can read the SDCard (like Windows with a SDCard reader). You should be able to use that to fix things. If ssh is enabled you can do it on the RPi with PuTTY from windows (as long as you know the IP address of your RPi) and sudo nano /boot/config.txt.

Read this: http://elinux.org/RPiconfig#Video

To find your supported video modes, ssh (or directly login) into your RPi and execute the tvservice command.
sudo tvservice -m CEA
sudo tvservice -m DMT

Match the output from those command to the parms in /boot/config.txt, reboot and sit back and enjoy the glorious HD picture from your RPi.

I'm hoping they included the tvservice tool in /opt/vc/bin on Pidora. Else you'll have to lift a copy from Raspbian and hope it runs OK on Pidora. Or boot a copy of Raspbian to get the settings and add those to your Pidora /boot/config.txt.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

muchotreeo258
Posts: 4
Joined: Thu Dec 26, 2013 6:25 pm

Re: Screen Resolution Not Fitting On Screen!

Thu Dec 26, 2013 6:44 pm

im a person with the same problem, and when I tried changing the mode it didnt fix the fact that it is hanging over the edges

dom
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 5537
Joined: Wed Aug 17, 2011 7:41 pm
Location: Cambridge

Re: Screen Resolution Not Fitting On Screen!

Thu Dec 26, 2013 7:42 pm

This is an underscan/overscan issue. Read this first:
http://elinux.org/R-Pi_Troubleshooting# ... D_monitors

Pay partiular attention to this line:
Note: the best solution is to disable overscan on the TV/monitor. Check the display menu options (it may be called "just scan", "screen fit", "HD size", "full pixel", "unscaled", "dot by dot", "native" or "1:1"), then use the disable_overscan=1 option.

Return to “Pidora / Fedora”