#
#   /etc/X11/XF86config
#
#   versione:   X/Free 3.3.6
#   computer:   Asus A1360 notebook
#   data:       04-lug-2001
#

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "unix/:-1"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection

Section "ServerFlags"
    #NoTrapSignals
    #DontZap
    #DontZoom
    AllowMouseOpenFail
EndSection

Section "Keyboard"
    Protocol    "Standard"
    #Protocol   "Xqueue"
    AutoRepeat  250 30
    #ServerNumLock
    #Xleds      "1 2 3"
    LeftAlt        Meta
    RightAlt       Meta
    ScrollLock     Compose
    RightCtl       Control

    XkbKeycodes     "xfree86"
    XkbTypes        "default"
    XkbCompat       "default"
    XkbSymbols      "us(pc105)"
    XkbGeometry     "pc"
    XkbRules        "xfree86"
    XkbModel        "pc105"
    XkbLayout       "us"
EndSection


Section "Pointer"                 # the Asus USB wheel mouse
    Protocol    "ImPS/2"
    Device       "/dev/input/mice"
    ZAxisMapping 4 5
EndSection


Section "Monitor"
    Identifier "Generic|Generic LCD Panel 1024x768"
    VendorName "Generic"
    ModelName  "Unknown"

    HorizSync  31.5-56.6
    VertRefresh 40-70

# 1024x768 @ 70 Hz, 56.5 kHz hsync
Modeline "1024x768"    75    1024 1048 1184 1328   768  771  777  806 -hsync -vsync

# 1024x768 @ 76 Hz, 62.5 kHz hsync
Modeline "1024x768"    85    1024 1032 1152 1360   768  784  787  823

# 1024x768 @ 85 Hz, 70.24 kHz hsync
Modeline "1024x768"   98.9  1024 1056 1216 1408   768 782 788 822 -HSync -VSync

# 1024x768 @ 100Hz, 80.21 kHz hsync
Modeline "1024x768"   115.5  1024 1056 1248 1440  768  771  781  802 -HSync -VSync

EndSection


Section "Device"
    Identifier  "SiS 630"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Chipset     "SiS630"
    Option      "power_saver"
EndSection


Section "Screen"
    Driver "svga"
    Device      "SiS 630"
    Monitor     "Generic|Generic LCD Panel 1024x768"
    DefaultColorDepth 32
    Subsection "Display"
        Depth       8
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection