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

[email protected]
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267606

--- Comment #38 from Lena <[email protected]> ---
P.S. Sorry, incomplete xorg.conf in previous comment.

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option         "AllowEmptyInput" "off"
EndSection

Section "Files"
    ModulePath      "/usr/local/lib/xorg/modules"
    FontPath        "/usr/local/share/fonts/cyr-rfx-koi8-o/"
    FontPath        "/usr/local/share/fonts/webfonts/"
    FontPath        "/usr/local/share/fonts/cyrillic/"
    FontPath        "/usr/local/lib/X11/fonts/local/"
    FontPath        "/usr/local/share/fonts/misc/"
    FontPath        "/usr/local/share/fonts/dejavu/"
    FontPath        "/usr/local/share/fonts/TTF/"
    FontPath        "/usr/local/share/fonts/OTF"
    FontPath        "/usr/local/share/fonts/Type1/"
    FontPath        "/usr/local/share/fonts/75dpi/:unscaled"
    FontPath        "/usr/local/share/fonts/100dpi/:unscaled"
    FontPath        "/usr/local/lib/X11/fonts/CID/"
    FontPath        "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath        "/usr/local/lib/X11/fonts/75dpi/"
    FontPath        "/usr/local/lib/X11/fonts/100dpi/"
    FontPath        "/usr/local/share/fonts/bitstream-vera/"
    FontPath        "/usr/local/share/ghostscript/fonts/"
    FontPath        "/usr/local/share/fonts/freefont-ttf"
    FontPath        "/usr/local/share/fonts/terminus-font/"
EndSection

Section "Module"
    Load           "extmod"
        Load  "record"
    Load           "dbe"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc101"
    Option         "XkbLayout" "us,ru"
    Option         "XkbVariant" ",legacy"
    Option        "XkbOptions" "grp:caps_toggle,grp_led:caps,shift:breaks_caps"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Buttons" "5"
    Option         "ZAxisMapping" "4 5"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    HorizSync       30.0 - 121.0  # HP P1120
    VertRefresh     48.0 - 160.0  # HP P1120
    DisplaySize  280 210
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nv"
    VendorName     "nVidia Corporation"
    BoardName      "C51PV [GeForce 6150]"
       Option "UseEdidDpi"      "false"
       Option     "SWcursor" "on"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       1
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "800x600"
    EndSubSection
    SubSection     "Display"

        Viewport    0 0
        Depth       24
        Modes   "1024x768"
    EndSubSection
EndSection

Section "ServerFlags"
       Option "BlankTime"    "9999"
       Option "StandbyTime"  "9999"
       Option "SuspendTime"  "9999"
       Option "OffTime"      "9999"
       Option "DontZap"      "false" # Ctrl-Alt-Backspace to kill X
       Option "UseEdidDpi"      "false"
       Option "AutoAddDevices" "off"
EndSection

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.