Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting hdmi screen resolution not working.` #243

Open
lukolszewski opened this issue Nov 25, 2022 · 2 comments
Open

Setting hdmi screen resolution not working.` #243

lukolszewski opened this issue Nov 25, 2022 · 2 comments

Comments

@lukolszewski
Copy link

I have a waveshare 7in hdmi lcd screen for my rpi 3. It requires 1024x600 resolution. However when I set the
ScreenWidth = 1024
ScreenHeight = 600
It still runs at a resolution my 1024x600 screen doesn't support. When I plug it into a full size monitor with a hdmi cable it definitely looks like it is still running at its default resolution.

Is it a bug? Is the resolution setting just for composite? If yes, is there someone in the source the hdmi output resolution is set?

@vejinnovem
Copy link

https://www.raspberrypi.com/documentation/computers/config_txt.html
look for "hdmi_mode" section

@Deadweasel
Copy link

I have a UCTronics 7" screen that has interesting limitations as well. The vendor supplies a .sh file that you're supposed to run in order to make the screen work, but in reality all the script is doing is adding the following to the boot\config.txt of Raspbian:
hdmi_force_hotplug=1
max_usb_current=1
hdmi_group=2
hdmi_driver=2
hdmi_mode=16

Resolution is technically 1024x600, but depending on your tolerance for scaling shenanigans, you can also get away with 1280x720 and yes, even 1920x1080, if you have superhuman vision. :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants