

bin/rm -r $HOME/.wine/drive_c/DIRECTX HTML renderer install Once the install done and tested, we can do a little clean up: /bin/rm /tmp/directx_redist.exe Note: The test is to actually run dxdiag, don't expect all tests runned by this software to work. You can now test your installation by running dxdiag: /usr/bin/wine "C:\windows\system32\dxdiag.exe" usr/bin/cabextract -d $HOME/.wine/drive_c/DIRECTX /tmp/directx_redist.exeĪnd we install DirectX 9 : /usr/bin/wine "C:\DIRECTX\DXSETUP.exe" We extract its contents: /bin/mkdir $HOME/.wine/drive_c/DIRECTX We download DirectX 9.0c installer: /usr/bin/wget \ output-document=$HOME/.wine/drive_c/windows/system32/drivers/gm.dlsĪnd we register DirectX DLLs as native in the registry: output-document=$HOME/.wine/drive_c/windows/system32/streamci.dll output-document=$HOME/.wine/drive_c/windows/system32/mscoree.dll Once Wine configured, we download some files needed to install DirectX: /usr/bin/wget \ To allow access to this memory area, une these command lines: /usr/bin/sudo /bin/cp /etc/nf /etc/ For some old games (Caesar III for exemple), this access is needed. In Ubuntu 8.04 Hardy Heron, access to the beginning of memory space is disabled for security reasons. | /usr/bin/xargs -iVIDEORAM /bin/sed -i -e 's/VIDEO_RAM/VIDEORAM/' /tmp/video_ram.regĪnd we insert the corresponding registry key into Wine registry: /usr/bin/regedit /tmp/video_ram.reg | /usr/bin/xargs -iPCIID /bin/sh -c "/usr/bin/lspci -v -s PCIID" \
Install ceasar iv for mac crossover update#
We update the template with a auto-detected value that should fit to our system (if you have more than 256 MB of Video memory, the auto-detected value will only be of 256 MB): /usr/bin/lspci | /bin/grep VGA | /bin/sed -e 's/^\(* \).*/\1/' \ First, download the template registry file: We must tell Wine the amount of Video memory present on our graphic adapter. We configure the sound so that Wine use ALSA: /usr/bin/wget \ We create the Wine environment folder: /usr/bin/wineprefixcreate Wine environment setupįirst, we install needed softwares: /usr/bin/sudo /usr/bin/apt-get install wine cabextract wget You will now be able to install the last version of Wine with apt-get. So we sure that you are using the last version of Wine.įor Ubuntu 8.04 Hardy Heron, use : sudo wget -O /etc/apt//hardy-winehq.listįor Ubuntu 7.10 Gutsy Gibbon, use : sudo wget -O /etc/apt//gutsy-winehq.list


It seems that many people have problems following this guide.
