Editing Running Orbiter under Wine
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | This article explains how to run | + | This article explains how to run Orbiter2016 with DirectX9 client under Wine. Use only stable version of Wine for this (tested on 1.6.2). Otherwise Orbiter will be crashing upon switching views, etc. |
= Preparation = | = Preparation = | ||
Line 7: | Line 7: | ||
<pre> | <pre> | ||
− | # cd into your Orbiter2016 directory | + | # cd into your Orbiter2016 directory |
# We will be operating on a specialized Wineprefix | # We will be operating on a specialized Wineprefix | ||
− | |||
echo "$HOME/.local/share/wineprefixes/orbiter2016" > wineprefix.txt | echo "$HOME/.local/share/wineprefixes/orbiter2016" > wineprefix.txt | ||
export WINEPREFIX=`cat wineprefix.txt` | export WINEPREFIX=`cat wineprefix.txt` | ||
Line 23: | Line 22: | ||
== Installing DX9 == | == Installing DX9 == | ||
− | Search the [http://orbiter-forum.com forum] to get the latest DX9 Client for Orbiter 2016. Once we reach a stable Orbiter release, the DX9 Client link might get fixed. Currently a stable version is available at [http:// | + | Search the [http://orbiter-forum.com forum] to get the latest DX9 Client for Orbiter 2016. Once we reach a stable Orbiter release, the DX9 Client link might get fixed. Currently a stable version is available at [http://d3d9client.codeplex.com Codeplex] |
<pre> | <pre> | ||
export WINEPREFIX=`cat wineprefix.txt` | export WINEPREFIX=`cat wineprefix.txt` | ||
Line 94: | Line 93: | ||
On Fedora, you need to install <tt>libtxc_dxtn.i686</tt> package. | On Fedora, you need to install <tt>libtxc_dxtn.i686</tt> package. | ||
− | |||
[[Category:Tutorials]] | [[Category:Tutorials]] |