Posts: 8
Joined: Nov 2012
Reputation:
0
Hi,
Just an update on my problem:
I can still only boot to the XBMC splash screen with the progress dots. Thereafter it becomes completely unresponsive. Cannot even SSH in.
If I stop the boot process by repeatedly pressing CTRL+ALT+F2, then I see the console and I can navigate around.
Is there any log that I can paste that someone can make sense of? I cannot spot anything, but then again, I don't even know what I should be looking for.
Thanks,
Deon
Posts: 346
Joined: Jul 2009
Reputation:
4
Sorry if this is OT question.
I would naturally want my system to be as fast as possible.
My question is this, how much swap would i need with this install?
Info: I have 8 GB of RAM and use S3 suspend.
Thanks
Posts: 7,135
Joined: Oct 2012
un1versal
Out of Memory (1939–2016)
Posts: 7,135
Swap is only used when system runs out of ram (isn't it?), You can safely use default swap or even none. (I leave default - hdd is big enough and 2gb ram is MORE than enough for XBMC. Linux suspend shouldn't take all that either. Look on the intrawebs for proper info about suspend.
Use the xinit upstart script.
The script installs same plymouth fixes that should only be installed for nVidia like e.g. video=uvesafb:mode_option=1366x768-24,mtrr=3,scroll=ywrap in your /etc/default/grub Im not sure if this is ok for AMD or Intel.
Bad idea to add stuff that isnt platform specific to general install. only bram77 can fix that and he is probably too busy.
uNi
Posts: 346
Joined: Jul 2009
Reputation:
4
2012-11-28, 16:42
(This post was last modified: 2012-11-28, 16:45 by Burke.)
uNi thanks for replay,
I tried goggling but then got results like: amount of ram +1 GB.
Swap of 9 Gigs just sounded to much,especially when I know how little ram is used by XBMC and XBMCbuntu, which I assumed
is more less like minimal.
Thanks again.
Burke
Posts: 7,135
Joined: Oct 2012
un1versal
Out of Memory (1939–2016)
Posts: 7,135
At partitioning just select (use separate /home partition) and let the parttioning create 3 partitions automatically for you including the swap amount.
/
swap
/home
Thats what I did and works well for HTPC specially since /home can be written to create extra folders without the risk of you accidentally pissing about with system files on /home.
But thats a preference, after quite a few years of Linux using.
Memory managers are not as bad as they used to be, the rule of using 2 x amount of swap as you have ram is stupid anyway. At best you can do 1:1 and it will work.
uNi
Posts: 346
Joined: Jul 2009
Reputation:
4
uNi thanks again for explaining things,
Will follow your advice.
As I said I have 8 gigs of RAM (that was for win7 x64) so
it sounded just to much.
Thanks again will report back this weekend I hope
Burke
Posts: 81
Joined: Nov 2012
Reputation:
0
will be building my HTPC in the next few weeks and I'm trying to decide between installing this or going with OpenELEC. I'm going to be using the machine primarily for streaming HD video but the idea of using emulators for old NES and SNES games is really appealing. I'm assuming that is doable with this version of XBMC because it runs off of Ubuntu? OpenELEC does not seem to outwardly suppport emulators as much.
I have no previous linux experience, but consider myself somewhat savvy and don't mind the occasional tinkering (but I'm no programmer). Is this install easy for somebody like me, and also usable in a "set it and forget it" way?
Posts: 7,135
Joined: Oct 2012
un1versal
Out of Memory (1939–2016)
Posts: 7,135
You need to remove a ppa in use and replace with another.
like so.
http://wiki.xbmc.org/index.php?title=XBM...de_process
This is also something you can change in the script before you run it in first place.
line 40
https://github.com/Bram77/xbmc-ubuntu-mi...all_2_6.sh
Code:
XBMC_PPA="ppa:wsnipex/xbmc-xvba"
change that to whatever ppa you want.
Done.
uNi
Posts: 69
Joined: Oct 2004
Reputation:
0
Is it safe to say, that if you remove the ppa altogether, the stable EDEN will be installed?
Since when you remove all ppa's from the system and you run : apt-get install xbmc, EDEN will be installed ...