![]() |
Linux HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/forumdisplay.php?fid=110) +--- Thread: Linux HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based (/showthread.php?tid=141369) |
RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - Hack_kid - 2012-10-20 i like it without plymoth it just goes directly from bios to xbmc (or so it seems) RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - Bram77 - 2012-10-21 I've just bought myself a new bike (Yamaha MT-01) and it's probably the last weekend with good driving weather in the Netherlands for a while. Zo I'll be sitting on the horse it's back today. I'd planned to work on the script, but I'll most likely won't today. I'll be working on it during the week. Thanks again for all the usefull feedback! RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - un1versal - 2012-10-21 @Bram77 I updated the post above, anyway have a great weekend and bike riding thrills ![]() My weekend is trying to fix the dammed HTPC. TIA uNi RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - un1versal - 2012-10-21 idk how you can have same machine as I do, use same script, say everything is fine and I cant get anything working. clearly something not getting configured properly, drop frames, audio issues no usbautomount, in fact xbmc is pretty much unusable. Its now 5 days, and nothing! I dont think I ever read so much how-tos and tried everything. With lucid and the script I used before, which is no longer maintained, ION1 everything including remote automount, audio (even frodo alphas xbmc) anything not a flaw. sorry about the rant, after 5 days Im fed up. tried this and hosed everything. I guess its dire! Sorry for rant, not your fault, its a great punt. I cant get anything to work properly. perhaps its time to try some openelec and its cant do crap else with the box. uNi Asrock ION internal Receiver + remote fully working, but all else is blergh! - un1versal - 2012-10-21 I got the remote+internal CIR asrock ION330HT to work fully with this http://forum.xbmc.org/showthread.php?tid=124894&pid=1043891#pid1043891 for reference sake Video playback in SD and HD is horrendous bad if syncback to display is enabled and Adjust Refresh Rate to match Video, also have to disable Navigation sounds ive tried http://forum.xbmc.org/showthread.php?tid=70068 and http://forum.xbmc.org/showthread.php?tid=70068 but not so much luck, perhaps someone knows how to fix this? Ive tried pretty much every how-to, quite a few reinstalls (all just to get working what worked fine b4) USB automout doesn't work I've tried this http://forum.xbmc.org/showthread.php?tid=116996&pid=1218567#pid1218567 Even appending usbcore.autosuspend=-1 to grub boot line in addition to the above. This has to be the worst nightmare for me! Consolation price the remote+internal CIR works Anything else is a beg for help. I really would like to get the ION1 working properly with minimal ubuntu without resorting to older distro. TIA uNi RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - Hack_kid - 2012-10-22 (2012-10-21, 09:51)Bram77 Wrote: I've just bought myself a new bike (Yamaha MT-01) and it's probably the last weekend with good driving weather in the Netherlands for a while. Zo I'll be sitting on the horse it's back today. I'd planned to work on the script, but I'll most likely won't today. I'll be working on it during the week. Thanks again for all the usefull feedback! i think you mean riding weather heh ![]() RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - Bram77 - 2012-10-22 I probably do ![]() ![]() RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - Kamerat - 2012-10-22 (2012-10-19, 09:10)Bram77 Wrote: Thanks Yes, the exact name displayed was Advanced. Just added Advanced to the script after ATI and AMD. Thanks for adding it to the script. ![]() RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - leandro.costa - 2012-10-22 It would be nice to have a choice of which xbmc version to use (frodo or eden at least). RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - un1versal - 2012-10-22 @Bram77 the plymouth fixes you added are correct, however for some reason the "x" is a invalid character for resolution 1280x720 Code: case ${choice//\"/} in and Code: options=(1 "720 x 480 (NTSC)" off Code: applyScreenResolution "1280×720" should be Code: applyScreenResolution "1280x720" Code: 3 "1280 × 720 (HD Ready)" off should be Code: 3 "1280 x 720 (HD Ready)" off See the "x" ? its slightly up thus making it invalid for grub to see, fixing this resolves the bootup grub errors also script should not use Code: $USER for ION the correct advancedsettings.xml to grep correct temperature from lmsensors (coretemp) should be Code: <cputempcommand>echo "$(sensors -u | tail -n64 | grep temp1_input | awk '{print $2 }' |awk '{printf("%d\n",$1 + 0.5);}') C"</cputempcommand> I'm still trying to resolve why I get no 24p playback (dropped frames and out of sync) if and no usbautomount amongst others as described in my previous post. To help out (so I'm not just moaning things dont work) here's a edit of the script with the corrections (and some typos) above uNi Re: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - Bram77 - 2012-10-22 Thank you all for the feedback. This is very helpful and saves me a lot of time. I can't wait to apply all the options and bug-fixes you've all posted. I'll be on it as soon as I can! Adding an option to choose between stable and daily build is a great idea. I'll add that. RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - eluSive_NZ - 2012-10-22 Would it also be possible to include an option to install NFS support? I could only get this working by installing libnfs-dev Thanks RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - Bram77 - 2012-10-22 I'll look into it! HOW-TO: Automated efficient (dedicated) XBMC and perfect 23p and 24p playback - un1versal - 2012-10-23 @Bram77 Here's a quick and dirty HOW-TO quick fix for 24p and 23.976p playback on the ION1 with NVidia 304.60 drivers (Hopefully will help script get a bit better) We start with the xorg.conf for 30x.x drivers (for 29x.xx another xorg.conf will be needed). Still using minimalistic install script to work fully. So on and ahead we go! Code: mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak Now setup Kodi for all this to work as follows in screenshots! Step 1) ![]() Step 2) ![]() On this next one we are selecting auto for de-interlace (!!very important!!) and then saving it for all videos/media Step 3) ![]() Yes last one, that's it... Set default for all Movies... and walla.! ![]() Code: DISPLAY=:0 /usr/lib/kodi/kodi-xrandr My kodi-xrandr output is also pimped out! ![]() Now everyone's misery, pain, blood sweat and tears and even a little pee, should allow us to enjoy perfectly smooth playback in Kodi from the usual media sources. This thanks to many hours of scouring topics and to a wonderful creature called fritsch! We Love fritsch and in fritsch we trust with our virgins. Apologies to everyone for nagging yesterday and before, dire!! uNi RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - fritsch - 2012-10-23 @uNiversal: This xorg.conf is supposed to work with nvidia 30X.X - for at least 295 you need a different one (please add this info). Glad it works now for you. |