Solved Set up GeForce GT 220

Hi all,
I have a fresh installed hp Z400 workstation with GeForce GT 220 card.
I have been investigated which driver need to it.
pkg install nvidia-driver-340
Then I appended to /etc/rc.conf
Code:
### Nvidia Boot Settings ###
kld_list="nvidia"
nvidia_name="nvidia"
But startx terminated with error.
This is the end of Xorg.0.log
Code:
[    42.805] (--) NV: Found NVIDIA GeForce GT 220 at 15@00:00:0
[    42.812] (WW) Falling back to old probe method for vesa
[    42.812] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    42.812] (II) Loading sub module "int10"
[    42.812] (II) LoadModule: "int10"
[    42.812] (II) Loading /usr/local/lib/xorg/modules/libint10.so
[    42.822] (II) Module int10: vendor="X.Org Foundation"
[    42.822]    compiled for 1.17.4, module version = 1.0.0
[    42.822]    ABI class: X.Org Video Driver, version 19.0
[    42.822] (II) NV(0): Initializing int10
[    42.822] (II) NV(0): Bad V_BIOS checksum
[    42.822] (II) NV(0): Primary V_BIOS segment is: 0xc000
[    42.824] (EE) Segmentation fault at address 0x8008c3fef
[    42.824] (EE) 
Fatal server error:
[    42.824] (EE) Caught signal 11 (Segmentation fault). Server aborting

Please help what I need to install or how can I config it properly!
Thanks!
 
Create /usr/local/etc/X11/xorg.conf.d/driver-nvidia.conf:
Code:
Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
EndSection
 
Top right hand corner should have a "Thread tools" menu, there you can edit the thread topic.
 
Back
Top