xorg problem after freebsd-update fsb14

I solved the issue of xorg framebuffer and no screen thanks to Sir Dice. However after a freebsd-update fetch and freebsd-update install. Startx error same as before. I checked the xorg.conf.d/driver-nvidia.conf all was the same. The card is GP108[Geforce GT1030] I have installed the nvidia-driver and kldload nvidia and nvidia-modeset.
I installed another os just to check the card. It all works. The card and driver seem to be correct class=Display subclass=VGA. I am using another PC and cant get the log or bin files. Unless I can do the screen shot from the terminal.
Code:
Section "Device"
Indentifier "Card0"
Driver "nvidia"
BusID "pci0:11:0:0"
EndSection
Any help here
 
No i did not. i thought the settings would remain. As I said I have been using freebsd for years, This xorg error is recurring.
 
Only with a major version upgrade, mate. Not for patch updates.
SirDice
Attached is the log file images termbin did not work.
 

Attachments

  • xorg1.png
    xorg1.png
    1.4 MB · Views: 47
  • xorg2.png
    xorg2.png
    1.2 MB · Views: 47
  • xorg3.png
    xorg3.png
    1.2 MB · Views: 41
SOLVED
reinstalled fbsd14 installed sudo nano nvidia-driver
sysrc kld_list+=nvidia-modeset
reboot
nano /usr/local/etc/X11/xorg.conf.d/20-nvidia.conf
Section "Device"
Identifier "Card0"
Driver "nvidia"
EndSection

nano /usr/local/etc/X11/xorg.conf.d/10-monitor.conf
Section "Screen"
Identifier "Screen0"
Device "Card0"
Subsection "Display"
Modes 1920x1080
EndSubsection
EndSection

Pkg install x11/xorg

Reboot startx TWM
 
Back
Top