cnq77f

Jan 05 2009

PAL NTSC HDTV switch?

Filed under: xn--cnq77f.com

  • hey all

    wouldnt it be great to be able to switch between pal and ntsc with a click (and reboot). :d

    i think this was implemented in xbmp. the thing is, when i only use the remote, i cant change pal/ntsc mode with enigmah because it needs "a" or "b" to be pressed.... :(

    switch in xbmc would be great.


  • you do realise you just wrote a classical use case don't you gamester? ;)


  • i'm not sure if this is currently possible, but it would be great to be able to run the gui in 720p so the fonts are large enough and the rss feed and music visualizations run smoothly and at the same time run the vides in 1080i. my tv produces a nasty white line in the middle of the screen when it upconverts 720p, which it doesn't do natively, to 1080i. thanks! ;)


  • had my chipped xbox a while, but yesterday was fiddling around and managed to switch my xbox video out so now although i can still hear it, i can't see any video out. please help me!

    how do i get it back to being useable????

    it's a japanese ntsc xbox, but i plug it into my pal tv in uk. the tv can display ntsc though, so didn't expect to get this problem.@edtremaine, please respect that your off-topic post do not belong in this thread nor in these forums, (you're using xbmp, not xbmc. ps! you should find your answer here (link) (http://www.xboxmediaplayer.de/cgi-bin/ib31/ikonboard.cgi?act=st;f=2;t=4688) :hmm:


  • yes awesome idea


  • when i go into my settings, it is not allowing me to change my resolution from ntsc to anything else.... anyone have ideas?

    -mickelonis


  • :bump:
    i am in favor of this one as well.
    it should be possible i think ?

    :o


  • so you like running the gui in a low resolution rather than 720p???

    why not just run everything in 720p?


  • had my chipped xbox a while, but yesterday was fiddling around and managed to switch my xbox video out so now although i can still hear it, i can't see any video out. please help me!

    how do i get it back to being useable????

    it's a japanese ntsc xbox, but i plug it into my pal tv in uk. the tv can display ntsc though, so didn't expect to get this problem.


  • hi

    not sure how many of you switch between pal and ntsc mode but when you do you have to reset the user interface resolution each time.

    my request is to suggest a setting for both pal and ntsc on user interface->resolution screen (as build 2004-06-03). so when rebooting you get the region setting automatically. or, so as not to change the skin, just have a place in settings.xml for each regions resolution.

    i use enigmah to change region - maybe xmbc could do this also, but i guess this would require a skin change.

    thanks
    seism


  • this would be handy for those of us using multiple displays. my wife has the kids watching movies all day on our 52" non hd set, and when i get home i switch to my 90" hd projector. i have to not only switch cords, but switch resolution and digital audio. if there were a way to easily switch resolutions my wife could switch it back in the morning. (we can't use the projector in the daytime, too bright) even a suggestion of an xml edit to correspond to a remote key would help, as i have a jp1 interface to program my remote to match.


  • ok, i understand... :(


    keep up the good work! :d


  • well not 100% the same as the suggestions in this thread i think it's close enough to put it in here:

    what i would like to see is that if xbmc detects that i have a hi-def cable plugged in it will automatically switch to widescreen and the highest possible hd resolution, otherwise it stays in the current settings (which for me would be 4:3 ntsc).

    normally i use my xbox on my tv (pal 4:3 but capable of ntsc), but occasionaly i switch my output cable to hi-def for using my projector (not for gaming but for xbmc).
    then i have to go to ms-dashboard to switch to widescreen, reset my xbox using my controller (can't use the remote for that) and then start xbmc, and switch it back to 4:3 when i return to my rgb cable.
    i rather have it stay in 4:3 all the time, but when running xbmc with the hidef cable have it switch to widescreen (the xbox already takes my others settings like 480p/720p).

    so no region switching.. but only screen ratio switching.

    i'm sure its implementable.. the question is.. am i the only one needing this? :)


  • i too have precisely the same annoyance and would love to see a feature like this :kickass:


  • map a button to toggle gui(480p/720p/1080)
    this way we don't have to exit all the way to the main page>settings>appearance> gui
    when we want to play a 720p file in hd.


  • eeproms do not like to be written to. it will eventually fry rendering your xbox useless. i would not recommend writing to it on a daily basis!exacly, which is why i suggested that if a developer ever adds support for it then a test would be performed before writing to the eeprom even once*
    btw, spiff is right about general use too, i think the xbox eeprom has a 1000-writes limitation-rating so switching every-day can never be recommend,
    (so if a switch ever gets implemted into xbmc then you should only use it for when you permanently switch display, say ex. when you buy a new tv). *


    *ok i understand that a restart is not needed to write to the eeprom however my idea/suggestion is a little more complexed than that:
    *what i'm trying to conway is; what if a 'test' could be preformed before xbmc writes to the actual eeprom in order to find out if the users tv support that specific selected video-mode, (because as you know an eeprom does have a writting limit plus you do not want to take a too big of a risk in messing it up). so what i suggest to is something like this; use cherry's videomode code (link) (http://www.xboxmediacenter.com/downloads/source/xbox/videomode.zip) to patch the eeprom mirror that was loaded into the persistent (ram) memory area at boot (thus writting to actual eeprom chip is not needed for this test) and because that code require a restart of a/the xbe start a other executable called ex 'videomode.xbe' that will display a short demo (and a message) on the users tv in the new video-mode that will show/prove to the user that his/hers tv support and can display that specific video-mode, *....hell, an extention on this test/feature would be to then put the actual code and option that do write to the eeprom chip into the 'videomode.xbe' instead of the main xbmc xbe (and thus make it easier for developers to debug if needed), so if the user do get a picture 'videomode.xbe' in the new video mode then he will see the message to confirm (plus see the 10 second countdown-timer) and if he press yes (should default to no) then code inside 'videomode.xbe' write that video-mode to the eeprom chip, however if the user do not get a picture then he/she will only have to wait for the 10 seconds timeout to run out which will (depending how the developer choose to choose to code this part); cause the 'videomode.xbe' to either reboot (thus restoring the original video mode as the new mode was only written to ram) or alternativly re-patch the eeprom mirror in ram (not the eeprom chip) to previous video-mode and then launch xbmc without reboot.


    so exampel on my concept is a little bit different but more fool-proof (less risky):

    1. *information on the screen (in xbmc) before regarding which video modes do what, and why you might want to switch mode.

    2. *when user select one will get a message (still in xbmc with information as to what you will see on the following screen if everything goes correct, and information as to what to do if you don't see it (will be a timeout as well as a simple button press). option here with 'proceed' or 'cancel'.

    3. if user press 'proceed' in step 2 then xbmc will first patch the eeprom mirror that's in the persistent (ram) memory area to the selected video-mode (thus not yet writting anything to the actual eeprom chip) and then launch 'videomode.xbe'.

    4. 'videomode.xbe' starts and give a message "do you see this screen and text" (with demo running in background, plus maybe music or someone speaking/reading the same message so user don't think the xbox has hung) and present two options 'confirm change' or 'cancel change', plus a 10-second countdown timer running.

    5a. if the user press 'confirm change' then code inside 'videomode.xbe' will write that video-mode into that xbox eeprom chip.

    5b. if the user instead press 'cancel change' or wait until the timer runs out then code inside 'videomode.xbe' will (depending how the developers code it) either reboot (thus restoring the original video mode as the new mode was only written to ram) or alternativly re-patch the eeprom mirror in ram (not the eeprom chip) to the prevvious video-mode and launch xbmc without reboot.


    @developers; just fyi; nkpatcher v10 (link) (http://www.xbox-scene.com/xbox1data/sep/eepfazzyfalozqifja.php) has been release with it's full source code, incuding a virtual eeprom feature,
    ....maybe code can be used from it and together with cherry's videomode code (http://www.xboxmediacenter.com/downloads/source/xbox/videomode.zip) to realize my suggested scenerio above?

    ps! @jmarshall, can you please upload the info/code you have on writting to the eeprom chip to .it so that we can then share it?


  • excellent idea... i modded my avip and videoconnector in a way that i can select displaymodes via remotecontrol before starting the xbox without having to plug/unplug anything. but after switching back to yuv xbmc always starts in 480p instead of 1080i, so this would definetly be a great feature :thumbsup:


  • i second that. i have a 4:3 hdtv. movies look great in 1080i (my tv does a mode switch) but the ui is very hard to see at this resolution.


  • yes, this was in xbmp. however, we found it caused too many problems, as users who don't know what they're doing switch it and then find they have no video. this causes support nightmares.

    until a way can be done to autoswitch it back reliably, we won't implement any eeprom writing stuff - it's far too problematic.


  • :p thats how we (or jmarshall) is planning on inplementing it


  • can we put in the xbmc access to the video parameters that can easily be adjusted as in avalaunch's setting. *these are very use full w/ eprom write back func. all in one spot.


  • i switch my tv aspect ratio and hd setup quite a bit and i think it would help quite a bit if i could do this with something other than the m$ dash. if xbmc could allow me to enable(disable) the widescreen or 720 or 1080i modes that would be awesome!


  • first off, i know that what i want is a huge ask but really i just wanna know if this is possible........ (please don't flame, if you don't think its xbmc related then just say so!)

    i have recently purchased an x2vga+ to output my xbox onto a vga monitor whilst still being able to watch the tv. on occasion however i would also like to output the xbox onto the tv (coz the screens much bigger).

    ok, ok, ok i hear you all chanting, "use the composite out on the x2vga+ adapter", but........ i live in the uk and my tele is pal so will only display the ntsc signal that the x2vga outputs in a flickery black and white.

    so basically what i have to do is power on the xbox launch xbmc, run the enigmah video selector, change to pal and reboot, which is fine but....

    things would be so much easier if i had a choice of what video region is used based on the video mode selected by the avip connector. is xbmc capable of doing this?

    is the any intention of integrating a video switcher into xbmc?

    comments gratefully appreciated.


  • what about that patch code from cherry that unleashx and nexgen are using?


  • eeeeh? :blush:

    don't understand the question


  • Maybe someone could 'just' make a small xbe program with a matching .cfg file (or xml) which only purpose is to quickly preforms a video-mode switching on the EEPROM in RAM before launching a specific xbe, ...so kind of like what Team-XBMC's shortcut tool (http://www.xboxmediacenter.com/wiki/index.php?title=As_a_Dashboard#Option_1_-_Using_the_Team_XBMC_Shortcut.xbe_.28Recommended.2 9) (source code available in the SVN (https://svn.sourceforge.net/svnroot/xbmc/trunk/XBMC/tools/ShortcutXBE/)) does but with the addition of on-the-fly video-mode switching (of the EEPROM shadow RAM copy only). That way users could always use that xbe to launch XBMC in the wanted video-mode each time, maybe even add an option to edit that cfg (or xml) file from XBMC settings in the GUI. (The source code from nkpatcher (http://www.xbox-scene.com/xbox1data/sep/EEpFAZZyFAlOzQiFJa.php) and/or cherry's videomode code could possible be of help, more information here (http://xguides.xbox-scene.com/tikiwiki/tiki-index.php?page=nkpatcher10))
    E:AppsXBMCdefault.xbe
    ntsc
    720pBad idea?


  • ok cool :) just a another thought then, which i actually corrected in my own previous post. if the timer is set to a too long time some stressed user might get nervous to quickly and hit the hard-reset button before the autoswitchback is effective and end up with a xbox that is set to the wrong mode... maybe 10 secs?
    keep in mind that a reboot (hardware reset, or is it software reset?) is needed in order to change the video mode so what should have to happen is; first the user will have to change to an 'advanced' mode i xbmc settings to even see the option to switch the video mode, then when select say ntsc-m when in pal mode a big fat warning(!!!) message will pop-up saying someting "are you sure what you are doing?! this will change the video mode from pal to ntsc-m, you should only do this if you're using xbmc as your dashboard, if you press yes (selection will be defaulted to no) then the xbox will reboot and once xbmc starts you will be given 10 seconds to confirm the change, if you do not get a picture on your tv do not touch any buttons, simply leave it as once the 10 seconds runs out by itself the xbox will reboot and reset itself to the previos video mode (pal). note! team-xbmc take no responsibility if you choose to use this video mode switch, it may seriously mess up your xbox permenently!, you use at your own risk"

    ps! as you can see by my suggestion above 10 second idea is not a good idea if you're not using xbmc as your bootup dashboard!

    an alternative idea to the 10 second timeout is an idea that i personaly favour and that is to patch the eeprom/bios in memory to the selected video mode then startup a other .xbe (maybe demo like the xbmc credits and a test stating the video mode) that comes with xbmc which will show for 10 seconds during and thus the user will see if his tv can handle that video mode, after those 10 seconds the user will be given the option to set that video mode or cancel. ps! @devs, yes this should be possible via the videomode switch source code from cherry (link) (http://www.xboxmediacenter.com/downloads/source/xbox/videomode.zip) that unleashx uses to switch pal <=> ntsc 'on-the-fly' when/before launching a game.

    @devs, note that ntsc-m (america) is not the same as ntsc-j (japan), both needs to be available and explained in a simple way.


  • ok cool :) just a another thought then, which i actually corrected in my own previous post. if the timer is set to a too long time some stressed user might get nervous to quickly and hit the hard-reset button before the autoswitchback is effective and end up with a xbox that is set to the wrong mode... maybe 10 secs?

    just a thought.


  • at one time was implimented in xbmp (as in player)

    it likely wont be implimented into xbmc (as in center) because if the code is screwed it bricks your xbox.


  • Can auto switching to NTSC be enabled when the HDTV pack is connected?



    false
    0


    1
    1
    0
    6
    1.003333
    1.000000
    0.000000
    false
    false
    50
    50
    20




    Can this be done without writing to the eeprom like when launching NTSC games?
    I switch between my projector which supports NTSC 720P and a PAL tv which i use a different AV pack for.
    Maybe make it a setting in AdvancedSettings.xml but ideally in the avpacksettings.xml.
    I screwed my xbox a few years ago but now ive got enigmah on a disk and know what im doing now.
    And i doubt someone would have a HDTV pack and a tv that doesn't support NTSC or at least without a different AV pack hanging around.


  • guys,

    let me put out a warning.

    eeproms do not like to be written to. it will eventually fry rendering your xbox useless. i would not recommend writing to it on a daily basis!


  • ok i understand that a restart is not needed to write to the eeprom however my idea/suggestion is a little more complexed than that:
    *what i'm trying to conway is; what if a 'test' could be preformed before xbmc writes to the actual eeprom in order to find out if the users tv support that specific selected video-mode, (because as you know an eeprom does have a writting limit plus you do not want to take a too big of a risk in messing it up). so what i suggest to is something like this; use cherry's videomode code (link) (http://www.xboxmediacenter.com/downloads/source/xbox/videomode.zip) to patch the eeprom mirror that was loaded into the persistent (ram) memory area at boot (thus writting to actual eeprom chip is not needed for this test) and because that code require a restart of a/the xbe start a other executable called ex 'videomode.xbe' that will display a short demo (and a message) on the users tv in the new video-mode that will show/prove to the user that his/hers tv support and can display that specific video-mode, *....hell, an extention on this test/feature would be to then put the actual code and option that do write to the eeprom chip into the 'videomode.xbe' instead of the main xbmc xbe (and thus make it easier for developers to debug if needed), so if the user do get a picture 'videomode.xbe' in the new video mode then he will see the message to confirm (plus see the 10 second countdown-timer) and if he press yes (should default to no) then code inside 'videomode.xbe' write that video-mode to the eeprom chip, however if the user do not get a picture then he/she will only have to wait for the 10 seconds timeout to run out which will (depending how the developer choose to choose to code this part); cause the 'videomode.xbe' to either reboot (thus restoring the original video mode as the new mode was only written to ram) or alternativly re-patch the eeprom mirror in ram (not the eeprom chip) to previous video-mode and then launch xbmc without reboot.


    so exampel on my concept is a little bit different but more fool-proof (less risky):

    1. *information on the screen (in xbmc) before regarding which video modes do what, and why you might want to switch mode.

    2. *when user select one will get a message (still in xbmc with information as to what you will see on the following screen if everything goes correct, and information as to what to do if you don't see it (will be a timeout as well as a simple button press). option here with 'proceed' or 'cancel'.

    3. if user press 'proceed' in step 2 then xbmc will first patch the eeprom mirror that's in the persistent (ram) memory area to the selected video-mode (thus not yet writting anything to the actual eeprom chip) and then launch 'videomode.xbe'.

    4. 'videomode.xbe' starts and give a message "do you see this screen and text" (with demo running in background, plus maybe music or someone speaking/reading the same message so user don't think the xbox has hung) and present two options 'confirm change' or 'cancel change', plus a 10-second countdown timer running.

    5a. if the user press 'confirm change' then code inside 'videomode.xbe' will write that video-mode into that xbox eeprom chip.

    5b. if the user instead press 'cancel change' or wait until the timer runs out then code inside 'videomode.xbe' will (depending how the developers code it) either reboot (thus restoring the original video mode as the new mode was only written to ram) or alternativly re-patch the eeprom mirror in ram (not the eeprom chip) to the prevvious video-mode and launch xbmc without reboot.

    ps! @jmarshall, can you please upload the info/code you have on writting to the eeprom chip to .it so that we can then share it?


  • just a warning; this is not what markeen suggested, rather it is a per-profile setting, automatic. see the wiki


  • just one feature suggestion to add to an already long list :)

    could it be possible to have xbmc load each profile according to the video connector in use. i use two different connections scart and yuv (tv and projector). these two devices need two different calibration settings so i have created a profile for each one of them and of course if xbmc automatically loaded the correct profile on startup it would simplify things *:p

    anyone interested ?

    * added: [ 1440803 ] Associate Profiles with AV pack. thanks to markeen. will be documented on http://xbmc.xbox-scene.com/wiki/ soonish.

    Yay - finally looks like they might have implemented this !!!!!!


  • not much point really - if you want proper 25/30 fps support and your tv can do both pal and ntsc then you could just run pal with pal60 enabled and get the same effect.


  • i was thinking if the xbmc team, could somehow make an emulator, within xbmc, where you could switch between what type the xbox is, right now im using a boot-disc to do that, but it would make it alot easier and faster the other way.

    im asking this, because im from europe, and to run games from here, i need to be in pal mode, but to run import/backup games from usa or asia, i need to be in nstc mode.........


  • a restart is not necessary to change the eeprom av and region settings.

    all we need is:

    1. information on the screen before regarding which video modes do what, and why you might want to use it.

    2. information as to what you will see on the following screen if everything goes correct.

    3. information as to what to do if you don't see it (will be a timeout as well as a simple button press).

    4. information on what to do to set the mode permanently will be on the screen that you'll see if the mode is valid only. it will require a complicated controller button combo to confirm. if it's not received within 10 seconds, we'll revert to the previous mode (once again with no reset needed).

    hope this makes it clear.

    note that i'm probably not all that likely to start coding this up for a while as i'm busy with other imo more important issues, so anyone else should feel free to take it on. i have the eeprom information needed.

    cheers,
    jonathan


  • i use a hi-def pack with a standard 4:3 ntsc tv, so it would have to be an option for users. (toshiba colorstream inputs)
    ofcouse it should be an option:)


  • here some more details why i think this may be useful:
    i have a 32 in 4:3 tv with hdtv support

    if i'm watching tv rips that are 4:3 source, i'd prefer 4:3 so that it will fill the whole screen.

    but when i watch 16:9 dvd or 720p avi content i'd prefer 720p.
    it would be awesome if i can switch on the fly.


  • just one feature suggestion to add to an already long list :)

    could it be possible to have xbmc load each profile according to the video connector in use. i use two different connections scart and yuv (tv and projector). these two devices need two different calibration settings so i have created a profile for each one of them and of course if xbmc automatically loaded the correct profile on startup it would simplify things *:p

    anyone interested ?


  • adding writing to the eeprom for video preferences will be added after 1.1 is out. turning the widescreen/hdtv flags will definitely be added. not sure if we're going to allow ntsc/pal switching or not - too many problems with ntsc people creating "no video output" problems.


  • any news on this at all? this would be a huge boot to us pal users who use ntsc titles... sync'd intros would be great. :thumbsup:

    i currently use enigmah but to have it intergrated into xbmc and selectable via remote control as well :bowdown: would be awesome. then grab your controller enjoy some sync'd frames.


  • great idea!


  • i would also be extremely happy to see this feature implemented.

    as xbmc has become the only dashboard (besides ms) on my box, to be able to start my imported ntsc-backups with a click would make xbmc nearly perfect

    (it nearly is that already, of which i'm of course most grateful).

    :bowdown: :bowdown:


  • i should be able to select different resolutions, but it is stuck on ntsc, there are no other options...i understand the question and the answer is xbmc has never supported this, (however xbmp (http://www.xboxmediaplayer.de) did), moving to feature suggestions.

    for now use enigmah video switching app (don't ask where to get it) to switch between pal and ntsc (and ms dash for hdtv).


  • just a another thought then, which i actually corrected in my own previous post. if the timer is set to a too long time some stressed user might get nervous to quickly and hit the hard-reset button before the autoswitchback is effective and end up with a xbox that is set to the wrong mode... maybe 10 secs?

    i agree, but there should be some obvious warning to the user on the previous screen to wait x seconds if the following screen remains blank.


  • i use a hi-def pack with a standard 4:3 ntsc tv, so it would have to be an option for users. (toshiba colorstream inputs)


  • ok i understand that a restart is not needed to write to the eeprom however my idea/suggestion is a little more complexed than that:
    *what i'm trying to conway is; what if a 'test' could be preformed before xbmc writes to the actual eeprom in order to find out if the users tv support that specific selected video-mode, (because as you know an eeprom does have a writting limit plus you do not want to take a too big of a risk in messing it up). so what i suggest to is something like this; use cherry's videomode code (link) (http://www.xboxmediacenter.com/downloads/source/xbox/videomode.zip) to patch the eeprom mirror that was loaded into the persistent (ram) memory area at boot (thus writting to actual eeprom chip is not needed for this test) and because that code require a restart of a/the xbe start a other executable called ex 'videomode.xbe' that will display a short demo (and a message) on the users tv in the new video-mode that will show/prove to the user that his/hers tv support and can display that specific video-mode, *....hell, an extention on this test/feature would be to then put the actual code and option that do write to the eeprom chip into the 'videomode.xbe' instead of the main xbmc xbe (and thus make it easier for developers to debug if needed), so if the user do get a picture 'videomode.xbe' in the new video mode then he will see the message to confirm (plus see the 10 second countdown-timer) and if he press yes (should default to no) then code inside 'videomode.xbe' write that video-mode to the eeprom chip, however if the user do not get a picture then he/she will only have to wait for the 10 seconds timeout to run out which will (depending how the developer choose to choose to code this part); cause the 'videomode.xbe' to either reboot (thus restoring the original video mode as the new mode was only written to ram) or alternativly re-patch the eeprom mirror in ram (not the eeprom chip) to previous video-mode and then launch xbmc without reboot.


    so exampel on my concept is a little bit different but more fool-proof (less risky):

    1. *information on the screen (in xbmc) before regarding which video modes do what, and why you might want to switch mode.

    2. *when user select one will get a message (still in xbmc with information as to what you will see on the following screen if everything goes correct, and information as to what to do if you don't see it (will be a timeout as well as a simple button press). option here with 'proceed' or 'cancel'.

    3. if user press 'proceed' in step 2 then xbmc will first patch the eeprom mirror that's in the persistent (ram) memory area to the selected video-mode (thus not yet writting anything to the actual eeprom chip) and then launch 'videomode.xbe'.

    4. 'videomode.xbe' starts and give a message "do you see this screen and text" (with demo running in background, plus maybe music or someone speaking/reading the same message so user don't think the xbox has hung) and present two options 'confirm change' or 'cancel change', plus a 10-second countdown timer running.

    5a. if the user press 'confirm change' then code inside 'videomode.xbe' will write that video-mode into that xbox eeprom chip.

    5b. if the user instead press 'cancel change' or wait until the timer runs out then code inside 'videomode.xbe' will (depending how the developers code it) either reboot (thus restoring the original video mode as the new mode was only written to ram) or alternativly re-patch the eeprom mirror in ram (not the eeprom chip) to the prevvious video-mode and launch xbmc without reboot.

    ps! @jmarshall, can you please upload the info/code you have on writting to the eeprom chip to .it so that we can then share it?
    @developers; just fyi; nkpatcher v10 (link) (http://www.xbox-scene.com/xbox1data/sep/eepfazzyfalozqifja.php) has been release with it's full source code, incuding a virtual eeprom feature,
    ....maybe code can be used from it and together with cherry's videomode code (http://www.xboxmediacenter.com/downloads/source/xbox/videomode.zip) to realize my suggested scenerio above?


  • :sniffle:


  • just a thought about the failsafe problem and support nightmares (or maybe this is included in jmarhalls "reliable" autoswitch?) but couldnt a similar method to the ms windows way of doing it be used. if user swithces to another system a dialog is presented stating something like:"you have switched to pal. if you want to keep it like this select yes otherwise xbmc will switch back to ntsc automaticallly in 10(, 9, 8, 7 and so on) seconds."? if users tv don't support it the dialog will never be seen and the xbox is reset.


  • hrm.... not really sure how else to explain it....

    from my main screen, i go to the settings menu, then interface, then where you can adjust the resolution, i should be able to select different resolutions, but it is stuck on ntsc, there are no other options...

    -mickelonis







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about PAL NTSC HDTV switch? , Please add it free.
    edit