Advertisement
Kossak

xorg.conf

Jul 2nd, 2016
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" LeftOf "Screen0"
  5. EndSection
  6.  
  7. Section "Monitor"
  8. Identifier "Monitor0"
  9. EndSection
  10.  
  11. Section "Monitor"
  12. Identifier "Monitor1"
  13. EndSection
  14.  
  15. Section "Device"
  16. ### Available Driver options are:-
  17. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  18. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  19. ### <percent>: "<f>%"
  20. ### [arg]: arg optional
  21. #Option "Accel" # [<bool>]
  22. #Option "SWcursor" # [<bool>]
  23. #Option "EnablePageFlip" # [<bool>]
  24. #Option "ColorTiling" # [<bool>]
  25. #Option "ColorTiling2D" # [<bool>]
  26. #Option "RenderAccel" # [<bool>]
  27. #Option "SubPixelOrder" # [<str>]
  28. #Option "AccelMethod" # <str>
  29. #Option "EXAVSync" # [<bool>]
  30. #Option "EXAPixmaps" # [<bool>]
  31. #Option "ZaphodHeads" # <str>
  32. #Option "EnablePageFlip" # [<bool>]
  33. #Option "SwapbuffersWait" # [<bool>]
  34. Identifier "Card0"
  35. Driver "radeon"
  36. BusID "PCI:1:0:0"
  37. EndSection
  38.  
  39. Section "Device"
  40. ### Available Driver options are:-
  41. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  42. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  43. ### <percent>: "<f>%"
  44. ### [arg]: arg optional
  45. #Option "Accel" # [<bool>]
  46. #Option "SWcursor" # [<bool>]
  47. #Option "EnablePageFlip" # [<bool>]
  48. #Option "ColorTiling" # [<bool>]
  49. #Option "ColorTiling2D" # [<bool>]
  50. #Option "RenderAccel" # [<bool>]
  51. #Option "SubPixelOrder" # [<str>]
  52. #Option "AccelMethod" # <str>
  53. #Option "EXAVSync" # [<bool>]
  54. #Option "EXAPixmaps" # [<bool>]
  55. #Option "ZaphodHeads" # <str>
  56. #Option "EnablePageFlip" # [<bool>]
  57. #Option "SwapbuffersWait" # [<bool>]
  58. Identifier "Card1"
  59. Driver "radeon"
  60. BusID "PCI:3:0:0"
  61. EndSection
  62.  
  63. Section "Screen"
  64. Identifier "Screen0"
  65. Device "Card0"
  66. Monitor "Monitor0"
  67. EndSection
  68.  
  69. Section "Screen"
  70. Identifier "Screen1"
  71. Device "Card1"
  72. Monitor "Monitor1"
  73. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement