Guest
Public paste!

Untitled

By: a guest | Mar 22nd, 2010 | Syntax: None | Size: 0.83 KB | Hits: 70 | Expires: Never
Copy text to clipboard
  1. # Xorg configuration created by system-config-display
  2.  
  3. Section "ServerLayout"
  4.         Identifier     "single head configuration"
  5.         Screen      0  "Screen0" 0 0
  6.         InputDevice    "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "Monitor"
  10.         Identifier      "Configured Monitor"
  11.         HorizSync       31-100
  12. EndSection
  13.  
  14. Section "InputDevice"
  15. # keyboard added by system-config-display
  16.         Identifier  "Keyboard0"
  17.         Driver      "kbd"
  18.         Option      "XkbModel" "pc105+inet"
  19.         Option      "XkbLayout" "us"
  20. EndSection
  21.  
  22. Section "Device"
  23.         Identifier  "Videocard0"
  24.         Driver      "vesa"
  25. EndSection
  26.  
  27. Section "Screen"
  28.         Monitor         "Configured Monitor"
  29.         Identifier "Screen0"
  30.         Device     "Videocard0"
  31.         DefaultDepth     16
  32.         SubSection "Display"
  33.                 Viewport   0 0
  34.                 Depth     24
  35.         EndSubSection
  36.         SubSection "Display"
  37.                 Viewport   0 0
  38.                 Depth     16
  39.         EndSubSection
  40. EndSection