- Update the system:
# yum update
- Enable RPMFusion Free and Nonfree Repositories
- Install nVidia drivers and x86_64 libraries:
# yum install xorg-x11-drv-nvidia.x86_64
- Disable the nouveau driver:
Add the following to the end of the line starting with 'kernel' in the file /etc/grub.conf:
rdblacklist=nouveau
- Fix issues with SELinux:
Disable SELinux or execute:
# setsebool -P allow_execstack on
- Reboot the system with the latest kernel
- Install nVidia i686 libraries for Wine:
# yum install xorg-x11-drv-nvidia-libs.i686
- Install Wine i686 because Windows i386 programs doesn't work in Wine x86_64:
# yum install wine.i686
- Install winetricks - quick and dirty script to download and install various redistributable runtime libraries sometimes needed to run programs in Wine:
# yum install cabextract $ wget http://www.kegel.com/wine/winetricks $ chmod 755 winetricks
- Install DirectX 9:
$ ./winetricks d3dx9 dinput8 directplay
- Execute a favorite game:
$ wine cool_game.exe
Saturday, January 16, 2010
Fedora 12 x86_64 and nVidia Drivers + Wine + DirectX 9 Installation
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment