Hi guys
os: freebsd 12.0-p3
cpu: Intel E3-1505
gpu: Intel P530+NVIDIA Quadro M1000M
use pkg.
pkg install xorg-server xf86-input-mouse xf86-input-keyboard xf86-input-synaptics xinit xauth xf86-video-intel nvidia-driver nvidia-xconfig nvidia-settings openbox
kldload linux
kldload linux64
kldload nvidia
kldload nvidia-modeset
service dbus start
service hald start
Generate xorg.conf Files using nvidia-xconfig.
when run:
startx
There will be some errors(no screens found).
see:
nvidia driver 390: https://www.nvidia.com/Download/driverResults.aspx/142568/en-us
handbook: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html
freebsd desktop: https://cooltrainer.org/a-freebsd-desktop-howto/
and other.
os: freebsd 12.0-p3
cpu: Intel E3-1505
gpu: Intel P530+NVIDIA Quadro M1000M
use pkg.
pkg install xorg-server xf86-input-mouse xf86-input-keyboard xf86-input-synaptics xinit xauth xf86-video-intel nvidia-driver nvidia-xconfig nvidia-settings openbox
kldload linux
kldload linux64
kldload nvidia
kldload nvidia-modeset
service dbus start
service hald start
Generate xorg.conf Files using nvidia-xconfig.
when run:
startx
There will be some errors(no screens found).
Code:
[ 177.961] (II) LoadModule: "nvidia"
[ 177.962] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so
[ 177.962] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 177.962] compiled for 4.0.2, module version = 1.0.0
[ 177.962] Module class: X.Org Video Driver
[ 177.962] (II) NVIDIA dlloader X Driver 390.87 Tue Aug 21 15:27:50 PDT 2018
[ 177.962] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 177.962] (--) Using syscons driver with X support (version 2.0)
[ 177.962] (--) using VT number 9
[ 177.969] (EE) No devices detected.
[ 177.969] (EE)
Fatal server error:
[ 177.969] (EE) no screens found(EE)
[ 177.969] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 177.969] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 177.969] (EE)
[ 177.971] (EE) Server terminated with error (1). Closing log file.
see:
nvidia driver 390: https://www.nvidia.com/Download/driverResults.aspx/142568/en-us
handbook: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html
freebsd desktop: https://cooltrainer.org/a-freebsd-desktop-howto/
and other.