Advertisement
nathanlol5

IMAC G3450S2000

Apr 19th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ##imac-ppc-slot-loader-400-450-xorg.conf#################
  2.  
  3.  
  4.  
  5. #see natgab
  6.  
  7.    1. /etc/X11/xorg.conf (xorg X Window System server configuration file) #
  8.    2. This file was generated by dexconf, the Debian X Configuration tool, using
  9.    3. values from the debconf database. #
  10.    4. Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  11.    5. (Type "man /etc/X11/xorg.conf" at the shell prompt.) #
  12.    6. This file is automatically updated on xserver-xorg package upgrades only
  13.    7. if it has not been modified since the last upgrade of the xserver-xorg
  14.    8. package. #
  15.    9. If you have edited this file but would like it to be automatically updated
  16.   10. again, run the following command:
  17.   11. sudo dpkg-reconfigure -phigh xserver-xorg
  18.  
  19. Section "Files"
  20. FontPath "/usr/share/X11/fonts/misc"
  21. FontPath "/usr/share/X11/cyrillic"
  22. FontPath "/usr/share/X11/100dpi/:unscaled"
  23. FontPath "/usr/share/X11/75dpi/:unscaled"
  24. FontPath "/usr/share/X11/fonts/Type1"
  25. FontPath "/usr/share/X11/fonts/CID"
  26. FontPath "/usr/share/X11/fonts/100dpi"
  27. FontPath "/usr/share/X11/fonts/75dpi" # paths to defoma fonts
  28. FontPath "/var/lib//defoma/x-ttcidfont-conf.d/dirs/TruType"
  29. FontPath "/var/lib//defoma/x-ttcidfont-conf.d/dirs/CID"
  30.  
  31. Section "Module"
  32. Load "GLcore"
  33. Load "i2c"
  34. Load "bitmap"
  35. Load "ddc"
  36. Load "dri"
  37. Load "extmod"
  38. Load "freetype"
  39. Load "glx"
  40. Load "int10"
  41. Load "type1"
  42. Load "vbe"
  43. EndSection
  44.  
  45. Section "InputDevice"
  46. Identifier "Generic Keyboard"
  47. Driver "kbd"
  48. Option "XkbRules" "xorg"
  49. Option "XkbModel" "pc104"
  50. Option "XkbLayout" "us"
  51. EndSection
  52.  
  53. Section "InputDevice"
  54. Identifier "Configured Mouse"
  55. Driver "mouse"
  56. Option "CorePointer"
  57. Option "Device" "/dev/input/mice"
  58. Option "Protocol" "ImPS/2"
  59. Option "Emulate3Buttons" "true"
  60. Option "ZAxisMapping" "4 5"
  61. EndSection
  62.  
  63. Section "Device"
  64. Identifier "ATI Technologies, Inc. Rage 128 PR/PRO (AGP TMDS)"
  65. Driver "ati"
  66. Option "UseFBDev" "true"
  67. EndSection
  68.  
  69. Section "Monitor"
  70. Identifier "iMac"
  71. Option "DPMS"
  72. HorizSync 60-60
  73. VertRefresh 75-117
  74. EndSection
  75.  
  76. Section "Screen"
  77. Identifier "Default Screen"
  78. Device "ATI Technologies, Inc. Rage 128 PR/PRO (AGP TMDS)"
  79. Monitor "iMac"
  80. DefaultDepth 24
  81. SubSection "Display"
  82. Depth 1
  83. Modes "800x600" "640x480"
  84. EndSubSection
  85. SubSection "Display"
  86. Depth 4
  87. Modes "800x600" "640x480"
  88. EndSubSection
  89. SubSection "Display"
  90. Depth 8
  91. Modes "800x600" "640x480"
  92. EndSubSection
  93. SubSection "Display"
  94. Depth 15
  95. Modes "800x600" "640x480"
  96. EndSubSection
  97. SubSection "Display"
  98. Depth 16
  99. Modes "800x600" "640x480"
  100. EndSubSection
  101. SubSection "Display"
  102. Depth 24
  103. Modes "800x600" "640x480"
  104. EndSubSection
  105. EndSection
  106.  
  107. Section "ServerLayout"
  108. Identifier "Default Layout"
  109. Screen "Default Screen"
  110. InputDevice "Generic Keyboard"
  111. InputDevice "Configured Mouse"
  112. EndSection
  113.  
  114. Section "DRI"
  115. Mode 0666
  116. EndSection
  117. ###############end#####################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement