Fedora 19 AMD Radeon 6990 Mortal Kombat Kolplete Edition

Questions about Wine on Linux
Locked
focusgfx
Newbie
Newbie
Posts: 2
Joined: Thu Sep 05, 2013 4:46 pm

Fedora 19 AMD Radeon 6990 Mortal Kombat Kolplete Edition

Post by focusgfx »

Hi all. I have a problem running "Mortal Kombat Komplete Edition" on "Fedora_19_X86_64 " using "wine_1.7"
I checked the game at:
http://appdb.winehq.org/objectManager.p ... &iId=28482
and it suppose to work without any problem.
The error message says:
"err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your 32-bit OpenGL drivers haven't been installed correctly (using GL renderer "AMD Radeon HD 6900 Series"
I did some search and found that this is a common problem and I can get this fixed by installing the 32bit OpenGL libraries from rpm-fusion, so I installed it using the command:
yum install xorg-x11-drv-catalyst-libs-13.8-0.1.beta1.fc19.i686
and verified that it got installed at "/lib/catalyst/"
also I've installed directx using this guide:
http://www.dedoimedo.com/games/wine-directx.html
but the problem still exist and wine can't find my 32-bit OpenGL libraries!
I tries using the command "export LD_LIBRARY_PATH=/lib" with no success.
I did more search and found that the official AMD driver on their website fixes this for some people, but prevents fedora from starting with others! (this happened to me many time before!)
and because I didn't have any other choice but to do this, I installed the official driver ! and yes it prevented my fedora from starting and I had to re-install my system!!
can any one help me fix this ?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Fedora 19 AMD Radeon 6990 Mortal Kombat Kolplete Edition

Post by dimesio »

also I've installed directx using this guide:
http://www.dedoimedo.com/games/wine-directx.html
Outside howtos are not supported here, and that particular site is full of misinformation. Installing all of directx is more likely to break things than to fix them, and as you yourself noted, the game is rated platinum in the AppDB, which means no native dlls are needed.

However, keep in mind that the platinum rating is for Nvidia hardware using the proprietary driver. Results on AMD are likely to be poorer, and it may not work at all with the open source driver. Getting the proprietary driver to work with Fedora 19 is not a Wine question; ask on the Fedora forum. Regarding the message you are getting from Wine with the open source driver, there are probably other 32 bit packages that need to be installed. As to which specific ones you need, I don't know; packaging conventions vary greatly by distro and I don't use Fedora. You should ask about that, too, on the Fedora forum.
focusgfx
Newbie
Newbie
Posts: 2
Joined: Thu Sep 05, 2013 4:46 pm

Re: Fedora 19 AMD Radeon 6990 Mortal Kombat Kolplete Edition

Post by focusgfx »

Hi, I already searched fedora forums and got these information from, and also installed the 32-bit AMD libraries but still wine can't find them!
FinCoder
Level 1
Level 1
Posts: 5
Joined: Sat Jan 19, 2013 1:59 pm

Re: Fedora 19 AMD Radeon 6990 Mortal Kombat Kolplete Edition

Post by FinCoder »

Your ati driver has a problem that erytime you try to run opegl software you have to give priviledges to

/proc/ati

sudo chmod +x /proc/ati
before using
Locked