Fedora Linux Support Community & Resources Center
Prev Previous Post   Next Post Next
  #1  
Old 2nd August 2007, 07:08 PM
billb's Avatar
billb Offline
Registered User
 
Join Date: Jul 2007
Posts: 449
PS3 Video for Newbies

Once you have Fedora 7 installed on your PS3, you'll probably want to adjust your video mode to best fit your display and preferences. You may have noticed that the System -> Preferences -> Hardware -> Screen Resolution menu item doesn't provide any options.

You need to use the ps3videomode command to help determine which mode works best on your TV / display.

To test various video modes, hit Ctrl-Alt-F1. That puts you in text mode (Ctrl-Alt-F7 gets you back to graphic mode). It's possible to run the ps3videomode command in a terminal without switching to text mode, but you'll likely end up with a garbled display in graphic mode very quickly.

So, switch to text mode using Ctrl-Alt-F1. Log in as root at the localhost login prompt.

Code:
root
<password>
The ps3videomode command by itself will show your current mode. Note that the Up and Down arrow keys cycle through previously entered commands.

ps3videomode -? will show help for the command.

Usage is ps3videomode -v [options]. If you end up in a mode your display doesn't support and can't see the screen, you can hit the Up arrow key once, use backspace to delete the old mode number, then enter a known working number and hit enter. You might want to try this while you can see the screen to see how it works.

You add 128 to the mode number for fullscreen mode.

For example, to test 720p mode with borders you would use:
Code:
ps3videomode -v 3
For 720p mode without borders (fullscreen), you would use:
Code:
ps3videomode -v 131
Again, to list the modes available, show help for ps3videomode using this command:
Code:
ps3videomode -?
Once you find the best mode for your display, you need to modify this file:
/etc/yaboot.conf

You can do this while you're still in text mode and logged in as root. Enter this command to start a text mode editor and open the /etc/yaboot.conf file:

Code:
nano /etc/yaboot.conf
Look for the this line, and use the arrow keys to move to it in the editor:
Code:
append="rhgb quiet"
Change it so it looks like this:

Code:
append="video=ps3fb:mode:# rhgb quiet"
(where # is the ps3videomode number you're using)
For example, if you're using mode 131 for 720p fullscreen:
Code:
append="video=ps3fb:mode:131 rhgb quiet"
Now hit Ctrl-X, then press Y, then Enter. (Ctrl-X tells the editor to Exit, it asks if you want to save your changes and you say Yes, it shows the file name it is writing to and you confirm by pressing Enter)

That should take you back to the [root@localhost ~]# prompt. You won't see any change until you reboot, so reboot now.

Code:
reboot
(the PS3 may not completely shutdown and reboot -- in this case just turn off the power switch on the back, turn it back on, and press the power button)

Display Configuration:
Most LCD TV's appear to overscan the image so that a small portion (around 5%) is cut off. While this may not be noticed using the Game OS / playing games, if you're running Linux a portion of your menu bar(s) and windows won't be visible in full-screen mode.

Some LCD TVs will have a setting called Dot by Dot, Native Mode, Just Scan, or possibly another name, that will scale the image so that it fits entirely within the borders of the screen. Some don't have this type of mode and all 720p/1080i/1080p input is overscanned.

Displays that aren't meant to receive HDTV signals may not use overscanning at all, so they won't have (or need) any settings like that, either.

For more information, Terrasoft Solutions has a useful guide with more links here:
http://www.terrasoftsolutions.com/su...eo-intro.shtml

Last edited by billb; 3rd December 2007 at 04:02 PM. Reason: update
Reply With Quote
 

Tags
newbies, ps3, video

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing F11 for newbies (like myself) spillemw Guides & Solutions (No Questions) 0 11th August 2009 02:34 PM
Howto: NFS for Newbies jimispier Guides & Solutions (No Questions) 6 22nd February 2005 11:24 PM


Current GMT-time: 08:01 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat