https://bugs.kde.org/show_bug.cgi?id=426496

--- Comment #38 from David Edmundson <k...@davidedmundson.co.uk> ---
Summarising the relevant bits of "new_log" from David Rubio


initial state:

Sep 16 14:00:49 reimu plasmashell[6602]: qt.qpa.screen: adding
QXcbScreen(0x55a40b813840, name="HDMI-A-0", geometry=1920x1080+1920+0,
availableGeometry=1920x1080+1920+0, devicePixelRatio=1.0,
logicalDpi=QPair(96.0,96.0), physicalSize=532.0x304.0mm, screenNumber=0,
virtualSize=3840x1080 (3840.0x1080.0mm), orientation=Qt::LandscapeOrientation,
depth=24, refreshRate=144.0, root=6c8, windowManagerName="KWin") (Primary: true
)

Sep 16 14:00:49 reimu plasmashell[6602]: qt.qpa.screen: adding
QXcbScreen(0x55a40b844080, name="HDMI-A-1", geometry=1920x1080+0+0,
availableGeometry=1920x1080+0+0, devicePixelRatio=1.0,
logicalDpi=QPair(96.0,96.0), physicalSize=480.0x270.0mm, screenNumber=0,
virtualSize=3840x1080 (3840.0x1080.0mm), orientation=Qt::LandscapeOrientation,
depth=24, refreshRate=60.0, root=6c8, windowManagerName="KWin") (Primary: false
)

Could you tell me which one should be primary?


Sep 16 14:00:50 reimu plasmashell[6602]: qt.quick.window.transient:
PlasmaQuick::Dialog(0x55a40bd90000, visibility=QWindow::Hidden,
flags=QFlags<Qt::WindowType>(Dialo
g|FramelessWindowHint|WindowStaysOnTopHint), geometry=1920,0 0x0) is transient
for DesktopView(0x55a40bd2e300, visibility=QWindow::Hidden,
flags=QFlags<Qt::WindowType
>(Window|FramelessWindowHint), title="Desktop", geometry=1920,0 1920x1080)


This is super weird. We're showing an invisible dialog parented to the dekstop
which isn't shown yet. What could that be?

Sep 16 14:00:50 reimu plasmashell[6602]: qt.scenegraph.renderloop:
exposureChanged() DesktopView(0x55a40bd2e300 exposed,
visibility=QWindow::Windowed, flags=QFlags<Qt
::WindowType>(Window|FramelessWindowHint), title="Desktop", geometry=1920,0
1920x1080)

Sep 16 14:00:50 reimu plasmashell[6602]: qt.scenegraph.renderloop:
exposureChanged() DesktopView(0x55a40c3f5a00 exposed,
visibility=QWindow::Windowed, flags=QFlags<Qt
::WindowType>(Window|FramelessWindowHint), title="Desktop", geometry=0,0
1920x1080)


And this looks sane - which matches your video, both views fill the screen.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to