Advertisement
nathanlol5

ImacTest2

May 17th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ######imac-ppc-slot-loader-500-600-700-xorg.conf###########
  2.  
  3.  
  4.  
  5. #ref:
  6.  
  7. # http://ubuntuforums.org/showthread.php?t=191080
  8.  
  9. # /etc/X11/xorg.conf (xorg X Window System server configuration file) #
  10. # This file was generated by dexconf, the Debian X Configuration tool, using
  11. # values from the debconf database. #
  12. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  13. # (Type "man /etc/X11/xorg.conf" at the shell prompt.) #
  14. # This file is automatically updated on xserver-xorg package upgrades only
  15. # if it has not been modified since the last upgrade of the xserver-xorg
  16. # package. #
  17. # If you have edited this file but would like it to be automatically updated
  18. # again, run the following command:
  19. # su dpkg-reconfigure -phigh xserver-xorg
  20.  
  21. Section "Files"
  22. FontPath "/usr/share/X11/fonts/misc"
  23. FontPath "/usr/share/X11/fonts/cyrillic"
  24. FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
  25. FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
  26. FontPath "/usr/share/X11/fonts/Type1"
  27. FontPath "/usr/share/X11/fonts/100dpi"
  28. FontPath "/usr/share/X11/fonts/75dpi"
  29. FontPath "/usr/share/fonts/X11/misc"
  30. # path to defoma fonts
  31. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  32. EndSection
  33.  
  34. Section "Module"
  35. Load "i2c"
  36. Load "bitmap"
  37. Load "ddc"
  38. Load "dri"
  39. Load "extmod"
  40. Load "freetype"
  41. Load "dbe"
  42. Load "glx"
  43. Load "int10"
  44. Load "type1"
  45. Load "vbe"
  46. EndSection
  47.  
  48. Section "InputDevice"
  49. Identifier "Generic Keyboard"
  50. Driver "kbd"
  51. Option "CoreKeyboard"
  52. Option "XkbRules" "xorg"
  53. Option "XkbModel" "pc105"
  54. Option "XkbLayout" "gb"
  55. Option "XkbOptions" "lv3:ralt_switch"
  56. EndSection
  57.  
  58. Section "InputDevice"
  59. Identifier "Configured Mouse"
  60. Driver "mouse"
  61. Option "CorePointer"
  62. Option "Device" "/dev/input/mice"
  63. Option "Protocol" "ExplorerPS/2"
  64. Option "ZAxisMapping" "4 5"
  65. Option "Emulate3Buttons" "true"
  66. EndSection
  67.  
  68. # Section "InputDevice"
  69. # Driver "wacom"
  70. # Identifier "stylus"
  71. # Option "Device" "/dev/wacom"
  72. # Change to
  73. #   1. /dev/input/event
  74. #   2. for USB
  75. #      Option "Type" "stylus"
  76. #      Option "ForceDevice" "ISDV4" # Tablet PC ONLY
  77. #      EndSection
  78.  
  79. # Section "InputDevice"
  80. # Driver "wacom"
  81. # Identifier "eraser"
  82. # Option "Device" "/dev/wacom" # Change to
  83. #   1. /dev/input/event
  84. #   2. for USB
  85. #      Option "Type" "eraser"
  86. #      Option "ForceDevice" "ISDV4" # Tablet PC ONLY
  87. #      EndSection
  88.  
  89. # Section "InputDevice"
  90. # Driver "wacom"
  91. # Identifier "cursor"
  92. # Option "Device" "/dev/wacom" # Change to
  93.  
  94. #   1. /dev/input/event
  95. #   2. for USB
  96. #      Option "Type" "cursor"
  97. #      Option "ForceDevice" "ISDV4" # Tablet PC ONLY
  98. #      EndSection
  99.  
  100. Section "Device"
  101. Identifier "ATI Technologies, Inc. Rage 128 Pro Ultra TR"
  102. Driver "ati"
  103. Option "UseFBDev" "false"
  104. Option "SWcursor" "true"
  105. Option "ForcePCIMode" "true"
  106. Option "XAANoOffscreenPixmaps"
  107. EndSection
  108.  
  109. Section "Monitor"
  110. Identifier "Generic Monitor"
  111. Option "DPMS"
  112. HorizSync 58-62
  113. VertRefresh 75-117
  114. EndSection
  115.  
  116. Section "Screen"
  117. Identifier "Default Screen"
  118. Device "ATI Technologies, Inc. Rage 128 Pro Ultra TR"
  119. Monitor "Generic Monitor"
  120. DefaultDepth 24
  121. SubSection "Display"
  122. Depth 1
  123. Modes "1024x768" "800x600" "640x480"
  124. EndSubSection
  125. SubSection "Display"
  126. Depth 4
  127. Modes "1024x768" "800x600" "640x480"
  128. EndSubSection
  129. SubSection "Display"
  130. Depth 8
  131. Modes "1024x768" "800x600" "640x480"
  132. EndSubSection
  133. SubSection "Display"
  134. Depth 15
  135. Modes "1024x768" "800x600" "640x480"
  136. EndSubSection
  137. SubSection "Display"
  138. Depth 16
  139. Modes "1024x768" "800x600" "640x480"
  140. EndSubSection
  141. SubSection "Display"
  142. Depth 24
  143. Modes "1024x768" "800x600" "640x480"
  144. EndSubSection
  145. EndSection
  146.  
  147. Section "ServerLayout"
  148. Identifier "Default Layout"
  149. Screen "Default Screen"
  150. InputDevice "Generic Keyboard"
  151. InputDevice "Configured Mouse"
  152. #InputDevice "stylus" "SendCoreEvents"
  153. #InputDevice "cursor" "SendCoreEvents"
  154. #InputDevice "eraser" "SendCoreEvents"
  155. Option "AIGLX" "true"
  156. EndSection
  157.  
  158. Section "DRI"
  159. Mode 0666
  160. EndSection
  161.  
  162. Section "Extensions"
  163. Option "Composite" "Enable"
  164. EndSection
  165. ################end#####################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement