PS3Hax - Sony Fears Us  

Go Back   PS3Hax - Sony Fears Us > OtherOS Resources > Gentoo Linux
Register FAQ Members List Calendar Mark Forums Read

Gentoo Linux An up and comer for the PS3

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 02-01-2007, 03:16 PM
175
 
Posts: n/a
Default Trouble installing KDE.

Hey guys, im kind of a newb when it comes to linux and im having some trouble installing KDE. I followed the directions outlined on the PS3 Wiki Gentoo section (http://ps3wiki.qj.net/index.php/Gentoo_Howto) and everything went well. Until I tried actually starting KDE. When I try xdm or startx it boots me into the stock window manager with terminal access only. So what am I doing wrong? Are some more in depth install instructions I can look at for input on what I may be doing wrong?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-01-2007, 03:59 PM
asong26   is offline
PS3Hax Senior Hacker
 
Join Date: Jan 2007
Posts: 44
Default Re: Trouble installing KDE.

Quote:
Originally Posted by sidedraft
Hey guys, im kind of a newb when it comes to linux and im having some trouble installing KDE. I followed the directions outlined on the PS3 Wiki Gentoo section ([Please register to see this link. ]) and everything went well. Until I tried actually starting KDE. When I try xdm or startx it boots me into the stock window manager with terminal access only. So what am I doing wrong? Are some more in depth install instructions I can look at for input on what I may be doing wrong?
Can you post the contents of your /etc/rc.conf file? I may be able to help. Also do this command and tell me what you see:

ls /etc/X11/Sessions

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-01-2007, 04:17 PM
175
 
Posts: n/a
Default Re: Trouble installing KDE.

Hey, I got it working now. I had # in front of XSESSION="kde-3.5". :-} Anyway, now that im in KDE I noticed my sound is quite distorted. Any tips on fixing this?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-01-2007, 05:28 PM
asong26   is offline
PS3Hax Senior Hacker
 
Join Date: Jan 2007
Posts: 44
Default Re: Trouble installing KDE.

2 ways of fixing this. Go to Control Center. Go to your audio settings. In the sound device, choose 'OSS', or open sound system or whatever it's called.

Or..., Just disable sound by unchecking 'enable sound'. This will only turn off KDE sound themes. Your apps will access the sound devices automatically.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-01-2007, 05:53 PM
175
 
Posts: n/a
Default Re: Trouble installing KDE.

Ok cool that fixed the sound quality issue. Im still not able to play sound or video files in mplayer though. When attempting to play in mp3 file it tells me "(AO SDL) Unable to open audio: No available audio device", and when I try opening a video "Error Opening/Initializing the selected video_out (-vo) device."

Thanks for the help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-01-2007, 07:12 PM
pR1m3_5u5p3cT's Avatar
pR1m3_5u5p3cT   is offline
I shredded my PS3
 
Join Date: Jan 2007
Location: Maryland, USA
Posts: 124
Default Re: Trouble installing KDE.

sidedraft .... I am having the same problem in ydl as I am now using the KDE environment MPlayer seems to work when it wants to then it gives the error you mentioned... I am trying different things, i might even install another player like vlc to see how it will work ....
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-01-2007, 08:28 PM
asong26   is offline
PS3Hax Senior Hacker
 
Join Date: Jan 2007
Posts: 44
Default Re: Trouble installing KDE.

You need to make sure that your mplayer is compiled correctly by enabling the codecs and functions you want in either /etc/make.conf file or, /etc/portage/package.use file.

See here: [Please register to see this link. ]


As for the video, you need to make sure that mplayer is configured to output using x11 device. Nothing else will work os PS3 linux.

How did you install mplayer? what command did you use? I've posted my /etc/make.conf file contents here on this forum. Read up on it, and look at the USE flags that I am setting on my make.conf file. If you set it the way I have it, just about every media type will play. But you must use 'emerge -av mplayer' not emerge -avG mplayer. pre-compiled binaries do not have all the codec support. You must compile your own with the correct use settings. If you follow these directions, you shouldn't even have to touch the audio settings in mplayer or in VLC.

See here: [Please register to see this link. ]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-01-2007, 08:56 PM
175
 
Posts: n/a
Default Re: Trouble installing KDE.

Quote:
Originally Posted by asong26
You need to make sure that your mplayer is compiled correctly by enabling the codecs and functions you want in either /etc/make.conf file or, /etc/portage/package.use file.

See here: http://gentoo-wiki.com/HOWTO_MPlayer_Introduction_Guide


As for the video, you need to make sure that mplayer is configured to output using x11 device. Nothing else will work os PS3 linux.

How did you install mplayer? what command did you use? I've posted my /etc/make.conf file contents here on this forum. Read up on it, and look at the USE flags that I am setting on my make.conf file. If you set it the way I have it, just about every media type will play. But you must use 'emerge -av mplayer' not emerge -avG mplayer. pre-compiled binaries do not have all the codec support. You must compile your own with the correct use settings. If you follow these directions, you shouldn't even have to touch the audio settings in mplayer or in VLC.

See here: http://www.ps3hax.com/gentoo_linux/h...nux-t78.0.html
Mplayer came with KDE. I also edited my make.conf file to resemble yours earlier today. I'll try emerge -av mplayer now.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-01-2007, 09:17 PM
asong26   is offline
PS3Hax Senior Hacker
 
Join Date: Jan 2007
Posts: 44
Default Re: Trouble installing KDE.

How can Mplayer come with kde? You must be confusing it with Movie Player. You need to download and install mplayer. There is a huuuuuuge difference between the two. No wonder you couldn't even play a simple mp3 file.

You're in for a big surprise when you install the real 'mplayer'
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-02-2007, 09:52 AM
ubisoft   is offline
PS3Hax Active Hacker
 
Join Date: Dec 2006
Posts: 14
Default Re: Trouble installing KDE.

Back to the original question, how to install KDE:

[Please register to see this link. ]
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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
help installing bittorent steashy Linux Applications 3 08-11-2008 12:27 AM
How to Install Gentoo Linux haxen Gentoo Linux 40 09-09-2007 09:38 AM
KDE on Yellow Dog? Goblinlord44 Yellow Dog Linux 1 04-11-2007 10:56 AM
KDE instead of gnome/enlightenment Krack3n Yellow Dog Linux 13 02-23-2007 11:09 PM
superkaramba plugin for KDE Zoned Linux Applications 0 01-29-2007 02:30 PM


All times are GMT -5. The time now is 07:59 AM.


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