Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ImPS/2"
#       Option          "Emulate3Buttons"       "true"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "ServerFlags"
EndSection

Section "Monitor"
        Identifier  "Display 0"
        HorizSync   30 - 82
        VertRefresh 56-76
EndSection

Section "Monitor"
        Identifier  "Display 1"
        HorizSync   30 - 82
        VertRefresh 56-76
EndSection

Section "Device"
         Identifier      "Matrox Graphics, Inc. MGA G550 AGP, Screen 0"
         Driver          "mga"
         BusID           "PCI:1:0:0"
         Screen          0
         Option         "hwcursor" "off"
EndSection

Section "Device"
         Identifier      "Matrox Graphics, Inc. MGA G550 AGP, Screen 1"
         Driver          "mga"
         BusID           "PCI:1:0:0"
         Screen          1
         Option          "hwcursor" "off"
EndSection

Section "Screen"
         Identifier      "Screen 0"
         Device          "Matrox Graphics, Inc. MGA G550 AGP, Screen 0"
         Monitor         "Display 0"
         DefaultDepth    16
         SubSection "Display"
                Depth           16
                Modes           "1280x1024"
         EndSubSection
EndSection

Section "Screen"
         Identifier      "Screen 1"
         Device          "Matrox Graphics, Inc. MGA G550 AGP, Screen 1"
         Monitor         "Display 1"
         DefaultDepth    16
         SubSection "Display"
                Depth           16
                Modes           "1280x1024"
         EndSubSection
EndSection

Section "ServerLayout"
         Identifier      "Xinerama Layout"
         Screen          "Screen 0" 0 0
         Screen          "Screen 1" RightOf "Screen 0"
         Option          "Xinerama" "on"
         InputDevice     "Generic Keyboard"
         InputDevice     "Configured Mouse"
EndSection




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to