diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-11-28 02:36:06 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-11-28 02:36:06 +0000 |
commit | 2f2e0b4f59bc8aa132c7d72a437c0e833cefdf21 (patch) | |
tree | 33666192037bb09945b73013c786be10f3eacae5 /target/linux/ps3/README | |
parent | c37770c76389b280cac9ee69983cb18e1d7ec198 (diff) |
ps3: use readable video mode descriptions in readme
The ps3 video modes can be specified as readable names (eg "720p"), so
use those instead.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9605 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3/README')
-rw-r--r-- | target/linux/ps3/README | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/target/linux/ps3/README b/target/linux/ps3/README index 8e75980b8..e97e48cf7 100644 --- a/target/linux/ps3/README +++ b/target/linux/ps3/README @@ -11,10 +11,13 @@ in the PS3's menu. Depending on your monitor, you may need to alter the kernel command line options. The default is to autodetect, which should work on most -monitors. However, if you get a blank screen on boot, try changing -(through make kernel_menuconfig) "video=ps3fb:mode:0" to -"video=ps3fb:mode:1" for 480i, or "video=ps3fb:mode:3" for 720p. The -possible modes are: +monitors. However, if you get a blank screen on boot, or you'd like to +use a different resolution, you can specify a different video mode. + +To do this, 'make kernel_menuconfig' and go to 'Kernel Options' -> +'Initial kernel command string', and add a video= parameter - for +example "video=720p". You can also specify a vide mode explicitly, +for example "video=9" for 1080i at 50Hz. Possible mode ids are: Video mode ID: 0:auto mode |