I recently upgraded to 23.04. After upgrading, I've had issues with my Nvidia graphics card and getting to a desktop. I have a System76 laptop, and added the System76 PPA to get access to things like the keyboard backlighting controls. This PPA also installs the system76-power utility, which allows for switching between the integrated Intel graphics, the dedicated Nvidia graphics, or a hybrid option.
When using the integrated Intel or hybrid graphics, I have no issues getting to a desktop. Unfortunately, I usually leave my laptop connected to another monitor, and performance with the hybrid option is poor (I can't use external displays with the integrated graphics).
Switching to the dedicated graphics option causes issues with booting to a desktop. I get inconsistent results as well. Sometimes I see the Plasma boot screen and then a cursor, but nothing else. Sometimes I don't even make it that far. Switching to another TTY and attempting to run kdestart5 plasmashellgives me this error:
I have an Nvidia Geforce 2070 graphics card and am using the 535 driver.
Output of nvidia-smi:
When using the integrated Intel or hybrid graphics, I have no issues getting to a desktop. Unfortunately, I usually leave my laptop connected to another monitor, and performance with the hybrid option is poor (I can't use external displays with the integrated graphics).
Switching to the dedicated graphics option causes issues with booting to a desktop. I get inconsistent results as well. Sometimes I see the Plasma boot screen and then a cursor, but nothing else. Sometimes I don't even make it that far. Switching to another TTY and attempting to run kdestart5 plasmashellgives me this error:
Code:
$ kdestart5 plasmashell qt.qpa.xcb: could not connect to display qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, off screen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb. Aborted (core dumped)
Output of nvidia-smi:
Code:
$ nvidia-smi +-----------------------------------------------------------------------------+ | NVIDIA-SMI 525.116.04 Driver Version: 525.116.04 CUDA Version: 12.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 GeForce ... Off | 00000000:01:00.0 Off | N/A | | N/A 41C P0 15W / 80W | 6MiB / 8192MiB | 0% Default | | | | N/A | +-------------------------------+----------------------+----------------------+ +-----------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=============================================================================| | 0 N/A N/A 1114 G /usr/lib/xorg/Xorg 4MiB | +-----------------------------------------------------------------------------+[/FONT]
Comment