home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / sax / profile / Radeon_DualHead_DriverOptions < prev    next >
Text File  |  2006-11-29  |  1KB  |  28 lines

  1. # /.../
  2. # profile to setup the second channel on a
  3. # radeon based dual head card
  4. # ---------------------------
  5. SaXMeta -> [X] ->  SAX_NO_CDB_CHECK = 1
  6.  
  7. $Modes  = Screen  -> [X] -> Depth -> 16 -> Modes
  8. $Hsync  = Monitor -> [X] -> HorizSync
  9. $Vsync  = Monitor -> [X] -> VertRefresh
  10. $Vendor = Monitor -> [X] -> VendorName
  11. $Model  = Monitor -> [X] -> ModelName
  12.  
  13. Device  -> [X] -> Option = SaXDualHead
  14.  
  15. Device  -> [X] -> Raw -> 20 -> Option = "MergedFB" "yes"
  16. Device  -> [X] -> Raw -> 21 -> Option = "IgnoreEDID" "yes"
  17. Device  -> [X] -> Raw -> 22 -> Option = "CRT2Position" "Clone"
  18. Device  -> [X] -> Raw -> 23 -> Option = "SaXDualOrientation" "LeftOf"
  19. Device  -> [X] -> Raw -> 24 -> Option = "SaXDualMode" "Clone"
  20. Device  -> [X] -> Raw -> 25 -> Option = "SaXDualMonitorVendor" "${Vendor}"
  21. Device  -> [X] -> Raw -> 26 -> Option = "SaXDualMonitorModel" "${Model}"
  22. Device  -> [X] -> Raw -> 28 -> Option = "CRT2HSync" "${Hsync}"
  23. Device  -> [X] -> Raw -> 29 -> Option = "CRT2VRefresh" "${Vsync}"
  24. Device  -> [X] -> Raw -> 30 -> Option = "MetaModes" "${Modes[0]},${Modes[0]}"
  25. Device  -> [X] -> Raw -> 31 -> Option = "SaXDualHSync" "${Hsync}"
  26. Device  -> [X] -> Raw -> 32 -> Option = "SaXDualVSync" "${Vsync}"
  27. Device  -> [X] -> Raw -> 33 -> Option = "SaXDualResolution" "${Modes[0]}"
  28.