I have noticed a very strange bug with Xorg, KDE, Nvidia GPU and unplugging external display.
OS and hardware info:
- Bazzite 43.20260313.0
- GPU: GeForce GTX 980 Ti
- driver: nvidia-driver-580.95.05-1.fc43.x86_64
How to reproduce:
- Configure 2 displays: HDMI-0 below DP-0
- Unplug HDMI cable
What is the result:
- See: video I recorded with my phone
- Maximized windows take only a small part of the screen.
- I can’t drag window bar outside the same small part of the screen.
Why am I using Xorg, instead of Wayland? Because I want to use SikuliX. It is a Java application, therefore uses X11 (see also “openjdk Wakefield”). Under Wayland it’s not able to interact with native wayland windows.
I have a workaround:
# It's a different resolution, than the "auto"
xrandr --output DP-0 --mode 1920x1080
sleep 0.5
xrandr --output DP-0 --auto
Where and how to report this bug? Is there a chance it’ll be fixed as Xorg is being phased out? Is there a way to make SikuliX work on Wayland or are there any alternatives?