Spyke

Replies

linux

Comment on

Bazzite won't display to my external monitor

Reply in thread

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")

Comment on

How to catch houseflies?

Glass cups work unfailingly for me. As far as I know they don't see very well, so once, I tried slowly lowering one over them, and have been doing it since. Nothing else needed, just wait for it to land near you on a hard and even surface. They so far have not noticed it until the cup was fully down. After catching one, I slide a thin paper/something under the cup, and take the whole thing outside to release it.

linux

Comment on

Bazzite won't display to my external monitor

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/

Comment on

What's the deal with Docker?

Reply in thread

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.