- 精华
- 0
- 帖子
- 1061
- 威望
- 0 点
- 积分
- 1099 点
- 种子
- 0 点
- 注册时间
- 2005-1-6
- 最后登录
- 2012-7-1
|
发表于 2006-12-1 00:12 · 广东
|
显示全部楼层
LZ,在tgfcer那边看到有人转你的帖子,有回复说黄狗是可以支持1080p的,方法如下:
支持1080P的,菜单应该可以调节,也可以用指令 ps3videomode -v 5,以下来自黄狗官网
Introduction
Unlike running YDL with a computer monitor attached, the PS3 is designed to be connected to hi-definition televions. These appliances do not output nor work with the same configuration information as does a computer monitor. A such, the tradional "Xautoconfig" is not applicable.
The following provides some foundation material to better understand how your PS3 is talking to your TV, and how to adjust the display.
Video Modes
The PS3 uses a set number of video modes, denoted by number rather than by resolution:
0:auto mode
YUV
60Hz 1:480i 2:480p 3:720p 4:1080i 5:1080p
50Hz 6:576i 7:576p 8:720p 9:1080i 10:1080p
RGB
vesa 11:WXGA 12:SXGA 13WUXGA
60Hz 33:480i 34:480p 35:720p 36:1080i 37:1080p
50Hz 38:576i 39:576p 40:720p 41:1080i 42:1080p
During Installation
When installing YDL, you will need a monitor or television capable of at least 720p in order to perform a graphical install. If you do not have this capability, or running "install" at the KBoot prompt does not work with your monitor or television, "installtext" may be used instead. This will force the YDL 5 installer to run in a low-resolution text mode.
Once the system is installed, you will need to start your system by typing "ydltext" and hitting enter at the KBoot prompt. This will start YDL in a low resolution text mode.
If the default graphical install is supported by your hardware, then after installation, the default "ydl" boot can be used.
Post-Install
Once the system is started, you may try several video modes to determine which will work with your monitor or television. The mode can be changed by invoking the ps3videomode program:
ps3videomode -v #
Where # is one of the video mode numbers listed above. The default "install" and "ydl" options use mode 3, running at 720p. Mode 1 is a safe default that works on the most monitors or televisions.
The ps3videomode program will only change the resolution for the current display and is only usable in a text terminal as a way to guage which modes will work well for your system. It will only affect the current virtual terminal, leaving the others scrambled.
Once you have determined the video mode you find best for your monitor or television, you may make the change more permanent by editing your /etc/kboot.conf file, adding a configuration with the video argument you would like. For example, the kboot.conf file generated by the YDL installer provides four different modes:
# kboot.conf generated by anaconda
default=ydl
timeout=10
root=/dev/sda1
ydl='/dev/sda1:/vmlinux-2.6.16-20061110.ydl.1ps3
initrd=/dev/sda1:/initrd-2.6.16-20061110.ydl.1ps3.img
root=/dev/sda2 init=/sbin/init video=ps3fb:mode:3 rhgb'
ydl480i='/dev/sda1:/vmlinux-2.6.16-20061110.ydl.1ps3
initrd=/dev/sda1:/initrd-2.6.16-20061110.ydl.1ps3.img
root=/dev/sda2 init=/sbin/init video=ps3fb:mode:1 rhgb'
ydl1080i='/dev/sda1:/vmlinux-2.6.16-20061110.ydl.1ps3
initrd=/dev/sda1:/initrd-2.6.16-20061110.ydl.1ps3.img
root=/dev/sda2 init=/sbin/init video=ps3fb:mode:4 rhgb'
ydltext='/dev/sda1:/vmlinux-2.6.16-20061110.ydl.1ps3
initrd=/dev/sda1:/initrd-2.6.16-20061110.ydl.1ps3.img
root=/dev/sda2 init=/sbin/init 3'
The above lines DO NOT WRAP.
If none of these meet your needs, you may copy one of these lines, replace the label and edit the video=ps3fb:mode:# number. For example, to make a new configuration named myconfig that will start with mode 5:
myconfig='/dev/sda1:/vmlinux-2.6.16-20061110.ydl.1ps3
initrd=/dev/sda1:/initrd-2.6.16-20061110.ydl.1ps3.img
root=/dev/sda2 init=/sbin/init video=ps3fb:mode:5 rhgb'
The above lines DO NOT WRAP.
If you wish to make the the default boot, change the default=ydl line to read:
default=myconfig
When you reboot, it will use this video mode as the default. |
|