mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 01:18:58 +02:00
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
This commit is contained in:
parent
c37770c763
commit
2f2e0b4f59
@ -11,10 +11,13 @@ in the PS3's menu.
|
|||||||
|
|
||||||
Depending on your monitor, you may need to alter the kernel command
|
Depending on your monitor, you may need to alter the kernel command
|
||||||
line options. The default is to autodetect, which should work on most
|
line options. The default is to autodetect, which should work on most
|
||||||
monitors. However, if you get a blank screen on boot, try changing
|
monitors. However, if you get a blank screen on boot, or you'd like to
|
||||||
(through make kernel_menuconfig) "video=ps3fb:mode:0" to
|
use a different resolution, you can specify a different video mode.
|
||||||
"video=ps3fb:mode:1" for 480i, or "video=ps3fb:mode:3" for 720p. The
|
|
||||||
possible modes are:
|
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:
|
Video mode ID:
|
||||||
0:auto mode
|
0:auto mode
|
||||||
|
@ -222,7 +222,7 @@ CONFIG_ARCH_MEMORY_PROBE=y
|
|||||||
# CONFIG_SCHED_SMT is not set
|
# CONFIG_SCHED_SMT is not set
|
||||||
CONFIG_PROC_DEVICETREE=y
|
CONFIG_PROC_DEVICETREE=y
|
||||||
CONFIG_CMDLINE_BOOL=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_PM is not set
|
||||||
# CONFIG_SECCOMP is not set
|
# CONFIG_SECCOMP is not set
|
||||||
# CONFIG_WANT_DEVICE_TREE is not set
|
# CONFIG_WANT_DEVICE_TREE is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user