home *** CD-ROM | disk | FTP | other *** search
/ ftp.uv.es / 2014.11.ftp.uv.es.tar / ftp.uv.es / pub / linux / XF86Config < prev    next >
Text File  |  1998-01-15  |  2KB  |  97 lines

  1.  
  2. Section "Files"
  3.     RgbPath     "/usr/X11R6/lib/X11/rgb"
  4.     FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
  5.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  6.     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  7.     FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
  8.     FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
  9.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
  10.     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
  11. EndSection
  12.  
  13. Section "ServerFlags"
  14. EndSection
  15.  
  16. Section "Keyboard"
  17.     Protocol    "Standard"
  18.     AutoRepeat  500 5
  19.     XkbKeymap   "xfree86(us)"
  20. EndSection
  21.  
  22. Section "Pointer"
  23.     Protocol    "PS/2"
  24.     Device      "/dev/mouse"
  25. EndSection
  26.  
  27. Section "Monitor"
  28.     Identifier  "Edison"
  29.     VendorName  "Edison"
  30.     ModelName   "Unknown"
  31.     HorizSync   30-96
  32.     VertRefresh 50-150 
  33.  
  34. Mode "640x480"     
  35.         DotClock 28.1
  36.         HTimings   640  680  720  864
  37.         VTimings   480  488  491  525 
  38. EndMode
  39.  
  40. Mode "800x600"     
  41.         DotClock 40
  42.         HTimings   800  840  968  1056
  43.         VTimings   600  601  605  616 
  44. EndMode
  45. EndSection
  46.  
  47. Section "Device"
  48.     Identifier  "SiS"
  49.     VendorName  "SiS"
  50.     BoardName   "SiS5598"
  51.     ChipSet     "sis86c205"
  52.     Option      "sw_cursor"
  53.     VideoRam    2048
  54. EndSection
  55.  
  56. Section "Screen"
  57.     Driver      "svga"
  58.     Device      "SiS"
  59.     Monitor     "Edison"
  60.     Subsection "Display"
  61.         Depth      8 
  62.         Modes       "800x600" "640x480"
  63.         ViewPort    0 0
  64.         virtual 1152    900
  65.     EndSubsection
  66.     Subsection "Display"
  67.         Depth       16
  68.         Modes       "800x600" "640x480"
  69.         ViewPort    0 0
  70.         virtual 1152    900
  71.     EndSubsection
  72.     Subsection "Display"
  73.         Depth       24
  74.         Modes       "640x480"
  75.         ViewPort    0 0
  76.         virtual 1152    900
  77.     EndSubsection
  78.     Subsection "Display"
  79.         Depth       32
  80.         Modes       "640x400"
  81.         ViewPort    0 0
  82.         virtual 1152    900
  83.     EndSubsection
  84. EndSection
  85.  
  86. Section "Screen"
  87.     Driver      "vga16"
  88.     Device      "SiS"
  89.     Monitor     "Edison"
  90.     Subsection "Display"
  91.         Modes       "640x480" "800x600"
  92.         ViewPort    0 0
  93.         Virtual     800 600
  94.     EndSubsection
  95. EndSection
  96.  
  97.