mr_pablo
Posts: 9
Joined: Mon Jun 18, 2012 12:37 pm

Resolution issues on 32 inch HDTV

Mon Jun 18, 2012 12:41 pm

I have my Pi hooked up to my HDTV (1080p) and the text on Debian "Squeeze" looks fuzzy (or blocky, either way it isn't crisp lol!)

I looked in the screen settings but it seems to already be rendering 1920 x 1080.

Is anyone else getting this? Is there a fix?

(will try and post a photo of it later)

texy
Forum Moderator
Forum Moderator
Posts: 5161
Joined: Sat Mar 03, 2012 10:59 am
Location: Berkshire, England

Re: Resolution issues on 32 inch HDTV

Mon Jun 18, 2012 2:19 pm

I'd try config_hdmi_boost from here:
http://elinux.org/R-Pi_Troubleshooting# ... VI_monitor

Texy
Various male/female 40- and 26-way GPIO header for sale here ( IDEAL FOR YOUR PiZero ):
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555

mr_pablo
Posts: 9
Joined: Mon Jun 18, 2012 12:37 pm

Re: Resolution issues on 32 inch HDTV

Mon Jun 18, 2012 6:55 pm

I will give that a go, but to me it looks like that fix is for signal issues, which isn't what I'm getting.

Sorry if I didn't explain too well. The signal is fine, its just that the resolution looks pixelated i.e. its not the correct resolution for 1080p.

Will try the fix non-the-less and report back :)

texy
Forum Moderator
Forum Moderator
Posts: 5161
Joined: Sat Mar 03, 2012 10:59 am
Location: Berkshire, England

Re: Resolution issues on 32 inch HDTV

Mon Jun 18, 2012 9:12 pm

What does your TV report the input signal as?
Various male/female 40- and 26-way GPIO header for sale here ( IDEAL FOR YOUR PiZero ):
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555

GrahamC
Posts: 27
Joined: Wed Dec 28, 2011 1:03 am

Re: Resolution issues on 32 inch HDTV

Tue Jun 19, 2012 3:03 pm

Have you remembered to put:

disable_overscan=1

in your config.txt file ?

Without this your monitor may be interpolating pixels to render the slightly smaller image.

mr_pablo
Posts: 9
Joined: Mon Jun 18, 2012 12:37 pm

Re: Resolution issues on 32 inch HDTV

Thu Jun 21, 2012 3:23 pm

I will try the overscan option.

I looked in the resolution settings in Debian and the only options are something like 1550x800 (something like that, basically, not 1920x1080) and auto.

Can this also be fixed via the config.txt?

GrahamC
Posts: 27
Joined: Wed Dec 28, 2011 1:03 am

Re: Resolution issues on 32 inch HDTV

Thu Jun 21, 2012 7:08 pm

It's useful to bookmark http://elinux.org/RPi_config.txt so you always have a reference.

Remember there are two commands for showing supported modes on your monitor:

/opt/vc/bin/tvservice -m DMT
/opt/vc/bin/tvservice -m CEA

One of them should show as the "native" mode (I presume this is what it defaults to if there is no hdmi_group / hdmi_mode settings in config.txt)

Return to “Troubleshooting”