Ubuntu Version:
24.04.2 LTS
Desktop Environment (if applicable):
Problem Description:
First of all, yes, I KNOW that this is similar to the issue I opened last week that was never resolved, but this situation reasserted itself today after not being a problem for five days. I have more information now about it and I think we can get to a resolution easier with a fresh thread.
This is a Lenovo Thinkpad P16 Gen2 laptop with a NVIDIA RTX 3500 Ada Generation Laptop GPU.
Since the previous thread, I did the following:
- restored system to 22.04 LTS. This produced a workable system.
- spent two days restoring from a backup.
- upon receipt of a message from Lenovo Tech Support that they had a fix for me, I decided to try the upgrade once again.
I did the following steps:
sudo apt update
sudo apt dist-upgrade
edited /etc/update-manager/release-upgrades
to say āLTSā instead of āneverā
sudo do-release-upgrade
This died in the middle. I opened another issue here about this yesterday and was well helped by @bashing-om who showed me how to fix the upgrade with sudo apt --fix-broken install
.
This got me going on 24.04.
But @bashing-om gave me another well-intentioned suggestion that created a problem. Basically to do a cleanup.
The result of this caused my dual monitor to stop working. It also removed the nvidia-settings applet.
And here is sit with a non-functional dual monitor.
It seems clear that something in the cleanup process removed something necessary.
I should also mention that two system crash dialogs occur when the system restarts. I would very much like to know what they say. Where can I find them? Details are sent to the ādevelopersā.
My goal here is to determine what needs to be put back to make this system fully functional with my second monitor again. I am interested in any diagnostics that could help me answer this question.
=======================================
Relevant System Information:
Screenshots or Error Messages:
What Iāve Tried:
I was able to reinstall the nvidia settings applet. This did not help the dual monitor issue but did restore the settings app. This is what it shows:
I also ran the nvidia-smi app and it provides me a clue but I donāt know what it means or how to fix it.
$ nvidia-smi
Tue Apr 15 12:21:53 2025
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.183.01 Driver Version: 535.183.01 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| 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 Off | Off |
| N/A 40C P8 3W / 115W | 6MiB / 12282MiB | 0% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| No running processes found |
+---------------------------------------------------------------------------------------+
When the second monitor is working, under āProcessesā it shows /usr/lib/xorg/Xorg
But here it says No running processes found.