Fedora Core 3

Home > Interests > GNU | Linux > Fedora Core 3 espaņol

Contents (hide)

  1. 1. My Linux Box
    1. 1.1 DVD
    2. 1.2 Issues
    3. 1.3 Links
  2. 2. Useful Applications
    1. 2.1 Wine
    2. 2.2 Cedega
  3. 3. Compiled Binaries (Fedora Core 3, i386)

1.  My Linux Box

1.1  DVD

Step 1:

Add the following line to the end of the /etc/modprobe.conf file:

options libata atapi_enabled=1

Step 2:

Add the following parameter to the kernel boot line in /boot/grub/menu.lst:

combined_mode=libata

Take a look at the complete workaround here

1.2  Issues

Audio

1.3  Links

2.  Useful Applications

2.1  Wine

Does your brand new Windows system refuses to install that awesome application you loved in Windows 98? Well, I bet you can run it with Wine! Wine is an Open Source implementation of the Windows API on top of X and Unix. This means that Wine allows you to run Windows applications on Linux! I have also used Wine to test Windows applications on the more manageable Linux environment to avoid cluttering up my Windows partition (in case I end up not liking the application).

I installed both Wine and Winetools from rpm. You have to go through the winetools setup before starting to use wine. Below is a summary of the Windows applications I have running on my Linux box.

Application Installation Status Issues Screenshot
Microsoft Office 2000
  1. Simply run the installer from CD: ~$ wine "Path to CD Drive\SETUP.EXE"
Running + PowerPoint crashes while editing but presentations are ok. Microsoft Office 2000 on Linux: Word
Adobe Acrobat 5.0
  1. Simply run the installer from CD: ~$ wine "Path to CD Drive\SETUP.EXE"
Running smoothly None Adobe Acrobat 5.0 on Linux
Protel 99 SE, SP6
  1. Simply run the installer from CD: ~$ wine "Path to CD Drive\PROTEL99SE_FULL.EXE"
  2. After installation is finished, install the latest service pack (SP6): ~$ wine "Path to File\PROTEL99SESERVICEPACK6.EXE"
Running smoothly None Protel 99 on Linux: PCB file
Age of Mythology
  1. Run the installer (remember to execute the command at a location different from the CD mount point, otherwise you won’t be able to switch to the second installation CD): ~$ wine "Path to CD\SETUP.EXE"
  2. When prompted for second CD, eject the first CD, mount the second CD and press “OK”.
  3. Using winecfg setup a virtual desktop for AoM.exe (prevents screen size/resolution changes).
Running smoothly None
Age of Mythology on Linux: Campaign

2.2  Cedega

These days, game support is about the only reason why I sometimes still regress to Windows, but that is rapidly changing. Cedega is a neat piece of software that you can use to install and run Windows games under Linux. You can download it from their site after paying a US$15 registration fee which includes a 3 month period of technical support. They have a fairly large library of games supported and they tend to focus on the hottest titles. Here is what I have managed to install (that I actually like):

Application Installation Status Issues Screenshot
Unreal Tournament (v4.36 Patch)
  1. Simply run the installer from CD: ~$ cedega Path_to_CD_Drive/Setup.exe
  2. Follow the instructions
  3. Repeat for v4.35 Patch: ~$ cedega Path_to_Patch/utpatch436.exe
Running smoothly None
Unreal Tournament
Fifa 2005
  1. Create iso image of first installation CD (no need to mount): ~$ cat /dev/cdrom > fifa2005_cd1.iso
  2. Mount the first image to a temporary folder different from the CD mount point: ~$ mount -o loop ~/fifa2005_cd1.iso /mnt/temp
  3. Change to installation directory ~$ cd /mnt/temp
  4. Start cedega installation ~$ cedega AutoRun.exe
  5. When prompted for the second CD, mount it normally and press “OK”.
Running smoothly + Runs too fast in powersave mode due to a miscalculation of processor speed. Overriding this mode solves the issue.
Fifa 2005

3.  Compiled Binaries (Fedora Core 3, i386)

To download do rigth click | Save As…

  1. xmmsctrl, a small utility to control xmms from the command line: xmmsctrl-1.9-1.i386.rpm
  2. Moodin, a splash-screen engine for KDE: moodin-0.4.2-1.i386.rpm
  3. Kphotoalbum, a KDE Image Database (previously KimDaBa): kphotoalbum-2.2-noi18n-1.i386.rpm
  4. VisualBoyAdvance, a GameBoy Advance Emulator: VisualBoyAdvance-1.7.2-1.i386.rpm
  5. Sane (Scanner Access Now Easy) backends: sane-backends-1.0.18-1.i386.rpm
  6. Sane (Scanner Access Now Easy) frontends: sane-frontends-1.0.14-1.i386.rpm
  7. Xsane, a graphical scanning frontend: xsane-0.99-1.i386.rpm