# See 'man XF86Config' for info on the format of this file
#
# Generated using the Caldera OpenLinux installer
#

Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath "/usr/X11R6/lib/X11/fonts/misc"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection


Section "ServerFlags"
    AllowMouseOpenFail
EndSection


Section "Keyboard"
    Protocol "Standard"
    XkbRules "xfree86"
    XkbModel "${KEYBOARD_MODEL}"
    XkbLayout "${KEYBOARD_LAYOUT}"
    XkbVariant "nodeadkeys"
EndSection


Section "Pointer"
    Protocol "${MOUSE_NAME}"
    Device "${MOUSE_LINK}"
    ${WHEEL}
    ${EMULATE3RD}
EndSection


Section "Monitor"
    Identifier "Primary Monitor"
    VendorName "${MONITOR_VENDOR}"
    ModelName "${MONITOR_MODEL}"
    HorizSync ${MONITOR_HSYNC}
    VertRefresh ${MONITOR_REFRESH}
    Modeline ${MODE_NAME} ${MODE_LINE}
EndSection


Section "Device"
    Identifier "Primary Card"
    VendorName "Unknown"
    BoardName "None"
    VideoRam ${CARD_MEMORY}
EndSection


Section "Screen"
    Driver "VGA16"
    Device "Primary Card"
    Monitor "Primary Monitor"
    SubSection "Display"
        Depth 4
        Modes "640x480/60Hz"
    EndSubSection
EndSection


Section "Screen"
    Driver "SVGA"
    Device "Primary Card"
    Monitor "Primary Monitor"
    DefaultColorDepth ${COLOR_DEPTH}
    SubSection "Display"
        Depth 8
        Modes ${MODE_NAME}
	${VIRTUAL_SIZE}
    EndSubSection
    SubSection "Display"
        Depth 15
        Modes ${MODE_NAME}
        ${VIRTUAL_SIZE}
    EndSubSection
    SubSection "Display"
        Depth 16
        Modes ${MODE_NAME}
        ${VIRTUAL_SIZE}
    EndSubSection
    SubSection "Display"
        Depth 24
        Modes ${MODE_NAME}
        ${VIRTUAL_SIZE}
    EndSubSection
    SubSection "Display"
        Depth 32
        Modes ${MODE_NAME}
        ${VIRTUAL_SIZE} 
    EndSubSection
EndSection

Section "Screen"
    Driver "accel"
    Device "Primary Card"
    Monitor "Primary Monitor"
    DefaultColorDepth ${COLOR_DEPTH}
    SubSection "Display"
        Depth 8
        Modes ${MODE_NAME}
        ${VIRTUAL_SIZE}
    EndSubSection
    SubSection "Display"
        Depth 15
        Modes ${MODE_NAME}
        ${VIRTUAL_SIZE}
    EndSubSection
    SubSection "Display"
        Depth 16
        Modes ${MODE_NAME}
        ${VIRTUAL_SIZE}
    EndSubSection
    SubSection "Display"
        Depth 24
        Modes ${MODE_NAME}
        ${VIRTUAL_SIZE}
    EndSubSection
    SubSection "Display"
        Depth 32
        Modes ${MODE_NAME}
        ${VIRTUAL_SIZE}
    EndSubSection
EndSection  

Section "Screen"
    Driver      "fbdev"
    Device      "Primary Card"
    Monitor     "Primary Monitor"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       24
        Modes      "default"
    EndSubsection
    Subsection "Display"
        Depth       8
        Modes      "default"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes      "default"
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes      "default"
    EndSubsection
 
EndSection       


# End of automatically generated file
