Advertisement
Guest User

Untitled

a guest
May 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1.  
  2.  
  3. Section "ServerLayout"
  4. Identifier "Multihead layout"
  5. Screen 0 "Screen0"
  6. Screen 1 "Screen1" RightOf "Screen0"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "Keyboard1" "CoreKeyboard"
  9. Option "Xinerama" "on"
  10. Option "Clone" "off" b
  11. EndSection
  12.  
  13. Section "InputDevice"
  14. Identifier "Keyboard0"
  15. Driver "kbd"
  16. Option "XkbModel" "pc105"
  17. Option "XkbLayout" "us+inet"
  18. EndSection
  19.  
  20. Section "Monitor"
  21. Identifier "Monitor0"
  22. VendorName "Monitor Vendor"
  23. ModelName "LCD Panel 1024x768"
  24. HorizSync 31.5 - 48.0
  25. VertRefresh 56.0 - 65.0
  26. Option "dpms"
  27. EndSection
  28.  
  29. Section "Device"
  30. Identifier "Videocard0"
  31. Driver "radeon"
  32. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement