You are not logged in.

#1 2013-06-04 15:06:10

tritron4
Member
Registered: 2012-04-14
Posts: 153

How to install xbmc on intel cpu

Can someone share how to get xbmc working with integrated HD2500. It seems that glxinfo and mesa depends on presence nvidia-utils when I remove nvidia-utils I got an error nvidia-tls.xx.so missing. Can someone be nice and point me to what package I need to install ? I had followed Intel howto and I can start Xorg. Do i need to install  nvidia packages in order to get xbmc working ?

Offline

#2 2013-06-04 15:26:20

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: How to install xbmc on intel cpu

Have you installed xbmc from the repos? Is your system up to date?
Have you installed nvidia-libgl or mesa-libgl?

Offline

#3 2013-06-04 16:08:27

tritron4
Member
Registered: 2012-04-14
Posts: 153

Re: How to install xbmc on intel cpu

I have mesa-libgl but glxinfo states that libnvidia-tls.so.304.43 is missing but nvidia-utils has higher number.

Offline

#4 2013-06-04 16:12:58

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: How to install xbmc on intel cpu

Do you have an nvidia card too?
I've just installed mesa-demos so at least the 32-bit version doesn't print any such errors.

Offline

#5 2013-06-04 16:44:22

masteryod
Member
Registered: 2010-05-19
Posts: 433

Re: How to install xbmc on intel cpu

No you don't need nvidia to run xbmc if your only GPU is an Intel IGP. You need working and properly configured system though.

What's the output of:

$ glxinfo | grep render

Is it laptop with Optimus?

$ lspci -v | grep NVIDIA

Last edited by masteryod (2013-06-04 16:46:17)

Offline

#6 2013-06-04 17:40:02

tritron4
Member
Registered: 2012-04-14
Posts: 153

Re: How to install xbmc on intel cpu

I have mesa-libgl but glxinfo states that libnvidia-tls.so.304.43 is missing but nvidia-utils has higher number.

Offline

#7 2013-06-04 18:02:21

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: How to install xbmc on intel cpu

tritron4 wrote:

I have mesa-libgl but glxinfo states that libnvidia-tls.so.304.43 is missing but nvidia-utils has higher number.

Umm, we've already heard that :-)

Offline

#8 2013-06-04 19:02:03

tritron4
Member
Registered: 2012-04-14
Posts: 153

Re: How to install xbmc on intel cpu

Sorry about that I just hit back button. This is htpc system I was running it with nvidia card. I can't run glxinfo | grep render because libnidia-tls is missing and I can't find source package

Offline

#9 2013-06-04 19:05:12

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: How to install xbmc on intel cpu

Let's start again: you're using an nvidia card, you want to remove nvidia-utils and you're asking how to run it on Intel HD2500?
I'm sorry, but I'm confused.

You still haven't answered my question, if you're system is up to date.

Offline

#10 2013-06-04 19:09:49

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,693

Re: How to install xbmc on intel cpu


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#11 2013-06-04 19:43:54

tritron4
Member
Registered: 2012-04-14
Posts: 153

Re: How to install xbmc on intel cpu

My system is up to date with  move to /usr/bin done. I had used nvidia card but removed it and uninstalled drivers and libraries. I am asking how I can run xbmc with hd2500. Does anyone knows what package provides libnvidia-tls.so.304.43. I had installed intel-dri mesa mesa-glx intel driver for xorg. it is strange that glxinfo is linked to nvidia library. xbmc calls glxinfo before it starts so it will not start

Offline

#12 2013-06-04 21:07:03

ChemBro
Member
Registered: 2008-10-22
Posts: 704

Re: How to install xbmc on intel cpu

All you need is a working intel driver and xbmc. You don't need anything with libnvidia. My only guess is, that you didn't uninstalled all drivers and lib or not clean enough. XBMC is working without any problem and without any nvidia thing on my netbook.

Maybe you have some unofficial packages installed? Otherwise I don't get, why you need the nvidia libs.

Offline

#13 2013-06-04 21:56:41

masteryod
Member
Registered: 2010-05-19
Posts: 433

Re: How to install xbmc on intel cpu

Paste output of:

pacman -Qs xf86-video

and

pacman -Qs nvidia 

Check you xorg.conf because it's probably configured by nvidia-xconfig. If so, rename it, move it, delete it (break it, fix it, trash it, change it, melt - upgrade it...)

Last edited by masteryod (2013-06-04 21:58:02)

Offline

#14 2013-06-04 23:43:02

tritron4
Member
Registered: 2012-04-14
Posts: 153

Re: How to install xbmc on intel cpu

I don't know why mesa is compiled against nvidia
ldd /usr/bin/glxinfo
        linux-vdso.so.1 (0x00007fffb7dfe000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0x00007f81e480f000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f81e44d6000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007f81e4129000)
        libnvidia-tls.so.304.43 => not found
        libnvidia-glcore.so.304.43 => not found
        libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f81e3f17000)
        libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f81e3d13000)
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f81e3af4000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f81e4b2c000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f81e38f0000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f81e36ea000)

Offline

#15 2013-06-04 23:44:57

tritron4
Member
Registered: 2012-04-14
Posts: 153

Re: How to install xbmc on intel cpu

pacman -Qs xf86-video
local/xf86-video-intel 2.21.8-1 (xorg-drivers xorg)
    X.org Intel i810/i830/i915/945G/G965+ video drivers
local/xf86-video-modesetting 0.7.0-1 (xorg-drivers xorg)
    X.org generic modesetting video driver
local/xf86-video-v4l 0.2.0-12 (xorg-drivers xorg)
    X.org v4l video driver
local/libcl 1.1-3
    OpenCL library and ICD loader from NVIDIA
local/libvdpau 0.6-1
    Nvidia VDPAU library
local/nvidia-utils 319.23-1
    NVIDIA drivers utilities

Offline

#16 2013-06-04 23:46:13

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: How to install xbmc on intel cpu

tritron, look at objdump -x /usr/bin/glxinfo | grep NEEDED

That will tell you what glxinfo is actually linked to. How about doing "pacman -Qo /uar/lib/libGL.so.1", I'm betting you still have nvidia's libgl installed.

Offline

#17 2013-06-04 23:48:23

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: How to install xbmc on intel cpu

Remove xf86-video-modesetting.

Offline

#18 2013-06-05 00:16:52

tritron4
Member
Registered: 2012-04-14
Posts: 153

Re: How to install xbmc on intel cpu

NEEDED               libGL.so.1
  NEEDED               libX11.so.6
  NEEDED               libc.so.6
/usr/lib/libGL.so.1 is owned by mesa-libgl 9.1.3-1

Offline

#19 2013-06-05 00:21:19

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: How to install xbmc on intel cpu

triton4, the point there is that glxinfo isn't linked to anything nvidia specific. How about doing "objdump -x /usr/lib/libGL.so.1 | grep NEEDED" There shouldn't be anything nvidia specific there either, unless your libgl symlinks are all screwed up.

Offline

#20 2013-06-05 00:25:04

tritron4
Member
Registered: 2012-04-14
Posts: 153

Re: How to install xbmc on intel cpu

The biggest problem is that glxinfo is compiled against nvidia and nobody knows what package provides it. xbmc uses glxinfo before it starts.

Offline

#21 2013-06-05 00:26:50

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: How to install xbmc on intel cpu

No, triton, that's my entire point, glxinfo IS NOT COMPILED AGAINST NVIDIA.

Offline

#22 2013-06-05 00:28:55

tritron4
Member
Registered: 2012-04-14
Posts: 153

Re: How to install xbmc on intel cpu

NEEDED               libnvidia-tls.so.304.43
  NEEDED               libnvidia-glcore.so.304.43
  NEEDED               libX11.so.6
  NEEDED               libXext.so.6
  NEEDED               libc.so.6
  NEEDED               libdl.so.2
So there config file for libs ?

Offline

#23 2013-06-05 00:30:31

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: How to install xbmc on intel cpu

tritron, there's the problem, your libgl is from nvidia-libgl, not mesa-libgl. Uninstall anything you have installed related to nvidia and reinstall mesa-libgl.

Offline

#24 2013-06-05 00:41:51

tritron4
Member
Registered: 2012-04-14
Posts: 153

Re: How to install xbmc on intel cpu

I delete all libGL. files and reinstalled and now i can start xbmc. Now how I get sound over hdmi.

Offline

#25 2013-06-05 00:43:04

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: How to install xbmc on intel cpu

That's beyond me, someone else will have to chime in on that.

Offline

Board footer

Powered by FluxBB