pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

pastebin - collaborative debugging tool View Help


Posted by Roberto Ataide on Tue 4 Mar 17:32
report abuse | download | new post

  1. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg
  16.  
  17. Section "Files"
  18.         FontPath        "/usr/share/X11/fonts/misc"
  19.         FontPath        "/usr/share/X11/fonts/cyrillic"
  20.         FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
  21.         FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
  22.         FontPath        "/usr/share/X11/fonts/Type1"
  23.         FontPath        "/usr/share/X11/fonts/100dpi"
  24.         FontPath        "/usr/share/X11/fonts/75dpi"
  25.         FontPath        "/usr/share/fonts/X11/misc"
  26.         # path to defoma fonts
  27.         FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  28. EndSection
  29.  
  30. Section "Module"
  31.         Load    "i2c"
  32.         Load    "bitmap"
  33.         Load    "ddc"
  34.         Load    "dri"
  35.         Load    "extmod"
  36.         Load    "freetype"
  37.         Load    "glx"
  38.         Load    "int10"
  39.         Load    "type1"
  40.         Load    "vbe"
  41. EndSection
  42.  
  43. Section "InputDevice"
  44.         Identifier      "Generic Keyboard"
  45.         Driver          "kbd"
  46.         Option          "CoreKeyboard"
  47.         Option          "XkbRules"      "xorg"
  48.         Option          "XkbModel"      "pc105"
  49.         Option          "XkbLayout"     "us"
  50.         Option          "XkbOptions"    "lv3:ralt_switch"
  51. EndSection
  52.  
  53. Section "InputDevice"
  54.         Identifier      "Configured Mouse"
  55.         Driver          "mouse"
  56.         Option          "CorePointer"
  57.         Option          "Device"                "/dev/input/mice"
  58.         Option          "Protocol"              "ExplorerPS/2"
  59.         Option          "ZAxisMapping"          "4 5"
  60.         Option          "Emulate3Buttons"       "true"
  61. EndSection
  62.  
  63. Section "InputDevice"
  64.   Driver        "wacom"
  65.   Identifier    "stylus"
  66.   Option        "Device"        "/dev/wacom"          # Change to
  67.                                                       # /dev/input/event
  68.                                                       # for USB
  69.   Option        "Type"          "stylus"
  70.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  71. EndSection
  72.  
  73. Section "InputDevice"
  74.   Driver        "wacom"
  75.   Identifier    "eraser"
  76.   Option        "Device"        "/dev/wacom"          # Change to
  77.                                                       # /dev/input/event
  78.                                                       # for USB
  79.   Option        "Type"          "eraser"
  80.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  81. EndSection
  82.  
  83. Section "InputDevice"
  84.   Driver        "wacom"
  85.   Identifier    "cursor"
  86.   Option        "Device"        "/dev/wacom"          # Change to
  87.                                                       # /dev/input/event
  88.                                                       # for USB
  89.   Option        "Type"          "cursor"
  90.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  91. EndSection
  92.  
  93.  
  94.  
  95.  
  96.  
  97. Section "ServerLayout"
  98.         Identifier     "X.org Configured"
  99.         Screen      0  "Screen0" 0 0
  100.         Screen      1  "Screen1" RightOf "Screen0"
  101.         Screen      2  "Screen2" RightOf "Screen1"
  102.         Screen      3  "Screen3" RightOf "Screen2"
  103.         Screen      4  "Screen4" RightOf "Screen3"
  104.         InputDevice    "Configured Mouse" "CorePointer"
  105.         InputDevice    "Generic Keyboard" "CoreKeyboard"
  106. EndSection
  107.  
  108.  
  109.  
  110.  
  111.  
  112. Section "Monitor"
  113.         Identifier   "Monitor0"
  114.         VendorName   "Monitor Vendor"
  115.         ModelName    "Monitor Model"
  116. EndSection
  117.  
  118. Section "Monitor"
  119.         Identifier   "Monitor1"
  120.         VendorName   "Monitor Vendor"
  121.         ModelName    "Monitor Model"
  122. EndSection
  123.  
  124. Section "Monitor"
  125.         Identifier   "Monitor2"
  126.         VendorName   "Monitor Vendor"
  127.         ModelName    "Monitor Model"
  128. EndSection
  129.  
  130. Section "Monitor"
  131.         Identifier   "Monitor3"
  132.         VendorName   "Monitor Vendor"
  133.         ModelName    "Monitor Model"
  134. EndSection
  135.  
  136. Section "Monitor"
  137.         Identifier   "Monitor4"
  138.         VendorName   "Monitor Vendor"
  139.         ModelName    "Monitor Model"
  140. EndSection
  141.  
  142. Section "Device"
  143.         ### Available Driver options are:-
  144.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  145.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  146.         ### [arg]: arg optional
  147.         #Option     "accel"                     # [<bool>]
  148.         #Option     "crt_display"               # [<bool>]
  149.         #Option     "composite_sync"            # [<bool>]
  150.         #Option     "hw_cursor"                 # [<bool>]
  151.         #Option     "linear"                    # [<bool>]
  152.         #Option     "force_pci_mode"            # [<bool>]
  153.         #Option     "dma_mode"                  # <str>
  154.         #Option     "agp_mode"                  # <i>
  155.         #Option     "agp_size"                  # <i>
  156.         #Option     "local_textures"            # [<bool>]
  157.         #Option     "buffer_size"               # <i>
  158.         #Option     "tv_out"                    # [<bool>]
  159.         #Option     "tv_standard"               # <str>
  160.         #Option     "mmio_cache"                # [<bool>]
  161.         #Option     "test_mmio_cache"           # [<bool>]
  162.         #Option     "panel_display"             # [<bool>]
  163.         #Option     "probe_clocks"              # [<bool>]
  164.         #Option     "reference_clock"           # <freq>
  165.         #Option     "shadow_fb"                 # [<bool>]
  166.         #Option     "sw_cursor"                 # [<bool>]
  167.         #Option     "AccelMethod"               # <str>
  168.         #Option     "RenderAccel"               # [<bool>]
  169.         Identifier  "Card0"
  170.         Driver      "ati"
  171.         VendorName  "ATI"
  172.         BoardName   "Rage XL"
  173.         ChipSet     "ati"
  174.         ChipId      0x4752
  175.         ChipRev     0x27
  176.         BusID       "PCI:2:0:0"
  177. EndSection
  178.  
  179. Section "Device"
  180.         ### Available Driver options are:-
  181.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  182.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  183.         ### [arg]: arg optional
  184.         #Option     "accel"                     # [<bool>]
  185.         #Option     "crt_display"               # [<bool>]
  186.         #Option     "composite_sync"            # [<bool>]
  187.         #Option     "hw_cursor"                 # [<bool>]
  188.         #Option     "linear"                    # [<bool>]
  189.         #Option     "force_pci_mode"            # [<bool>]
  190.         #Option     "dma_mode"                  # <str>
  191.         #Option     "agp_mode"                  # <i>
  192.         #Option     "agp_size"                  # <i>
  193.         #Option     "local_textures"            # [<bool>]
  194.         #Option     "buffer_size"               # <i>
  195.         #Option     "tv_out"                    # [<bool>]
  196.         #Option     "tv_standard"               # <str>
  197.         #Option     "mmio_cache"                # [<bool>]
  198.         #Option     "test_mmio_cache"           # [<bool>]
  199.         #Option     "panel_display"             # [<bool>]
  200.         #Option     "probe_clocks"              # [<bool>]
  201.         #Option     "reference_clock"           # <freq>
  202.         #Option     "shadow_fb"                 # [<bool>]
  203.         #Option     "sw_cursor"                 # [<bool>]
  204.         #Option     "AccelMethod"               # <str>
  205.         #Option     "RenderAccel"               # [<bool>]
  206.         Identifier  "Card1"
  207.         Driver      "ati"
  208.         VendorName  "ATI"
  209.         BoardName   "Rage XL"
  210.         ChipSet     "ati"
  211.         ChipId      0x4752
  212.         ChipRev     0x27
  213.         BusID       "PCI:2:1:0"
  214. EndSection
  215.  
  216. Section "Device"
  217.         ### Available Driver options are:-
  218.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  219.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  220.         ### [arg]: arg optional
  221.         #Option     "accel"                     # [<bool>]
  222.         #Option     "crt_display"               # [<bool>]
  223.         #Option     "composite_sync"            # [<bool>]
  224.         #Option     "hw_cursor"                 # [<bool>]
  225.         #Option     "linear"                    # [<bool>]
  226.         #Option     "force_pci_mode"            # [<bool>]
  227.         #Option     "dma_mode"                  # <str>
  228.         #Option     "agp_mode"                  # <i>
  229.         #Option     "agp_size"                  # <i>
  230.         #Option     "local_textures"            # [<bool>]
  231.         #Option     "buffer_size"               # <i>
  232.         #Option     "tv_out"                    # [<bool>]
  233.         #Option     "tv_standard"               # <str>
  234.         #Option     "mmio_cache"                # [<bool>]
  235.         #Option     "test_mmio_cache"           # [<bool>]
  236.         #Option     "panel_display"             # [<bool>]
  237.         #Option     "probe_clocks"              # [<bool>]
  238.         #Option     "reference_clock"           # <freq>
  239.         #Option     "shadow_fb"                 # [<bool>]
  240.         #Option     "sw_cursor"                 # [<bool>]
  241.         #Option     "AccelMethod"               # <str>
  242.         #Option     "RenderAccel"               # [<bool>]
  243.         Identifier  "Card2"
  244.         Driver      "ati"
  245.         VendorName  "ATI"
  246.         BoardName   "Rage XL"
  247.         ChipSet     "ati"
  248.         ChipId      0x4752
  249.         ChipRev     0x27
  250.         BusID       "PCI:2:2:0"
  251. EndSection
  252.  
  253. Section "Device"
  254.         ### Available Driver options are:-
  255.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  256.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  257.         ### [arg]: arg optional
  258.         #Option     "accel"                     # [<bool>]
  259.         #Option     "crt_display"               # [<bool>]
  260.         #Option     "composite_sync"            # [<bool>]
  261.         #Option     "hw_cursor"                 # [<bool>]
  262.         #Option     "linear"                    # [<bool>]
  263.         #Option     "force_pci_mode"            # [<bool>]
  264.         #Option     "dma_mode"                  # <str>
  265.         #Option     "agp_mode"                  # <i>
  266.         #Option     "agp_size"                  # <i>
  267.         #Option     "local_textures"            # [<bool>]
  268.         #Option     "buffer_size"               # <i>
  269.         #Option     "tv_out"                    # [<bool>]
  270.         #Option     "tv_standard"               # <str>
  271.         #Option     "mmio_cache"                # [<bool>]
  272.         #Option     "test_mmio_cache"           # [<bool>]
  273.         #Option     "panel_display"             # [<bool>]
  274.         #Option     "probe_clocks"              # [<bool>]
  275.         #Option     "reference_clock"           # <freq>
  276.         #Option     "shadow_fb"                 # [<bool>]
  277.         #Option     "sw_cursor"                 # [<bool>]
  278.         #Option     "AccelMethod"               # <str>
  279.         #Option     "RenderAccel"               # [<bool>]
  280.         Identifier  "Card3"
  281.         Driver      "ati"
  282.         VendorName  "ATI"
  283.         BoardName   "Rage XL"
  284.         ChipSet     "ati"
  285.         ChipId      0x4752
  286.         ChipRev     0x27
  287.         BusID       "PCI:2:3:0"
  288. EndSection
  289.  
  290. Section "Device"
  291.         ### Available Driver options are:-
  292.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  293.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  294.         ### [arg]: arg optional
  295.         #Option     "VBEModes"                  # [<bool>]
  296.         #Option     "NoAccel"                   # [<bool>]
  297.         #Option     "AccelMethod"               # <str>
  298.         #Option     "HWCursor"                  # [<bool>]
  299.         #Option     "SWCursor"                  # [<bool>]
  300.         #Option     "ShadowFB"                  # [<bool>]
  301.         #Option     "Rotate"                    # [<str>]
  302.         #Option     "VideoRAM"                  # <i>
  303.         #Option     "ActiveDevice"              # [<str>]
  304.         #Option     "LCDDualEdge"               # [<bool>]
  305.         #Option     "BusWidth"                  # [<str>]
  306.         #Option     "Center"                    # [<bool>]
  307.         #Option     "PanelSize"                 # [<str>]
  308.         #Option     "ForcePanel"                # [<bool>]
  309.         #Option     "TVDotCrawl"                # [<bool>]
  310.         #Option     "TVDeflicker"               # <i>
  311.         #Option     "TVType"                    # [<str>]
  312.         #Option     "TVOutput"                  # [<str>]
  313.         #Option     "DisableVQ"                 # [<bool>]
  314.         #Option     "DRIXINERAMA"               # [<bool>]
  315.         #Option     "DisableIRQ"                # [<bool>]
  316.         #Option     "EnableAGPDMA"              # [<bool>]
  317.         #Option     "NoAGPFor2D"                # [<bool>]
  318.         #Option     "NoXVDMA"                   # [<bool>]
  319.         #Option     "ExaNoComposite"            # [<bool>]
  320.         Identifier  "Card4"
  321.         Driver      "via"
  322.         VendorName  "Unknown Vendor"
  323.         BoardName   "Unknown Board"
  324.         BusID       "PCI:1:0:0"
  325. EndSection
  326.  
  327. Section "Screen"
  328.         Identifier "Screen0"
  329.         Device     "Card0"
  330.         Monitor    "Monitor0"
  331.         SubSection "Display"
  332.                 Viewport   0 0
  333.                 Depth     1
  334.         EndSubSection
  335.         SubSection "Display"
  336.                 Viewport   0 0
  337.                 Depth     4
  338.         EndSubSection
  339.         SubSection "Display"
  340.                 Viewport   0 0
  341.                 Depth     8
  342.                 Modes           "640x480"
  343.         EndSubSection
  344.         SubSection "Display"
  345.                 Viewport   0 0
  346.                 Depth     15
  347.                 Modes           "640x480"
  348.         EndSubSection
  349.         SubSection "Display"
  350.                 Viewport   0 0
  351.                 Depth     16
  352.                 Modes           "640x480"
  353.         EndSubSection
  354.         SubSection "Display"
  355.                 Viewport   0 0
  356.                 Depth     24
  357.                 Modes           "640x480"
  358.         EndSubSection
  359. EndSection
  360.  
  361. Section "Screen"
  362.         Identifier "Screen1"
  363.         Device     "Card1"
  364.         Monitor    "Monitor1"
  365.         SubSection "Display"
  366.                 Viewport   0 0
  367.                 Depth     1
  368.         EndSubSection
  369.         SubSection "Display"
  370.                 Viewport   0 0
  371.                 Depth     4
  372.         EndSubSection
  373.         SubSection "Display"
  374.                 Viewport   0 0
  375.                 Depth     8
  376.                 Modes           "640x480"
  377.         EndSubSection
  378.         SubSection "Display"
  379.                 Viewport   0 0
  380.                 Depth     15
  381.                 Modes           "640x480"
  382.         EndSubSection
  383.         SubSection "Display"
  384.                 Viewport   0 0
  385.                 Depth     16
  386.                 Modes           "640x480"
  387.         EndSubSection
  388.         SubSection "Display"
  389.                 Viewport   0 0
  390.                 Depth     24
  391.                 Modes           "640x480"
  392.         EndSubSection
  393. EndSection
  394.  
  395. Section "Screen"
  396.         Identifier "Screen2"
  397.         Device     "Card2"
  398.         Monitor    "Monitor2"
  399.         SubSection "Display"
  400.                 Viewport   0 0
  401.                 Depth     1
  402.         EndSubSection
  403.         SubSection "Display"
  404.                 Viewport   0 0
  405.                 Depth     4
  406.         EndSubSection
  407.         SubSection "Display"
  408.                 Viewport   0 0
  409.                 Depth     8
  410.                 Modes           "640x480"
  411.         EndSubSection
  412.         SubSection "Display"
  413.                 Viewport   0 0
  414.                 Depth     15
  415.                 Modes           "640x480"
  416.         EndSubSection
  417.         SubSection "Display"
  418.                 Viewport   0 0
  419.                 Depth     16
  420.                 Modes           "640x480"
  421.         EndSubSection
  422.         SubSection "Display"
  423.                 Viewport   0 0
  424.                 Depth     24
  425.                 Modes           "640x480"
  426.         EndSubSection
  427. EndSection
  428.  
  429. Section "Screen"
  430.         Identifier "Screen3"
  431.         Device     "Card3"
  432.         Monitor    "Monitor3"
  433.         SubSection "Display"
  434.                 Viewport   0 0
  435.                 Depth     1
  436.         EndSubSection
  437.         SubSection "Display"
  438.                 Viewport   0 0
  439.                 Depth     4
  440.         EndSubSection
  441.         SubSection "Display"
  442.                 Viewport   0 0
  443.                 Depth     8
  444.                 Modes           "640x480"
  445.         EndSubSection
  446.         SubSection "Display"
  447.                 Viewport   0 0
  448.                 Depth     15
  449.                 Modes           "640x480"
  450.         EndSubSection
  451.         SubSection "Display"
  452.                 Viewport   0 0
  453.                 Depth     16
  454.                 Modes           "640x480"
  455.         EndSubSection
  456.         SubSection "Display"
  457.                 Viewport   0 0
  458.                 Depth     24
  459.                 Modes           "640x480"
  460.         EndSubSection
  461. EndSection
  462.  
  463. Section "Screen"
  464.         Identifier "Screen4"
  465.         Device     "Card4"
  466.         Monitor    "Monitor4"
  467.         SubSection "Display"
  468.                 Viewport   0 0
  469.                 Depth     1
  470.         EndSubSection
  471.         SubSection "Display"
  472.                 Viewport   0 0
  473.                 Depth     4
  474.         EndSubSection
  475.         SubSection "Display"
  476.                 Viewport   0 0
  477.                 Depth     8
  478.                 Modes           "640x480"
  479.         EndSubSection
  480.         SubSection "Display"
  481.                 Viewport   0 0
  482.                 Depth     15
  483.                 Modes           "640x480"
  484.         EndSubSection
  485.         SubSection "Display"
  486.                 Viewport   0 0
  487.                 Depth     16
  488.                 Modes           "640x480"
  489.         EndSubSection
  490.         SubSection "Display"
  491.                 Viewport   0 0
  492.                 Depth     24
  493.                 Modes           "640x480"
  494.         EndSubSection
  495. EndSection

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post