Fedora Core
From Unofficial TransGaming Wiki
Contents |
How to install
- Cedega
Download cedega-#.i386.rpm into your home directory and type:
rpm -ihv ~/cedega-*
- Point2Play
Download point2play-#.i386.rpm into your home directory and type:
rpm -ihv ~/point2play-*
- WineX
Download winex3-3.3.2-1.i386.rpm into your home directory and type:
rpm -ihv ~/winex3-3.3.2-1.i386.rpm
How to solve "error=21"
There are multiple things that may cause this error in Fedora Core.
- PRELINK
Edit /etc/sysconfig/prelink and set PRELINKING to no by making sure the following line is present: PRELINKING=no Then execute the cron job, most likely by typing /etc/cron.daily/prelink, to reverse the Prelink for all of your libraries or you can manually run:
prelink -ua
- EXEC-SHIELD
Disable exec-shield by typing
echo 0 > /proc/sys/kernel/exec-shield
As of FC5, disabling exec-shield might be needed for a variety of non-starting issues besides just the error=21 problem.
- VA_LEGACY_LAYOUT
In FC3-test3, you may run into problems with va_legacy_layout. This can be solved by running:
echo 1 > /proc/sys/vm/legacy_va_layout

