I'm trying to run Morrowind GOTY. Wine is 1.6.2, I'm on Linux Mint Qiana Mate 32-bit. I've gotten the DLLs updated that I seem to need, and I changed from LLVM 3.4 to 3.5 since it kept CTDing with an error about running out of pointers. So far I can get past the opening movie in Morrowind after starting a new game, but after that it's extremely slow. When I run wine through terminal, it sends a ton of error messages streaming up constantly.
Here's a printout of LIBGL_DEBUG=verbose glxinfo | grep rendering: http://pastebin.com/0zGNfm6J
My printout of lspci | grep -i VGA is:
Code: Select all
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8400]
And a printout of lspci | grep VGA && glxinfo | grep -w 'direct\|OpenGL': http://pastebin.com/PCyDk7gr
I've tried $ locate radeonsi_dri.so, and it sends me to /usr/lib/i386-linux-gnu/dri/radeonsi_dri.so, but the file isn't even there... Something similar happens with swrast_dri.so. Anyone have an idea what this could be? I'm still really new to Linux so I don't have a lot in the way of diagnostics.