Advertisement
Guest User

xorg.conf for imac G3 linux

a guest
Dec 23rd, 2011
902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. # xorg.conf for iMac G3 350MHz (blueberry)
  2. #
  3. # http://agentoss.wordpress.com
  4.  
  5.  
  6. # uncomment these only if using non-hotplug (evdev) drivers
  7. #Section "ServerFlags"
  8. # Option "AutoAddDevices" "false"
  9. # Option "DontZap" "false"
  10. # Option "DontZoom" "false"
  11. #EndSection
  12.  
  13. Section "ServerLayout"
  14. Identifier "X.org Configured"
  15. Screen 0 "Screen0" 0 0
  16. InputDevice "Mouse0" "CorePointer"
  17. InputDevice "Keyboard0" "CoreKeyboard"
  18. EndSection
  19.  
  20. Section "Files"
  21. ModulePath "/usr/lib/xorg/modules"
  22. FontPath "/usr/share/fonts/X11/misc"
  23. FontPath "/usr/share/fonts/X11/cyrillic"
  24. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  25. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  26. FontPath "/usr/share/fonts/X11/Type1"
  27. FontPath "/usr/share/fonts/X11/100dpi"
  28. FontPath "/usr/share/fonts/X11/75dpi"
  29. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  30. FontPath "built-ins"
  31. EndSection
  32.  
  33. Section "Module"
  34. Load "i2c"
  35. # Load "bitmap"
  36. Load "ddc"
  37. Load "dri"
  38. # Disable "dri"
  39. Load "dri2"
  40. Load "record"
  41. Load "extmod"
  42. Load "freetype"
  43. # Load "dbe"
  44. # Load "glx"
  45. # Load "int10"
  46. Load "type1"
  47. # Load "vbe"
  48. EndSection
  49.  
  50. # this section will be ignored since we use evdev automatic detection
  51. Section "InputDevice"
  52. Identifier "Keyboard0"
  53. Driver "kbd"
  54. EndSection
  55.  
  56. # this section will be ignored since we use evdev automatic detection
  57. Section "InputDevice"
  58. Identifier "Mouse0"
  59. Driver "mouse"
  60. Option "Protocol" "auto"
  61. Option "Device" "/dev/input/mice"
  62. Option "ZAxisMapping" "4 5 6 7"
  63. EndSection
  64.  
  65. # this is where we specify our keyboard settings
  66. # for an Apple keyboard
  67. Section "InputClass"
  68. Identifier "Keyboard Defaults"
  69. MatchIsKeyboard "yes"
  70. Option "XkbModel" "pc105"
  71. # change layout here
  72. Option "XkbLayout" "fr"
  73. Option "XkbVariant" "mac"
  74. Option "XkbOptions" "lv3:rwin_switch,lv3:lwin_switch,terminate:ctrl_alt_bksp,srvrkeys:none"
  75.  
  76. # special key combinations :
  77. # pipe (|) : Shift-Apple-L
  78. # [ : Shift-Apple-(
  79. # ] : Shift-Apple-)
  80. # { : Apple-(
  81. # } : Apple-)
  82. # tilde (~) : Shift-Apple-N
  83. # Antislash (\) : Shift-Apple-:
  84. EndSection
  85.  
  86.  
  87. Section "Monitor"
  88. # Supports 1024x768@75, 800x600@94, 640x480@116
  89. Identifier "Monitor0"
  90. VendorName "iMac"
  91. ModelName "Monitor Model"
  92. Option "DPMS"
  93. HorizSync 58-62
  94. VertRefresh 75-117
  95. # 1024x768 @ 75.00 Hz (GTF) hsync: 60.15 kHz; pclk: 81.80 MHz
  96. # Modeline "1024x768_75.00" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync
  97.  
  98. # ModeLine "1024x768" 78.75 1024 1044 1140 1328 768 781 784 820 +hsync +vsync
  99. # ModeLine "800x600" 62.40 800 821 901 1040 600 609 612 644 +hsync +vsync
  100. # Modeline "640x480" 49.90 640 657 721 832 480 481 484 514 +hsync +vsync
  101. EndSection
  102.  
  103. Section "Device"
  104. ### Available Driver options are:-
  105. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  106. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  107. ### <percent>: "<f>%"
  108. ### [arg]: arg optional
  109. #Option "NoAccel" # [<bool>]
  110. #Option "Dac6Bit" # [<bool>]
  111. #Option "Dac8Bit" # [<bool>]
  112. #Option "ForcePCIMode" # [<bool>]
  113. #Option "CCEPIOMode" # [<bool>]
  114. #Option "CCENoSecurity" # [<bool>]
  115. #Option "AGPMode" # <i>
  116. #Option "AGPSize" # <i>
  117. #Option "RingSize" # <i>
  118. #Option "BufferSize" # <i>
  119. #Option "EnablePageFlip" # [<bool>]
  120. #Option "Display" # <str>
  121. #Option "PanelWidth" # <i>
  122. #Option "PanelHeight" # <i>
  123. #Option "ProgramFPRegs" # [<bool>]
  124. #Option "UseFBDev" # [<bool>]
  125. #Option "VideoKey" # <i>
  126. #Option "ShowCache" # [<bool>]
  127. #Option "VGAAccess" # [<bool>]
  128. Identifier "Card0"
  129. Driver "r128"
  130. BusID "PCI:0:16:0"
  131. Option "NoInt10" "true"
  132. Option "CCEusecTimeout" "100000"
  133. Option "UseFBDev" "false"
  134. Option "XAANoOffscreenPixmaps" "true"
  135. Option "SWcursor" "false"
  136. Option "DMAForXv" "true"
  137. EndSection
  138.  
  139. Section "Screen"
  140. Identifier "Screen0"
  141. Device "Card0"
  142. Monitor "Monitor0"
  143. DefaultDepth 24
  144. SubSection "Display"
  145. Viewport 0 0
  146. Depth 24
  147. Modes "1024x768" "800x600" "640x480"
  148. EndSubSection
  149. EndSection
  150.  
  151. Section "Extensions"
  152. Option "Composite" "Enable"
  153. EndSection
  154.  
  155. Section "DRI"
  156. Mode 0666
  157. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement