Second display forced resolution not working

All about WTware on Raspberry. WTware works with Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2 devices
http://www.winterminal.com
Post Reply
foc
Posts: 2
Joined: Mon Sep 02, 2024 5:58 pm

Second display forced resolution not working

Post by foc »

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

Works fine on the first display, but the second
M2_display = 1280x1024

has no effect and the resolution goes to the standard 1920x1080.

Thanks in advance for any help
akatik
SUPPORT
SUPPORT
Posts: 695
Joined: Mon Jan 17, 2005 6:30 pm
Contact:

Re: Second display forced resolution not working

Post by akatik »

foc wrote: Tue Sep 03, 2024 12:35 pm The configuration line
display = 1280x1024

Works fine on the first display
Really? Show me the log please:

http://wtware.com/logs.html

Also, take a look at config.txt on boot SD. By design, Raspberry should look here to set resolution. But sometimes it does not.
foc
Posts: 2
Joined: Mon Sep 02, 2024 5:58 pm

Re: Second display forced resolution not working

Post by foc »

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.
Post Reply