Hi,
We are using wayland for our display application. When weston server is launched, it selects the default mode (resolution) of the display device. We want to fix the display resolution to 1080p30.
We have tried the following things to do this:
1. Launched weston with .ini file
[output]
mode=1920x1080p30
2. Launched weston with .ini file
[output]
mode=1920x1080-30Hz
3. Launched weston with .ini file
[output]
mode=1920x1080
4. Set the display to 1080p30 using modetest
modetest -s 26:1920x1080-30Hz -d (in background)
Launched weston with ini file
[output]
mode=current
None of these have helped. To check if the "mode" parameter in /etc/weston.ini file is being respected, we tried with
[output]
mode=off
The display does not get disabled
How do we change the default resolution picked by the weston server?
Regards,
Apoorva