• 1
  • 27
  • 28
  • 29(current)
  • 30
  • 31
  • 34
[LINUX] Problems compiling crystalhd branch
^tWiSt^ Wrote:Right now I'm playing Earth mkv at 1080p and seems that the movie automatically pauses itself every second. :confused2:

Textual words from Davilla:

"Would "Planet Earth" be the one with 16 reference frames, aka killa. If so, forget it. It's already been discussed that crystalhd has a limit of 10 reference frame for h.264 decoding."
Reply
i5Js Wrote:I'm not agree, If you see the screenshot from Davilla on xbmc.org, you can see, a lot of drops too. I think he has the same problem, like us.

Iam guessing he is only seeing the dropped frames on startup. After that it sounds like he is good.
Reply
Anyone know if multi stream (=video) is an option (driver toggle) on the chip?
Reply
Soju Wrote:Anyone know if multi stream (=video) is an option (driver toggle) on the chip?

eh ?
Reply
Two vids at the same time Smile. Nvidia/VDPAU doesn't support multiple stream acceleration, that I know.
Reply
Soju Wrote:Two vids at the same time Smile. Nvidia/VDPAU doesn't support multiple stream acceleration, that I know.

Not with the existing Broadcom Crystal HD hardware (bcm70010/bcm70012).
Reply
davilla Wrote:might want to take a peek here http://xbmc.org/theuni/2010/01/08/xbmc-i...-services/

Is there a way to use this with Launcher yet?

I tried defaults write com.teamxbmc.xbmclauncher XBMCAdditionalDownloadPli
stURLs -array-add http://mirrors.xbmc.org/nightlies/osx/latest.dmg, but that doesn't seem to work (Should it?)


EDIT: Nevermind, I found this...

http://forum.xbmc.org/showthread.php?tid=67078
Reply
For people that are having problems with 1080p content stuttering, make sure you have disabled composite in xorg.conf:

Section "Extensions"
Option "Composite" "Disable"
EndSection

I was able to play 720p fine but had horrible stuttering on 1080p. Disabled composite and my 1080p stuttering went away. YMMV.
Reply
Hi Davilla,

today i have compiled crystalhd from http://git.wilsonet.com/crystalhd.git/ (never tested any other version before) and xbmc with crystalhd support.

all compiles fine, and the card will be found (driver would be loaded from kernel) but it has issues with loading the firmware (copyed to /lib/firmware)

in dmesg i see:
Code:
[   16.743606] Starting BCM70012 Device
[   16.958363] clock is moving to 175 with n 35 with vco_mg 2
[   17.068259] clk change failed
[   17.097395] Initializing Dio pool 10 1024 605c f6bc0d20
[   18.837264] Firmware Downloaded Successfully
[   30.820025] [drm] TMDS-12: set mode 1920x1080 39
[   31.153017] [drm] TV-14: set mode 848x480 3a
[   31.300263] [drm] TV-14: set mode 848x480 3a
[   38.890015] *ERR*:drivers/staging/crystalhd/crystalhd_hw.c:1766: Firmware command T/O
[   38.890017] *ERR*:drivers/staging/crystalhd/crystalhd_hw.c:1777: FwCmd Failed.
[   38.890020] fw cmd 73763001 failed
[   38.991784] Closing user[0] handle
[   38.991785] Deleting IOQs
[   38.991790] Releasing RX Pkt pool
[   38.991808] Released dio pool 10
[   39.042108] Stopping BCM70012 Device

what is mean with this error? what can be wrong?
greetings, Stephan

Image

Image
Reply
openelec.tv Wrote:Hi Davilla,

today i have compiled crystalhd from http://git.wilsonet.com/crystalhd.git/ (never tested any other version before) and xbmc with crystalhd support.

all compiles fine, and the card will be found (driver would be loaded from kernel) but it has issues with loading the firmware (copyed to /lib/firmware)

in dmesg i see:
Code:
[   16.743606] Starting BCM70012 Device
[   16.958363] clock is moving to 175 with n 35 with vco_mg 2
[   17.068259] clk change failed
[   17.097395] Initializing Dio pool 10 1024 605c f6bc0d20
[   18.837264] Firmware Downloaded Successfully
[   30.820025] [drm] TMDS-12: set mode 1920x1080 39
[   31.153017] [drm] TV-14: set mode 848x480 3a
[   31.300263] [drm] TV-14: set mode 848x480 3a
[   38.890015] *ERR*:drivers/staging/crystalhd/crystalhd_hw.c:1766: Firmware command T/O
[   38.890017] *ERR*:drivers/staging/crystalhd/crystalhd_hw.c:1777: FwCmd Failed.
[   38.890020] fw cmd 73763001 failed
[   38.991784] Closing user[0] handle
[   38.991785] Deleting IOQs
[   38.991790] Releasing RX Pkt pool
[   38.991808] Released dio pool 10
[   39.042108] Stopping BCM70012 Device

what is mean with this error? what can be wrong?

try this -> http://forum.xbmc.org/showpost.php?p=478...tcount=419
Reply
davilla Wrote:try this -> http://forum.xbmc.org/showpost.php?p=478...tcount=419

I have tryed this, without success... some error, what can i do?
greetings, Stephan

Image

Image
Reply
start by repeating this 10 times.

'some error' is not helpful to anyone.
Reply
spiff Wrote:start by repeating this 10 times.

'some error' is not helpful to anyone.

sorry i meant same error...

i have exactly the same errormessage if i comment out
Code:
msleep_interruptible(50);
greetings, Stephan

Image

Image
Reply
openelec.tv Wrote:sorry i meant same error...

i have exactly the same errormessage if i comment out
Code:
msleep_interruptible(50);

Might try the linux source from http://code.google.com/p/crystalhd-for-o.../crystalhd

It "should" be very similar to the git tree with cosmetic differences. If the crystalhd-for-osx branch works, then we have something strange going on between branches.

Also full lspci (sudp lspci -vvv) output, I'd like to see what the pci subid's are.
Reply
davilla Wrote:Might try the linux source from http://code.google.com/p/crystalhd-for-o.../crystalhd

It "should" be very similar to the git tree with cosmetic differences. If the crystalhd-for-osx branch works, then we have something strange going on between branches.

Also full lspci (sudp lspci -vvv) output, I'd like to see what the pci subid's are.

this also doesnt works (again same error) with and without comment out msleep_interruptible(50);

output ftom lspci -vvv: http://sources.openelec.tv/tmp/logfile/lspci
output from dmesg: http://sources.openelec.tv/tmp/logfile/dmesg

thank you for your help
greetings, Stephan

Image

Image
Reply
  • 1
  • 27
  • 28
  • 29(current)
  • 30
  • 31
  • 34

Logout Mark Read Team Forum Stats Members Help
[LINUX] Problems compiling crystalhd branch2