Search found 2 matches

by foc
Tue Sep 03, 2024 2:09 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Second display forced resolution not working
Replies: 2
Views: 11520

Re: Second display forced resolution not working

Hi akatik
Also, take a look at config.txt on boot SD. By design, Raspberry should look here to set resolution. But sometimes it does not.
Configuring the config.txt resolved my issue, thank you.
by foc
Tue Sep 03, 2024 12:35 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Second display forced resolution not working
Replies: 2
Views: 11520

Second display forced resolution not working

Hi,
I have a Raspberry pi 4 with two displays, (Both HDMI) i want to force the resolution to 1280x1024 on both as that is the size the application I'm running uses.
The configuration line
display = 1280x1024 [/i]
Works fine on the first display, but the second
M2_display = 1280x1024 [/i]
has no ...