I can t update my driver

how to send it here?

Click on the picture icon in the reply window.

Strange...

Close the app again.
Let's try via the terminal:

sudo apt install --reinstall nvidia-driver-340

and it was using x.org but u see that it is using nvidia because i think of the command u told me before and if i reboot my pc it iwll be using the x.org not nvidia OR i can t boot and now i can t open the settings

it says unable to locate the package

It might be because the 340 driver has been out-phased. I haven't yet been able to find which is the latest driver that support your card, but I'm still looking.
Lets try the driver 440 instead.

sudo apt remove --purge *nvidia*
sudo apt-get install nvidia-driver-440

First command will remove any nvidia package on your system, the second one will try installing the driver 440.

@Aravisian any ideas? Another kernel perhaps?

its downloading the package

1 Like

Note, that your card may be to old for that driver.

its done

and i can open the settings

Reboot, and give me the inxi -G output again.

Graphics:
Device-1: Intel Haswell-ULT Integrated Graphics driver: i915 v: kernel
Device-2: NVIDIA GF117M [GeForce 610M/710M/810M/820M / GT
620M/625M/630M/720M]
driver: N/A
Display: x11 server: X.Org 1.20.13 driver: N/A resolution: 1366x768~60Hz
OpenGL: renderer: Mesa DRI Intel HD Graphics 4400 (HSW GT2)
v: 4.5 Mesa 21.2.6

and in about i cant see NVD7 i can see Intel® HD Graphics 4400 (HSW GT2)

there is a third option in additional drivers it is called: continue using a manually installed driver and i can t change it

driver: N/A

No cigar I guess.
You could try with an older kernel which support driver 340.

sudo apt remove --purge *nvidia*
sudo apt-get install nvidia-driver-340
sudo apt install linux-image-5.4.0-109-generic linux-headers-5.4.0-109-generic

Then you need to: [HOW TO] set an older kernel to default boot

and select kernel 5.4.0

i can t use the second command it says:Unable to locate package nvidia-driver-340

Try with;

sudo apt install nvidia-340

there was an error:Error! Bad return status for module build on kernel: 5.15.0-52-generic (x86_64)
Consult /var/lib/dkms/nvidia-340/340.108/build/make.log for more information.
dpkg: error processing package nvidia-340 (--configure):
installed nvidia-340 package post-installation script subprocess returned error
exit status 10
Setting up nvidia-opencl-icd-340 (340.108-0ubuntu5.20.04.2) ...
Setting up nvidia-settings (470.57.01-0ubuntu0.20.04.3) ...
Setting up libcuda1-340 (340.108-0ubuntu5.20.04.2) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
Processing triggers for initramfs-tools (0.136ubuntu6.7) ...
update-initramfs: Generating /boot/initrd.img-5.15.0-52-generic
Errors were encountered while processing:
nvidia-340
E: Sub-process /usr/bin/dpkg returned an error code (1)