Awesome! If you experiment with different resolutions and the screen doesn’t turn on again, wait 15 seconds. Without confirmation, plasma will restore the previous resolution on its own.
- 0 Posts
- 16 Comments
Since you’re now able to see the laptop screen with the monitor connected, try changing the monitor’s resolution and refresh rate to a lower value. Plasma should hide options which are incompatible with your monitor, but maybe it’s not doing that for you. (right click on the desktop and choose “display settings”)
Does the monitor turn on from standby when you plug the cable in? If the monitor has other ports, try those as well.
There’s a typo in the article, it’s ~/.local/share/kscreen
In desktop mode, you can press the Super+P (Win+P) keyboard combination to bring up a menu to choose which screen to display on. Keep pressing P while holding the other key to move forward in this list, then press enter. If you keep doing this, eventually you should end up on an option that includes your laptop screen. Alternatively, you can make Bazzite forget about your monitors by deleting the file it stores screen profiles in, then rebooting: https://ryan.himmelwright.net/post/reset-plasma5-monitor-config/
DecentM@lemmy.mlto
Linux@lemmy.ml•KDE for Windows 10 Exiles: A KDE campaign about not throwing away your computer just because it doesn't support Windows 11
2·8 months agoWell it kinda fragments the effort. Each campaign has to essentially do the same things, but twice.
DecentM@lemmy.mlto
Linux@lemmy.ml•KDE for Windows 10 Exiles: A KDE campaign about not throwing away your computer just because it doesn't support Windows 11
4·8 months agoendof10.org is hosted on KDE infrastructure, why are there two competing initiatives?
DecentM@lemmy.mlto
Linux@lemmy.ml•Trying to recreate a version control system for my music collection, with one crucial difference ... 🤯
9·9 months agoDon’t know of a solution that does this, but you could solve it with a two-step process. First, rsync the files to the server as-is, then use a background job on the server that converts lossless to lossy every hour or so.
Storage is really cheap these days though, why compress lossy in the first place?
deleted by creator
deleted by creator
deleted by creator
I’m wondering if this is preparation for replacing Dolphin with Index. Hopefully Dolphin keeps being maintained as it has way more features.
Annnd the rss is hosted on fireside instead of their own domain
DecentM@lemmy.mlto
Ask Lemmy@lemmy.world•You have a time machine with a single round trip. You hate everyone. And you are lazy. What is the least you can do to completely screw over the world with your one trip through time?
6·11 months agoHoly crap it took way too long for me to realise what you’re doing
DecentM@lemmy.mlto
Selfhosted@lemmy.world•Hosting your own authenticated, secure, NextDNS-style DNS filter accessible over the internet with Caddy and AdGuard HomeEnglish
10·1 year agoDid something happen with NextDNS? Last I heard they were pretty good among the non-selfhosted bunch.
DecentM@lemmy.mlto
Transfem@lemmy.blahaj.zone•Is the fat redistribution permanent?English
8·1 year agodeleted by creator
It might be a bit overkill but I use Grafana to do this (with Loki). It’s a pretty involved setup as well, but you can filter and search by content, or date/time. It’s doable on a desktop but mainly servers use it
The same kinda people who name their browsers Firefox or Chromium. We just got used to those names.
The most popular way of configuring containers are by using environment variables that live outside the container. But for apps that use files to store configuration, you can designate directories on your host that will be available inside the container (called “volumes” in Docker land). It’s also possible to link multiple containers together, so you can have a database container running alongside the app.


Haha thanks, I guess being the family tech support does help practice!