Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
libkscreen
Commits
ee37d80e
Commit
ee37d80e
authored
Oct 23, 2020
by
Aleix Pol Gonzalez
🐧
Committed by
Aleix Pol Gonzalez
Oct 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wayland: Provide the Edid when we have it
parent
034660bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
backends/kwayland/waylandoutput.cpp
backends/kwayland/waylandoutput.cpp
+2
-0
No files found.
backends/kwayland/waylandoutput.cpp
View file @
ee37d80e
...
...
@@ -105,6 +105,8 @@ void WaylandOutput::updateKScreenOutput(OutputPtr &output)
output
->
setSizeMm
(
m_device
->
physicalSize
());
output
->
setPos
(
m_device
->
globalPosition
());
output
->
setRotation
(
s_rotationMap
[
m_device
->
transform
()]);
if
(
!
output
->
edid
())
output
->
setEdid
(
m_device
->
edid
());
ModeList
modeList
;
QStringList
preferredModeIds
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment