no display error

Hi
Freebsd 14 install
I have a graphics card nvidia GP108 Geforce GT 1030 . I have installed xorg - firstly frame buffer error ! adding details in /usr/local/etc/X11/xorg.conf.d/driver-nvidia.conf ended up with no display error. updated freebsd, installed nvidia-drivers.
 
Did you load the kernel module?

sysrc kld_list+="nvidia-modeset"

Double check if the module loaded correctly. Then startx. If it still fails, post your Xorg.0.log: cat /var/log/Xorg.0.log | nc termbin.com 9999
 
SirDice
I reinstalled freebsd 14 not UEFI and updated and loaded the kernel module. Startx worked after xorg install kde5 installed but the resolution was restricted 1024x768. I reinstalled using UEFI and followed the same steps loading kernel module but frame buffer error. Can the resolution be changed with x11/xrandr
 
Hello sorry about the verbose reply

this is the output from pciconf -lv | grep -B4 VGA

vgapci0pci 0:11:0:0
class=0x030000 rev=0xa1 hdv=0x00
vendor=0x10de
device=0x1d01
subvendor=0x1043
subdevice=0x85f5
vendor='Nvidia Corporation'
Device='GP108 [GeForce GT 1030]'
class= display
subclass=VGA
 
I have worked through this. Yes installed module sysrc kld_list+="nvidia-modeset"
in /usr/local/etc/X11/xorg.conf.d/driver-nvidia
Section "Device"
Identifier "Card0"
Driver "nvidia" (will try nvidia-modeset)
BusID pci0:11:0:0
EndSection

SOLVED
 
I have worked through this. Yes installed module sysrc kld_list+="nvidia-modeset"
in /usr/local/etc/X11/xorg.conf.d/driver-nvidia
Section "Device"
Identifier "Card0"
Driver "nvidia" (will try nvidia-modeset)
BusID pci0:11:0:0
EndSection

SOLVED
SOLVED
 
Back
Top