XBMCbuntu - Crystal HD option not available under settings
#16
Hi reSPAWNed,
I have the same issue as you mentioned, I tried to compile several version of crystalHD library and drivers, and finally it works very well on my AOPEN mini PC.
Maybe you could try this.
http://code.google.com/p/indicator-cryst...talHDHowTo

If you have resolution issue stuck at 1024x768, you could try this post, and thank for anthistatic's finding.
http://forum.xbmc.org/showthread.php?tid...ion&page=2
Reply
#17
Also also had this error:

Quote:DEBUG: CrystalHD: device open failed , returning(0xffffffff)

The permissions on /dev/crystalhd we're too strict:

Code:
$ ls -l  /dev/crystalhd
crw------- 1 root root 249, 0 mrt  1 21:09 /dev/crystalhd

A chmod fixed it:

Code:
sudo chmod 777 /dev/crystalhd

I'm using Ubuntu Precise and using the crystalhd packages from apt-get, playing 1080p videos is now working smoothly in XBMC. Big Grin

EDIT: after rebooting the permissions are reset.. I added a script in init.d to fix this. Also created a bug report for the crystalhd package in Ubuntu: https://bugs.launchpad.net/ubuntu/+sourc...bug/944353
Reply

Logout Mark Read Team Forum Stats Members Help
XBMCbuntu - Crystal HD option not available under settings0