XBMC crashes if launched from within GNOME

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
guizmo124 Offline
Junior Member
Posts: 2
Joined: Apr 2012
Reputation: 0
Post: #21
Hi again !

After searching a bit, i think the issue can be solved with the latest versions of mesa.
The following patch seems to address our problem : http://cgit.freedesktop.org/mesa/mesa/co...3d6a865b80

I tried with the beta of fedora 17 and it's working like a charm !

cheers
find quote
CryNickSystems Offline
Junior Member
Posts: 21
Joined: Feb 2012
Reputation: 0
Post: #22
I can confirm this, it's finally fixed now Big Grin
find quote
CryNickSystems Offline
Junior Member
Posts: 21
Joined: Feb 2012
Reputation: 0
Post: #23
Great! I upgraded to the latest driver version for my iGPU and guess what?
It happens again Sad
find quote
CryNickSystems Offline
Junior Member
Posts: 21
Joined: Feb 2012
Reputation: 0
Post: #24
Ok, sry to bump this topic again but I found out the reason:
The commit from above is no longer applied in my newest installed version of mesa-common-dev (xorg-edgers-ppa).
I will try to compile mesa by myself.
find quote
janvantonder Offline
Junior Member
Posts: 1
Joined: Jan 2013
Reputation: 0
Post: #25
This issue has been bugging me for ages, but I found a fix, Hallelujah!!!

Installing the Intel drivers according to this howto fixed the problem for me:

http://www.techlw.com/2012/08/install-la...rs-in.html

Summary:

sudo apt-add-repository ppa:glasen/intel-driver
sudo apt-get update
sudo apt-get install xserver-xorg-video-intel


gksudo gedit

Add this to the file:

Section "Device"
Identifier "Card0″
Driver "intel"
Option "AccelMethod" "sna"
EndSection


Save file as /etc/X11/xorg.conf
find quote
Hirs Offline
Senior Member
Posts: 100
Joined: Oct 2008
Reputation: 0
Post: #26
janvantonder, Thank you for the tip!! I was getting crashes also on pantheon-shell (elementary OS). It seems fixed now!!
find quote
Post Reply