PS3安装Linux Fedora Core 6教程

豆豆网   技术应用频道   2007年02月27日  【字号: 收藏本文

本文详细介绍PS3安装Linux Fedora Core 6教程

  最后会返回到kboot提示符。安装完成。此时可以输入reboot重起PS3。

  重起之后,首先还是只能看到kboot的那个界面。甚至还会启动带kboot:命令提示符。但是注意上方有一条提示:commit interval 5 seconds。此时啥都不要动,静待5秒。kboot会自动结束,屏幕一黑,上方原来有两个企鹅的地方现在下面多出六个小企鹅,肚子上面写着 SPU…………这个就是代表认出PS3的CPU了吧。

  一阵启动文字后再次黑屏,正式出现FC6自己的启动界面(就是会一项一项后面带绿色的[OK]的)。启动完毕后,会出现熟悉的登录提示:

localhost login:

  在里面输root回车。

  然后提示输入Password。

  在里面输入正确的密码后回车。注:输入时系统不会显示星号代替你输入的字符,只管输就好了。

  登录成功后即可到达提示符:

[root@localhost ~]#

  下面要进入XWindow。

  这个时候直接打startX基本上是直接花屏,因为系统不支持现在的显示模式。需要先打个命令,设置显示模式。命令详解:

ps3videomode: switch video mode dynamically
This command shows current video settings such as resolution, frame rate, color space, and so on, and switches them dynamically.
usage: ps3videomode [options] options: --help, -h print this message
--video, -v <ID> set video mode ID
--full, -f use full screen mode
--dither,-d use dither ON mode
Video mode ID:
0:automode
YUV 60Hz 1:480i 2:480p 3:720p 4:1080i 5:1080p
YUV 50Hz 6:576i 7:576p 8:720p 9:1080i 10:1080p
RGB 60Hz 33:480i 34:480p 35:720p 36:1080i 37:1080p
RGB 50Hz 38:576i 39:576p 40:720p 41:1080i 42:1080p
VESA 11:WXGA 12:SXGA 13:WUXGA
full screen mode: <video mode ID> + 128
dither ON mode : <video mode ID> + 2048
If no arguments are given, ps3videomode displays the current video mode. example: ps3videomode -v 3 -f (720p 60Hz with full screen mode.) ps3videomode -v 131 (Same as above.)note:
 * VESA resolutions are only valid for HDMI port.
 * The signal from HDMI port supports RGB color space regardless of video mode ID.
 * Don’t change the display resolution while sound is playing.
 * Don’t change the display resolution on X-Window. If you did, you need to restart the Xserver, because of current ps3fb driver doesn't use fixed size frame buffer. It is needed that 'line_length' of frame buffer is used as fixed value to realize changing resolution via X.
 * If you want to boot linux as specified video mode, you may use kernel parameter. It has been described on other section about How to Use Kboot.

作者:Jeff_Chen    责编:豆豆技术应用

正在加载评论...