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.

ixpict private pastebin - collaborative debugging tool What's a private pastebin?


Posted by ixpict on Sat 2 May 14:41
report abuse | download | new post

  1. Section "Module"
  2.     Load        "dbe"   # Double buffer extension
  3.     SubSection  "extmod"
  4.       Option    "omit xfree86-dga"   # don't initialise the DGA extension
  5.     EndSubSection
  6.     Load        "type1"
  7.     Load        "freetype"
  8.     Load       "glx"
  9.     Load       "dri"
  10.  
  11. EndSection
  12.  
  13. Section "Files"
  14.     FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
  15.     FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/misc"
  16.     FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/75dpi"
  17.     FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"
  18.     FontPath "/usr/X11R6/lib/X11/fonts/win-font"
  19.     FontPath   "/usr/local/lib/X11/fonts/misc/"
  20.     FontPath   "/usr/local/lib/X11/fonts/TTF/"
  21.     FontPath   "/usr/local/lib/X11/fonts/OTF"
  22.     FontPath   "/usr/local/lib/X11/fonts/Type1/"
  23.     FontPath   "/usr/local/lib/X11/fonts/100dpi/"
  24.     FontPath   "/usr/local/lib/X11/fonts/75dpi/"
  25.     FontPath   "/usr/local/lib/X11/fonts/local/"
  26.  
  27. EndSection
  28.  
  29.  
  30. Section "ServerFlags"
  31.  
  32. EndSection
  33.  
  34.  
  35. Section "InputDevice"
  36.     Identifier  "Keyboard1"
  37.     Driver      "kbd"
  38.     Option "AutoRepeat" "500 30"
  39.     Option      "Xleds"      "1 2 3"
  40.     Option "XkbRules"   "xorg"
  41.     Option "XkbModel"   "pc105"
  42.     Option "XkbLayout"  "us,ru(winkeys)"
  43.     Option "XkbOptions" "grp:caps_toggle"
  44.  
  45. EndSection
  46. Section "InputDevice"
  47.     Identifier  "Mouse1"
  48.     Driver      "mouse"
  49.     Option "Protocol"    "Auto" # Auto detect
  50.     Option "Device"      "/dev/sysmouse"
  51.     Option "ZAxisMapping"   "4 5"
  52. EndSection
  53.  
  54.  
  55.  
  56. Section "Monitor"
  57.     Identifier  "Acer P221W x"
  58.     #HorizSync   31-50
  59.     #VertRefresh 41-90
  60.     Option      "DPMS"
  61. EndSection
  62.  
  63.  
  64. Section "Device"
  65.     Identifier  "GeForce 5700"
  66.     BusID           "PCI:1:0:0"
  67.     Driver     "radeon"
  68. EndSection
  69.  
  70.  
  71.  
  72.  
  73. Section "Screen"
  74.     Identifier  "Default Screen"
  75.     Device      "GeForce 5700"
  76.     Monitor     "Acer P221W x"
  77.     DefaultDepth 24
  78.     Subsection "Display"
  79.         Depth       24
  80.         Modes       "1680x1050"
  81.         ViewPort    0 0
  82.     EndSubsection
  83. EndSection
  84.  
  85.  
  86. Section "ServerLayout"
  87.  
  88.     Identifier  "Simple Layout"
  89.     Screen "Default Screen"
  90.     InputDevice "Mouse1" "CorePointer"
  91.     InputDevice "Keyboard1" "CoreKeyboard"
  92.  
  93. EndSection
  94.  
  95.  Section "DRI"
  96.     Mode 0666
  97. 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