I have a GTX 1050 on my Thinkpad and did install the 455 driver. However, as I noticed that this driver was shipped with CUDA 11.1, which is incompatible with PyTorch, I tried to downgrade CUDA similiar to being described here . However, now the gpu is not found by hwinfo or lshw or any other way. Even the installer form the NVIDIA homepage can't find the gpu anymore. It is present in a life session, but otherwise it seems to have disappeared from the OS.
I would be very happy if somebody could help me to find the gpu again, ideally with a working driver and CUDA 11.0.
Ubuntu-drivers devices is also returning nothing. My kernel version is 5.4.0-53-generic.
EDIT: Output of lspci -k | grep -EA3 'VGA|3D|Display
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile)
Subsystem: Lenovo UHD Graphics 630 (Mobile)
Kernel driver in use: i915
Kernel modules: i915
Note: this is not case in a live session, where the NVIDIA graphics card is listed.
graphics-drivers
PPA? If so, you can download the.run
file for the CUDA installer from their site. Then when installing it, it will allow you to unselect the driver that comes with the CUDA installation allowing you to use whatever driver works for you. – Terrance Nov 13 '20 at 02:28graphics-drivers
PPA. Please reread my comment above. – Terrance Nov 13 '20 at 14:22uname -r
? Please edit your question and add the output. – Terrance Nov 16 '20 at 16:00lspci -k | grep -EA3 'VGA|3D|Display'
terminal command. – Pilot6 Nov 16 '20 at 18:27