[slack-ru] Re: (no subject)

  • From: "Dmitry A. Koptev" <dimez@xxxxx>
  • To: slack-ru@xxxxxxxxxxxxx
  • Date: Thu, 18 Dec 2003 17:08:40 +0300

Ларин Андрей Викторович wrote:

Если можно, пришли мне, будет над чем подумать


--
WBR Dmitry

Section "Module"
        Load    "GLcore"
        Load    "dri"
        Load    "dbe"
        Load    "ddc"
        Load    "pex5"
        Load    "vbe"
        Load    "xie"
        Load    "glx"
        Load    "extmod"
#       SubSection "extmod"
#               Option  "omit xfree86-dga"
#       EndSubSection
        Load    "record"
        Load    "speedo"
        Load    "bitmap"
        Load    "freetype"
        Load    "type1"
        Load    "int10"
        Load    "xtrap"
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "Files"
        RgbPath         "/usr/X11R6/lib/X11/rgb"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic/"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic/75koi8/"
        FontPath        "/usr/X11R6/lib/X11/fonts/truetype/"
        FontPath        "/usr/X11R6/lib/X11/fonts/truetype2/"
        FontPath        "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath        "/usr/X11R6/lib/X11/fonts/local/"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath        "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath        "/usr/X11R6/lib/X11/fonts/cp1251"
        ModulePath      "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
        DontZap
        AllowMouseOpenFail
EndSection

Section "InputDevice"
Identifier      "Keyboard1"
        Driver  "Keyboard"
        Option  "AutoRepeat"    "500 30"
#       Option  "XkbDisable"
        Option  "LeftAlt"               "Meta"
        Option  "RightAlt"              "Meta"
        Option  "ScrollLock"    "Compose"
        Option  "RightCtl"              "Control"
        Option  "XkbRules"              "xfree86"
#       Option  "XkbModel"              "microsoft"
        Option  "XkbModel"              "pc105"
        Option  "XkbLayout"             "us,ru(winkeys)"
        Option  "XkbOptions"    "grp:ctrl_shift_toggle"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver  "mouse"
        Option  "Protocol"  "IMPS/2"
        Option  "Device"        "/dev/mouse"
        Option  "ZAxisMapping"  "4 5"
EndSection


Section "Monitor"
        Identifier      "My Monitor"
        HorizSync       30-90
        VertRefresh     50-160
        Option          "DPMS"
EndSection

Section "Device"
        Identifier      "My VideoCard"
#       Driver          "nvidia"
        Driver          "sis"
        BusID           "PCI:1:0:0"
#       Option          "NvAGP"         "3"
#       Option          "NoLogo"        "yes"
#       Option          "RenderAccel"   "yes"
#       Option          "XvMCSurfaces"  "7"
EndSection

Section "Screen"
        Identifier      "Screen 1"
        Device          "My VideoCard"
        Monitor         "My Monitor"
        DefaultDepth 24
        Subsection "Display"
                Depth           24
                Modes           "1024x768"
                ViewPort        0 0
        EndSubsection
EndSection

Section "ServerLayout"
        Identifier      "Simple Layout"
        Screen          "Screen 1"
        InputDevice     "Mouse1"        "CorePointer"
        InputDevice     "Keyboard1"     "CoreKeyboard"
EndSection
  • References:
    • (no subject)
      • From: "Ларин Андрей Виктор ович"

Other related posts: