BSD-Wiki

Mitschrift einer FreeBSD-Installation

Benutzer-Werkzeuge

Webseiten-Werkzeuge


xorg.conf

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

xorg.conf [2017/10/02 13:40] (aktuell)
Zeile 1: Zeile 1:
 +====== Desktoprechner ======
 +
 +<​code>​
 +# nvidia-xconfig:​ X configuration file generated by nvidia-xconfig
 +#  nvidia-xconfig: ​ version 195.22 ​ (zander@wolf) ​ Mon Nov 30 13:58:12 posix/​SystemV/​PST 2009
 +
 +Section "​ServerLayout"​
 +    Identifier ​    "​X.org Configured"​
 +    Screen ​     0  "​Screen0"​ 0 0
 +    InputDevice ​   "​Mouse0"​ "​CorePointer"​
 +    InputDevice ​   "​Keyboard0"​ "​CoreKeyboard"​
 +EndSection
 +
 +Section "​Files"​
 +    ModulePath ​     "/​usr/​local/​lib/​xorg/​modules"​
 +    FontPath ​       "/​usr/​local/​lib/​X11/​fonts/​misc/"​
 +    FontPath ​       "/​usr/​local/​lib/​X11/​fonts/​TTF/"​
 +    FontPath ​       "/​usr/​local/​lib/​X11/​fonts/​OTF"​
 +    FontPath ​       "/​usr/​local/​lib/​X11/​fonts/​Type1/"​
 +    FontPath ​       "/​usr/​local/​lib/​X11/​fonts/​100dpi/"​
 +    FontPath ​       "/​usr/​local/​lib/​X11/​fonts/​75dpi/"​
 +EndSection
 +
 +Section "​Module"​
 +    Load           "​extmod"​
 +    Load           "​record"​
 +    Load           "​dbe"​
 +    Load           "​glx"​
 +    Load           "​dri2"​
 +EndSection
 +
 +Section "​ServerFlags"​
 +    Option ​        "​AutoAddDevices"​ "​False"​
 +    Option ​        "​DontZap"​ "​False"​
 +    Option ​        "​AutoEnableDevices"​ "​False"​
 +EndSection
 +
 +Section "​InputDevice"​
 +    Identifier ​    "​Keyboard0"​
 +    Driver ​        "​kbd"​
 +    Option ​        "​XkbModel"​ "​pc105"​
 +    Option ​        "​XkbLayout"​ "​de"​
 +    Option ​        "​XkbVariant"​ "​nodeadkeys"​
 +EndSection
 +
 +Section "​InputDevice"​
 +    Identifier ​    "​Mouse0"​
 +    Driver ​        "​mouse"​
 +    Option ​        "​Protocol"​ "​auto"​
 +    Option ​        "​Device"​ "/​dev/​sysmouse"​
 +    Option ​        "​ZAxisMapping"​ "4 5 6 7"
 +EndSection
 +
 +Section "​Monitor"​
 +
 +    #​DisplaySize ​     430   270 # mm
 +    Identifier ​    "​Monitor0"​
 +    VendorName ​    "​APP"​
 +    ModelName ​     "​Cinema"​
 +    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 ​    "​DualHead" ​             # [<​bool>​]
 +    Identifier ​    "​Card0"​
 +    Driver ​        "​nvidia"​
 +    VendorName ​    "​nVidia Corporation"​
 +    BoardName ​     "G70 [GeForce 7800 GTX]"
 +EndSection
 +
 +Section "​Screen"​
 +    Identifier ​    "​Screen0"​
 +    Device ​        "​Card0"​
 +    Monitor ​       "​Monitor0"​
 +    SubSection ​    "​Display"​
 +        Viewport ​   0 0
 +    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
 +    EndSubSection
 +    SubSection ​    "​Display"​
 +        Viewport ​   0 0
 +        Depth       24
 +    EndSubSection
 +EndSection
 +
 +</​code>​
 +
 +====== eeePC 4G ======
 +<​code>​
 +Section "​ServerLayout"​
 +\tIdentifier ​    "​X.org Configured"​
 +\tScreen ​     0  "​Screen0"​ 0 0
 +\tInputDevice ​   "​Mouse0"​ "​CorePointer"​
 +\tInputDevice ​   "​Keyboard0"​ "​CoreKeyboard"​
 +EndSection
 +
 +Section "​Files"​
 +\tModulePath ​  "/​usr/​local/​lib/​xorg/​modules"​
 +\tFontPath ​    "/​usr/​local/​lib/​X11/​fonts/​misc/"​
 +\tFontPath ​    "/​usr/​local/​lib/​X11/​fonts/​TTF/"​
 +\tFontPath ​    "/​usr/​local/​lib/​X11/​fonts/​OTF"​
 +\tFontPath ​    "/​usr/​local/​lib/​X11/​fonts/​Type1/"​
 +\tFontPath ​    "/​usr/​local/​lib/​X11/​fonts/​100dpi/"​
 +\tFontPath ​    "/​usr/​local/​lib/​X11/​fonts/​75dpi/"​
 +EndSection
 +
 +Section "​Module"​
 +\tLoad ​ "​dbe"​
 +\tLoad ​ "​dri"​
 +\tLoad ​ "​dri2"​
 +\tLoad ​ "​extmod"​
 +\tLoad ​ "​glx"​
 +\tLoad ​ "​record"​
 +EndSection
 +
 +Section "​InputDevice"​
 +\tIdentifier ​ "​Keyboard0"​
 +\tDriver ​     "​kbd"​
 +\tOption\t ​   "​XkbModel"​\t"​pc105"​
 +\tOption\t ​   "​XkbLayout"​\t"​de"​
 +EndSection
 +
 +Section "​InputDevice"​
 +\tIdentifier ​ "​Mouse0"​
 +\tDriver ​     "​mouse"​
 +\tOption\t ​   "​Protocol"​ "​auto"​
 +\tOption\t ​   "​Device"​ "/​dev/​sysmouse"​
 +\tOption\t ​   "​ZAxisMapping"​ "4 5 6 7"
 +EndSection
 +
 +Section "​Monitor"​
 +\tIdentifier ​  "​Monitor0"​
 +\tVendorName ​  "​Monitor Vendor"​
 +\tModelName ​   "​Monitor Model"
 +\tOption ​      "​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 ​    "​NoAccel" ​           \t# [<​bool>​]
 +        #​Option ​    "​SWcursor" ​          \t# [<​bool>​]
 +        #​Option ​    "​ColorKey" ​          \t# <i>
 +        #​Option ​    "​CacheLines" ​        \t# <i>
 +        #​Option ​    "​Dac6Bit" ​           \t# [<​bool>​]
 +        #​Option ​    "​DRI" ​               \t# [<​bool>​]
 +        #​Option ​    "​NoDDC" ​             \t# [<​bool>​]
 +        #​Option ​    "​ShowCache" ​         \t# [<​bool>​]
 +        #​Option ​    "​XvMCSurfaces" ​      \t# <i>
 +        #​Option ​    "​PageFlip" ​          \t# [<​bool>​]
 +\tIdentifier ​ "​Card0"​
 +\tDriver ​     "​intel"​
 +#​\tVendorName ​ "Intel Corporation"​
 +#​\tBoardName ​  "​Mobile 915GM/​GMS/​910GML Express Graphics Controller"​
 +\tBusID ​      "​PCI:​0:​2:​0"​
 +EndSection
 +
 +Section "​Screen"​
 +\tIdentifier "​Screen0"​
 +\tDevice ​    "​Card0"​
 +\tMonitor ​   "​Monitor0"​
 +
 +\tDefaultDepth 24
 +\tSubSection "​Display"​
 +\t\tModes "​800x480"​
 +\tEndSubSection
 +EndSection
 +
 +Section "​ServerFlags"​
 +\tOption "​AutoAddDevices" ​  "​false"​
 +\tOption "​DontZap" ​         "​false"​
 +\tOption "​AutoEnableDevice"​ "​false"​
 +EndSection
 +</​code>​
 +
 +====== VirtualBox ======
 +
 +Unter [[FreeBSD als VirtualBox Gast]] wird erläutert wie ein in einer VirtualBox installiertes FreeBSD entsprechend angepasst werden kann um ein optimales Arbeiten zu ermöglichen.
  
xorg.conf.txt · Zuletzt geändert: 2017/10/02 13:40 (Externe Bearbeitung)

Impressum