Advertisement
kevjonesin

imac450_xorg-conf

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