Slashdot Mirror


Cedega 5.0 Released

kormoc writes "Transgaming has released a large update to Cedega. This release (5.0) changes how the entire product works, merging the GUI with the actual program, as well as implementing features such as pixel shadier 1.4 support, in order to get games such as battlefield 2 working. The release notes list all the new improvements as well as the newly supported games. This seems to be the best release to date and expands the feature set to work with a large number of new games."

5 of 289 comments (clear)

  1. As a gaming platform? by taskforce · · Score: 4, Interesting
    Having never used Cedega before, I was wondering what the noticeable drop in framerate would be as opposed to when the games were running natively in Windows XP? Hopefully some of what horsepower the computer is throwing at the game is refunded in that it doesn't have to run XP in the background, but I'd assume the net performance change is in the negative direction.

    Does anyone regularly use Cedega to play 3D FPS and if so are they playable with a non-cutting edge system? (thinking last generation card or whatever.)It would be nice to lose the XP install on my Hard Drive.

    --
    My 3D Texturing Skinning work (under construction)
    1. Re:As a gaming platform? by QuantumG · · Score: 2, Interesting

      Games tend to run faster and smoother in Cedega. Especially if your comparison is to Windows XP.

      --
      How we know is more important than what we know.
  2. Re:Cedega will never get my money. by Simon80 · · Score: 2, Interesting

    That, and they're profiting from work done by the Wine developers without giving anything back. Let the flames burn strong..

  3. Re:Cedega will never get my money. by vishbar · · Score: 2, Interesting

    That's very true...cedega will attract more users in the short term

    What about in the long term, however? Something to think about: Does Cedega cause some gaming companies to refrain from providing a native Linux port for their games because they run "well enough" on Cedega? As you probably know, gamers are also into hardware: they need the fastest possible performance. Therefore, there is an advantage to playing games natively in Windows. If these games aren't ported to Linux, then we could see gamers move right back to windows.

    I don't hate cedega--I use it. Just providing some food for thought.
    --
    Ride the skies
  4. wine server perhaps by bluGill · · Score: 2, Interesting

    Most of wine should not be in the kernel. However (parts of?) wine server would be better off in the kernel. One major performance problem that wine has is everytime you need to use something in the wine server, you need two context switches. For some programs this doesn't happen often, but for others it makes wine half the speed of Microsoft Windows.

    If wine server was in the kernel there would be no context switch.

    Note that I'm not arguing that moving wine to the kernel is the best solution to this problem. Only that it is one.