View Single Post
  #2   (View Single Post)  
Old 10th August 2018
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

1. You've posted in the FreeBSD section. An admin may be able to move this thread.

2. With NVIDIA hardware, expect that only the VESA driver will function. To configure X.org so that it uses the vesa(4) driver, create an xorg.conf(5) fragment file in /etc/X11/xorg.conf.d/ that selects it, such as:
Code:
Section "Device"
    Identifier    "default device"
    Driver        "vesa"
EndSection
Reply With Quote