You are not logged in.
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
Have you installed xbmc from the repos? Is your system up to date?
Have you installed nvidia-libgl or mesa-libgl?
Offline
I have mesa-libgl but glxinfo states that libnvidia-tls.so.304.43 is missing but nvidia-utils has higher number.
Offline
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
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 renderIs it laptop with Optimus?
$ lspci -v | grep NVIDIALast edited by masteryod (2013-06-04 16:46:17)
Offline
I have mesa-libgl but glxinfo states that libnvidia-tls.so.304.43 is missing but nvidia-utils has higher number.
Offline
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
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
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
Please do not cross post. https://bbs.archlinux.org/viewtopic.php … 9#p1282279
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
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
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
Paste output of:
pacman -Qs xf86-videoand
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
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
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
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
Remove xf86-video-modesetting.
Offline
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
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
The biggest problem is that glxinfo is compiled against nvidia and nobody knows what package provides it. xbmc uses glxinfo before it starts.
Offline
No, triton, that's my entire point, glxinfo IS NOT COMPILED AGAINST NVIDIA.
Offline
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
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
I delete all libGL. files and reinstalled and now i can start xbmc. Now how I get sound over hdmi.
Offline
That's beyond me, someone else will have to chime in on that.
Offline