Go Back   PS3Hax - Sony Fears Us > Playstation 3 Resources > PS3 Hardware Tuning
PS3 Hardware Tuning Does Sony know that we can pull apart the PS3 and put it back together?

Reply
 
LinkBack Thread Tools

  #11 (permalink)  
Old 04-25-2007, 06:04 AM
zerokill is offline
Hey ... I posted a message
 
Join Date: Mar 2007
Posts: 1
Default

Would it be possible to add custom resolutions? I am using a LCD screen for the PC that supports 1680*1050 and it would be great if I could use that in Linux
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 10-22-2007, 10:27 PM
Slime is offline
Hey ... I posted a message
 
Join Date: Oct 2007
Posts: 1
Default

zerokill
+1

I have a monitor LG226WTQ 1680*1050, in Linux resolution 1124*644, if i set ps3videomode -v 3 -f, the picture gets shifted to one side so I get right side of the picture on the left side and vice versa. Anyone know whats wrong?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #13 (permalink)  
Old 01-09-2008, 08:29 AM
Berserk920 is offline
Hey ... I posted a message
 
Join Date: Jan 2008
Posts: 1
Default

I am also experiencing the same issue of the picture shifting when i try different modes.

goes from this:
____________
|PPPPPPPPPPPP |
|PPPPPPPPPPPP |
|PPPPPPPPPPPP |
|PPPPPPPPPPPP |
-----------------

to this:
____________
|PPPP|***|PPPP|
|PPPP|***|PPPP|
|PPPP|***|PPPP|
|PPPP|***|PPPP|
------------------

The P denoting Picture.
The * denoting Black/Blank.

I know i can try all the different modes listed in the kboot.conf when i reboot (and it wont shift), but is there a reason why it's shifting like this when i try in the terminal? Is there perhaps some cmd i can add to what i type so it wont do this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #14 (permalink)  
Old 01-09-2008, 10:00 AM
H.axen's Avatar
H.axen is offline
Administrator
PS3Hax Leader
 
Join Date: Apr 2007
Location: Inside a microchip
Posts: 2,196
Default

Can't get your monitor or TV to work with Linux on a PS3? Go over these basics again.

1. if you have a Component or HDMI cable between your PS3 and your monitor/TV and yet you are presented with a "text-based" (looks like DOS) interface, it is likely you have chosen a video setting in the GameOS that Linux does not like as the video settings in GameOS carry over to Linux.
2. Return to the GameOS and try various Display settings, starting with the highest possible resolution, then go into OtherOS and see if it works ok. If it doesn't, then return to GameOS and work down.

3. If a setting does not work, your YDL Installer will be presented in "text-mode" (looks likes DOS). If this occurs, power-down the PS3 and return to GameOS to try again.
4. Continue to try Display settings in GameOS and subsequently boot into the YDL installer until you find a setting that works for both.
5. Once you have found the perfect combination, complete the installation.


Selecting a video mode

The basic tool for testing video modes is ps3videomode. You need to be running in text mode when you use this, as the Linux graphics system is unable to respond properly to the way that the PS3 changes video modes. Control-Alt-F1 will switch Yellow Dog Linux 5.0 to use the first text console, where you need to log in as root before you can use the ps3videomode tool. Using ps3videomode --help will show this help text:

Version: 1.00
Usage: ps3videomode [options] [parameters]

ps3videomode - show and modify video settings

OPTIONS
--help, -h
--video, -v
--rgb, -r RGB color space
--full, -f full screen mode
--dither,-d dither ON

video parameters:
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

If no arguments are given, ps3videomode displays the current mode

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:720p. Note that the variations will change the actual video mode number used. You can use this actual video mode directly, and you have to when you set the mode in kboot.conf.

The ps3videomode program will only change the resolution for the current display and is only usable in a text terminal as a way to gauge which modes will work well for your system. It will only affect the current virtual terminal, leaving the others scrambled. It may be that you need to try any particular video mode using the GameOS first before it will work with Linux. This is still being investigated by Terrasoft.

Once you know what videomode works for you, you have to make it permanent:

Boot configuration

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 Yellow Dog Linux 5.0 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:1080p:

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.


Graphical mode configuration

You will also need to modify /etc/X11/xorg.conf to make sure that the Linux graphic mode works fine. Look for the Screen section and modify it to look like this:

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
DefaultFbBPP 32
SubSection "Display"
Depth 8
FbBPP 32
Modes "1920x1200" "1920x1080" "1280x1024" "1280x768" "1280x720" "720x576" "720x480"
EndSubSection
SubSection "Display"
Depth 16
FbBPP 32
Modes "1920x1200" "1920x1080" "1280x1024" "1280x768" "1280x720" "720x576" "720x480"
EndSubSection
SubSection "Display"
Depth 24
FbBPP 32
Modes "1920x1200" "1920x1080" "1280x1024" "1280x768" "1280x720" "720x576" "720x480"
EndSubSection
EndSection


This relies on the fact that Xorg will ignore any invalid screen resolutions, and there will only be one valid screen resolution at a time on the PS3. Note that this does include the WXGA mode, and while WXGA is a set of non standard resolutions, 1280x768 is the resolution currently supported by the PS3.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #15 (permalink)  
Old 03-18-2008, 01:57 AM
pondwater is offline
I'm Moving On Up ...
 
Join Date: Mar 2008
Posts: 3
Default

i have a ? what is the best linux to use and run
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #16 (permalink)  
Old 09-16-2008, 07:21 AM
UKimpacthax is offline
I'm Moving On Up ...
 
Join Date: Sep 2008
Posts: 8
Default

yer u using linux lol thats whats wrong
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #17 (permalink)  
Old 09-16-2008, 07:23 AM
UKimpacthax is offline
I'm Moving On Up ...
 
Join Date: Sep 2008
Posts: 8
Default

i got a sony ps3 and a 8 ft projector in hd 1080p 720p 1080i 720i and its clear as rain
oh thats because i havnt installed linux
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Backup your Blu-Ray Disc haxen PS3 & PS2 Games 10 09-16-2008 07:17 AM
How to Install Fedora Core 8 haxen Fedora Core 8 17 08-28-2008 08:50 AM
Installation Guide for Ubuntu on PS3 H.axen Ubuntu Linux 15 07-13-2008 08:49 PM
How to Install Gentoo Linux haxen Gentoo Linux 40 09-09-2007 08:38 AM
MOVED: Controlling Resolution in PS3 Zoned Yellow Dog Linux 0 01-18-2007 09:22 AM



All times are GMT -5. The time now is 06:42 AM.

vB skin by: eXtremepixels
Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
 SEO by 3.0.0
© PS3Hax.com 2007 & 2008