tux007
Posts: 5
Joined: Mon Mar 13, 2017 3:49 am

max resolution is 1888x1048

Mon May 29, 2017 3:46 pm

Hi,

My system is a Pi3 with Rasbian jessy lite and manual installed Xserver + LXDE.

I want to use the Pi on a TV and want to have the resolution 1920x1080p.

I tried some values in the /boot/config.txt

e.g.
hdmi_group=1
hdmi_mode=31


But whatever I do, the max resolution is 1888 x 1048

Whats wrong? Do I need any other driver?

beta-tester
Posts: 1385
Joined: Fri Jan 04, 2013 1:57 pm
Location: de_DE

Re: max resolution is 1888x1048

Mon May 29, 2017 3:58 pm

for the different HD TVs (1920x1080p 60Hz via HDMI) i found/used, i use these settings my config.txt:

Code: Select all

disable_overscan=1
hdmi_force_hotplug=1
config_hdmi_boost=4
hdmi_drive=2
no hdmi_mode, no hdmi_groupe enties
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)

drgeoff
Posts: 10832
Joined: Wed Jan 25, 2012 6:39 pm

Re: max resolution is 1888x1048

Mon May 29, 2017 5:51 pm

tux007 wrote:Hi,

My system is a Pi3 with Rasbian jessy lite and manual installed Xserver + LXDE.

I want to use the Pi on a TV and want to have the resolution 1920x1080p.

I tried some values in the /boot/config.txt

e.g.
hdmi_group=1
hdmi_mode=31


But whatever I do, the max resolution is 1888 x 1048

Whats wrong? Do I need any other driver?
Read the 'Overscan' section at https://www.raspberrypi.org/documentati ... -config.md.
Quis custodiet ipsos custodes?

beta-tester
Posts: 1385
Joined: Fri Jan 04, 2013 1:57 pm
Location: de_DE

Re: max resolution is 1888x1048

Tue May 30, 2017 3:40 pm

:oops: oops, didn't realized that the size difference is exactly the amount of the overscan pixels.
{ I only give negative feedback }
RPi B (256MB), B (512MB), B+, ZeroW; 2B; 3B, 3B+; 4B (4GB)

tux007
Posts: 5
Joined: Mon Mar 13, 2017 3:49 am

Re: max resolution is 1888x1048

Wed May 31, 2017 1:14 am

Yes, the difference is exact the overscan.

With the overscan I can use the full size of the screen, but 1920 x 1080 are not available. :roll:

aBUGSworstnightmare
Posts: 2014
Joined: Tue Jun 30, 2015 1:35 pm

Re: max resolution is 1888x1048

Wed May 31, 2017 7:56 am

Why not use

Code: Select all

hdmi_group=2
hdmi_mode=82
should give you 1080p once overscan is disabled.

Return to “Troubleshooting”