Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook
Pages (21): « Previous 1 ... 15 16 17 18 19 ... 21 Next »
Post Reply 
 
Thread Rating:
  • 2 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Official XBian 1.0 Beta 1 thread
10th Jul, 2013, 06:10 AM
Post: #241
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
RE: Official XBian 1.0 Beta 1 thread
Looks like xbmc uses too much cpu (around 60% by htop in standby).
For example: copying big file to the samba-shared ext4 hdd over wifi not faster than 2.13 MB/s, but if I do "service xbmc stop" (or any another way to exit xbmc) it rises up to 6 MB/s
Find all posts by this user
Quote this message in a reply
10th Jul, 2013, 06:21 AM
Post: #242
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: Official XBian 1.0 Beta 1 thread
(10th Jul, 2013 06:10 AM)kraleksandr Wrote:  Looks like xbmc uses too much cpu (around 60% by htop in standby).
For example: copying big file to the samba-shared ext4 hdd over wifi not faster than 2.13 MB/s, but if I do "service xbmc stop" (or any another way to exit xbmc) it rises up to 6 MB/s

Are you sure you haven't "parked" you XBMC on a CPU-intensive screen? Especially scrolling text can be taxing for your CPU.
Find all posts by this user
Quote this message in a reply
10th Jul, 2013, 06:38 AM
Post: #243
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
RE: Official XBian 1.0 Beta 1 thread
(10th Jul, 2013 06:21 AM)Smultie Wrote:  
(10th Jul, 2013 06:10 AM)kraleksandr Wrote:  Looks like xbmc uses too much cpu (around 60% by htop in standby).
For example: copying big file to the samba-shared ext4 hdd over wifi not faster than 2.13 MB/s, but if I do "service xbmc stop" (or any another way to exit xbmc) it rises up to 6 MB/s

Are you sure you haven't "parked" you XBMC on a CPU-intensive screen? Especially scrolling text can be taxing for your CPU.

It happens even with main menu, just power on PI, ssh to, htop aand xbmc uses more than 50% cpu.
skin - bello, OC - xbian.

Cant find how to configure T9-like input mode for my IR remote.
If I put this
Code:
        <zero>key_0</zero>
        <one>key_1</one>
        <two>key_2</two>
        <three>key_3</three>
        <four>key_4</four>
        <five>key_5</five>
        <six>key_6</six>
        <seven>key_7</seven>
        <eight>key_8</eight>
        <nine>key_9</nine>
to the .xbmc/userdata/Lircmap.xml then when I press, as ex. "2" key, in input line appears (by press count):
  1. 2
  2. 2a
  3. 2ab
  4. 2abc
  5. 2abc2

Without these lines in input line appears "2" for each keypress.

Why in a5 with same conf files it works correctly? How to make it works like normal T9?
Find all posts by this user
Quote this message in a reply
12th Jul, 2013, 10:35 AM
Post: #244
robotuin Offline
Registered
Posts: 4
Joined: Jul 2013
Reputation: 0
Congrats, homescreen icons libtiff4, video not pausing when in background
Hi there,

first of all: congratulations for the performance of xbian. I'm still impressed by the bootup time alone.. but besides that everything works so much more smoothly compared to raspbmc that you start thinking, you are using a faster machine Smile

I just wanted to give a quick feedback to the issue with icons not showing on the homescreen (tested the fix proposed further up this thread):
Installed libtiff4 with sudo apt-get install libtiff4 and now they are showing. Also the shortcut icons to video addons underneath the menu bar are showing now. For people who don't know: you set them in the confluence skin settings.

Since I guess that this surely will be fixed in the next version, I really have only one small suggestion: wouldn't it be a nice additional option in the xbian-config addon to choose whether a video keeps playing or pauses when entering the menu? I know that there are people wanting this behavior, but I guess there are also a lot like me who don't Smile

For people who want to change this, for now just delete the (second) line with the command
<onunload condition="!Player.Paused">PlayerControl(Play)</onunload> in the file
/usr/local/share/xbmc/addons/skin.confluence/720p/VideoFullScreen.xml

Thanks again for this great xbmc experience!
Find all posts by this user
Quote this message in a reply
12th Jul, 2013, 10:49 AM
Post: #245
f1vefour Offline
Administrator
******
Posts: 1,342
Joined: Mar 2013
Reputation: 58
Re: RE: Official XBian 1.0 Beta 1 thread
(10th Jul, 2013 06:38 AM)kraleksandr Wrote:  
(10th Jul, 2013 06:21 AM)Smultie Wrote:  
(10th Jul, 2013 06:10 AM)kraleksandr Wrote:  Looks like xbmc uses too much cpu (around 60% by htop in standby).
For example: copying big file to the samba-shared ext4 hdd over wifi not faster than 2.13 MB/s, but if I do "service xbmc stop" (or any another way to exit xbmc) it rises up to 6 MB/s

Are you sure you haven't "parked" you XBMC on a CPU-intensive screen? Especially scrolling text can be taxing for your CPU.

It happens even with main menu, just power on PI, ssh to, htop aand xbmc uses more than 50% cpu.
skin - bello, OC - xbian.

It must be the skin your using, switch to the confluence (default) skin and check CPU usage.

Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us.
Visit this user's website Find all posts by this user
Quote this message in a reply
12th Jul, 2013, 04:42 PM
Post: #246
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
RE: Official XBian 1.0 Beta 1 thread
(12th Jul, 2013 10:49 AM)f1vefour Wrote:  
(10th Jul, 2013 06:38 AM)kraleksandr Wrote:  
(10th Jul, 2013 06:21 AM)Smultie Wrote:  
(10th Jul, 2013 06:10 AM)kraleksandr Wrote:  Looks like xbmc uses too much cpu (around 60% by htop in standby).
For example: copying big file to the samba-shared ext4 hdd over wifi not faster than 2.13 MB/s, but if I do "service xbmc stop" (or any another way to exit xbmc) it rises up to 6 MB/s

Are you sure you haven't "parked" you XBMC on a CPU-intensive screen? Especially scrolling text can be taxing for your CPU.

It happens even with main menu, just power on PI, ssh to, htop aand xbmc uses more than 50% cpu.
skin - bello, OC - xbian.

It must be the skin your using, switch to the confluence (default) skin and check CPU usage.
30% with default Confluence
Find all posts by this user
Quote this message in a reply
12th Jul, 2013, 04:55 PM
Post: #247
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
Re: Official XBian 1.0 Beta 1 thread
so all is normal as should than Wink

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
12th Jul, 2013, 09:16 PM
Post: #248
timmink Offline
Registered
Posts: 1
Joined: Jul 2013
Reputation: 0
RE: Official XBian 1.0 Beta 1 thread
Hello,

Airplay still dead on fresh install. Connected to the LAN via cable.
Both devices iphone and iPad on iOS 6.

Trying with a separate RaspBMC SD-card Airplay works. So the network seems to be OK.

Regards
Tim
Find all posts by this user
Quote this message in a reply
13th Jul, 2013, 07:12 AM
Post: #249
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: Official XBian 1.0 Beta 1 thread
Can confirm Airplay doesn't work.
Can't even see the Xbian device with iTunes or Beamer.app

Can't find any airplay-related errors in xbmc.log either.....
Any direction??
Find all posts by this user
Quote this message in a reply
13th Jul, 2013, 07:22 AM
Post: #250
Fred Offline
Registered
Posts: 321
Joined: Apr 2013
Reputation: 36
RE: Official XBian 1.0 Beta 1 thread
It works for me (from android device) so I can't help you.

You could try this:
Quote:SSH into your RPi

Terminal

sudo nano ~/.xbmc/userdata/advancedsettings.xml

add this line (where 7000 is the port, could be different, check the port your app is sending to)
Code:
<airplayport>7000</airplayport>

Make sure you add this line somewhere between <advancedsettings> and </advancedsettings> but not in some subsetting. I added it the line before </advancedsettings>.

Reboot or restart XBMC.

Please try this and report back if this works or not.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
13th Jul, 2013, 06:04 PM
Post: #251
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: Official XBian 1.0 Beta 1 thread
(13th Jul, 2013 07:22 AM)Fred Wrote:  It works for me (from android device) so I can't help you.

You could try this:
Quote:SSH into your RPi

Terminal

sudo nano ~/.xbmc/userdata/advancedsettings.xml

add this line (where 7000 is the port, could be different, check the port your app is sending to)
Code:
<airplayport>7000</airplayport>

Make sure you add this line somewhere between <advancedsettings> and </advancedsettings> but not in some subsetting. I added it the line before </advancedsettings>.

Reboot or restart XBMC.

Please try this and report back if this works or not.

My Android phone works as well (with Yatse), but I have an iPad and a MacBook Pro as well, which I would like to work via Airplay.

Any other ppl (devs) who can lead me in the right way?
Find all posts by this user
Quote this message in a reply
15th Jul, 2013, 01:38 PM
Post: #252
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Official XBian 1.0 Beta 1 thread
(13th Jul, 2013 07:12 AM)Smultie Wrote:  Can't find any airplay-related errors in xbmc.log either.....
Any direction??

this is related to dbus-daemon process stopping after some time, I had this issue and probably all users used to work with airplay will report that.

i have to extract from my devel version just this fix and probably update in a hot fix of some kind.

if you log into ssh, issue "sudo start dbus", then it will work probably until next reboot. there dbus will be started, … and then stopped by some other event.

because this topic will repeat and reappear in many threads, I will not update all of them, just focus on the https://github.com/xbianonpi/xbian/issues/423

(3rd Jul, 2013 11:59 AM)niftydude Wrote:  Hi mk,
i've tried out that zram-swap script from git and rebooted. Nice. Seems to be working OK:

xbian@xbian ~ $ free
total used free shared buffers cached
Mem: 125112 100740 24372 0 8 22200

xbian@xbian ~ $ sudo swapon -sa
[sudo] password for xbian:
Filename Type Size Used Priority
/dev/mmcblk0p3 partition 262140 0 -1
/dev/zram0 partition 131068 16784 20


I feel like this is still a little bit slower than alpha 5, but better than beta 1 was. I'll let it run and see how it goes.

thanks for the partswap test. and please update zram-swap to 1.0-3.1 from git, as you can see second terrible "issue" for 256mb models.

sram part size 131068, total memory 125112. it's only question of load until you get swap write error, then oops, then some processed killed and probably panic.

there was 128mb os sram by default, with the revised logic this still applies, but before creating zram the size is compared to total memory available to linux (128) and only 1/3 of that is allowed.

so for 256 models +-45, for 512 depends on the split. but the general rule is = min(128,mem/3)

(8th Jul, 2013 07:56 PM)puckMan Wrote:  
(8th Jul, 2013 03:14 PM)niftydude Wrote:  Oh yeah - forgot to mention - yep - tried this, it worked fine for me.

can you please tell me how to try that out?

just add "partswap" to cmdline.txt

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
17th Jul, 2013, 06:25 AM
Post: #253
alfredo Offline
Registered
Posts: 6
Joined: Jun 2013
Reputation: 0
RE: Official XBian 1.0 Beta 1 thread
Hi all,

I finally received my sdcard-usb adapter, and could make changes to the btrfs filesystem from my laptop. Here's my mileage: as you asked, my /etc/fstab is the following
Code:
proc            /proc           proc    defaults          0       0
LABEL=xbian-root-btrfs    /    btrfs    subvol=root/@,thread_pool=1,rw,compress=lzo,noatime,autodefrag    0    0
LABEL=xbian-root-btrfs    /home    btrfs    subvol=home/@,thread_pool=1,rw,compress=lzo,noatime,autodefrag    0    0
LABEL=xbian-usb-btrfs    /usr    btrfs    subvol=usr,thread_pool=1,rw,compress=lzo,noatime,autodefrag    0    0
LABEL=xbian-usb-btrfs    /var    btrfs    subvol=var,thread_pool=1,rw,compress=lzo,noatime,autodefrag    0    0
UUID=8B12-9112    /boot    vfat    defaults,noauto,user,gid=0,uid=0    0    0

Furthermore, I disabled stdout and stderr redirection in mountall.conf, and the following is the last message I get, before the aforecited 127 error code.
Code:
btrfs: mismatching generation and generation_v2 found in root item. This root was probably mounted with an older kernel. Resetting all new fields.

I tried searching for people getting the same error message, but didn't find anything that seemed related.

Please let me know if you spot something evidently wrong in my fstab.
In the meanwhile, I'll try again the same configuration with beta 1.1, and let you know how it goes. (Possibly moving on the new thread.)

Thanks again!
Find all posts by this user
Quote this message in a reply
17th Jul, 2013, 06:52 AM
Post: #254
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Official XBian 1.0 Beta 1 thread
(17th Jul, 2013 06:25 AM)alfredo Wrote:  Please let me know if you spot something evidently wrong in my fstab.
In the meanwhile, I'll try again the same configuration with beta 1.1, and let you know how it goes. (Possibly moving on the new thread.)

Thanks again!

there will be no difference, because nothing in the core changed.

(17th Jul, 2013 06:25 AM)alfredo Wrote:  Furthermore, I disabled stdout and stderr redirection in mountall.conf, and the following is the last message I get, before the aforecited 127 error code.

127 generally means "target can't be started - not available". on exec, or other call. looks like mountall wan't to start something - i suppose from /usr/sbin.

as upstart is all going around plymouth, dbus, policykits etc, I bet you have winner - something after /sbin/init - mountall

did you try the "debug" parameter in cmdline.txt, it will disbable the redirects for you, it will use --verbose logging for all the processes, redirect all to screen etc.

as a check for this theory with /usr I would open initramfs.gz again, and anywhere between
move_root and echo "Switching root" would put

"mount -t btrfs -o subvol=usr,thread_pool=1,rw,compress=lzo,noatime,autodefrag /dev/XXX (don't use label|uuid there) ${CONFIG_newroot}/usr"

I'm quite sure it will boot. You can try force mountall attention to /usr at all cost with "bootwait" parameter. But we even don't know, if mountall is started. and, to trigger device creation and LABEL|UUID resolving, udev needs to be started. and this is tarted on virtual-filesystems only, which happens cca 3s after startup Wink so not so easy the parallel starting up.

I think the /usr mount from initramfs is safe harbor for now.

try the "debug" param, really.

beta2 is taking control over boot by starting /etc/init/xbian.conf AS ABSOLUTELY FIRST event / started exclusively with nothing else. then, we can easily control process from there.

I hope I put some ideas to your plays.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
17th Jul, 2013, 07:52 AM
Post: #255
xraxor Offline
Registered
Posts: 177
Joined: Dec 2012
Reputation: 9
RE: Official XBian 1.0 Beta 1 thread
Hi guys, anyone know how I can get my HDD to sleep after sometime of no usage? it would sleep after 5min in alpha5, now it stays running. Sad
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (21): « Previous 1 ... 15 16 17 18 19 ... 21 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  Official XBian Raspberry B+ models thread IriDium 4 22,341 23rd Nov, 2014 09:14 PM
Last Post: 0xFF
  Official XBian 1.0 RC 2 Gotham (XBMC 13) thread IriDium 167 590,455 10th Sep, 2014 04:41 AM
Last Post: weezer
  Official XBian 1.0 RC 2 thread IriDium 61 202,152 16th Aug, 2014 03:10 PM
Last Post: mehlvogel
  Official XBian 1.0 RC 1 thread IriDium 173 611,863 1st May, 2014 02:44 PM
Last Post: dharmabm
  Official XBian 1.0 Beta 2 thread IriDium 411 1,456,023 7th Mar, 2014 09:56 PM
Last Post: leadergr
  Official XBian 1.0 Alpha 5 thread Koenkk 366 1,485,752 15th Aug, 2013 07:35 AM
Last Post: anthonyonions
  Official XBMC 12.2 Thread Koenkk 118 483,898 4th Jul, 2013 09:11 AM
Last Post: mk01

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 11th May, 2025, 09:25 AM Powered By MyBB, © 2002-2025 MyBB Group.