Advertisement
Guest User

Andrea Franceschini

a guest
Mar 12th, 2009
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Main Layout"
  3. Screen 0 "aticonfig-Screen[0]-0" 0 0
  4. Screen "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
  5. InputDevice "cursor" "SendCoreEvents"
  6. InputDevice "stylus" "SendCoreEvents"
  7. InputDevice "eraser" "SendCoreEvents"
  8. EndSection
  9.  
  10. Section "Files"
  11. FontPath "/usr/share/fonts/misc"
  12. FontPath "/usr/share/fonts/Type1"
  13. FontPath "/usr/share/fonts/100dpi"
  14. FontPath "/usr/share/fonts/75dpi"
  15. FontPath "/usr/local/share/fonts"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "extmod"
  20. Load "dri"
  21. Load "record"
  22. Load "xtrap"
  23. Load "GLcore"
  24. Load "dbe"
  25. Load "glx"
  26. Load "freetype"
  27. EndSection
  28.  
  29. Section "ServerFlags"
  30. Option "blank time" "10" # 10 minutes
  31. Option "standby time" "20"
  32. Option "suspend time" "30"
  33. Option "off time" "60"
  34. Option "Xinerama" "on"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38. Identifier "cursor"
  39. Driver "wacom"
  40. Option "Device" "/dev/input/wacom"
  41. Option "Type" "cursor"
  42. Option "USB" "on"
  43. Option "Mode" "Relative"
  44. Option "Vendor" "WACOM"
  45. Option "ZAxisMapping" "4 5"
  46. Option "Buttons" "5"
  47. Option "Suppress" "0"
  48. Option "RawFilter" "0"
  49. Option "TopX" "0"
  50. Option "TopY" "0"
  51. Option "BottomX" "10210" # 10206
  52. Option "BottomY" "7422"
  53. Option "SendCoreEvents"
  54. EndSection
  55.  
  56. Section "InputDevice"
  57. Identifier "stylus"
  58. Driver "wacom"
  59. Option "Device" "/dev/input/wacom"
  60. Option "Type" "stylus"
  61. Option "USB" "on"
  62. Option "Mode" "Absolute"
  63. Option "Vendor" "WACOM"
  64. Option "TopX" "0"
  65. Option "TopY" "0"
  66. Option "BottomX" "10210" # 10206
  67. Option "BottomY" "7422"
  68. Option "SendCoreEvents"
  69. Option "Screen_No" "0"
  70. EndSection
  71.  
  72. Section "InputDevice"
  73. Identifier "eraser"
  74. Driver "wacom"
  75. Option "Device" "/dev/input/wacom"
  76. Option "Type" "eraser"
  77. Option "USB" "on"
  78. Option "Mode" "Absolute"
  79. Option "Vendor" "WACOM"
  80. Option "TopX" "0"
  81. Option "TopY" "0"
  82. Option "BottomX" "10210" # 10206
  83. Option "BottomY" "7422"
  84. Option "SendCoreEvents"
  85. Option "Screen_No" "0"
  86. EndSection
  87.  
  88. Section "Monitor"
  89. Identifier "aticonfig-Monitor[0]-0"
  90. Option "VendorName" "ATI Proprietary Driver"
  91. Option "ModelName" "Generic Autodetecting Monitor"
  92. Option "DPMS" "true"
  93. EndSection
  94.  
  95. Section "Monitor"
  96. Identifier "aticonfig-Monitor[0]-1"
  97. Option "VendorName" "ATI Proprietary Driver"
  98. Option "ModelName" "Generic Autodetecting Monitor"
  99. Option "DPMS" "true"
  100. EndSection
  101.  
  102. Section "Device"
  103. Identifier "aticonfig-Device[0]-0"
  104. Driver "fglrx"
  105. BusID "PCI:1:0:0"
  106. EndSection
  107.  
  108. Section "Device"
  109. Identifier "aticonfig-Device[0]-1"
  110. Driver "fglrx"
  111. BusID "PCI:1:0:0"
  112. Screen 1
  113. EndSection
  114.  
  115. Section "Screen"
  116. Identifier "aticonfig-Screen[0]-0"
  117. Device "aticonfig-Device[0]-0"
  118. Monitor "aticonfig-Monitor[0]-0"
  119. DefaultDepth 24
  120. SubSection "Display"
  121. Viewport 0 0
  122. Depth 24
  123. EndSubSection
  124. EndSection
  125.  
  126. Section "Screen"
  127. Identifier "aticonfig-Screen[0]-1"
  128. Device "aticonfig-Device[0]-1"
  129. Monitor "aticonfig-Monitor[0]-1"
  130. DefaultDepth 24
  131. SubSection "Display"
  132. Viewport 0 0
  133. Depth 24
  134. EndSubSection
  135. EndSection
  136.  
  137. Section "DRI"
  138. Mode 0666
  139. EndSection
  140.  
  141. Section "Extensions"
  142. Option "Composite" "Enable"
  143. EndSection
  144.  
  145.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement