15
submitted 5 days ago* (last edited 5 days ago) by NoblePutty@sh.itjust.works to c/linux4noobs@programming.dev

Hi everyone. I'm just getting into Linux and went with Kubuntu as my first real distro. its worked pretty good out of the box and I haven't messed with it much but I'm having problems with my monitors. I have a three monitor set up using my laptop and two external monitors, they are a set of paired docking monitors from Targus connected by usb-c. it worked fine at first but then every few days they started turning off and I had to hit the button on the monitor to turn them back on and now its at the point where turning them on only connects for a couple seconds before they both say no input detected and turn off. but I've also discovered that one monitor will still work fine if i disconnect the power from the second monitor. I've tried updating to the latest nvidia driver as well as going back to a previous version but honestly i don't know if I'm even looking in the right place. I don't think the issue is the monitors because when I plug it into a windows laptop i still have access to both turn on fine. Does anyone have any advice? I'm using a Dell G16 7630 with RTX 4060.

top 3 comments
sorted by: hot top controversial new old
[-] DeltaWingDragon@sh.itjust.works 1 points 3 days ago

It might still be a driver problem, with the NVIDIA drivers in general. Try booting with software rendering only, to see if that's the case.

Here’s how to disable the GPU drivers:

Remove “nomodeset” from the GRUB_CMDLINE_LINUX variable in /etc/default/grub

Add “rd.driver.blacklist=nouveau modprobe.blacklist=nouveau” to GRUB_CMDLINE_LINUX instead

Run sudo update-grub then reboot

Note: This only works if you’re using the open-source drivers, known as Nouveau. If you’re using the proprietary drivers, this will not work.

To check if you’re using Nouveau or the proprietary drivers, run lspci and check for “NVIDIA”, then run lsmod and check for Nouveau.

Remember to change it back when you want to re-enable the NVIDIA drivers.

(PS: I used this website as a source, their procedure is more complicated, and focused on Fedora.)

[-] NoblePutty@sh.itjust.works 1 points 3 days ago

thanks but it looks like I'm using the proprietary drivers.

[-] DeltaWingDragon@sh.itjust.works 1 points 3 days ago

Disabling those should be similar. Search for NVIDIA in the driver name, and use the same process.

this post was submitted on 11 Mar 2026
15 points (89.5% liked)

linux4noobs

3208 readers
2 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 2 years ago
MODERATORS