aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-11-28 02:36:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-11-28 02:36:06 +0000
commit0795035b35dded7d3abaccba7b08953b11e8bf4a (patch)
tree46cd6e103378686fd92a18e923f510191f5bfebb /target
parentc690518feae95225f7f1974be1a959a193ff5586 (diff)
downloadupstream-0795035b35dded7d3abaccba7b08953b11e8bf4a.tar.gz
upstream-0795035b35dded7d3abaccba7b08953b11e8bf4a.tar.bz2
upstream-0795035b35dded7d3abaccba7b08953b11e8bf4a.zip
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> SVN-Revision: 9605
Diffstat (limited to 'target')
-rw-r--r--target/linux/ps3/README11
-rw-r--r--target/linux/ps3/config-2.6.232
2 files changed, 8 insertions, 5 deletions
diff --git a/target/linux/ps3/README b/target/linux/ps3/README
index 8e75980b88..e97e48cf7c 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
diff --git a/target/linux/ps3/config-2.6.23 b/target/linux/ps3/config-2.6.23
index ab5d55b44c..bd8c0cae8f 100644
--- a/target/linux/ps3/config-2.6.23
+++ b/target/linux/ps3/config-2.6.23
@@ -222,7 +222,7 @@ CONFIG_ARCH_MEMORY_PROBE=y
# CONFIG_SCHED_SMT is not set
CONFIG_PROC_DEVICETREE=y
CONFIG_CMDLINE_BOOL=y
-CONFIG_CMDLINE="root=/dev/ram0 video=ps3fb:mode:0"
+CONFIG_CMDLINE="root=/dev/ram0 video=0"
# CONFIG_PM is not set
# CONFIG_SECCOMP is not set
# CONFIG_WANT_DEVICE_TREE is not set