Driver 440.82 not working on Ubuntu 19 Card is not used by the system

Hello support,
Thanks for working so hard on the driver deliveries for linux.
I’ve been trying to make the graphic card work, driver seems to be loaded correctly but the system is not making use of it
Some weeks ago everything was working fine, seems like a recent update broke it.

sudo nvidia-smi
Sat Apr 11 13:40:03 2020
±----------------------------------------------------------------------------+
| NVIDIA-SMI 440.82 Driver Version: 440.82 CUDA Version: 10.2 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1650 Off | 00000000:01:00.0 Off | N/A |
| N/A 45C P8 3W / N/A | 0MiB / 3911MiB | 0% Default |
±------------------------------±---------------------±---------------------+

±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+

  *-display                 
       description: VGA compatible controller
       product: NVIDIA Corporation
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
       configuration: driver=nvidia latency=0
       resources: irq:143 memory:a3000000-a3ffffff memory:90000000-9fffffff memory:a0000000-a1ffffff ioport:4000(size=128) memory:a4000000-a407ffff
  *-display
       description: VGA compatible controller
       product: UHD Graphics 630 (Mobile)
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:141 memory:a2000000-a2ffffff memory:80000000-8fffffff ioport:5000(size=64) memory:c0000-dffff

nvidia-bug-report.log (311.5 KB)

I hope you guys can help I already tried version 435 440 from the ppa repo, but nothing seems to work, I’m out of ideas.

Thanks in advance

I suspect gdm is freaking out and you’re running a wayland session. Please try this:
https://askubuntu.com/questions/975094/how-to-disable-wayland-in-17-10-in-gdm3-login-screen

Thanks generix! that was exactly the problem, I changed it to Wayland some time ago by clicking on the gear on the login screen without knowing what was for, now I know :D, and just for curiosity, how did you know that was the issue ?

I have to tell that once I switched back to normal login, I went into another issue where login screen was freezing, to fix it I had to remove the nvidia drivers by login into a tty session, rebooted, let the intel drivers take over, re install nvidia drivers from the ubuntu device tool once I was able to login.

generix you are the man, thanks for the help