![]() |
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 XBMC install - Ubuntu 12.10/13.04 mini based - thespazz - 2013-06-24 Hi everyone, I know this is a silly question, but I'm still a bit of a linux noob. Does this script install the latest GPU drivers from nVidia? Just picked up a GT630 and want to make sure the GPU does all the heavy lifting because my processor is starting to show it's age. Also, which version of ubuntu is best to install? 12? 13? I was running Plex media server and streaming to my Roku, but it is so darn CPU dependent, that I'm going to use XBMC to stream to my HDTV and let Plex take care of my mobile devices. Any other advice before I begin? RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - Morrtin - 2013-06-25 Maybe you want to use uNiversal forked version of the script as there are some updates made to it https://github.com/uNiversaI/xbmc-ubuntu-minimal/blob/master/12.04/prepinstall_2_6_2.sh RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - bagin - 2013-06-30 (2013-06-18, 21:13)bagin Wrote: I have an old laptop Fujistsu Siemens Amilo L1310G where I had a lubuntu 13.10 with xbmc installed. It was working reasonable but I read that thread and decided to install mini based. The installation process have gone well and i can see the xbmc splash when it boot but I can't run xbmc as I get an error: I have followed few post and already tried downgrading AMD driver to legacy but still the same. Any sugestions? I don't want to come back to lubuntu yet as it is xbmc only that I would like to use on that pc. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - wsnipex - 2013-06-30 fglrx doesn't support this old card. use the mesa "radeon" driver. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - john.doe - 2013-07-04 I'm completely new to Ubuntu and i think i did something wrong. After executing the commands i get "-- Installing installation dependencies..." from Putty but theres no other message. Is there supposed to be a progress indicator somewhere? RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - Bram77 - 2013-07-04 Nope, no progress bar. Just be patient. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - john.doe - 2013-07-04 I restarted my system and its just boots up like it did without xbmc. Is there a log i should see that shows errors? EDIT: heres what shows up when i type 'xbmc' in the terminal. Code: xbmc@xbmc:~$ xbmc RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - Bram77 - 2013-07-04 Unmute all channels an crank them up then up to their max. Otherwise you'll have no sound. You can do this after the installation had finished too though. What kind of videocard are you using? RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - john.doe - 2013-07-04 (2013-07-04, 13:33)Bram77 Wrote: Unmute all channels an crank them up then up to their max. Otherwise you'll have no sound. You can do this after the installation had finished too though. I'm using an Nvidia GeForce FX 5600 RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - Bram77 - 2013-07-04 Run the following to ensure your videocard drivers have been installed correctly. Code: sudo apt-get install nvidia-current I'm not sure if your videocard isn't to old for the job. It probably should work. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - john.doe - 2013-07-04 (2013-07-04, 13:45)Bram77 Wrote: Run the following to ensure your videocard drivers have been installed correctly. When i run it it says: Code: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. Code: nvidia-current is already the newest version. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - Bram77 - 2013-07-04 That says it all ![]() RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - john.doe - 2013-07-04 (2013-07-04, 13:51)Bram77 Wrote: That says it all Ah well, gonna have to run the installation script. \ Thanks for your help! RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - john.doe - 2013-07-05 Okay, i ran the script again today and now it boots up and show this message: "XBMC needs hardware accelerated opengl rendering. Install an appropriate graphics driver." But i'm pretty sure my card has OpenGL cause i installed windows on it before and it ran xbmc fine. (I just want to use ubuntu for better performance) EDIT: Nevermind, i fixed it! i just uninstalled the nvidia drivers with "sudo apt-get remove nvidia-current" and installed this: http://www.nvidia.com/object/linux-display-ia32-173.14.37-driver.html Thanks again for your help ![]() EDIT2: I don't want to triple-post ![]() I have a question, why use xbmc 13 instead of 12.2? Any special reasons? RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - surpher - 2013-07-06 Was having a problem where after using the script XBMC was preforming like pre-frodo. Even though I checked the version in xbmc and it said June-27-2013 build, version 13.0. The major problem was audio output devices weren't listing, also missing other frodo features (video library didn't have the clean function). I don't know whether it was the script, something I did during the script, or perhaps the latest build. To solve this problem: Code: sudo apt-get --purge remove xbmc xbmc-bin And we're back |