Difference between revisions of "Config file /etc/avwizard.conf"
From LinuxMCE
Line 2: | Line 2: | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
+ | |||
<settings><!--This is a comment--> | <settings><!--This is a comment--> | ||
+ | |||
<Title>Orbiter Configuration Wizard 0.1 beta</Title> | <Title>Orbiter Configuration Wizard 0.1 beta</Title> | ||
+ | |||
<Options> | <Options> | ||
+ | |||
<Resolution> | <Resolution> | ||
+ | |||
<Width> | <Width> | ||
+ | |||
640 | 640 | ||
+ | |||
</Width> | </Width> | ||
− | <Height>480</Height> | + | |
− | <Refresh>0</Refresh> | + | <Height> |
+ | |||
+ | 480 | ||
+ | </Height> | ||
+ | |||
+ | <Refresh> | ||
+ | 0 | ||
+ | </Refresh> | ||
</Resolution> | </Resolution> | ||
+ | |||
<MasterVolume> | <MasterVolume> | ||
− | <LowerBound>0</LowerBound> | + | |
− | <UpperBound>0</UpperBound> | + | <LowerBound> |
− | <Value>0</Value> | + | 0 |
+ | </LowerBound> | ||
+ | |||
+ | <UpperBound> | ||
+ | 0 | ||
+ | </UpperBound> | ||
+ | |||
+ | <Value> | ||
+ | 0 | ||
+ | </Value> | ||
+ | |||
</MasterVolume> | </MasterVolume> | ||
+ | |||
</Options> | </Options> | ||
+ | |||
</settings> | </settings> |
Revision as of 11:00, 11 April 2006
This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007. In general any information should apply to LinuxMCE. However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto. |
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<Title>Orbiter Configuration Wizard 0.1 beta</Title>
<Options>
<Resolution>
<Width>
640
</Width>
<Height>
480 </Height>
<Refresh>
0 </Refresh>
</Resolution>
<MasterVolume>
<LowerBound>
0 </LowerBound>
<UpperBound>
0 </UpperBound>
<Value>
0 </Value>
</MasterVolume>
</Options>
</settings>