summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.pro
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2020-11-04 10:29:13 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2021-09-01 20:32:04 +0200
commit9a4c98e55659b32db984612e6247ac193812a502 (patch)
tree73ecd543dfe2dcf4a695a31b2508d8965023d17c /tests/manual/manual.pro
parentf3743073a70086cfcf39a2daf2c605993ab25ce3 (diff)
xcb: support xrandr(1.5) monitor setup
More information about monitor in xrandr 1.5, see https://keithp.com/blogs/MST-monitors/ Since this change, screen is logical instead of physical. If xrandr 1.5 and later is installed, Qt screen info will get from xrandr monitor object instead of xrandr output if only have 1.2 to 1.4. Users can manipulate monitor as they want, for example, a combination for two physical screens, half of one screen and etc. Didn't have chance to access MST monitors, but it should work if xrandr monitor object was created automatically. [ChangeLog][xcb] Qt screen info will get from xrandr monitor object if 1.5 is installed. Fixes: QTBUG-65457 Change-Id: Iad339cc0d4293b2403b4ef6bf6eb770feb3e685f Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/manual/manual.pro')
-rw-r--r--tests/manual/manual.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
index 2ef802c8f3..8ad5882234 100644
--- a/tests/manual/manual.pro
+++ b/tests/manual/manual.pro
@@ -27,6 +27,7 @@ qnetworkaccessmanager/qget \
qnetworkreply \
qstorageinfo \
qscreen \
+qscreen_xrandr \
qssloptions \
qsslsocket \
qsysinfo \