home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2004 April / VPR0404.ISO / Aist / floppy.img / XF86Config-4 < prev   
Text File  |  2003-06-05  |  6KB  |  182 lines

  1. Section "ServerLayout"
  2.     Identifier     "XFree86 Configured"
  3.     Screen      0  "Screen0" 0 0
  4.     InputDevice    "Keyboard0" "CoreKeyboard"
  5.     InputDevice    "PS/2 Mouse" "CorePointer"
  6. # Serial Mouse not detected
  7. # USB Mouse not detected
  8. EndSection
  9.  
  10. Section "ServerFlags"
  11.     Option "AllowMouseOpenFail"  "true"
  12.     Option    "NoPM"    "true"
  13. EndSection
  14.  
  15. Section "Files"
  16.     RgbPath      "/usr/X11R6/lib/X11/rgb"
  17.     ModulePath   "/usr/X11R6/lib/modules"
  18.     FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  19.     FontPath     "/usr/X11R6/lib/X11/fonts/misc"
  20.     FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  21.     FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
  22.     FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  23.     FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
  24.     FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
  25.     FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
  26. # Additional fonts: Locale, Gimp, TTF...
  27.     FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  28. #    FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
  29. #    FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
  30. # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
  31.     FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  32.     FontPath     "/usr/share/fonts/ttf/western"
  33.     FontPath     "/usr/share/fonts/ttf/decoratives"
  34.     FontPath     "/usr/share/fonts/truetype/openoffice"
  35.     FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
  36.     FontPath     "/usr/X11R6/lib/X11/fonts/defoma/CID"
  37.     FontPath     "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
  38. EndSection
  39.  
  40. Section "Module"
  41.         Load  "ddc"  # ddc probing of monitor
  42.     Load  "GLcore"
  43.     Load  "dbe"
  44.     Load  "dri"
  45.     Load  "extmod"
  46.     Load  "glx"
  47.         Load  "bitmap" # bitmap-fonts
  48.     Load  "speedo"
  49.     Load  "type1"
  50.     Load  "freetype"
  51.     Load  "record"
  52. EndSection
  53.  
  54. Section "InputDevice"
  55.     Identifier  "Keyboard0"
  56.     Driver      "keyboard"
  57.         Option      "CoreKeyboard"
  58.     Option "XkbRules" "xfree86"
  59.     Option "XkbModel" "pc104"
  60.     Option "XkbLayout" "us"
  61.  
  62. EndSection
  63.  
  64. Section "InputDevice"
  65.     Identifier  "Serial Mouse"
  66.     Driver      "mouse"
  67.     Option      "Protocol" "Microsoft"
  68.     Option      "Device" "/dev/ttyS0"
  69.     Option      "Emulate3Buttons" "true"
  70.     Option      "Emulate3Timeout" "70"
  71.     Option        "SendCoreEvents"  "true"
  72. EndSection
  73.  
  74. Section "InputDevice"
  75.     Identifier  "PS/2 Mouse"
  76.     Driver      "mouse"
  77.     Option      "Protocol" "auto"
  78. Option          "ZAxisMapping"          "4 5"
  79.     Option      "Device" "/dev/psaux"
  80.     Option      "Emulate3Buttons" "true"
  81.     Option      "Emulate3Timeout" "70"
  82.     Option        "SendCoreEvents"  "true"
  83. EndSection
  84.  
  85. Section "InputDevice"
  86.         Identifier      "USB Mouse"
  87.         Driver          "mouse"
  88.         Option          "Device"                "/dev/input/mice"
  89.     Option        "SendCoreEvents"    "true"
  90.         Option          "Protocol"              "IMPS/2"
  91.         Option          "ZAxisMapping"          "4 5"
  92.         Option          "Buttons"               "5"
  93. EndSection
  94.  
  95. # Auto-generated by KNOPPIX mkxf86config
  96.  
  97. Section "Monitor"
  98.     Identifier   "Monitor0"
  99. #    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
  100.     HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
  101.     VertRefresh  50.0 - 76.0 # Very conservative. May flicker.
  102. # These are some Modelines that happen to work on many systems
  103. # Especially the "1024x768" has been thoroughly tested, even on Laptops
  104.     Modeline "640x480"     25.175 640  664  760  800   480  491  493  525 #60Hz
  105.     Modeline "800x600"     40.12  800  848  968 1056   600  601  605  628 #60Hz
  106.     Modeline "1024x768"    85    1024 1056 1152 1360   768  784  787  823
  107.     Modeline "1152x864"    92    1152 1208 1368 1474   864  865  875  895
  108.     Modeline "1152x864"   110    1152 1240 1324 1552   864  864  876  908
  109.     Modeline "1152x864"   135    1152 1464 1592 1776   864  864  876  908
  110.     Modeline "1152x864"   137.65 1152 1184 1312 1536   864  866  885  902 -HSync -VSync
  111.     Modeline "1280x1024"   80    1280 1296 1512 1568  1024 1025 1037 1165 Interlace
  112.     Modeline "1280x1024"  110    1280 1328 1512 1712  1024 1025 1028 1054
  113.     Modeline "1280x1024"  126.5  1280 1312 1472 1696  1024 1032 1040 1068 -HSync -VSync
  114.     Modeline "1280x1024"  135    1280 1312 1456 1712  1024 1027 1030 1064
  115.     Modeline "1280x1024"  135    1280 1312 1416 1664  1024 1027 1030 1064
  116.     Modeline "1280x1024"  157.5  1280 1344 1504 1728  1024 1025 1028 1072 +HSync +VSync
  117.     Modeline "1280x1024"  181.75 1280 1312 1440 1696  1024 1031 1046 1072 -HSync -VSync
  118.     Modeline "1600x1200"  162    1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
  119.     Modeline "1600x1200"  189    1600 1664 1856 2160  1200 1201 1204 1250 -HSync -VSync
  120.     Modeline "1600x1200"  202.5  1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
  121.     Modeline "1600x1200"  220    1600 1616 1808 2080  1200 1204 1207 1244 +HSync +VSync
  122.     ModeLine "1800x1440"  230    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
  123.     ModeLine "1800x1440"  250    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
  124. EndSection
  125.  
  126. Section "Device"
  127.     ### Available Driver options are:-
  128. # sw_cursor is needed for some ati and radeon cards
  129.         #Option     "sw_cursor"
  130.         #Option     "hw_cursor"
  131.         #Option     "NoAccel"
  132.         #Option     "ShowCache"
  133.         #Option     "ShadowFB"
  134.         #Option     "UseFBDev"
  135.         #Option     "Rotate"
  136.     Identifier  "Card0"
  137. # The following line is auto-generated by KNOPPIX mkxf86config
  138.     Driver      "vesa"
  139.     VendorName  "All"
  140.     BoardName   "All"
  141. #    BusID       "PCI:1:0:0"
  142. EndSection
  143.  
  144. Section "Screen"
  145.     Identifier "Screen0"
  146.     Device     "Card0"
  147.     Monitor    "Monitor0"
  148.     DefaultColorDepth 16
  149.     SubSection "Display"
  150.         Depth     1
  151.         Modes "800x600" "640x480"
  152.     EndSubSection
  153.     SubSection "Display"
  154.         Depth     4
  155.         Modes "800x600" "640x480"
  156.     EndSubSection
  157.     SubSection "Display"
  158.         Depth     8
  159.         Modes "800x600" "640x480"
  160.     EndSubSection
  161.     SubSection "Display"
  162.         Depth     15
  163.         Modes "800x600" "640x480"
  164.     EndSubSection
  165.     SubSection "Display"
  166.         Depth     16
  167.         Modes "800x600" "640x480"
  168.     EndSubSection
  169.     SubSection "Display"
  170.         Depth     24
  171.         Modes "800x600" "640x480"
  172.     EndSubSection
  173.     SubSection "Display"
  174.         Depth     32
  175.         Modes "800x600" "640x480"
  176.     EndSubSection
  177. EndSection
  178.  
  179. Section "DRI"
  180.     Mode 0666
  181. EndSection
  182.