http://www.linux-gamers.net/modules/wfsection/article.php?articleid=17
just a question anyone know if fps hit?
just a question anyone know if fps hit?
EDIT : the problem is that performance on linux is bad, why, well because you have to emulate windows which takes a big bite of the performance pie. ever tried running windows APPS in WINE , for example I have FC4 x86-64 version, and a nice AMD64 3000+ X800XL rig. I tried running the simplest of windows apps like CPUZ for example in WINE and even that lags because your OS is just emulating it takes a performance hit.
Originally posted by: ariafrost
Good to see that drag got elite-d
That's one heckuva good explanation of the Wine API implementation :thumbsup:
Originally posted by: The Linuxator
Originally posted by: ariafrost
Good to see that drag got elite-d
That's one heckuva good explanation of the Wine API implementation :thumbsup:
:thumbsup:
Hey drag, offcourse I know WINE is not an emulator , but If you think about it by concept, a compatability layer that cannot provide full compatability of the real OS is just an emulator , mimicing the Windows but failing in most cases due to micro$ofts closed source policy , but still that emulator issue is just another grey area in the linux pages.
Stolen from Webopedia:
Most operating environments, such as MS-Windows, provide an API so that programmers can write applications consistent with the operating environment. Although APIs are designed for programmers, they are ultimately good for users because they guarantee that all programs using a common API will have similar interfaces. This makes it easier for users to learn new programs.
Originally posted by: kirby01
what do you mean wine is not an emulator... wine stands for WINdows Emulator...
Stolen from WineHQ FAQ:
2.2. Does Wine emulate a full computer?
No, as the name says, Wine Is Not a (CPU) Emulator. Wine just provides the Windows API. This means that you will need an x86-compatible processor to run an x86 Windows application, for instance from Intel or AMD. The advantage is that, unlike solutions that rely on CPU emulation, Wine runs applications at full speed. Sometimes a program run under Wine will be slower than when run on a copy of Microsoft Windows, but this is more due to the fact that Microsoft has heavily optimized parts of their code, whereas mostly Wine is not well optimized (yet). Occasionally, an app may run faster under Wine than on Windows. Most apps run at roughly the same speed.
Originally posted by: The Linuxator
I don't mean to hijack the thread, but just a quick question.
Drag while your here, I asked this question alot in AT forums, but no linux GURU was able to answer it maybe you can help.
I write programs in VB.net after I build them as exe files I try to run them in WINE but they don't respond to WINE do you know what's the best way to run programs that require the micro$oft .Net framework 1.1 in WINE ?