Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Unnamed
Sunday, July 15th, 2007 at 2:44:22am MDT 

  1. # File generated by xorgconfig.
  2.  
  3. #
  4. # Copyright 2004 The X.Org Foundation
  5. #
  6. # Permission is hereby granted, free of charge, to any person obtaining a
  7. # copy of this software and associated documentation files (the "Software"),
  8. # to deal in the Software without restriction, including without limitation
  9. # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  10. # and/or sell copies of the Software, and to permit persons to whom the
  11. # Software is furnished to do so, subject to the following conditions:
  12. #
  13. # The above copyright notice and this permission notice shall be included in
  14. # all copies or substantial portions of the Software.
  15. #
  16. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  17. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  18. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  19. # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  20. # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
  21. # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  22. # SOFTWARE.
  23. #
  24. # Except as contained in this notice, the name of The X.Org Foundation shall
  25. # not be used in advertising or otherwise to promote the sale, use or other
  26. # dealings in this Software without prior written authorization from
  27. # The X.Org Foundation.
  28. #
  29.  
  30. # **********************************************************************
  31. # Refer to the xorg.conf(5x) man page for details about the format of
  32. # this file.
  33. # **********************************************************************
  34.  
  35. # **********************************************************************
  36. # Module section -- this  section  is used to specify
  37. # which dynamically loadable modules to load.
  38. # **********************************************************************
  39. #
  40. Section "Module"
  41.  
  42. # This loads the DBE extension module.
  43.  
  44.     Load        "dbe"   # Double buffer extension
  45.  
  46. # This loads the miscellaneous extensions module, and disables
  47. # initialisation of the XFree86-DGA extension within that module.
  48.     SubSection  "extmod"
  49.       Option    "omit xfree86-dga"   # don't initialise the DGA extension
  50.     EndSubSection
  51.  
  52. # This loads the font modules
  53. #    Load        "type1"
  54. #    Load        "speedo"
  55.     Load        "freetype"
  56. #    Load        "xtt"
  57.  
  58. # This loads the GLX module
  59. #    Load       "glx"
  60. # This loads the DRI module
  61. #    Load       "dri"
  62.  
  63. EndSection
  64.  
  65. # **********************************************************************
  66. # Files section.  This allows default font and rgb paths to be set
  67. # **********************************************************************
  68.  
  69. Section "Files"
  70.  
  71. # The location of the RGB database.  Note, this is the name of the
  72. # file minus the extension (like ".txt" or ".db").  There is normally
  73. # no need to change the default.
  74.  
  75. #    RgbPath    "/usr/share/X11/rgb"
  76.  
  77. # Multiple FontPath entries are allowed (which are concatenated together),
  78. # as well as specifying multiple comma-separated entries in one FontPath
  79. # command (or a combination of both methods)
  80. #
  81. #
  82.  
  83.     FontPath   "/usr/share/fonts/misc/"
  84.     FontPath   "/usr/share/fonts/TTF/"
  85. #    FontPath   "/usr/share/fonts/OTF"
  86.     FontPath   "/usr/share/fonts/Type1/"
  87. #    FontPath   "/usr/share/fonts/CID/"
  88.     FontPath   "/usr/share/fonts/100dpi/"
  89.     FontPath   "/usr/share/fonts/75dpi/"
  90. #    FontPath   "/usr/lib/X11/fonts/local/"
  91. #    FontPath   "/usr/lib/X11/fonts/misc/"
  92. #    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
  93. #    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
  94. #    FontPath   "/usr/lib/X11/fonts/Speedo/"
  95. #    FontPath   "/usr/lib/X11/fonts/Type1/"
  96. #    FontPath   "/usr/lib/X11/fonts/TrueType/"
  97. #    FontPath   "/usr/lib/X11/fonts/freefont/"
  98. #    FontPath   "/usr/lib/X11/fonts/75dpi/"
  99. #    FontPath   "/usr/lib/X11/fonts/100dpi/"
  100.  
  101. # The module search path.  The default path is shown here.
  102.  
  103. #    ModulePath "/usr/lib/modules"
  104.  
  105. EndSection
  106.  
  107. # **********************************************************************
  108. # Server flags section.
  109. # **********************************************************************
  110.  
  111. Section "ServerFlags"
  112.  
  113. # Uncomment this to cause a core dump at the spot where a signal is
  114. # received.  This may leave the console in an unusable state, but may
  115. # provide a better stack trace in the core dump to aid in debugging
  116.  
  117. #    Option "NoTrapSignals"
  118.  
  119. # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
  120. # (where n is 1 through 12).  This allows clients to receive these key
  121. # events.
  122.  
  123. #    Option "DontVTSwitch"
  124.  
  125. # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
  126. # This allows clients to receive this key event.
  127.  
  128. #    Option "DontZap"
  129.  
  130. # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
  131. # sequences.  This allows clients to receive these key events.
  132.  
  133. #    Option "Dont Zoom"
  134.  
  135. # Uncomment this to disable tuning with the xvidtune client. With
  136. # it the client can still run and fetch card and monitor attributes,
  137. # but it will not be allowed to change them. If it tries it will
  138. # receive a protocol error.
  139.  
  140. #    Option "DisableVidModeExtension"
  141.  
  142. # Uncomment this to enable the use of a non-local xvidtune client.
  143.  
  144. #    Option "AllowNonLocalXvidtune"
  145.  
  146. # Uncomment this to disable dynamically modifying the input device
  147. # (mouse and keyboard) settings.
  148.  
  149. #    Option "DisableModInDev"
  150.  
  151. # Uncomment this to enable the use of a non-local client to
  152. # change the keyboard or mouse settings (currently only xset).
  153.  
  154. #    Option "AllowNonLocalModInDev"
  155.  
  156. EndSection
  157.  
  158. # **********************************************************************
  159. # Input devices
  160. # **********************************************************************
  161.  
  162. # **********************************************************************
  163. # Core keyboard's InputDevice section
  164. # **********************************************************************
  165.  
  166. Section "InputDevice"
  167.  
  168.     Identifier  "Keyboard1"
  169.     Driver      "kbd"
  170.  
  171. # For most OSs the protocol can be omitted (it defaults to "Standard").
  172. # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
  173. # uncomment the following line.
  174.  
  175. #    Option     "Protocol"      "Xqueue"
  176.  
  177.     Option "AutoRepeat" "500 30"
  178.  
  179. # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
  180. #    Option     "Xleds"      "1 2 3"
  181.  
  182. #    Option "LeftAlt"     "Meta"
  183. #    Option "RightAlt"    "ModeShift"
  184.  
  185. # To customise the XKB settings to suit your keyboard, modify the
  186. # lines below (which are the defaults).  For example, for a non-U.S.
  187. # keyboard, you will probably want to use:
  188. #    Option "XkbModel"    "pc105"
  189. # If you have a US Microsoft Natural keyboard, you can use:
  190. #    Option "XkbModel"    "microsoft"
  191. #
  192. # Then to change the language, change the Layout setting.
  193. # For example, a german layout can be obtained with:
  194. #    Option "XkbLayout"   "de"
  195. # or:
  196. #    Option "XkbLayout"   "de"
  197. #    Option "XkbVariant"  "nodeadkeys"
  198. #
  199. # If you'd like to switch the positions of your capslock and
  200. # control keys, use:
  201. #    Option "XkbOptions"  "ctrl:swapcaps"
  202.  
  203. # These are the default XKB settings for Xorg
  204. #    Option "XkbRules"    "xorg"
  205. #    Option "XkbModel"    "pc105"
  206. #    Option "XkbLayout"   "us"
  207. #    Option "XkbVariant"  ""
  208. #    Option "XkbOptions"  ""
  209.  
  210. #    Option "XkbDisable"
  211.  
  212.     Option "XkbRules"   "xorg"
  213.     Option "XkbModel"   "pc105"
  214.     Option "XkbLayout"  "us,el"
  215.     Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,eurosign:e"
  216.  
  217. EndSection
  218.  
  219.  
  220. # **********************************************************************
  221. # Core Pointer's InputDevice section
  222. # **********************************************************************
  223.  
  224. Section "InputDevice"
  225.  
  226. # Identifier and driver
  227.  
  228.     Identifier  "Mouse1"
  229.     Driver      "mouse"
  230.     Option "Protocol"    "Auto" # Microsoft compatible (2-button protocol)
  231.     Option "Device"      "/dev/input/mice"
  232.  
  233. # When using XQUEUE, comment out the above two lines, and uncomment
  234. # the following line.
  235.  
  236. #    Option "Protocol"  "Xqueue"
  237.  
  238. # Mouse-speed setting for PS/2 mouse.
  239.  
  240. #    Option "Resolution"        "256"
  241.  
  242. # Baudrate and SampleRate are only for some Logitech mice. In
  243. # almost every case these lines should be omitted.
  244.  
  245. #    Option "BaudRate"  "9600"
  246. #    Option "SampleRate"        "150"
  247.  
  248. # Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
  249. # horizontal wheel to buttons 6 & 7.   Change if your mouse has more than
  250. # 3 buttons and you need to map the wheel to different button ids to avoid
  251. # conflicts.
  252.  
  253.     Option "ZAxisMapping"   "4 5 6 7"
  254.  
  255. # Emulate3Buttons is an option for 2-button mice
  256. # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
  257.  
  258. #    Option "Emulate3Buttons"
  259. #    Option "Emulate3Timeout"    "50"
  260.  
  261. # ChordMiddle is an option for some 3-button Logitech mice
  262.  
  263.     Option "ChordMiddle"
  264.  
  265. EndSection
  266.  
  267.  
  268. # **********************************************************************
  269. # Other input device sections
  270. # this is optional and is required only if you
  271. # are using extended input devices.  This is for example only.  Refer
  272. # to the xorg.conf man page for a description of the options.
  273. # **********************************************************************
  274. #
  275. # Section "InputDevice"
  276. #    Identifier  "Mouse2"
  277. #    Driver      "mouse"
  278. #    Option      "Protocol"      "MouseMan"
  279. #    Option      "Device"        "/dev/mouse2"
  280. # EndSection
  281. #
  282. # Section "InputDevice"
  283. #    Identifier "spaceball"
  284. #    Driver     "magellan"
  285. #    Option     "Device"        "/dev/cua0"
  286. # EndSection
  287. #
  288. # Section "InputDevice"
  289. #    Identifier "spaceball2"
  290. #    Driver     "spaceorb"
  291. #    Option     "Device"        "/dev/cua0"
  292. # EndSection
  293. #
  294. # Section "InputDevice"
  295. #    Identifier "touchscreen0"
  296. #    Driver     "microtouch"
  297. #    Option     "Device"        "/dev/ttyS0"
  298. #    Option     "MinX"          "1412"
  299. #    Option     "MaxX"          "15184"
  300. #    Option     "MinY"          "15372"
  301. #    Option     "MaxY"          "1230"
  302. #    Option     "ScreenNumber"  "0"
  303. #    Option     "ReportingMode" "Scaled"
  304. #    Option     "ButtonNumber"  "1"
  305. #    Option     "SendCoreEvents"
  306. # EndSection
  307. #
  308. # Section "InputDevice"
  309. #    Identifier "touchscreen1"
  310. #    Driver     "elo2300"
  311. #    Option     "Device"        "/dev/ttyS0"
  312. #    Option     "MinX"          "231"
  313. #    Option     "MaxX"          "3868"
  314. #    Option     "MinY"          "3858"
  315. #    Option     "MaxY"          "272"
  316. #    Option     "ScreenNumber"  "0"
  317. #    Option     "ReportingMode" "Scaled"
  318. #    Option     "ButtonThreshold"       "17"
  319. #    Option     "ButtonNumber"  "1"
  320. #    Option     "SendCoreEvents"
  321. # EndSection
  322.  
  323. # **********************************************************************
  324. # Monitor section
  325. # **********************************************************************
  326.  
  327. # Any number of monitor sections may be present
  328.  
  329. Section "Monitor"
  330.  
  331.     Identifier  "Mitsubishi Diamond Pro 740 SB"
  332.  
  333. # HorizSync is in kHz unless units are specified.
  334. # HorizSync may be a comma separated list of discrete values, or a
  335. # comma separated list of ranges of values.
  336. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
  337. # USER MANUAL FOR THE CORRECT NUMBERS.
  338.  
  339.     HorizSync   31.5 - 64.3
  340.  
  341. #    HorizSync  30-64         # multisync
  342. #    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
  343. #    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies
  344.  
  345. # VertRefresh is in Hz unless units are specified.
  346. # VertRefresh may be a comma separated list of discrete values, or a
  347. # comma separated list of ranges of values.
  348. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
  349. # USER MANUAL FOR THE CORRECT NUMBERS.
  350.  
  351.     VertRefresh 50-90
  352.  
  353. EndSection
  354.  
  355.  
  356. # **********************************************************************
  357. # Graphics device section
  358. # **********************************************************************
  359.  
  360. # Any number of graphics device sections may be present
  361.  
  362. # Standard VGA Device:
  363.  
  364. Section "Device"
  365.     Identifier  "Standard VGA"
  366.     VendorName  "Unknown"
  367.     BoardName   "Unknown"
  368.  
  369. # The chipset line is optional in most cases.  It can be used to override
  370. # the driver's chipset detection, and should not normally be specified.
  371.  
  372. #    Chipset    "generic"
  373.  
  374. # The Driver line must be present.  When using run-time loadable driver
  375. # modules, this line instructs the server to load the specified driver
  376. # module.  Even when not using loadable driver modules, this line
  377. # indicates which driver should interpret the information in this section.
  378.  
  379.     Driver     "vga"
  380. # The BusID line is used to specify which of possibly multiple devices
  381. # this section is intended for.  When this line isn't present, a device
  382. # section can only match up with the primary video device.  For PCI
  383. # devices a line like the following could be used.  This line should not
  384. # normally be included unless there is more than one video device
  385. # intalled.
  386.  
  387. #    BusID      "PCI:0:10:0"
  388.  
  389. #    VideoRam   256
  390.  
  391. #    Clocks     25.2 28.3
  392.  
  393. EndSection
  394.  
  395. # Device configured by xorgconfig:
  396.  
  397. Section "Device"
  398.     Identifier  "ATI_Radeon_9000"
  399.     Driver      "fglrx"
  400.     #VideoRam    131072
  401.     # Insert Clocks lines here if appropriate
  402. EndSection
  403.  
  404.  
  405. # **********************************************************************
  406. # Screen sections
  407. # **********************************************************************
  408.  
  409. # Any number of screen sections may be present.  Each describes
  410. # the configuration of a single screen.  A single specific screen section
  411. # may be specified from the X server command line with the "-screen"
  412. # option.
  413. Section "Screen"
  414.     Identifier  "Screen 1"
  415.     Device      "ATI Radeon 9000"
  416.     Monitor     "Mitsubishi Diamond Pro 740 SB"
  417.     DefaultDepth 24
  418.  
  419.     Subsection "Display"
  420.         Depth       8
  421.         Modes       "1280x1024" "1024x768" "800x600" "640x480"
  422.         ViewPort    0 0
  423.     EndSubsection
  424.     Subsection "Display"
  425.         Depth       16
  426.         Modes       "1280x1024" "1024x768" "800x600" "640x480"
  427.         ViewPort    0 0
  428.     EndSubsection
  429.     Subsection "Display"
  430.         Depth       24
  431.         Modes       "1280x1024" "1024x768" "800x600" "640x480"
  432.         ViewPort    0 0
  433.     EndSubsection
  434. EndSection
  435.  
  436. # **********************************************************************
  437. # ServerLayout sections.
  438. # **********************************************************************
  439.  
  440. # Any number of ServerLayout sections may be present.  Each describes
  441. # the way multiple screens are organised.  A specific ServerLayout
  442. # section may be specified from the X server command line with the
  443. # "-layout" option.  In the absence of this, the first section is used.
  444. # When now ServerLayout section is present, the first Screen section
  445. # is used alone.
  446.  
  447. Section "ServerLayout"
  448.  
  449. # The Identifier line must be present
  450.     Identifier  "Simple Layout"
  451.  
  452. # Each Screen line specifies a Screen section name, and optionally
  453. # the relative position of other screens.  The four names after
  454. # primary screen name are the screens to the top, bottom, left and right
  455. # of the primary screen.  In this example, screen 2 is located to the
  456. # right of screen 1.
  457.  
  458.     Screen "Screen 1"
  459.  
  460. # Each InputDevice line specifies an InputDevice section name and
  461. # optionally some options to specify the way the device is to be
  462. # used.  Those options include "CorePointer", "CoreKeyboard" and
  463. # "SendCoreEvents".
  464.  
  465.     InputDevice "Mouse1" "CorePointer"
  466.     InputDevice "Keyboard1" "CoreKeyboard"
  467.  
  468. EndSection
  469.  
  470. # Section "DRI"
  471. #    Mode 0666
  472. # EndSection
  473. #

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

fantasy-obligation
fantasy-obligation