Hello !
I upgraded from elementary OS 6 to 7.1 by updating sources to ubuntu 22.04, everything works (had similar issue with wifi) but the graphic card is not using the nvdia drivers recommended for that model, 390.157. The nouveau driver works fine but not using the OpenGL, so some programs get sloppy.
Before upgrade, drivers were in the 390.1xx range, and the 390.157 seems to be the latest driver for my GTX 680MX (on iMac 27’ 13,2)
What seem to be the main problem is when the install buids the dkms module : " Error! Bad return status for module build on kernel: 6.5.0-14-generic (x86_64) Consult /var/lib/dkms/nvidia/390.157/build/make.log → make.log (66.5 KB)
Some context :
nvidia-bug-report.log (666.0 KB)
Xorg.0.log (193.8 KB)
sudo nvidia-smi
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
inxi -G
Graphics:
Device-1: NVIDIA GK104M [GeForce GTX 680MX] driver: nouveau v: kernel
Device-2: Apple FaceTime HD Camera (Built-in) type: USB driver: uvcvideo
Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting
unloaded: fbdev,intel,vesa failed: nvidia gpu: nouveau resolution:
1: 2560x1440~60Hz 2: 1920x1080~60Hz
OpenGL: renderer: N/A v: N/A
modprobe nvidia
modprobe: FATAL: Module nvidia not found in directory /lib/modules/6.5.0-14-generic
dkms status
bcmwl/6.30.223.271+bdcom, 6.5.0-14-generic, x86_64: installed
nvidia/390.157: added
Hoping anyone has some hint to throw :)