Archive for the ‘Linux-Windows Interoperability’ Category

Ubuntu 6.06 - Part 4: Windows Games

Wednesday, May 10th, 2006

Note: this will not work if you have XGL/Compiz installed, as NVidia does not support XGL with OpenGL at this time!

This tutorial will expect the following:

  • A current subscription to Cedega (http://www.transgaming.com).
  • An AMD Athlon 64 processor (or any other 64-bit AMD processor, the point being we are installing on 64-bit and not 32-bit).
  • A (hopefully high-speed) internet connection.
  1. Download the package cedega_5.1_i386.deb (or newer) package from the Transgaming website (link above) to your desktop.
  2. Open a Terminal window (again, this should be familiar): Applications > Accessories > Terminal.
  3. Type:
    sudo dpkg -i --force-all ~/Desktop/cedega_5.1_i386.deb

    (or newer package name).

  4. This should run successfully in just a few seconds.
  5. Once complete, open: Applications > Games > Transgaming Cedega.
  6. Click Accept.
  7. Click Forward.
  8. Enter your Transgaming username and password, then click Forward.
  9. The screen will prompt you for what updates you want to download, check them all and click OK.
  10. Click Accept.
  11. At this point I noticed that the window decorations dissapeared, however, this should be no reason to worry.
  12. Click Accept again.
  13. Click OK when it says the installation is complete.
  14. Click OK.
  15. Review your system specs, then click Forward.
  16. Click Run Selected Test. Note that in my setup this fails at two points: OpenGL Direct Rendering and ALSA sound. The OpenGL failure is due to the last tutorial (installing XGL and Compiz: XGL does not work in conjunction with XGL, status of inclusion into their driver is unknown at this point). The ALSA sound failure is something that I have been unable to fix, however, the games I have run so far work on OSS as well, so no trouble. I am still trying to get ALSA to work though.
  17. Click Finish.
  18. Log out, restart GDM and log back in. Cedega is now installed (and ready to go if you didn’t have any failures).

Installing a Windows game now is as easy as inserting the CD, and installing it through the Cedega interface. You will see the familiar Windows installation screens, etc.

I am researching the above-mentioned errors and will post the work-around as soon as possible.

Linspire Five-Oh! - How To Make Windows Partitions Accessible

Monday, March 28th, 2005

Ever since I installed Linspire, I couldn’t figure out how to give standard users access to the other (windows) partitions on my computer. However, the admin user had access, but it’s a pain to always log in and out of that account just to copy over a few files, etc.

After some resarching and asking around on the Linspire forums, I was presented with the following answer:

  1. Open /etc/fstab with Kate or a similar text editor.
  2. Change the partition entries to include ‘umask=0′ in the options column (the 4th column that also has entries like ‘exec,suid,users’, etc.
  3. Save the file and to a quick restart.

Now your entries should look something like:

/dev/hda1    /mnt/hda1        ntfs      noatime,user,exec,dev,suid,umask=0  0 0

I would like to thank pvdl-of-afu.com of the Linspire forum, and all the others that made an effort to try to solve this dilemna. Also, I’d like to wish pvdl-of-afu.com all the best with his upcoming book on Linspire: http://afu.com!