home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20120528.etc.tar.gz / bradford.20120528.etc.tar / etc / X11 / xorg.conf.install
Text File  |  2006-12-18  |  5KB  |  233 lines

  1. # generic XFree86 4.x configuration file
  2.  
  3. Section "Files"
  4.   FontPath        "/usr/X11R6/lib/X11/fonts/truetype/"
  5.   FontPath        "/usr/X11R6/lib/X11/fonts/URW/"
  6.   FontPath        "/usr/X11R6/lib/X11/fonts/uni/"
  7.   FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
  8.   ModulePath    "/usr/X11R6/lib64/modules"
  9.   RgbPath        "/usr/X11R6/lib/X11/rgb"
  10.   InputDevices    "/dev/ttyS0"
  11.   InputDevices    "/dev/ttyS1"
  12.   InputDevices    "/dev/ttyS2"
  13.   InputDevices    "/dev/ttyS3"
  14.   InputDevices    "/dev/ttyS4"
  15.   InputDevices    "/dev/ttyS5"
  16.   InputDevices    "/dev/ttyS6"
  17.   InputDevices    "/dev/ttyS7"
  18.   InputDevices    "/dev/ttyS8"
  19.   InputDevices    "/dev/psaux"
  20.   InputDevices    "/dev/logibm"
  21.   InputDevices    "/dev/sunmouse"
  22.   InputDevices    "/dev/atibm"
  23.   InputDevices    "/dev/amigamouse"
  24.   InputDevices    "/dev/atarimouse"
  25.   InputDevices    "/dev/inportbm"
  26.   InputDevices    "/dev/gpmdata"
  27.   InputDevices    "/dev/usbmouse"
  28.   InputDevices    "/dev/adbmouse"
  29.   InputDevices    "/dev/input/mice"
  30.   InputDevices    "/dev/input/event0"
  31. EndSection
  32.  
  33. Section "ServerFlags"
  34.   Option    "AllowMouseOpenFail"
  35.   Option    "BlankTime"    "0"
  36. EndSection
  37.  
  38. Section "Module"
  39.   Load    "dbe"
  40.   Load    "extmod"
  41.   Load    "glx"
  42. EndSection
  43.  
  44. Section "InputDevice"
  45.   Driver        "kbd"
  46.   Identifier    "Keyboard[0]"
  47.   Option        "Protocol"        "Standard"
  48.   Option        "XkbRules"        "xfree86"
  49.   Option        "XkbKeycodes"    "xfree86"
  50.   Option        "XkbModel"        "pc104"
  51.   Option        "XkbLayout"        "us"
  52. EndSection
  53.  
  54. Section "InputDevice"
  55.   Driver     "mouse"
  56.   Identifier "Mouse[1]"
  57.   Option     "Protocol" "explorerps/2"
  58.   Option     "Device"   "/dev/input/mice"
  59. EndSection
  60.  
  61. Section "Monitor"
  62.   HorizSync        25-40
  63.   Identifier    "Monitor[0]"
  64.   ModelName        "Initial"
  65.   VendorName    "Initial"
  66.   VertRefresh    47-75
  67.   UseModes        "Modes[0]"
  68. EndSection
  69.  
  70.  
  71. Section "Modes"
  72.   Identifier    "Modes[0]"
  73.   Modeline      "800x600" 29.38  800 816 896 992 600 601 604 617 # 1. Try
  74.   Modeline        "640x480" 31.5   640 656 720 840 480 481 484 500 # 6. Try
  75.   Modeline        "640x480" 31.5   640 680 720 864 480 488 491 521 # 5. Try
  76.   Modeline        "640x480" 28     640 664 760 800 480 491 493 525 # 4. Try
  77.   Modeline        "640x480" 28.32  640 664 760 800 480 491 493 525 # 3. Try
  78.   Modeline        "640x480" 25.18  640 664 760 800 480 491 493 525 # 2. Try
  79.   Modeline        "640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Try
  80. EndSection
  81.  
  82. Section "Monitor"
  83.   HorizSync        28-33
  84.   Identifier    "Monitor[vmware]"
  85.   ModelName        "Initial"
  86.   VendorName    "Initial"
  87.   VertRefresh    43-72
  88.   UseModes        "Modes[vmware]"
  89. EndSection
  90.     
  91. Section "Modes"
  92.   Identifier    "Modes[vmware]"
  93.   Modeline        "800x600" 29.38 800 816 896 992 600 601 604 617
  94. EndSection
  95.  
  96. Section "Monitor"
  97.   HorizSync        31-48
  98.   Identifier    "Monitor[vesa]"
  99.   ModelName        "VESA"
  100.   VendorName    "VESA"
  101.   VertRefresh    50-60
  102. EndSection
  103.  
  104. # Screen Section for module X support
  105. # -------------------------------------
  106. Section "Screen"
  107.   SubSection "Display"
  108.     Depth        16
  109.     Modes        "800x600" 
  110.   EndSubSection
  111.   SubSection "Display"
  112.     Depth        24
  113.     Modes        "800x600" 
  114.   EndSubSection
  115.   SubSection "Display"
  116.     Depth        32
  117.     Modes        "800x600" 
  118.   EndSubSection
  119.   SubSection "Display"
  120.     Depth        8
  121.     Modes        "800x600" 
  122.   EndSubSection
  123.   Device        "Device[0]"
  124.   Identifier    "Screen[0]"
  125.   Monitor        "Monitor[0]"
  126. EndSection
  127.  
  128. # Screen Section for fbdev support
  129. # ----------------------------------
  130. Section "Screen"
  131.   SubSection "Display"
  132.     Depth        16
  133.     Modes        "default"            
  134.   EndSubSection
  135.   SubSection "Display"
  136.     Depth        15
  137.     Modes        "default"            
  138.   EndSubSection
  139.   SubSection "Display"
  140.     Depth        15
  141.     Modes        "default"            
  142.   EndSubSection
  143.   SubSection "Display"
  144.     Depth        24
  145.     Modes        "default"  
  146.   EndSubSection
  147.   SubSection "Display"
  148.     Depth        32
  149.     Modes        "default"  
  150.   EndSubSection
  151.   SubSection "Display"
  152.     Depth        8
  153.     Modes        "default"  
  154.   EndSubSection
  155.   Device        "Device[fbdev]"
  156.   Identifier    "Screen[fbdev]"
  157.   Monitor        "Monitor[0]"
  158. EndSection
  159.  
  160. # Screen Section for vesa support
  161. # ----------------------------------
  162. Section "Screen"
  163.   SubSection "Display"
  164.     Depth        16
  165.     Modes        "default"            
  166.   EndSubSection
  167.   SubSection "Display"
  168.     Depth        8
  169.     Modes        "default"  
  170.   EndSubSection
  171.   Device        "Device[vesa]"
  172.   Identifier    "Screen[vesa]"
  173.   Monitor       "Monitor[vesa]"
  174. EndSection
  175.  
  176. # Screen Section for vmware support
  177. # ----------------------------------
  178. Section "Screen"
  179.   SubSection "Display"
  180.     Depth        8
  181.     Modes        "800x600"
  182.   EndSubSection
  183.   SubSection "Display"
  184.     Depth        16
  185.     Modes        "800x600"
  186.   EndSubSection
  187.   SubSection "Display"
  188.     Depth        24
  189.     Modes        "800x600"
  190.   EndSubSection
  191.   Device        "Device[vmware]"
  192.   Identifier    "Screen[vmware]"
  193.   Monitor        "Monitor[vmware]"
  194. EndSection
  195.  
  196. # Device Sections...
  197. # -------------------
  198. Section "Device"
  199.   #BusID        "1:0:0"
  200.   Driver        "ChangeMe"
  201.   Identifier    "Device[0]"
  202.   # device_options
  203.   Option        "sw_cursor"    "on"
  204. EndSection
  205.  
  206. Section "Device"
  207.   Driver        "fbdev"
  208.   Identifier    "Device[fbdev]"
  209.   # fbdev_options
  210.   Option        "ShadowFB"    "off"
  211. EndSection
  212.  
  213. Section "Device"
  214.   Driver        "vesa"
  215.   #Option        "DefaultRefresh"
  216.   Option        "ModeSetClearScreen" "no"
  217.   Identifier    "Device[vesa]"
  218. EndSection
  219.  
  220. Section "Device"
  221.   Driver        "vmware"
  222.   Identifier    "Device[vmware]"
  223. EndSection
  224.  
  225. Section "ServerLayout"
  226.   Identifier    "Layout[all]"
  227.   InputDevice    "Keyboard[0]"    "CoreKeyboard"
  228.   InputDevice  "Mouse[1]" "CorePointer"
  229.   Option        "Xinerama"        "off"
  230.   Screen   "Screen[fbdev]"
  231. EndSection
  232.  
  233.