[Bug 267606] x11-drivers/xf86-video-nv: Segmentation Fault post update from 1.20.14,1 to 21.1.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 18 Jan 2023 16:17:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267606

--- Comment #22 from Sergiy <Black_N@ukr.net> ---
(In reply to Gary Jennejohn from comment #21)
Yes.
I paid attention to this at the very beginning of my journey, even before the
messages here.
I tried to solve this and created the following files on T0sha (not T0sha_db)
in /usr/local/etc/X11/xorg.conf.d/:

monitor0-freq.conf
Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    29.37-49.31   # kHz
        VertRefresh  56.00-59.91   # Hz
EndSection

screen-resolution.conf
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        SubSection "Display"
        Modes      "1280x800"
        EndSubSection
EndSection

for drivers:
- for testing nv
driver-nv.conf
Section "Device"
        Identifier "Card0"
        Driver     "nv"
        # BusID    "PCI1:0:0"
EndSection

- and working vesa
driver-vesa.conf
Section "Device"
        Identifier "Card0"
        Driver     "vesa"
        # BusID    "PCI1:0:0"
EndSection

I took the data for monitor0-freq.conf from the Xorg.0.log file of the working
vesa driver.

But this did not lead to the desired result on T0sha.

Later, I will try to create the appropriate files on T0sha_db and report the
results.

Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.