安迪老大

菩提本无树,明镜亦非台,本来无一物,何处惹尘埃 。

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

Freebsd我的 xorg.conf

Section "ServerLayout"
    Identifier        "X.org Configured"
    Screen        0    "Screen0" 0 0
    InputDevice    "Mouse0"    "CorePointer"
    InputDevice    "Keyboard0"    "CoreKeyboard"
#    InputDevice    "USB Mouse"    "AlwaysCore"
EndSection

Section "Files"
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    ModulePath   "/usr/X11R6/lib/modules"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath     "/usr/X11R6/lib/X11/fonts/wqy/"
EndSection

Section "Module"
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
    Load  "record"
    Load  "xtrap"
    Load  "freetype"
    Load  "type1"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

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

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "AOC"
    ModelName    "7Klr"
#    HorizSync    30.0 - 72.0
#    VertRefresh  50.0 - 160.0
    Option    "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "HWcursor"               # [<bool>]
        #Option     "NoAccel"                # [<bool>]
        #Option     "ShadowFB"               # [<bool>]
        #Option     "UseFBDev"               # [<bool>]
        #Option     "Rotate"                 # [<str>]
        #Option     "VideoKey"               # <i>
        #Option     "FlatPanel"              # [<bool>]
        #Option     "FPDither"               # [<bool>]
        #Option     "CrtcNumber"             # <i>
        #Option     "FPScale"                # [<bool>]
        #Option     "FPTweak"                # <i>
    Option        "DRI"                "True"
    Option        "NvAGP"            "1"
    Option        "NoLogo"            "true"
    Option        "RenderAccel"            "true"
    Option        "CursorShadow"        "true"
    Option        "AllowGLXWithComposite"    "true"
    Option        "Coolbits"            "1"
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
    BoardName   "NV34 [GeForce FX 5200]"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth    16
    SubSection "Display"
        Viewport   0 0
        Depth     16
        Modes    "1280x1024"
    EndSubSection
EndSection

Section "ServerFlags"
    Option        "AllowMouseOpenFail"        "true"
    Option        "AIGLX"    "on"
EndSection

Section "Extensions"
    Option        "Composite"    "true"
#    Option        "RENDER"    "true"
#    Option        "DAMAGE"    "true"
EndSection

Section "DRI"
    Mode 0666
EndSection

posted on 2016-05-03 16:30  安迪老大  阅读(386)  评论(0)    收藏  举报