Bug 363888 - False warning in viewportLimitsMatched
Summary: False warning in viewportLimitsMatched
Status: RESOLVED WORKSFORME
Alias: None
Product: kwin
Classification: Plasma
Component: scene-opengl (show other bugs)
Version: git master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-03 10:43 UTC by Alex Fiestas
Modified: 2021-12-06 04:38 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Fiestas 2016-06-03 10:43:40 UTC
XRandR allows to scale the outputs which is really useful on hidpi scenarios. In this cases the CRTC reported size is bigger than the modes actually being used, for example:

eDP1
CRTC:  2560x1600
Mode: 2560x1600

HDMI1
CRTC:  3840x2160
Mode: 1920x1080

HDMI2
CRTC:  3840x2160
Mode: 1920x1080

That makes a total of 10240x2160 in CRTC size which is bigger than GL_MAX_VIEWPORT_DIMS, but actually the value of the modes is 6400 which is under the maximum reported (8k).

Besides the warning, compositing works great, no black windows or artifacts of any kind.

Reproducible: Always
Comment 1 Thomas Lübking 2016-06-03 10:50:05 UTC
can you please attach "xrandr -q" and "glxinfo -l"
Comment 2 kde.org 2021-11-06 16:38:22 UTC
This issue report is quite old. Can you please confirm, that it still persists with KDE 5.23? If so, please attach the output of "xrandr -q" and "glxinfo -l"
Comment 3 Bug Janitor Service 2021-11-21 04:39:16 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 4 Bug Janitor Service 2021-12-06 04:38:37 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!