-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
applying profile without logging out / killing session #19
Comments
When using If you use the If you run dpiswitch and then plug a new monitor, scaling may not affect that monitor as it is only guaranteed to scale any monitors currently connected when the command was ran. You could also give Plasma Wayland a spin where dpi is handled much better by default and see if that works for you. |
Thanks for responding so quickly!
System is Kubuntu 21.04. Not aware of any tweaks I've done except for setting up displaylink drivers (but at the moment not plugged in as I'm starting with the internal display only). What did I break :) ? |
You should not use this on Wayland, it is meant only for X sessions. Wayland should switch between hidpi and lodpi automatically as well as support mixed dpi. It's still a work in progress of course so many things will not work. |
Sorry, should have said that of course I'm running X11, not Wayland. Wayland gave me problems with displaylink on a previous installation when connecting screens, so I went for X11 for now.
|
If I understand the code correctly (which I might not!), it needs to end the current KDE session before changes can become effective in the next session. Meaning, all programs close. Yes, KDE resumes the session with most of the programs re-opening as they were. But for instance I get off my desk in the middle of a video conference... which I can't if the session needs ending. So I can't change scaling until that vidco is over.
There is the "no-logout" option, but then things don't change (unless user manually starts a new session). Is that correct?
If so, the following suggests there might be a way to get things applied without logging out:
https://askubuntu.com/questions/481329/can-i-restart-the-kde-plasma-desktop-without-logging-out
Could that be combined with your tool - as it would be what I need, as I have to unplug/replug my external screen multiple times a day.
The text was updated successfully, but these errors were encountered: