Ubuntu 22.04.1LTS Multiple Display DP Port Not Displaying Issue With NVIDIA 3060 Laptop GPU

Had to fix this, I thought to myself.

Context is, I have Ubuntu installed on Laptop on a dedicated SSD, and allocated 512GB for the main partition, I have 2 external monitors, one connected to HDMI(displays normal), the other connected to DP on the laptop, but DP port does not display.

After investigation, figured it might be NVIDIA video card serving DP but driver corresponding to linux kernel version not properly installed,

'uname -rs' #displays 5.15,

Software and updates, failed to switch driver for kernel 5.15, then swith to xOrg. driver, propted blank X alert, then reboot,

2 external monitors both have display, then go to settings->display, turn off display NO.1 and NO.3 for now, since NO.2 is 29 inch big enough for current concentration.

Other commands or CLI tools tried: dkms( dkms status: dynamic kernel management), nvidia-smi,

Aosl, there are some Linux run-level commands: init/telinit (0-6, 3 to command line networking with multiple users, 5 back to graphic user interface), use telinit, telinit 3, telinit 5,

refs:

https://askubuntu.com/questions/103313/changing-runlevel-init-or-telinit

留下你的评论
评论
2023-5-20 下午12:00
https://www.howtogeek.com/devops/how-to-build-docker-images-in-a-gitlab-ci-pipeline/#:~:text=Using%20Docker-in-Docker%20%28DinD%29%20to%20build%20your%20images%20gives,executor%20with%20privileged%20mode%20enabled%20to%20use%20DinD.


docker in docker for gitlab.