Advertisement
Guest User

Untitled

a guest
Apr 4th, 2014
67
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 "Default Layout"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" RightOf "Screen0"
  5. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "Files"
  10. ModulePath "/usr/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/X11/misc"
  12. FontPath "/usr/share/fonts/X11/cyrillic"
  13. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  14. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  15. FontPath "/usr/share/fonts/X11/Type1"
  16. FontPath "/usr/share/fonts/X11/100dpi"
  17. FontPath "/usr/share/fonts/X11/75dpi"
  18. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  19. FontPath "built-ins"
  20. EndSection
  21.  
  22. Section "Module"
  23. Load "dbe"
  24. Load "extmod"
  25. Load "dri"
  26. Load "record"
  27. Load "glx"
  28. Load "dri2"
  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" "auto"
  40. Option "Device" "/dev/input/mice"
  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. EndSection
  49.  
  50. Section "Monitor"
  51. Identifier "Monitor1"
  52. VendorName "Monitor Vendor"
  53. ModelName "Monitor Model"
  54. EndSection
  55.  
  56.  
  57.  
  58. Section "Device"
  59. Identifier "Card0"
  60. Driver "radeon"
  61. BusID "PCI:0:1:0"
  62. EndSection
  63.  
  64. Section "Device"
  65. Identifier "Card1"
  66. Driver "nvidia"
  67. BusID "PCI:1:0:0"
  68. EndSection
  69.  
  70.  
  71.  
  72.  
  73. Section "Screen"
  74. Identifier "Screen0"
  75. Device "Card0"
  76. Monitor "Monitor0"
  77. SubSection "Display"
  78. Modes "1440x900"
  79. Depth 24
  80. EndSubSection
  81. EndSection
  82.  
  83. Section "Screen"
  84. Identifier "Screen1"
  85. Device "Card1"
  86. Monitor "Monitor1"
  87. SubSection "Display"
  88. Modes "1024x768"
  89. Depth 24
  90. EndSubSection
  91. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement