Advertisement
Guest User

Untitled

a guest
Nov 9th, 2010
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. # Xorg configuration created by system-config-display
  2.  
  3. Section "ServerLayout"
  4. Identifier "single head configuration"
  5. Screen 0 "Screen0" 0 0
  6. Screen "Screen1" RightOf "Screen0"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. # Virtual 2384 768
  9. EndSection
  10.  
  11. Section "InputDevice"
  12. # keyboard added by rhpxl
  13. Identifier "Keyboard0"
  14. Driver "kbd"
  15. Option "XkbModel" "pc105+inet"
  16. Option "XkbLayout" "us"
  17. EndSection
  18.  
  19. Section "Device"
  20. Identifier "Videocard0"
  21. Driver "radeon"
  22. Option "monitor-VGA-0" "mon0"
  23.  
  24. EndSection
  25. Section "Device"
  26. Identifier "Videocard1"
  27. Driver "radeon"
  28. option "monitor-DVI-0" "mon1"
  29. EndSection
  30.  
  31.  
  32. Section "Monitor"
  33. Identifier "mon0"
  34. EndSection
  35.  
  36. Section "Monitor"
  37. Identifier "mon1"
  38. Option "RightOf" "mon0"
  39. EndSection
  40.  
  41. Section "Screen"
  42. Identifier "Screen0"
  43. Device "Videocard0"
  44. Monitor "mon0"
  45. DefaultDepth 24
  46. SubSection "Display"
  47. Depth 24
  48. Modes "1024x768"
  49. EndSubSection
  50. EndSection
  51. Section "Screen"
  52. Identifier "Screen1"
  53. Device "Videocard1"
  54. Monitor "mon1"
  55. DefaultDepth 24
  56. SubSection "Display"
  57. Depth 24
  58. Modes "1360x768"
  59. EndSubSection
  60. EndSection
  61. #Section "ServerFlags"
  62. #Option "DontZap" "false"
  63. #EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement