QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Gaming > Sony PlayStation 3 > PS3 Main > PS3 Linux
The above video goes away if you are a member and logged in, so log in now!

Hd to Sd

This is a discussion on Hd to Sd within the PS3 Linux forums, part of the PS3 Main category; well i installed it on my siter tv since it was on 720p and now im on my tv which ...

Reply
 
LinkBack Thread Tools
Old 01-30-2007, 09:15 PM   #1
 
Join Date: Dec 2006
Posts: 13
Trader Feedback: 0
Default Hd to Sd

well i installed it on my siter tv since it was on 720p and now im on my tv which only supports 1080i/480i... i really want to know how i can get it to be set on defualt 1080i... can someone help me im so confused right now
trez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2007, 09:19 PM   #2
 
Join Date: Sep 2005
Location: meh
Posts: 2,799
Trader Feedback: 0
Default

Change your /etc/kboot.conf and edit the video mode at the end to one of the bolded ones.
Quote:
RGB 60Hz 33:480i 34:480p 35:720p 36:1080i 37:1080p
RGB 50Hz 38:576i 39:576p 40:720p 41:1080i 42:1080p
If your TV is NTSC, use the 60Hz id, if PAL, use the 50Hz id.
cyanide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2007, 09:25 PM   #3
 
Join Date: Dec 2006
Posts: 13
Trader Feedback: 0
Default

sorry im a lil noob to this, but when i boot it up what to i do to change the etc/kboot.conf?
trez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2007, 09:37 PM   #4
 
Join Date: Sep 2005
Location: meh
Posts: 2,799
Trader Feedback: 0
Default

Use your sister's TV to do this since you probably won't be able to see anything on your TV because of the res problems.

Once there, just start YDL, open any editor and open the file /etc/kboot.conf
The last line will be the one you want to change, which specifies the ps3videomode id. If you can't find it, paste the file contents here and one of us will have a look at them.
cyanide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2007, 09:42 PM   #5
 
Join Date: Dec 2006
Posts: 13
Trader Feedback: 0
Default

so while it is booting up or after when i login on to linux with my name n what not? im so confused :x
trez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2007, 09:53 PM   #6
 
Join Date: Sep 2005
Location: meh
Posts: 2,799
Trader Feedback: 0
Default

After logging in.
cyanide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2007, 10:13 PM   #7
 
Join Date: Dec 2006
Posts: 13
Trader Feedback: 0
Default

k so i opened it with office write and i dont know what to change...

# kboot.conf generated by anaconda

default=ydl
timeout=10
root=/dev/sda1
ydl='/dev/sda1:/vmlinux-2.6.16-20061110.ydl.2ps3 initrd=/dev/sda1:/initrd-2.6.16-20061110.ydl.2ps3.img root=/dev/sda2 init=/sbin/init video=ps3fb:mode:3 rhgb'
ydl480i='/dev/sda1:/vmlinux-2.6.16-20061110.ydl.2ps3 initrd=/dev/sda1:/initrd-2.6.16-20061110.ydl.2ps3.img root=/dev/sda2 init=/sbin/init video=ps3fb:mode:1 rhgb'
ydl1080i='/dev/sda1:/vmlinux-2.6.16-20061110.ydl.2ps3 initrd=/dev/sda1:/initrd-2.6.16-20061110.ydl.2ps3.img root=/dev/sda2 init=/sbin/init video=ps3fb:mode:4 rhgb'
ydltext='/dev/sda1:/vmlinux-2.6.16-20061110.ydl.2ps3 initrd=/dev/sda1:/initrd-2.6.16-20061110.ydl.2ps3.img root=/dev/sda2 init=/sbin/init 3'
trez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2007, 11:06 PM   #8
 
Join Date: Sep 2005
Location: meh
Posts: 2,799
Trader Feedback: 0
Default

Oh wait, you just want to set the 1080i entry as default? Easy then. Just change:
Quote:
default=ydl
to
Quote:
default=ydl1080i
That should make 1080i boot by default.

One thing though, don't use an app like OO Writer to change config files. Either use a proper editor which would look something like notepad, or do it in the command line by typing:
nano -w /etc/kboot.conf
Then changing whatever you want and saving and exiting by Ctrl + X -> Y.
cyanide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2007, 11:08 PM   #9
 
Join Date: Dec 2006
Posts: 13
Trader Feedback: 0
Default

yeah, i didnt know i could open the file from ydl i would always just do it manually but i change to default=ydl1080i in the kboot.config?

like this? or wut?

default=ydl1080i='/dev/sda1:/vmlinux-2.6.16-20061110.ydl.2ps3 initrd=/dev/sda1:/initrd-2.6.16-20061110.ydl.2ps3.img root=/dev/sda2 init=/sbin/init video=ps3fb:mode:4 rhgb'
trez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2007, 11:10 PM   #10
 
Join Date: Sep 2005
Location: meh
Posts: 2,799
Trader Feedback: 0
Default

Just change whatever's bolded. Leave everything else intact:
Quote:
default=ydl1080i
timeout=10
root=/dev/sda1
ydl='/dev/sda1:/vmlinux-2.6.16-20061110.ydl.2ps3 initrd=/dev/sda1:/initrd-2.6.16-20061110.ydl.2ps3.img root=/dev/sda2 init=/sbin/init video=ps3fb:mode:3 rhgb'
ydl480i='/dev/sda1:/vmlinux-2.6.16-20061110.ydl.2ps3 initrd=/dev/sda1:/initrd-2.6.16-20061110.ydl.2ps3.img root=/dev/sda2 init=/sbin/init video=ps3fb:mode:1 rhgb'
ydl1080i='/dev/sda1:/vmlinux-2.6.16-20061110.ydl.2ps3 initrd=/dev/sda1:/initrd-2.6.16-20061110.ydl.2ps3.img root=/dev/sda2 init=/sbin/init video=ps3fb:mode:4 rhgb'
ydltext='/dev/sda1:/vmlinux-2.6.16-20061110.ydl.2ps3 initrd=/dev/sda1:/initrd-2.6.16-20061110.ydl.2ps3.img root=/dev/sda2 init=/sbin/init 3'
cyanide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2007, 11:19 PM   #11
 
Join Date: Dec 2006
Posts: 13
Trader Feedback: 0
Default

thanks alot for your help, i got one quick question... how do you install the plugins for firefox like to watch youtube videos n what not??
trez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2007, 11:31 PM   #12
 
Join Date: Sep 2005
Location: meh
Posts: 2,799
Trader Feedback: 0
Default

You can't install Flash since it isn't available for PPC. You'll have to wait for that, preferably until Macromedia can port it over. You shouldn't be holding your breath though.
cyanide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-31-2007, 12:07 AM   #13
 
Join Date: Dec 2006
Posts: 13
Trader Feedback: 0
Default

i cant get it to save =\ im so noob
trez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-31-2007, 12:37 AM   #14
 
Join Date: Sep 2005
Location: meh
Posts: 2,799
Trader Feedback: 0
Default

Which editor are you using?
If it's nano, then just exit and save by pressing ctrl + x, then Y to save.
cyanide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-31-2007, 12:42 AM   #15
 
Join Date: Dec 2006
Posts: 13
Trader Feedback: 0
Default

i dont think nano was installed on it, i tried using some text editor and it didnt work and i kno oo doesnt work and im even more confused.. its been a long day lol
trez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-31-2007, 12:50 AM   #16
 
Join Date: Sep 2005
Location: meh
Posts: 2,799
Trader Feedback: 0
Default

Just use another editor from the fluxbox menu then.
cyanide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-31-2007, 01:46 AM   #17
 
Join Date: Dec 2006
Posts: 13
Trader Feedback: 0
Default

i tried =\
-= Double Post =-
wow i finally figured it out, ha ha well i just want to kno what are some must have progs that actually run on YDL? any thing that plays music or what not?

Last edited by trez; 01-31-2007 at 01:46 AM.. Reason: Automerged Doublepost
trez is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-31-2007, 02:04 AM   #18
 
Join Date: Sep 2005
Location: meh
Posts: 2,799
Trader Feedback: 0
Default

Try mplayer or vlc for videos. There is a guide here i think -> http://tictech2.blogspot.com/
cyanide is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-31-2007, 04:23 AM   #19
 
anunakin's Avatar
 
Join Date: Jul 2006
Posts: 31
Trader Feedback: 0
Default

For flash player I tried gnash and gplflash (not tested)
gnash uses openGL
http://www.gnu.org/software/gnash

Gnash is so slow without 3D hardware ... then we need wait for some hack on hypervisor....
anunakin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

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

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



All times are GMT -8. The time now is 10:16 AM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us