#µ·»ý±è ³ªµµ ÁÁÀº ±ÛÇÈÄ«µå¶û ÁÁÀº Çϵå¿þ¾îµé·Î °¥°í ½Í¾î ¤Ð_¤Ð
# ¾²´Ù³²Àº °Íµé ¸ð¾Æ³õÀºµíÇÑ -_¤Ì

# Xinerama ¿É¼ÇÀ» ¾²Áö ¾ÊÀ» °æ¿ì ¾çÂÊ ¸ð´ÏÅÍ¿¡.. 
# °¢°¢ Çϳª¾¿ÀÇ µ¥½ºÅ©Å¾ ¸Å´ÏÁ®°¡ ¶ä..

# ¸¶¿ì½º´Â ¾çÂÊÀ» ¿À°¡Áö¸¸.. âµéÀº ¸ð´ÏÅ͵éÀ» ¹þ¾î³ªÁö ¸øÇÔ;;
# Xinerama¸ðµå¿¡¼± °¡¿îµ¥ °ÉÄ¥¼öµµ ÀÖ°í ¸¶À½´ë·Î~ ^-^
Section "ServerLayout"
    Identifier "XFree86 Configured"
    Screen "Screen0" 
    Screen "Screen1" leftof "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option "Xinerama" "True"
EndSection


# ÀÌ°Í Àú°Í °æ·Î ÁöÁ¤..
# ms Æ®·çŸÀÔÆùÆ®¿Í °íÁ¤Æø±Û²Ãµé·Î µµ¹è-_-;;
Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    FontPath "/usr/X11R6/lib/X11/fonts/ms-gulim"
    FontPath "/usr/X11R6/lib/X11/fonts/ms-batang"
    FontPath "/usr/X11R6/lib/X11/fonts/ms-ttf"
    FontPath "/usr/X11R6/lib/X11/fonts/ms-fixed"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath "/usr/X11R6/lib/X11/fonts/CID"
    FontPath "/usr/X11R6/lib/X11/fonts/EX"
    FontPath "/usr/X11R6/lib/X11/fonts/TTF"
    FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath "/usr/X11R6/lib/X11/fonts/encodings"
    FontPath "/usr/X11R6/lib/X11/fonts/lfp-fix"
    FontPath "/usr/X11R6/lib/X11/fonts/local"
    FontPath "/usr/X11R6/lib/X11/fonts/misc"
    FontPath "/usr/X11R6/lib/X11/fonts/truetype"
    # XFS ¸¦ »ç¿ëÇÏÁö ¾Ê´Â´Ù¸é ¾Æ·¡ ÁÙÀº ÇÊ¿ä ¾øÀ½!!
    #FontPath "unix/:7100"
EndSection

# Module loading section

# ÇöÀç.. XFS¸¦ »ç¿ëÇÏÁö ¾Ê°í.. xtt¸¦ »ç¿ëÁß..
# °ð.. xft2.0À¸·Î ¹Ù²ð µí ÈåÈå..
Section "Module"
    Load  "dbe"     # Double-buffering
    Load  "GLcore"      # OpenGL support
    Load  "dri"     # Direct rendering infrastructure
    Load  "glx"     # OpenGL X protocol interface
    Load  "extmod"      # Misc. required extensions
    Load  "v4l"     # Video4Linux
    Load  "xtt"     # For use truetype Font!! But this has some problem-_-
    # Load  "record"    # X event recorder
    # You only need the following two modules if you do not use xfs.
    # Load  "freetype"   # TrueType font handler
    # Load  "type1"     # Adobe Type 1 font handler
EndSection

# Űº¸µå ¼³Á¤..
Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option      "XkbLayout" "us"
EndSection

# ¸¶¿ì½º ¼³Á¤..
Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Device" "/dev/mouse"   
    Option      "Protocol" "IMPS/2"     # ÈÙ¸¶¿ì½º µå¶óÀ̹ö..
    Option      "Emulate3Buttons" "off" # ÈÙ¸¶¿ì½º¿¡¼± 3¹öư ¿¡¹Ä·¹ÀÌÆÃÀº ÇÊ¿ä¾ø
    Option      "ZAxisMapping" "4 5"    # °¨µµ Á¶Àý..
EndSection

# ¸ð´ÏÅÍ 0 ¼³Á¤..
# ¸ðµå¶óÀÎÀº.. ¼öÁ÷Á֯ļö °ü·Ã..
Section "Monitor"
    Identifier "Sun 17-inch 447Z"
    VendorName "Unknown"
    ModelName  "Unknown"
    HorizSync 31.0-72.0
    VertRefresh 50.0-120.0
    Option "dpms"
    Modeline "1024x768"   98.9  1024 1056 1216 1408   768 782 788 822 -HSync -VSync
EndSection

# ¸ð´ÏÅÍ 1 ¼³Á¤..
Section "Monitor"
    Identifier "HiSync 776M"
    VendorName "Unknown"
    HorizSync 30 - 70
    VertRefresh 50 - 160
    Option "dpms"               # Àü·ÂÁ¦¾î¸ðµå.. »ç¿ë..
    Modeline "1024x768"   98.9  1024 1056 1216 1408   768 782 788 822 -HSync -VSync
EndSection

# ºñµð¿ÀÄ«µå 0 
# BusID ´Â /proc/pci¿¡¼­ È®ÀÎ °¡´É^^
# ù¼ýÀÚ°¡ 1À̸é AGP 0À̸é PCI
Section "Device"
    Identifier "ATI Mach64 3D RAGE II"
    Driver "ati"
    BoardName "Unknown"
    BusID "PCI:1:0:0"
EndSection

# ºñµð¿À Ä«µå 1..
Section "Device"
    Identifier "My Video Card"
    Driver "ati"
    BoardName "Unknown"
    BusID "PCI:0:17:0"
EndSection


Section "Device"
    Identifier "Linux Frame Buffer"
    Driver "fbdev"
    BoardName "Unknown"
EndSection

# ¿ÞÂÊ ¸ð´ÏÅÍ.. ÇìÇò.. 
# ATI Mach64 3D RAGE II¿¡ ¹°¸° ½ã 17ÀÎÄ¡ ¸ð´ÏÅÍ.. 
# 16ºñÆ® Ä®¶ó·Î.. 1024*764¸ðµå..
Section "Screen"
    Identifier "Screen0"
    Device "ATI Mach64 3D RAGE II"
    Monitor "Sun 17-inch 447Z"
    DefaultDepth 16
    Subsection "Display"
        Depth 16
        Modes "1024x768"
    EndSubSection
EndSection

# ¿À¸¥ÂÊ ¸ð´ÏÅÍ..
# ATI Mach 64 VT¿¡ ¹°¸° Hisync 776M ¸ð´ÏÅÍ..
# ¿ª½Ã °°Àº 16ºñÆ® Ä®¶ó·Î 1024*764
Section "Screen"
        Identifier "Screen1"
        Device "My Video Card"
        Monitor "HiSync 776M"
        DefaultDepth 16
        Subsection "Display"
                Depth 16
                Modes "1024x768"
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection