Advertisement
Guest User

xorg.conf imac g3

a guest
Jun 26th, 2013
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Section "Device"
  2. Identifier "ATI Technologies Inc Rage 128"
  3. Driver "r128"
  4. Option "NoInt10" "true"
  5. Option "CCEusecTimeout" "100000"
  6. Option "UseFBDev" "false"
  7. Option "XAANoOffscreenPixmaps"
  8. Option "SWcursor" "true"
  9. EndSection
  10.  
  11. Section "Module"
  12. Load "i2c"
  13. Load "ddc"
  14. Load "dri"
  15. Load "dri2"
  16. Load "record"
  17. Load "extmod"
  18. Load "freetype"
  19. Load "type1"
  20. EndSection
  21.  
  22. Section "DRI"
  23. Mode 0666
  24. EndSection
  25.  
  26. Section "Monitor"
  27. Identifier "iMac"
  28. VendorName "iMac"
  29. ModelName "Monitor Model"
  30. Option "DPMS"
  31. HorizSync 58-62
  32. VertRefresh 75-117
  33. EndSection
  34.  
  35. Section "Screen"
  36. Identifier "Default Screen"
  37. Device "ATI Technologies Inc Rage 128"
  38. Monitor "iMac"
  39. DefaultDepth 24
  40. Subsection "Display"
  41. Depth 16
  42. Modes "1024x768" "800x600" "640x480"
  43. EndSubSection
  44. SubSection "Display"
  45. Depth 24
  46. Modes "1024x768" "800x600" "640x480"
  47. EndSubSection
  48. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement