Bug 429037

Summary: Apply screen config with high priority at startup process
Product: [Plasma] KScreen Reporter: zvova7890
Component: commonAssignee: kscreen-bugs-null <kscreen-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: nate
Priority: NOR    
Version First Reported In: 5.20.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 5.26
Sentry Crash Report:

Description zvova7890 2020-11-13 01:45:18 UTC
SUMMARY
Screen operation such resolution, rotation and other must be high priority and apply config before splash starts.

STEPS TO REPRODUCE
1. Rotate 90" screen
2. Restart session
3. First you will see horizontal splash, then buggy rotated splash, then plasma

I'm believe all screen operations must be applied at early kde session start, and the user don't want to see rotations at the splash screen. I'm tried quickly to understand why for now it work in this way, but it need more time :) Is anyone can explain is there currently behavior has some hidden problems, or this is right way or something... Or if anyone can show me exactly where that place at code, that apply screen config at boot(for wayland session), it will be great
Comment 1 Nate Graham 2022-11-08 21:28:44 UTC
This should be fixed now.
Comment 2 zvova7890 2022-11-09 12:21:21 UTC
Yes, seems fixed. Thanks for all!