boxee :: forums  

Go Back   boxee :: forums > boxee community > boxee for linux help

Reply
 
Thread Tools Display Modes
  #11  
Old November 6th, 2008, 10:57 AM
samjaynes samjaynes is offline
Junior Member
 
Join Date: Nov 2008
Posts: 4
Default 8.04 to 8.10 worked - however

I upgraded to 8.10 from 8.04, and as a result both Boxee and XBMC UI's run very slow, painful to the point that I can not use them. I have read threads about changing the vsync to 0 in the xml properties file, which did not help. So, I hope others have had success.
Reply With Quote
  #12  
Old November 6th, 2008, 11:46 AM
agentlame's Avatar
agentlame agentlame is offline
Super Moderator
 
Join Date: Aug 2008
Location: Cleveland, OH
Posts: 3,695
Send a message via AIM to agentlame
Default

what kind of video card do you have... also, are you using the latest binary drivers?
__________________
personal: boxee | twitter | boxee hq
boxee: boxee chat | boxee wiki | boxee plugins

i run boxee 0.9.20 on: ubuntu 9.10, windows xp sp3 (virtual machine), windows 7 and a neuros link hacked to all hell.

what super powers does a 'super mod' have? the 'super ban'... that, and laser vision.
Reply With Quote
  #13  
Old November 9th, 2008, 02:54 AM
denied denied is offline
Junior Member
 
Join Date: Aug 2008
Location: Quahog, RI
Posts: 6
Default

didn't want to start a new thread, but nobody seems to be reporting too-fast playback like I have on my intrepid install.

figured audio might be a problem on upgrade... turns out everything appears to run fine but the video portion of content runs about 2x speed, audio still plays at normal speed but quickly loses sync since the video is flying along.

any suggestions? pretty basic setup, dell c521s, amd 3400+, ati x1300.

Last edited by denied; November 9th, 2008 at 02:57 AM.
Reply With Quote
  #14  
Old November 9th, 2008, 09:02 AM
agentlame's Avatar
agentlame agentlame is offline
Super Moderator
 
Join Date: Aug 2008
Location: Cleveland, OH
Posts: 3,695
Send a message via AIM to agentlame
Default

just upgraded last night and had the same problem (and a host of others)

in system > administration > sound
i set all three 'sound playback' to:
ALSA - Advanced Linux Sound Architecture

fixed the following:
video too fast
pulseaudio lock up on exiting a video
boxee seg fault on mp3 playback.
__________________
personal: boxee | twitter | boxee hq
boxee: boxee chat | boxee wiki | boxee plugins

i run boxee 0.9.20 on: ubuntu 9.10, windows xp sp3 (virtual machine), windows 7 and a neuros link hacked to all hell.

what super powers does a 'super mod' have? the 'super ban'... that, and laser vision.
Reply With Quote
  #15  
Old November 10th, 2008, 10:06 AM
uncola uncola is offline
Member
 
Join Date: Oct 2008
Posts: 31
Default

I played around more with boxee in ubuntu 8.10 and once I changed system/preferences/sound to all ALSA instead of default or pulseaudio.. the video playback seems ok.. audio seems ok too.. but as soon as I skip ahead 30 seconds.. my computer hard locks :P
this happens in xbmc, too. when I use VLC 0.94 with audio output set to alsa I have no problems, even when I skip ahead in the video.
one tip that might help people is: if the only sound you have is crackling, that means you need to turn go into sound preferences and change the default mixer track to alsa PCM, then go to the volume control and turn the PCM volume up to get sound
UPDATE: I ran "killall pulseaudio" and now Boxee works perfectly, even when skipping ahead 30 seconds! It works for xbmc too! But you have to run the command every time you reboot :/ I'm just happy to have working boxee. why does pulseaudio interfere so much with boxee?

Last edited by uncola; November 10th, 2008 at 10:23 AM.
Reply With Quote
  #16  
Old November 10th, 2008, 12:27 PM
marcel marcel is offline
team boxee (admin)
 
Join Date: Jul 2008
Posts: 7,910
Default

guys ..thanks for the advice..
Reply With Quote
  #17  
Old November 10th, 2008, 06:52 PM
agentlame's Avatar
agentlame agentlame is offline
Super Moderator
 
Join Date: Aug 2008
Location: Cleveland, OH
Posts: 3,695
Send a message via AIM to agentlame
Default

Quote:
Originally Posted by uncola View Post
I'm just happy to have working boxee. why does pulseaudio interfere so much with boxee?
because, frankly, pulseaudio is .....

that said, you can safely remove it all together, like so:
Code:
sudo rm /etc/X11/Xsession.d/70pulseaudio
killall pulseaudio
sudo apt-get remove pulseaudio
sudo apt-get install esound
reboot and enjoy.
__________________
personal: boxee | twitter | boxee hq
boxee: boxee chat | boxee wiki | boxee plugins

i run boxee 0.9.20 on: ubuntu 9.10, windows xp sp3 (virtual machine), windows 7 and a neuros link hacked to all hell.

what super powers does a 'super mod' have? the 'super ban'... that, and laser vision.
Reply With Quote
  #18  
Old November 10th, 2008, 10:51 PM
svega85 svega85 is offline
Junior Member
 
Join Date: Nov 2008
Posts: 1
Default pulse vs alsa

why doesn't boxee just not use the pulse sound server instead of alsa
Reply With Quote
  #19  
Old November 11th, 2008, 12:25 AM
agentlame's Avatar
agentlame agentlame is offline
Super Moderator
 
Join Date: Aug 2008
Location: Cleveland, OH
Posts: 3,695
Send a message via AIM to agentlame
Default

Quote:
Originally Posted by svega85 View Post
why doesn't boxee just not use the pulse sound server instead of alsa
that's the point... boxee does not use pulse.
pulse is a 'replacement' for alsa... well, actually it's an abstraction for oss that implements alsa/esound.
sdl sucks at pulse because pulse does not offer a full alsa implantation.
it's not boxee/xbmc/sdl fault. pulse sits above oss and says 'hey i'm alsa' but it's not.

the situation is not helped by the fact that sdl_audio is itself an abstraction for the underlying operating system's native sound server.
(coreaudio, alsa, directsound)

short: pulse is not done, and should not be in any production distro.

shorter: see here: http://blogs.adobe.com/penguin.swf/linuxaudio.png

shortest: pulseaudio is a fucking joke.
__________________
personal: boxee | twitter | boxee hq
boxee: boxee chat | boxee wiki | boxee plugins

i run boxee 0.9.20 on: ubuntu 9.10, windows xp sp3 (virtual machine), windows 7 and a neuros link hacked to all hell.

what super powers does a 'super mod' have? the 'super ban'... that, and laser vision.

Last edited by agentlame; November 11th, 2008 at 12:27 AM.
Reply With Quote
  #20  
Old November 11th, 2008, 12:30 AM
DarkFox DarkFox is offline
Junior Member
 
Join Date: Sep 2008
Posts: 22
Default

Quote:
Originally Posted by agentlame View Post
it's not boxee/xbmc/sdl fault. pulse sits above oss and says 'hey i'm alsa' but it's not.
...
shorter: see here: http://blogs.adobe.com/penguin.swf/linuxaudio.png
Ugh, that makes my brain hurt...
Reply With Quote
Reply

Bookmarks

Tags
intrepid, ubuntu

Thread Tools
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 On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 09:27 AM.


skin based on greenzero from vBSkins.com

 
Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.