Share Pastebin
Guest
Public paste!

e4ea

By: a guest | Nov 16th, 2007 | Syntax: None | Size: 1.75 KB | Hits: 165 | Expires: Never
Copy text to clipboard
  1. Section "ServerLayout"
  2.         Identifier   "X.org Configured"
  3.         Screen       0 "Screen0" 0 0
  4.         InputDevice  "Mouse0"    "CorePointer"
  5.         InputDevice  "Keyboard0" "CoreKeyboard"
  6.         Option       "StandbyTime" "1"
  7. EndSection
  8.  
  9. Section "Files"
  10.         RgbPath      "/usr/X11R6/share/X11/rgb"
  11.         ModulePath   "/usr/X11R6/lib/modules"
  12.         FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
  13.         FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
  14.         FontPath     "/usr/X11R6/lib/X11/fonts/OTF"
  15.         FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
  16.         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
  17.         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
  18. EndSection
  19.  
  20. Section "Module"
  21.         Load  "GLcore"
  22.         Load  "dbe"
  23.         Load  "extmod"
  24.         Load  "glx"
  25.         Load  "record"
  26.         Load  "xtrap"
  27.         Load  "freetype"
  28.         Load  "type1"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32.         Identifier  "Keyboard0"
  33.         Driver      "kbd"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37.         Identifier  "Mouse0"
  38.         Driver      "mouse"
  39.         Option      "Protocol" "wsmouse"
  40.         Option      "Device" "/dev/wsmouse"
  41.         Option      "ZAxisMapping" "4 5 6 7"
  42. EndSection
  43.  
  44. Section "Monitor"
  45.         Identifier   "Monitor0"
  46.         VendorName   "Monitor Vendor"
  47.         ModelName    "Monitor Model"
  48.         # 1920x1200 @ 60Hz
  49.         Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync
  50.         HorizSync    28.0 - 96.0
  51.         VertRefresh  43.0 - 60.0
  52.         Option      "DPMS"
  53. EndSection
  54.  
  55. Section "Device"
  56.         Identifier  "Card0"
  57.         Driver      "nv"
  58.         VendorName  "nVidia Corporation"
  59.         BoardName   "GeForce Go 7900 GS"
  60.         BusID       "PCI:1:0:0"
  61. EndSection
  62.  
  63. Section "Screen"
  64.         Identifier "Screen0"
  65.         Device     "Card0"
  66.         Monitor    "Monitor0"
  67.         Defaultdepth 16
  68.         SubSection "Display"
  69.                 Viewport   0 0
  70.                 Depth     16
  71.                 Modes     "1920x1200"
  72.         EndSubSection
  73. EndSection