daily pastebin goal
41%
SHARE
TWEET

mary

a guest Jun 9th, 2010 68 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.         Identifier     "X.org Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Mouse0" "CorePointer"
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9.         ModulePath   "/usr/lib/xorg/modules"
  10.         FontPath     "/usr/share/fonts/X11/misc"
  11.         FontPath     "/usr/share/fonts/X11/cyrillic"
  12.         FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  13.         FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  14.         FontPath     "/usr/share/fonts/X11/Type1"
  15.         FontPath     "/usr/share/fonts/X11/100dpi"
  16.         FontPath     "/usr/share/fonts/X11/75dpi"
  17.         FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  18.         FontPath     "built-ins"
  19. EndSection
  20.  
  21. Section "Module"
  22.         Load  "dri"
  23.         Load  "dbe"
  24.         Load  "glx"
  25.         Load  "dri2"
  26.         Load  "extmod"
  27.         Load  "record"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31.         Identifier  "Keyboard0"
  32.         Driver      "kbd"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36.         Identifier  "Mouse0"
  37.         Driver      "mouse"
  38.         Option      "Protocol" "auto"
  39.         Option      "Device" "/dev/input/mice"
  40.         Option      "ZAxisMapping" "4 5 6 7"
  41. EndSection
  42.  
  43. Section "Monitor"
  44.         Identifier   "Monitor0"
  45.         VendorName   "MAG"
  46.         ModelName    "LT916S"
  47.         Modeline "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
  48. EndSection
  49.  
  50. Section "Device"
  51.         ### Available Driver options are:-
  52.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  53.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  54.         ### [arg]: arg optional
  55.         #Option     "NoAccel"                   # [<bool>]
  56.         #Option     "SWcursor"                  # [<bool>]
  57.         #Option     "Dac6Bit"                   # [<bool>]
  58.         #Option     "Dac8Bit"                   # [<bool>]
  59.         #Option     "DMAForXv"                  # [<bool>]
  60.         #Option     "ForcePCIMode"              # [<bool>]
  61.         #Option     "CCEPIOMode"                # [<bool>]
  62.         #Option     "CCENoSecurity"             # [<bool>]
  63.         #Option     "CCEusecTimeout"            # <i>
  64.         #Option     "AGPMode"                   # <i>
  65.         #Option     "AGPSize"                   # <i>
  66.         #Option     "RingSize"                  # <i>
  67.         #Option     "BufferSize"                # <i>
  68.         #Option     "EnablePageFlip"            # [<bool>]
  69.         #Option     "Display"                   # <str>
  70.         #Option     "PanelWidth"                # <i>
  71.         #Option     "PanelHeight"               # <i>
  72.         #Option     "ProgramFPRegs"             # [<bool>]
  73.         #Option     "UseFBDev"                  # [<bool>]
  74.         #Option     "VideoKey"                  # <i>
  75.         #Option     "ShowCache"                 # [<bool>]
  76.         #Option     "VGAAccess"                 # [<bool>]
  77.         Identifier  "Card0"
  78.         #Driver      "r128"
  79.         Driver       "radeon"
  80.         VendorName  "ATI Technologies Inc"
  81.         BoardName   "Rage 128 Pro Ultra TR"
  82.         BusID       "PCI:1:0:0"
  83. EndSection
  84.  
  85. Section "Screen"
  86.         Identifier "Screen0"
  87.         Device     "Card0"
  88.         Monitor    "Monitor0"
  89.         SubSection "Display"
  90.                 Viewport   0 0
  91.                 Depth     1
  92.         EndSubSection
  93.         SubSection "Display"
  94.                 Viewport   0 0
  95.                 Depth     4
  96.         EndSubSection
  97.         SubSection "Display"
  98.                 Viewport   0 0
  99.                 Depth     8
  100.         EndSubSection
  101.         SubSection "Display"
  102.                 Viewport   0 0
  103.                 Depth     15
  104.         EndSubSectiony
  105.         SubSection "Display"
  106.                 Viewport   0 0
  107.                 Depth     16
  108.         EndSubSection
  109.         SubSection "Display"
  110.                 Viewport   0 0
  111.                 Depth     24
  112.                 Modes "1024x768" "800x600" "640x480"
  113.         EndSubSection
  114. EndSection
RAW Paste Data
Top