home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / etc / xorg.conf.template < prev   
Text File  |  2006-11-29  |  5KB  |  233 lines

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