xboxscene.org forums

Author Topic: Xbmp Resolution  (Read 27 times)

bobbyblaze

  • Archived User
  • Full Member
  • *
  • Posts: 124
Xbmp Resolution
« on: May 23, 2003, 05:46:00 AM »

Hi guys! biggrin.gif

Don't shoot me because I have done a search but that has only raised more questions so I'll keep it simple.

I have a PAL Xbox and use XBMP 2.3. I use a 16:9 screen and wanted to know  how to set XBMP to widescreen and PAL resolution. I don;t think it automatically detects this from the dash(???). I have scaled down a lot of my images to 720x480 and the XBOX autoscales these to 720x576 as it is outputing PAL, but how do I set the default resolution to 720x576 and use higher native resolution pictures. I know it has to do with the config.xml and skin.xml files but what fo I have to change? I know i have to insert a line into config.xml but I don't know where to put it. Can any of you kind folks help another xbox brother? Really appreciate it if someone who has done this can help.

Anyway, thanks for reading and a double big thanks for replying beerchug.gif

Cheers all!
Logged

mingwingming

  • Archived User
  • Full Member
  • *
  • Posts: 149
Xbmp Resolution
« Reply #1 on: May 23, 2003, 04:33:00 AM »

Heres what ya looking for,  dont know if you can just add this to your Config.xml  or if you will need a newer CVS..

   
   
   
   
   
   
   
   
   <resolution>4</resolution>

goodluck
mingwing
Logged

bobbyblaze

  • Archived User
  • Full Member
  • *
  • Posts: 124
Xbmp Resolution
« Reply #2 on: May 23, 2003, 06:44:00 AM »

Thanks for the assistance amigo! I'm off to try this now. beerchug.gif
Logged

no.7

  • Archived User
  • Full Member
  • *
  • Posts: 154
Xbmp Resolution
« Reply #3 on: May 23, 2003, 09:11:00 AM »

ok, heres my problem.

i move my xbox between 4:3 and 16:9 tv`s.
And use m$ dash to play DVD.

Therefore i change the widescreen settings in M$ dash.

But if i set it to widescreen, i only get the error that its not supported in the skin.
I did this one weekend when i didnt have a pc, and since i have XBMP as dash, i couldnt watch my rented DVDs ....

i have it set to autodetect:
   
   
   
   
   
   
   
   
   <resolution>1</resolution>

what do i need to change in the skin.xml?, and isnt there an easier way when using both 4:3 and 16:9 tv`s
skin.xml:
<skin>
 <mode>
   <widescreen>false</widescreen>
   <resolution>720x480</resolution>
   <default>true</default>

   <control>
     <description>Large low-alpha top-left caption</description>
     <position>2,2</position>
    </control>

   <control>
     <description>Button panel on left</description>
     <position>32,96</position>
    </control>

   <control>
     <description>Cover control (view by icon)</description>
     <position>208,80</position>
    </control>

   <control>
     <description>List control (view by list)</description>
     <position>208,96</position>
     <dimensions>660,11</dimensions>
    </control>

   <control>
     <description>List text label</description>
     <dimensions>320,NULL</dimensions>
    </control>

   <control>
     <description>Video preview on lower-left</description>
     <position>32,325</position>
    </control>

   <control>
     <description>Album preview on lower-left</description>
     <position>16,350</position>
    </control>

   <control>
     <description>Large video preview in screen settings</description>
     <position>245,96</position>
    </control>

   <control>
     <description>Start caption in home screen</description>
     <position>118,120</position>
   </control>

   <OSD>
     <description>On Screen Display (OSD)</description>
     <position>100,100</position>
     <outline>40,100</outline>
     <menu>100,130</menu>
     <option>350,NULL</option>
     <headingcolor>0XFFFFFFFF</headingcolor>
     <itemcolorselected>0xffffff00</itemcolorselected>
     <itemcolor>0xFFFFFFFF</itemcolor>
     <fontheight>23</fontheight>
   </OSD>

   <subtitle>
     <description>Truetype subtitle parameters</description>
     <position>360,460</position>
     <fontheight>23</fontheight>
     <color>0XFFFFFFFF</color>
   </subtitle>

      <colors>
            <color_a>0xFFFFFFFF</color_a>
            <color_b>0xFFB2D4F5</color_b>
            <color_c>0xFFFFFFFF</color_c>
            <color_subs>0XFFFFFFFF</color_subs>
            <color_shad>0xFF000000</color_shad>
      </colors>
 </mode>
 <mode>

   <widescreen>true</widescreen>
   <resolution>720x480</resolution>
   <default>false</default>

   <control>
     <description>Large low-alpha top-left caption</description>
     <position>2,4</position>
    </control>

   <control>
     <description>Button panel on left</description>
     <position>20,70</position>
    </control>

   <control>
     <description>Cover control (view by icon)</description>
     <position>192,80</position>
    </control>

   <control>
     <description>List control (view by list)</description>
     <position>192,70</position>
     <dimensions>720,11</dimensions>
    </control>

   <control>
     <description>List text label</description>
     <dimensions>530,NULL</dimensions>
    </control>

   <control>
     <description>Video preview on lower-left</description>
     <position>20,325</position>
    </control>

   <control>
     <description>Album preview on lower-left</description>
     <position>0,350</position>
    </control>

   <control>
     <description>Large video preview in screen settings</description>
     <position>200,70</position>
    </control>

   <control>
     <description>Start caption in home screen</description>
     <position>140,90</position>
   </control>

   <OSD>
     <description>On Screen Display (OSD)</description>
     <position>100,100</position>
     <outline>40,100</outline>
     <menu>100,130</menu>
     <option>350,NULL</option>
     <headingcolor>0XFFFFFFFF</headingcolor>
     <itemcolorselected>0xffffff00</itemcolorselected>
     <itemcolor>0xFFFFFFFF</itemcolor>
     <fontheight>23</fontheight>
   </OSD>

   <subtitle>
     <description>Truetype subtitle parameters</description>
     <position>360,460</position>
     <fontheight>23</fontheight>
     <color>0XFFFFFFFF</color>
   </subtitle>

   <colors>
     <color_a>0xFFFFFFFF</color_a>
     <color_b>0xFFB2D4F5</color_b>
     <color_c>0xFFFFFFFF</color_c>
     <color_subs>0XFFFFFFFF</color_subs>
     <color_shad>0xFF000000</color_shad>
   </colors>
 </mode>

 <mode>

   <widescreen>false</widescreen>
   <resolution>720x576</resolution>
   <default>false</default>

   <control>
     <description>Large low-alpha top-left caption</description>
     <position>2,2</position>
    </control>

   <control>
     <description>Button panel on left</description>
     <position>32,100</position>
    </control>

   <control>
     <description>Cover control (view by icon)</description>
     <position>208,86</position>
    </control>

   <control>
     <description>List control (view by list)</description>
     <position>208,96</position>
     <dimensions>712,14</dimensions>
    </control>

   <control>
     <description>List text label</description>
     <dimensions>320,NULL</dimensions>
    </control>

   <control>
     <description>Video preview on lower-left</description>
     <position>32,426</position>
    </control>

   <control>
     <description>Album preview on lower-left</description>
     <position>18,450</position>
    </control>

   <control>
     <description>Large video preview in screen settings</description>
     <position>245,100</position>
    </control>

   <control>
     <description>Start caption in home screen</description>
     <position>118,200</position>
    </control>

   <OSD>
     <description>On Screen Display (OSD)</description>
     <position>100,100</position>
     <outline>40,100</outline>
     <menu>100,130</menu>
     <option>350,NULL</option>
     <headingcolor>0xFFB2D4F5</headingcolor>
     <itemcolorselected>0xFFB2D4F5</itemcolorselected>
     <itemcolor>0xFFFFFFFF</itemcolor>
     <fontheight>23</fontheight>
   </OSD>

   <subtitle>
     <description>Truetype subtitle parameters</description>
     <position>360,460</position>
     <fontheight>23</fontheight>
     <color>0XFFFFFFFF</color>
   </subtitle>

  <colors>
     <color_a>0xFFFFFFFF</color_a>
     <color_b>0xFFB2D4F5</color_b>
     <color_c>0xFFFFFFFF</color_c>
     <color_subs>0XFFFFFFFF</color_subs>
     <color_shad>0xFF000000</color_shad>
   </colors>

 </mode>

</skin>

Logged