kendor |
Monday 28 July 2014 at 19:32
|
kendor
|
Just switched over to Mint 64-bit from Ubuntu 14.04. I installed PlayOnLinux and when it starts up it complains that: "PlayOnLinux is unable to find 32bits OpenGL libraries. You might encounter problem with your games"
I have a ThinkPad with Intel integrated graphics per below:
me@X230:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
me@X230:~$ ldconfig -p | grep libGL.so.1
libGL.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
libGL.so.1 (libc6) => /usr/lib/i386-linux-gnu/mesa/libGL.so.1
How do I work around this error?
|
booman |
Thursday 31 July 2014 at 23:00
|
booman
|
Ok, I was doing some research this may be more difficult that I originally thought.
I was going to say you should install the 32-bit libraries, but it turns out this may be a driver problem with Intel. I'm guessing you have the proprietary Intel video drivers installed because Mint should have allready done that.
It is a good idea to check anyways.
Go to:
- Menu
- Administrator
- Driver Manager (or Additional Drivers)
- Is Intel Proprietary checked?
- if Yes, then you are good
- If No, then check it and install drivers
If this doesnt' fix your problem, then I recommend opening synaptics package manager or Software Manager and search for ia32-libs or Multi-Arch
It really looks like you are missing 32-bit libraries to play most games.
|
kendor |
Thursday 31 July 2014 at 23:52
|
kendor
|
I installed ia32-libs and it worked... that fixed it. I don't have propietary drivers installed...
|
booman |
Thursday 31 July 2014 at 23:54
|
booman
|
You found them in the software manager?
I'm glad they still support it!
Will Driver Manager let you install the drivers?
|
kendor |
Thursday 31 July 2014 at 23:57
|
kendor
|
I installed via CLI.
Driver Manager won't let me install anything...
|
booman |
Friday 1 August 2014 at 0:05
|
booman
|
OK, that is strange, but I have heard of that on laptops. I have an Acer C710 Chromebook and Ubuntu automatically installed the drivers for me.
Are you able to play some games now?
|
kendor |
Friday 1 August 2014 at 0:08
|
kendor
|
I maybe one of those strange human beings who doesn't play games (or use PlayOnLinux for games). I was having issues installing Microsoft Office 2010. That's working now...
Can you recommend a game I should try...
|
booman |
Friday 1 August 2014 at 0:18
|
booman
|
Oh Nice! Glad you could get Microsoft Office 2010 running. That is quite an acheivement in my book.
As for games... it depends on what you like. One of my favorites is Drakensang Online. Its an Online Multiplayer Role Playing Game, but you can run around by yourself or join a group.
The reason I love it, because the download is 14 MB and it installs in seconds. The maps load quickly and its absolutely FREE!
You can play for hours and hours, pretty fun game that cost nothing.
|
FelixArg |
Friday 1 August 2014 at 0:22
|
FelixArg
|
what is "I installed via CLI." ? meaby i have the same problem with the libaries but i dont know how to install them. (i have the same OS )
|
kendor |
Friday 1 August 2014 at 1:13
|
kendor
|
Open a terminal session
sudo apt-get install ia32-libs
It will prompt you regarding a whole bunch of dependencies. I said yes to all.
|
booman |
Friday 1 August 2014 at 1:23
|
booman
|
Awesome, Ubuntu stopped supporting those libraries. So I'm glad Mint still has them.
|