![]() |
|
[LINUX] HOW-TO install XBMC for Linux on Ubuntu 8.04 (Hardy) and 8.10 (Intrepid) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85) +--- Forum: Tips, tricks, and step by step guides (/forumdisplay.php?fid=110) +--- Thread: [LINUX] HOW-TO install XBMC for Linux on Ubuntu 8.04 (Hardy) and 8.10 (Intrepid) (/showthread.php?tid=44019) |
- Jaco2k - 2009-03-17 02:20 I have switched to VDPAU branch - where do I edit the autstart script to point it to the right directory? - harryzimm - 2009-03-17 02:27 Jaco2k Wrote:I have switched to VDPAU branch - where do I edit the autstart script to point it to the right directory? In the vdpau branch Just do a "./configure --prefix=/usr --disable-pulse", "make", "sudo make install", then you dont need change anything. cheers. - Jaco2k - 2009-03-17 02:37 harryzimm Wrote:In the vdpau branch Just do a "./configure --prefix=/usr --disable-pulse", "make", "sudo make install", then you dont need change anything. I suspected that, but... ...that implies re-compilling, no? took ages on my CPU
- harryzimm - 2009-03-17 02:41 Yes you will have to recompile, although it shouldn't take as long the second time around. I recomend this over changing the .xsession. cheers. - bobb0 - 2009-03-17 02:46 i think i am going to try it with pulse. i found a problem where the hdmi out only supports 48k and i can't get alsa to resample the output proper. log file says broken pipe, so all the music i play sounds like the singer took a mild dose of helium. i'm probably just asking for a world of hurt ![]() Edit: Ugh, I forgot how much I hate pulseaudio. I figured out how to create a alias for the hdmi out and force alsa to resample all input to 48khz. anyway, this post is getting OT, so i'll stop now
- SilverSide - 2009-03-17 08:21 harryzimm Wrote:easiest way is to delete guisettings.xml from userdata. Thanks for your reply! It looks that XBMC is now also running downstairs ![]() Thanks! - olympia - 2009-03-17 09:29 l.capriotti Wrote:the reason being that if you want to enter a standard X session you can't if you have the .xsession permanently created. Pretty simple, but rational reason. Thanks, Luigi. May I ask your support on one more thing? I try to make your setAlsaVolumes script running from /etc/init.d/xbmc, as in XBMC Live. Currently /etc/init.d/xbmc looks like this: Code: #!/bin/bashSomething must be wrong, as setAlsaVolumes.py are not run by the above script (Forgive me for this, but actually I cannot decrypt what's happening in the first part of the script (init-functions; get_opt; XBMC_PARAMS)). If I run setAlsaVolumes.py manually, it's working. When I ran setAlsaVolumes.py manually, it set all volumes to 100%, but didn't unmute muted IEC devices. Would it be possible to unmute them from the script as well? - lcapriotti - 2009-03-17 10:36 in the above script, as well as in the latest live one, the setvolume script is called only if the kernel command line contains the token "setvolume" inside the xbmc parameters. Example: Code: kernel /vmlinuz initrd=initrd0.img xbmc=setvolumeAs per unmuting, tks for pointing it out, I will commit a fix soon (add unmute to amixer sset cmdline) - olympia - 2009-03-17 11:19 l.capriotti Wrote:in the above script, as well as in the latest live one, the setvolume script is called only if the kernel command line contains the token "setvolume" inside the xbmc parameters. Example: Aaaahh, OK, I see now, thank you for the explanation. And how did you handle to add this token to the kernel command line in Live, in a userfriendly way? Is there an option for this during the installation, or you set it by default? Thank you again! - lcapriotti - 2009-03-17 12:46 olympia Wrote:And how did you handle to add this token to the kernel command line in Live, in a userfriendly way? Is there an option for this during the installation, or you set it by default? it's part of the default grub parameters since if you don't perform an "alsactl store" the levels are lost at reboot. |