I tried a lot of things but i can't get the nvidia driver working with my Geforce RTX 2060 card.
Here i post my configuration:
pkg info | grep nvidia
nvidia-driver-570.169.1402000 NVidia graphics card binary drivers for hardware OpenGL rendering
nvidia-drm-61-kmod-570.169.1402000_2 NVIDIA DRM Kernel Module
nvidia-drm-kmod-570.169 NVIDIA DRM Kernel Module
nvidia-settings-570.169 Display Control Panel for X NVidia driver
nvidia-xconfig-570.169 Tool to manipulate X configuration files for the NVidia driver
cat loader.conf
vfs.root.mountfrom=ufs:/dev/ada0p1
nvidia_load="YES"
nvidia-drm_load="YES"
sysctl.conf is empty
cat rc.conf
ifconfig_em0="DHCP"
ifconfig_em0_ipv6="inet6 accept_rtadv"
rtsold_enable="YES"
keymap="be.acc.kbd"
keyrate="fast"
kld_list="nvidia-modeset"
linux_enable="YES"
cat xorg.conf
Section "Device"
Identifier "Card0"
#Option "AccelMethod" "EXA"
BusID "PC:1:0:0"
#Screen 0
#Driver "nvidia"
EndSection
With this configuration the framebuffer driver is used an only one screen is seen of my two monitors.
When i enable the line Driver "nvidia" , startx bails out with an error of "No screen found". No usefull information is logged.
Any advice hints tips are welcome
Here i post my configuration:
pkg info | grep nvidia
nvidia-driver-570.169.1402000 NVidia graphics card binary drivers for hardware OpenGL rendering
nvidia-drm-61-kmod-570.169.1402000_2 NVIDIA DRM Kernel Module
nvidia-drm-kmod-570.169 NVIDIA DRM Kernel Module
nvidia-settings-570.169 Display Control Panel for X NVidia driver
nvidia-xconfig-570.169 Tool to manipulate X configuration files for the NVidia driver
cat loader.conf
vfs.root.mountfrom=ufs:/dev/ada0p1
nvidia_load="YES"
nvidia-drm_load="YES"
sysctl.conf is empty
cat rc.conf
ifconfig_em0="DHCP"
ifconfig_em0_ipv6="inet6 accept_rtadv"
rtsold_enable="YES"
keymap="be.acc.kbd"
keyrate="fast"
kld_list="nvidia-modeset"
linux_enable="YES"
cat xorg.conf
Section "Device"
Identifier "Card0"
#Option "AccelMethod" "EXA"
BusID "PC:1:0:0"
#Screen 0
#Driver "nvidia"
EndSection
With this configuration the framebuffer driver is used an only one screen is seen of my two monitors.
When i enable the line Driver "nvidia" , startx bails out with an error of "No screen found". No usefull information is logged.
Any advice hints tips are welcome