Nvidia+intel configuration and touchpad scrolling isn't working

Hello! I've installed FreeBSD 15 on my laptop and almost everything works perfectly except my touchpad scrolling and Nvidia+intel graphics configuration for xorg. I have enabled touchpad by writing hw.psm.elantech_support=0 in /boot/Loader.conf but the scrolling and double tap isn't working. As for GPU's I've tried to configure them by following chapter 5 in handbook but for some reason xorg doesn't start with Nvidia driver in rc.conf and Graphics driver configuration, but both nvidia-drm-kmod and drm-kmod packages are installed. I also cant run startplasma-x11splartplasma-wayland or startxfce4 with normal user but can only run startxfce4 with root user and I dont know how to mount my home partition properly.
OS: FreeBSD-15.0
GPU: Intel UHD graphics 630; Nvidia Quadro m2000
 
Putting Intel things aside, which variant of NVIDIA GPU drivers did you install?

Your Quadro M2000 is pre-Turing generation of architecutres, so current Production Branch (PB) of drivers and New Feature Branch (NFB) of drivers don't support it. So you need to install legact -580 variant of drivers.

If you've preferred DRM/KMS installation (you would, as you're trying to use in conjunction with Intel iGPU), what you need would be:
Installing graphics/nvidia-drm-580 would automatically pull in the above and some other dependencies.

If you want any NVIDIA specific Linux softwares via Linuxulator, you'll also need x11/linux-nvidia-libs-580, too.

Note that you need to deinstall the above without -580 first to avoid conflicts.
 
Back
Top