Guest User

chrisjrob

a guest
Nov 7th, 2011
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  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 "catalogue:/etc/X11/fontpath.d"
  11. FontPath "built-ins"
  12. EndSection
  13.  
  14. Section "Module"
  15. Load "record"
  16. Load "dbe"
  17. Load "dri"
  18. Load "glx"
  19. Load "dri2"
  20. Load "extmod"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24. Identifier "Keyboard0"
  25. Driver "kbd"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Mouse0"
  30. Driver "mouse"
  31. Option "Protocol" "auto"
  32. Option "Device" "/dev/input/mice"
  33. Option "ZAxisMapping" "4 5 6 7"
  34. EndSection
  35.  
  36. Section "Monitor"
  37. Identifier "VGA"
  38. Option "PreferredMode" "1024x768"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. Identifier "LVDS"
  43. Option "Ignore" "true"
  44. EndSection
  45.  
  46. Section "Monitor"
  47. Identifier "VGA2"
  48. Option "PreferredMode" "1024x768"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "LVDS2"
  53. Option "Ignore" "true"
  54. EndSection
  55.  
  56. Section "Device"
  57. Identifier "Card0"
  58. Driver "intel"
  59. Option "monitor-VGA1" "VGA"
  60. Option "monitor-LVDS1" "LVDS"
  61. BusID "PCI:0:2:0"
  62. EndSection
  63.  
  64. Section "Device"
  65. Identifier "Card1"
  66. Driver "intel"
  67. Option "monitor-VGA2" "VGA2"
  68. Option "monitor-LVDS2" "LVDS2"
  69. BusID "PCI:0:2:1"
  70. EndSection
  71.  
  72. Section "Screen"
  73. Identifier "Screen0"
  74. Device "Card0"
  75. Monitor "VGA"
  76. SubSection "Display"
  77. Viewport 0 0
  78. Depth 16
  79. Modes "1024x768"
  80. EndSubSection
  81. EndSection
Advertisement
Add Comment
Please, Sign In to add comment