XConfig


Section "ServerLayout"
    Identifier     "XFree86 Configured"
    Screen      "Screen-LCD"
<a href="/InputDevice">?</a>   "Mouse0" "CorePointer"
<a href="/InputDevice">?</a>   "Keyboard0" "CoreKeyboard"

EndSection

Section "Files"
<a href="/RgbPath">?</a>     "/usr/X11R6/lib/X11/rgb"
<a href="/ModulePath">?</a>  "/usr/X11R6/lib/modules"
<a href="/FontPath">?</a>    "/usr/share/fonts/truetype"
<a href="/FontPath">?</a>    "/usr/share/fonts/misc/"
<a href="/FontPath">?</a>    "/usr/share/fonts/Speedo/"
<a href="/FontPath">?</a>    "/usr/share/fonts/Type1/"
<a href="/FontPath">?</a>    "/usr/share/fonts/CID/"
<a href="/FontPath">?</a>    "/usr/share/fonts/75dpi/"
<a href="/FontPath">?</a>    "/usr/share/fonts/100dpi/"
<a href="/FontPath">?</a>    "/usr/share/fonts/applettf/"
<a href="/FontPath">?</a>    "/usr/share/fonts/sharefont/"
<a href="/FontPath">?</a>    "/usr/share/fonts/lfp-fix/"
<a href="/FontPath">?</a>    "/usr/share/fonts/lfp-var/"
<a href="/FontPath">?</a>    "/usr/share/fonts/jmk/"
<a href="/FontPath">?</a>    "/usr/share/fonts/cyrillic/"
<a href="/FontPath">?</a>    "/usr/share/fonts/lyxfonts/"
<a href="/FontPath">?</a>    "/usr/share/fonts/artwiz/"
<a href="/FontPath">?</a>    "/usr/share/fonts/freefont/"
<a href="/FontPath">?</a>    "/usr/share/fonts/TTF/"
<a href="/FontPath">?</a>    "/usr/share/fonts/ukr/"
<a href="/FontPath">?</a>    "/usr/share/fonts/corefonts/"
<a href="/FontPath">?</a>    "/usr/share/fonts/freefont/"
<a href="/FontPath">?</a>    "/usr/share/fonts/artwiz/"
<a href="/FontPath">?</a>    "/usr/share/fonts/artwiz/"
<a href="/FontPath">?</a>    "/usr/share/fonts/ttf-bitstream-vera/"
<a href="/FontPath">?</a>    "/usr/share/fonts/default/Type1/"
<a href="/FontPath">?</a>    "/usr/share/fonts/default/ghostscript/"

EndSection

Section "Module"
#   Load "fbdevhw"

    Load  "extmod"
    Load  "dri"
    Load  "dbe"
    Load  "record"
    Load  "xtrap"
    Load  "glx"
    Load  "speedo"
    Load  "type1"
    Load    "freetype"

EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"

#   Option  "XkbModel"  "macintosh"
#   Option  "XkbModel"  "powerbook"
#   Option  "XkbLayout" "sg-latin1"
    Option  "XkbLayout" "de_CH"
#   Option  "XkbVariant"    "nodeadkeys"

EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option  "Protocol"        "IMPS/2"
    Option          "ZAxisMapping"  "4 5"
    Option          "Device"        "/dev/input/mice"

EndSection

Section "Monitor"
    Identifier   "LCD"
<a href="/VendorName">?</a>  "Apple"
<a href="/ModelName">?</a>   "PB 15"
<a href="/UseModes">?</a>"Modes0"
<a href="/HorizSync">?</a>      30-70
<a href="/VertRefresh">?</a>    50-160
    # "original"
    #Gamma  2.036 1.967 1.662
    # seen often
    Option  "DPMS"

EndSection

Section "Monitor"
    Identifier  "Compaq 151FS"
<a href="/VendorName">?</a>"Compaq"
<a href="/ModelName">?</a>"151FS"
    Option      "DPMS"
<a href="/HorizSync">?</a>30-58
<a href="/VertRefresh">?</a>50-100

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     "ShadowFB"              # [<bool>]
    #Option     "VGAClocks"             # [<bool>]
    #Option     "KGAUniversal"          # [<bool>]
    Identifier  "Card0"
    #Option "UseFBDev" "On"
    #Option "DDCMode" "On"
    #Option "UseInternalAGP" "No"
    #Option "UseInternalAGPGART" "No"
    #Option "MonitorLayout" "LVDS, CRT"
    #Option "ForcePCIMode" "On"
    Driver      "radeon"
<a href="/VendorName">?</a> "ATI Technologies Inc"
<a href="/BoardName">?</a>  "Unknown Board"
    BusID       "PCI:0:16:0"
    #ChipID         0x4e50
    #Option "PanelSize" "1280x854"
    #Option "DisplayPriority" "BIOS"
    #Option "CloneMode" "1280x1024"
    #Option "OverlayOnCRTC2" "On"
    #Option "CloneHSync"    "72"
    #Option "CloneVRefresh" "78"
    #Screen 0

    # dual

    Option "UseFBDev" "On"
    Option "fbdev" "/dev/fb0"

    #Option "DDCMode"   "true"
    #Option "CloneMode" "1024x768"
    #Option "MetaModes" "1280x854-1024x768 1024x768-1024x768 800x600-800x600"
    #Option "CloneHSync"    "30.0-58.0"
    #Option "CloneVRefresh" "50.0-100.0"
    #Option "CRT2HSync" "30.0-58.0"
    #Option "CRT2VRefresh"  "50.0-100.0"

EndSection

Section "Device"
    Identifier  "Card1"
    Option "UseFBDev" "Off"
    Driver      "radeon"
<a href="/VendorName">?</a> "ATI Technologies Inc"
<a href="/BoardName">?</a>  "Unknown Board"
    BusID       "PCI:0:16:0"

EndSection

Section "Screen"
    Identifier "Screen-OUT"
    Device  "Card1"
    Monitor "Compaq 151FS"
<a href="/DefaultDepth">?</a>24
<a href="/SubSection">?</a>"Display"
        Depth 24
        Modes   "800x600" 
<a href="/EndSubSection">?</a>

EndSection

Section "Screen"
    Identifier "Screen-LCD"
    Device     "Card0"
    Monitor    "LCD"
<a href="/DefaultDepth">?</a>24 
<a href="/SubSection">?</a>"Display"
        Depth 8
        Modes   "1280x854" 
<a href="/EndSubSection">?</a>
<a href="/SubSection">?</a>"Display"
        Depth 15
        Modes   "1280x854" 
<a href="/EndSubSection">?</a>
<a href="/SubSection">?</a>"Display"
        Depth 16
        Modes   "1280x854" 
<a href="/EndSubSection">?</a>
<a href="/SubSection">?</a>"Display"
        Depth 24
        Modes   "1280x854" 
<a href="/EndSubSection">?</a>
<a href="/SubSection">?</a>"Display"
        Depth 32
        Modes   "1280x854" 
<a href="/EndSubSection">?</a>

EndSection

Section "DRI"
    Mode 0666

EndSection

Section "Modes"
    Identifier      "Modes0"
    # mode generated by Xeasyconf
    Modeline "1280x854" 100.000 1280 1296 1304 1320  854 870 878 894  -HSync -VSync
    #Modeline "1280x854"   79.81  1280 1296 1408 1536  854 855 858 866
    #   Modeline "1280x854"   60.0  1280 1296 1408 1536  854 855 858 866
<a href="/ModeLine">?</a>"1280x1024" 135.00 1280 1312 1456 1712 1024 1027 130 1064

EndSection


EditText of this page (last modified Tue 29 Oct 2019 03:28 am)
FrontPage
RecentChanges
Fulltext-Search: