![]() |
Official XBian 1.0 RC 1 thread - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Releases (/forum-48.html) +--- Thread: Official XBian 1.0 RC 1 thread (/thread-2107.html) |
RE: Official XBian 1.0 RC 1 thread - woferon - 8th Mar, 2014 12:52 AM (7th Mar, 2014 04:50 PM)mk01 Wrote:(7th Mar, 2014 05:58 AM)woferon Wrote: The problem is: movies that are coded in 2.0 have sound but movies that are for example in 5.1 doesn't have sound AT ALL. What exacly do you want me to check? My setup is: RPi sends sound through HDMI to TV, then TV sends it through optical cable straight to my soundbar. There's pretty much nothing to set up. Sound in Xbian works pretty much out of box without setting anything up at all (unless updating from B2 to RC1, that is). I've tried changing sound settings in XBMC to no avail. Plus as I said earlier, I only don't have sound in videos that are coded in AAC with more than 2.0 sound channels (so for example video with 2.0 have normal sound while video with 5.1 doesn't have any sound at all). If I'll put Beta 2 on my SD card again, sound works again without any problem so it clearly must be a problem with RC1. I might check if this problem persist if I change RPi's to my second one, but I'm pretty sure I've tried it before and it still didn't work. Any suggestions? RE: Official XBian 1.0 RC 1 thread - wind-rider - 8th Mar, 2014 11:29 PM I find the Xbian copier very useful, it copied my system to NFS, and it even changed my cmdline.txt. However some problems are there after doing this: - Xbian notices that it isn't running on btrfs anymore and I can't use Xbian copier anymore to make a system image. - after moving the system to NFS, some folders are not there, for example /run/lock/ : Terminal /usr/local/sbin/xbian-config: line 203: /run/lock/xbian-config.gui: No such file or directory Terminal sudo mkdir /run/lock/ - xbmc doesn't start anymore. The last lines of my xbmc.log are: Quote:07:12:17 T:3041587920 ERROR: Error: Requested setting (audiooutput.guisoundmode) was not found. It must be case-sensitiveIt turns out that the folder /var/run/dbus/ does not exist and that dbus is not running. Manually creating /var/run/dbus/ and starting the dbus service in xbian-config makes xbmc try to mount my SD card, but it says it is not root (although I ran xbian-config with sudo). This way xbmc.log ends with: Quote:07:19:03 T:3038434352 NOTICE: Thread XBMC Peripherals start, auto delete: falseCan I do something to make these things work? RE: Official XBian 1.0 RC 1 thread - Fabio72 - 9th Mar, 2014 12:07 AM This is how I did http://forum.xbian.org/showthread.php?tid=2113 I had no problems after migrating to NFS I removed all old mount points from fstab and disabled any brtfs snapshotting option in xbmc Copying using rsync copies everything needed to run xbian from NFS RE: Official XBian 1.0 RC 1 thread - wind-rider - 9th Mar, 2014 12:42 AM (9th Mar, 2014 12:07 AM)Fabio72 Wrote: This is how I didThank you (9th Mar, 2014 12:07 AM)Fabio72 Wrote: I had no problems after migrating to NFSIt seems that /etc/fstab is not used at all for some reason. Contents of my /etc/fstab: Code: /dev/mmcblk0p1 /boot xbian rw,nobootwait 0 1 RE: Official XBian 1.0 RC 1 thread - koper89 - 9th Mar, 2014 12:54 AM I have problem with CPU/Memory usage of XBMC in screensaver, it's going down with priority after change to screensaver but still it takes a lot of resources (after few hours of screensaver I can see in task manager that it's about 40% of CPU and 10-20% Memory. RE: Official XBian 1.0 RC 1 thread - belese - 9th Mar, 2014 01:01 AM it's not the % of cpu you have too look but idle cpu time. (100% - idle cpu) = usage of cpu. RE: Official XBian 1.0 RC 1 thread - Fabio72 - 9th Mar, 2014 02:59 AM (9th Mar, 2014 12:42 AM)wind-rider Wrote: But /boot is empty and tmpfs folders are not created. However I see no errors in dmesg. Any ideas? this is my fstab Code: /dev/mmcblk0p1 /boot xbian ro,nobootwait 0 1 this is the output of mount Code: root@xbian:/etc# mount Code: root@xbian:/etc# stat /run/lock/ RE: Official XBian 1.0 RC 1 thread - koper89 - 9th Mar, 2014 03:28 AM (9th Mar, 2014 01:01 AM)belese Wrote: it's not the % of cpu you have too look but idle cpu time. (100% - idle cpu) = usage of cpu.Maybe this screen will tell more: ![]() Is it normal to xbmc to usage like this in screensaver? RE: Official XBian 1.0 RC 1 thread - belese - 9th Mar, 2014 03:51 AM you said you wait for a bit time after screensaver is on, so no it didn't look normal, i don't have theses values, but during the, let say 5 first minutes max after screen saver is on, it's possible to have theses values as xbian can do some background task. do you have scrolling text on screen when screensaver is activate? RE: Official XBian 1.0 RC 1 thread - koper89 - 9th Mar, 2014 04:04 AM "do you have scrolling text on screen when screensaver is activate? " ? What do you mean by that? On my TV or in top? I have similar output's in top after few hours, but will make few screenshots. And is there anyway to remove xbmc fully (not uinstalling any other application from my xbian and reinstalling it? I think I may corrupted it somehow in one upgrade. RE: Official XBian 1.0 RC 1 thread - wind-rider - 9th Mar, 2014 04:14 AM (9th Mar, 2014 02:59 AM)Fabio72 Wrote: maybe something was wrong with your copy process Maybe, but I found some other people who had the same problem as I: http://www.ifc0nfig.com/running-xbian-from-a-usb-hard-drive/ http://forum.xbian.org/thread-1515-post-20038.html#pid20038 http://gathering.tweakers.net/forum/list_message/41367872#41367872 all after moving their system to USB or NFS. Is this a coincidence? They wrote that the solution is to manually create /run/lock/, but everytime it is gone after a reboot for me.. RE: Official XBian 1.0 RC 1 thread - IriDium - 9th Mar, 2014 05:13 AM @koper89 - What screensaver are you using? How did you get that screenshot? Did you put the screensaver on with preview? 80% is excessive if Xbian is not doing anything. Are you using visualization at all? @wind-rider + @Fabio72 I'm not too sure the clone function is working correctly in RC1 - it works well in Beta 2 but since the tidy up of the display output there seems to be errors. One I have seen is that is just repeats - gets to 99% and then restarts. Maybe it's just me. The rsync option should still work as detailed in the Boot from USB thread. RE: Official XBian 1.0 RC 1 thread - wind-rider - 9th Mar, 2014 06:13 AM (9th Mar, 2014 05:13 AM)IriDium Wrote: @wind-rider + @Fabio72 I'm not too sure the clone function is working correctly in RC1 - it works well in Beta 2 but since the tidy up of the display output there seems to be errors. One I have seen is that is just repeats - gets to 99% and then restarts. Maybe it's just me. Can it be that autofs is giving causing this? It gives trouble during the upgrade process to RC1... (I tried it restarting freshly from beta2) Terminal Setting up autofs (5.0.7-3) ... [....] Starting automount...^[[?25l^[7^[[1G[^[[31mFAIL^[[39;49 invoke-rc.d: initscript autofs, action "start" failed. dpkg: error processing autofs (--configure): subprocess installed post-installation script returned error Errors were encountered while processing: autofs RE: Official XBian 1.0 RC 1 thread - Fabio72 - 9th Mar, 2014 06:30 AM after days I'm not yet able to launch xbian-config gui version Code: DEBUG: XBian-config : xbian-config updates progress : ['0'] xbian-apt-show-versions give me all packages uptodate xbian-package-config-shell 2.1.6-60c RE: Official XBian 1.0 RC 1 thread - koper89 - 9th Mar, 2014 06:39 AM (9th Mar, 2014 05:13 AM)IriDium Wrote: @koper89 - What screensaver are you using? How did you get that screenshot? Did you put the screensaver on with preview? 80% is excessive if Xbian is not doing anything. Are you using visualization at all? Screensaver - it's darker xbmc, no visualization (How can I change that?). Screenshot from ssh putty - root: top |