Attachment 'xorg.conf'

Download

## FreeBSD rpi3.sentry.org 13.0-CURRENT FreeBSD 13.0-CURRENT r344513 RPI3B  arm64

Section "Files"
        ModulePath   "/usr/local/lib/xorg/modules"
        FontPath     "/usr/local/share/fonts/misc/"
        FontPath     "/usr/local/share/fonts/TTF/"
        FontPath     "/usr/local/share/fonts/OTF"
        FontPath     "/usr/local/share/fonts/Type1/"
        FontPath     "/usr/local/share/fonts/75dpi/"
        FontPath     "/usr/local/share/fonts/100dpi/"
        FontPath     "/usr/local/share/fonts/bitstream-vera/"
EndSection 

Section "Module"
    Load       "dbe"
    #Load  "freetype"
    Disable    "dri"
    Disable    "dri2"
    Disable    "glx"

    SubSection  "extmod"
           Option  "omit xfree86-dga"
    EndSubSection
EndSection

Section "ServerFlags"
    Option    "AIGLX"        "false"
    Option    "NoAccel"    "True"
    Option    "NoDRI"        "True"
    Option    "DRI"        "False"
    Option    "DRI2"        "False"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol"      "auto"
    Option      "Device"        "/dev/sysmouse"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
            Identifier   "Monitor"
            VendorName   "Vendor BENQ"
            ModelName    "Model G2420HDBL"
            HorizSync       24.0 - 83.0
            VertRefresh     50.0 - 76.0
            Option         "DPMS"
EndSection

Section "Device"
    Identifier  "Generic FB"
    Driver      "scfb"
    Option    "NoAccel"    "True"
    Option "ShadowFB" "False"

EndSection

Section "Screen"
    Identifier  "Screen"
    Device      "Generic FB"
    Monitor     "Monitor"
   
    SubSection "Display"
      Depth      24
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "layout"
    Screen      0 "Screen" 0 0
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2020-03-29T23:44:52+0000, 58.3 KB) [[attachment:rpi4_uefi_1.png]]
  • [get | view] (2020-03-29T23:52:12+0000, 30.4 KB) [[attachment:rpi4_uefi_2.png]]
  • [get | view] (2020-03-30T00:04:04+0000, 33.1 KB) [[attachment:rpi4_uefi_3.png]]
  • [get | view] (2019-03-26T07:37:48+0000, 2.0 KB) [[attachment:xorg.conf]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.