Ubuntu Support Template
Ubuntu Version:
Kubuntu 24.04.4 LTS
Desktop Environment (if applicable):
GNOME, KDE Plasma
Problem Description:
I was just working on my system with dual monitors:
Just doing routine stuff, developing a python command line script for my own use.
All of a sudden, both screens went nuts. I have different wallpapers on each screen and I can see that the one that should be on the external is on the laptop but extends into the BenQ. The screen resolution on the BenQ is wrong, and moving the mouse moves the whole display, not just the cursor.
Relevant System Information:
Lenovo ThinkPad P16 with NVidia RTX3500 graphics card. System has two monitors - the one with the laptop and a BenQ RD 240Q.
Screenshots or Error Messages:
What I’ve Tried:
changing settings in the System settings display
rebooting
turning monitor and laptop off and on
particularly
2. Clear Corrupted KScreen Cache
Sometimes the KDE display manager (KScreen) gets stuck on bad configurations. You can wipe the saved monitor layout and start fresh:
-
Open your terminal.
-
Remove the kscreen folder by running:
rm -rf ~/.local/share/kscreen/ -
Restart your system or log out of your session and log back in to force Kubuntu to re-detect your screens automatically. [1, 2]
3. Check Graphics Drivers
If your second monitor is not being detected at all, it could be a missing or malfunctioning driver: [1]
-
Open the Driver Manager (or use the terminal command
sudo ubuntu-drivers autoinstall). -
If you are using an NVIDIA card, open the NVIDIA X Server Settings and configure your resolutions and positions directly there. [1, 2]
The nvidia settings tell me that the Display Devices are “Unknown".
nvidia-smi output
Wed Jul 8 17:18:41 2026
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.159.03 Driver Version: 580.159.03 CUDA Version: 13.0 |
+-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA RTX 3500 Ada Gene... Off | 00000000:01:00.0 On | Off |
| N/A 42C P8 4W / 115W | 198MiB / 12282MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 1629 G /usr/lib/xorg/Xorg 171MiB |
+-----------------------------------------------------------------------------------------+
The sudo ubuntu-drivers autoinstall command did not help and since the nvidia settings look wrong, I think I need to do a different fix with the nvidia drivers.
What might that be?
Before Posting:
Please check if similar issues have already been reported and resolved.