Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
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
wayland: Provide the Edid when we have it
parent
034660bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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