Graphics card not detected in Ubuntu 20.04

After a new installation of ubuntu 20.04, I do not see my GeForce GTX 1650 Ti card with lpsci:

$ lspci | grep -i nvidia
01:00.0 3D controller: NVIDIA Corporation Device 1f95 (rev a1)
$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 05)

nvidia-sim does show the GPU though:

$ nvidia-smi
Thu Jul 22 00:51:35 2021       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 460.91.03    Driver Version: 460.91.03    CUDA Version: 11.2     |
|-------------------------------+----------------------+----------------------+
| 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  GeForce GTX 165...  Off  | 00000000:01:00.0 Off |                  N/A |
| N/A   40C    P0    15W /  N/A |    579MiB /  3914MiB |     17%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      1568      G   /usr/lib/xorg/Xorg                391MiB |
|    0   N/A  N/A      1738      G   /usr/bin/gnome-shell               76MiB |
|    0   N/A  N/A      2108      G   /usr/lib/firefox/firefox          109MiB |
+-----------------------------------------------------------------------------+

I wonder why lspci does not detect it, and how I could fix this. Here is my bug report:
nvidia-bug-report.log.gz (431.3 KB)

TIA.