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
/
Intel_DualHead_DriverOptions
< prev
next >
Wrap
Text File
|
2006-11-29
|
1KB
|
27 lines
# /.../
# profile to setup the second channel on an
# intel based dual head card
# ---------------------------
SaXMeta -> [X] -> SAX_NO_CDB_CHECK = 1
$Modes = Screen -> [X] -> Depth -> 16 -> Modes
$Hsync = Monitor -> [X] -> HorizSync
$Vsync = Monitor -> [X] -> VertRefresh
$Vendor = Monitor -> [X] -> VendorName
$Model = Monitor -> [X] -> ModelName
Device -> [X] -> Option = SaXDualHead
Device -> [X] -> Raw -> 20 -> Option = "MonitorLayout" "[MONITORLAYOUT]"
Device -> [X] -> Raw -> 21 -> Option = "SaXDualMode" "Clone"
Device -> [X] -> Raw -> 22 -> Option = "Clone" "yes"
Device -> [X] -> Raw -> 23 -> Option = "SaXDualOrientation" "LeftOf"
Device -> [X] -> Raw -> 24 -> Option = "SaXDualHSync" "${Hsync}"
Device -> [X] -> Raw -> 25 -> Option = "SaXDualVSync" "${Vsync}"
Device -> [X] -> Raw -> 26 -> Option = "SaXDualResolution" "${Modes[0]}"
Device -> [X] -> Raw -> 27 -> Option = "SaXDualMonitorVendor" "${Vendor}"
Device -> [X] -> Raw -> 28 -> Option = "SaXDualMonitorModel" "${Model}"
Device -> [X] -> Raw -> 29 -> Option = "SecondMonitorHorizSync" "${Hsync}"
Device -> [X] -> Raw -> 30 -> Option = "SecondMonitorVertRefresh" "${Vsync}"
Device -> [X] -> Raw -> 31 -> Option = "MetaModes" "${Modes[0]}-${Modes[0]}"