PDA

View Full Version : Can't start Boxee



LeovomRummelplatz
November 14th, 2008, 07:02 PM
Hi,
when I try to start Boxee (Ubuntu Hardy Heron) I get the following error:

/opt/boxee/Boxee: symbol lookup error: /opt/boxee/Boxee: undefined symbol: glXGetProcAddress

Any idea how to fix it?

marcel
November 15th, 2008, 12:29 PM
check this thread out http://forum.boxee.tv/showthread.php?t=345

LeovomRummelplatz
November 16th, 2008, 06:01 AM
I've already checked that thread but it didn't help.

marcel
November 16th, 2008, 06:31 AM
send me more info on your Hardware?
# glxinfo | grep -i direct what result did you get?

LeovomRummelplatz
November 16th, 2008, 07:39 AM
glxinfo | grep -i direct
direct rendering: Yes

my video card is a ASUS V6800 Deluxe (Geforce 256 DDR) so I have to use the legacy driver

I know that this is not the newest card

marcel
November 17th, 2008, 02:19 AM
sorry i believe this card is too old to work ..is not supported. our minimal requirements include an opengl 1.4 compatible card..

hjeffrey
April 6th, 2009, 01:41 PM
It is likely that your video card will work just fine. The issue is really that the nvidia driver does not have glXGetProcAddress, rather it is replaced by glXGetProcAddressARB. The problem is explained very well here http://anirudhs.chaosnet.org/blog/2005.11.05.html

A work around that involves writing a simple wrapper function compiled as a library will fix this problem. This work around is explained very well by this post on the xbmc forum http://xbmc.org/forum/showpost.php?p=248010&postcount=55. I hope that helps.