PDA

View Full Version : Help: XBMC , Xorg and Intel Intergrated Graphics


Zeppstar
2009-04-04, 02:31
Im having problems getting a xbmc working with my xorg.conf on an intel GMA 3000 intergrated. I can start X at the correct resolution but xbmc just fails to start (black screen).

I was wondering if there is anybody that has a working xorg.conf for this card or similar that could pass on a few pointers. eg. modules loaded, any options set and any packages install/compiled to get it working.

My xorg.log doesnt suggest anything is going wrong.
I've yet to check the xbmc.log, will report on that soon.

I was under the impression that on Intrepid, installing xorg also brings down the required intel drivers. Is this true or do I have to install additional drivers (similar to using nvidia proprietory).

I have a feeling this is an OpenGl issue(driver/modules). From intel, It is suggested that the GMA 3000 supports OpenGL 2.1. (Not to be confused with the GMA 3100 which is actually a scaled down mobile with only OpenGL 1.4)
see http://en.wikipedia.org/wiki/Intel_GMA#Table_of_GMA_graphics_cores_and_chipsets

My setup is a CLI Intrepid with xorg, build system and xbmc built from SVN.

If required, please ask for additional information and how to get it.

zepp

d4rk
2009-04-04, 03:32
A black screen can also be indicative of bad settings (guisettings.xml) or a bad installation. Anyhow, your xbmc.log should have more details.

Zeppstar
2009-04-04, 04:55
Being a fresh installation from svn, the .xbmc directory doesnt exist yet. Wont load up far enough(Black screen). I cannot find a xbmc log file to look at. I've looked at the usual places ~/.xbmc/temp and /var/log/tmp. Any other suggestions ?

zepp

Zeppstar
2009-04-04, 13:34
I have sorted my configuration. Seems to have been a couple of issues, but mainly, I configured my compile with --enable-vdpau which doesnt seem to work with my intel chip. Not sure if this really matters though.

Secondly, I added to the Device Section of my xorg.conf
Option "AccelMethod" "EXA"


Thirdly, I added another section to xorg.conf
Section “DRI”
Mode 0666
EndSection

This might help someone out there. Please feel free to add more intel on Intel. ;)


zepp

Zeppstar
2009-08-19, 01:38
Although this is an older thread, Recently I found an ubuntu forums post that addresses some problems with intel chipset graphics and Jaunty. I've found that these modifications greatly improve the xbmc experience and playback for Jaunty.

Be warned that this procces upgrades Xorg, Intel Drivers and Kernel to the latest stable or dev versions. Three options are presented. Not for the light hearted. I used the Bleeding edge option with success.

http://ubuntuforums.org/showthread.php?t=1130582

Zepp