Hello,
I use Debian 11.7 and my PC graphics card model is as follows:
Code:
$ inxi -G
Graphics: Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics driver: i915 v: kernel
Device-2: NVIDIA GF108 [GeForce GT 630] driver: nouveau v: kernel
Display: x11 server: X.Org 1.20.11 driver: loaded: modesetting unloaded: fbdev,vesa resolution: 1920x1080~60Hz
OpenGL: renderer: NVC1 v: 4.3 Mesa 20.3.5
I install
nvidia-tesla-470-driver package, but I got a black screen and I forced to remove that package.
I installed the
nvidia-detect package and result is:
Code:
$ nvidia-detect
Detected NVIDIA GPUs:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108 [GeForce GT 630] [10de:0f00] (rev a1)
Checking card: NVIDIA Corporation GF108 [GeForce GT 630] (rev a1)
Your card is only supported up to the 390 legacy drivers series.
It is recommended to install the
nvidia-legacy-390xx-driver
package.
I tried to install
nvidia-legacy-390xx-driver package, but I got:
What should I do?
Thank you.