Solved Nvidia Quadro P620

Got a new Nvidia Quadro P620, but cannot get it working.

Tried nvidia-driver, nvidia-driver-460.67, also tried 390, 340, and 304, all from the packages. Even compiled 460 from ports.

Code:
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.

/usr/local/etc/X11/xorg.conf.d/driver.nvidia.conf
Code:
Section "Device"
        Identifier      "Card0"
#       Identifier      "Device0"
        Driver          "nvidia"
#       BusID           "PCI:0:83:0:0
EndSection

pciconf -vl | grep -A4 vga
Code:
vgapci1@pci0:83:0:0:    class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x1cb6 subvendor=0x10de subdevice=0x1264
    vendor     = 'NVIDIA Corporation'
    device     = 'GP107GL [Quadro P620]'
    class      = display
    subclass   = VGA

kldstat
Code:
18    1 0xffffffff82e00000  1e83468 nvidia.ko
19    1 0xffffffff82cb9000    388f8 linux.ko
20    2 0xffffffff82cf2000     db70 linux_common.ko

Works with scfb, but not with nvidia.

Any ideas?
 
Try nvidia-modeset module (it'll eventually also load nvidia.ko too).
 
Back
Top