home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd2.bin / suse / inst-sys / usr / X11R6 / lib / X11 / XF86Config < prev    next >
Text File  |  2000-03-30  |  2KB  |  112 lines

  1. Section "Files"
  2.   RgbPath    "/usr/X11R6/lib/X11/rgb"
  3. #  FontPath    "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  4.   FontPath    "/usr/X11R6/lib/X11/fonts/uni"
  5.   FontPath    "/usr/X11R6/lib/X11/fonts/misc"
  6. #  FontPath    "/usr/X11R6/lib/X11/fonts/75dpi"
  7. #  FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
  8. #  FontPath    "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
  9. EndSection
  10.  
  11. Section "ServerFlags"
  12.   AllowMouseOpenFail
  13. EndSection
  14.  
  15. Section "Module"
  16. EndSection
  17.  
  18. # This section is no longer supported
  19. # See a template below
  20. # Section "XInput"
  21. # EndSection
  22.  
  23. Section "Keyboard"
  24.   Protocol    "Standard"
  25.   XkbRules    "xfree86"
  26.   XkbModel    "pc104"
  27.   XkbLayout    "de"
  28.   XkbVariant    "nodeadkeys"
  29. EndSection
  30.  
  31. Section "Pointer"
  32.   Protocol        "PS/2"
  33.   Device        "/dev/mouse"
  34. #  SampleRate        60
  35. #  BaudRate        1200
  36. EndSection
  37.  
  38. Section "Monitor"    
  39.   Identifier    "Primary-Monitor"
  40.   VendorName    "Vendor"
  41.   ModelName    "Model"
  42.   HorizSync    31-64
  43.   VertRefresh    50-85
  44.   Modeline  "640x480" 31.5   640 656 720 840 480 481 484 500 # 6. Versuch
  45.   Modeline  "640x480" 31.5   640 680 720 864 480 488 491 521 # 5. Versuch
  46.   Modeline  "640x480" 28     640 664 760 800 480 491 493 525 # 4. Versuch
  47.   Modeline  "640x480" 28.32  640 664 760 800 480 491 493 525 # 3. Versuch
  48.   Modeline  "640x480" 25.18  640 664 760 800 480 491 493 525 # 2. Versuch
  49.   Modeline  "640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Versuch
  50. EndSection
  51.  
  52. Section "Device"
  53.   Identifier    "Primary-Card"
  54.   VendorName    "---AUTO DETECTED---"
  55.   BoardName    "---AUTO DETECTED---"
  56. EndSection
  57.  
  58. Section "Device"
  59.     Identifier  "Generic VGA"
  60.     VendorName  "Unknown"
  61.     BoardName   "Unknown"
  62.     Chipset     "generic"
  63. EndSection
  64.  
  65.  
  66. Section "Screen"  
  67.   Driver    "VGA16"
  68.   Device    "Generic VGA"
  69.   Monitor    "Primary-Monitor"
  70.   BlankTime    0
  71.   SubSection "Display"
  72.     Depth    8
  73.     Modes    "640x480" 
  74.   EndSubSection
  75. EndSection
  76.  
  77.  
  78. Section "Screen"  
  79.   Driver    "SVGA"
  80.   Device    "Primary-Card"
  81.   Monitor    "Primary-Monitor"
  82.   BlankTime    0
  83.   SubSection "Display"
  84.     Depth    8
  85.     Modes    "640x480" 
  86.   EndSubSection
  87. EndSection
  88.  
  89.  
  90. Section "Screen"  
  91.   Driver    "Accel"
  92.   Device    "Primary-Card"
  93.   Monitor    "Primary-Monitor"
  94.   BlankTime    0
  95.   SubSection "Display"
  96.     Depth    8
  97.     Modes    "640x480" 
  98.   EndSubSection
  99. EndSection
  100.  
  101.  
  102. Section "Screen"  
  103.   Driver    "FBDev"
  104.   Device    "Primary-Card"
  105.   Monitor    "Primary-Monitor"
  106.   BlankTime    0
  107.   SubSection "Display"
  108.     Modes    "default" 
  109.   EndSubSection
  110. EndSection
  111.  
  112.