Win4Lin 5.0 Reviewed 419
uninet writes "About a month ago, NeTraverse contacted OfB Labs with an early release copy of Win4Lin 5.0, the follow-up to the already impressive Win4Lin 4.0 released in May 2002. Win4Lin, for those not familiar with it, offers near-native (or better) speed "virtualization" of a Windows box so that one can run Windows 9x (95/98/Me) inside GNU/Linux."
in other news (Score:5, Funny)
Actually... (Score:2)
No 3D? (Score:5, Interesting)
-Erwos
Check out transgaming - was "No 3D?" (Score:5, Informative)
On the other hand, the age old question is that if Windows emulation works SO well on Linux, then will there ever be a commercial market for native Linux apps? I'd rather see native ports of these various apps/games, and I hope emulation is simply a stopgap...
Re:Check out transgaming - was "No 3D?" (Score:5, Interesting)
This would be bad because emulation is almost universally slower and more buggy.
I think that proves it right there - emulation will create a market willing to buy the faster and less buggy linux version. WineX will tide us over only until our numbers are large enough to demand native linux apps.
Besides, emulation is important for legacy applications+games. I really don't think Blizzard is going to go back and make Warcraft2 for linux, but I got to play through it again on linux using Wine.
Re:Check out transgaming - was "No 3D?" (Score:4, Insightful)
Besides, emulation is important for legacy applications.
Bingo.
A lot of folks are happy as clams running their small business on 5-15 year old versions of Windows.
MS is using every means it can to force those users into buying new versions of the OS, new versions of applications, new subscriptions to ?
If a Linux box can allow them to extend the life of their legacy Windows system, that's a benefit to them.
Then, because the basic platform is Linux, they have the opportunity to write new apps on that platform, instead of being restricted to Windows only.
Re:Check out transgaming - was "No 3D?" (Score:3, Interesting)
First be warned that you should have a Nvidia video card. If you have anything else (like a faster ATI card) you could be in for some issues. It could turn in to a real science project. If you plan on running RedHat and still getting support from them then you will also have issues.
In short th
Re:Check out transgaming - was "No 3D?" (Score:3, Insightful)
I don't think there will be a native port of MS Office very soon. In fact, I wouldn't be surprised if the Mac version's days are numbered, what with IE being cancelled.
What you are forgetting here is IE was free. MS Office for Mac was never free. Microsoft is the leading software manufacturer for Mac and I doubt they would do anything to loose that market.
Microsoft may never choose to release MS Office for linux but that has nothing to do with their Mac Software division.
Re:No 3D? (Score:5, Informative)
Direct access to the hardware via highly optimized video drivers and specific graphics libraries are very hard to virtualize with a level of performance that matches the "native" Windows running directly on the hardware.
First we have the simple fact that by running via the Win4Lnx you have an additional layer that does messages parsing and translation (from various Windows API including DirectX graphics API) to a native Xfree86/Linux function call, which has to then go through a network aware display system, and gets painted on your display using a video card driver not written in-house by the card manufactor, but a 3rd-party free software developer, who likely had less than full, to possibly no vendor documentation about the card and how to make full and optimized use of its capabilities.
So I doubt you will ever see a solution that provides full performance supporting the at the time current gaming graphics capabilities supported via a virtualizer (creates an additional virtual machine using special CPU instructions rather than emulator that emulates everything in software) because they are always playing catch up, and they add unavoidable additional layers of translation that negatively impact on execution speed compared to native running OS.
Poppycock (Score:5, Interesting)
Almost all (Windows) 3D nowadays is either DirectX or OpenGL. I'll ignore the former for a moment and stick to OpenGL. How hard can it be to 'emulate' a glVertex3f call? Ok, I'm not saying it is trivial, but it must be a lot easier than the average Win32 API call. I mean, the function already exists anywhere you have OpenGL.
Back to DirectX or rather Direct3D... although this uses COM interfaces, the functions available are pretty similar to those in OpenGL. Now there will be a number of 'slow' functions (loading a large texture), but these will always be slow. A little more overhead won't make a huge difference. There are only a few functions (vertex, texture coordinates, normals etc) which get called really often. It is here that optimization efforts should be directed. Not easy, but should be easier than the entire Win API.
I will admit to ignoring the problems of X being a network protocol rather than a graphics one. I suspect that to reach optimal frame rates you wouldn't want to run DirextX games in an X window on another terminal over the network. But unix has always done well at allowing multiple 'terminals', so do it that way.
Re:No 3D? (Score:2)
If your network-aware display system is using the network for local display, you've screwed up your configuration (try making sure your $DISPLAY is ":0" with no hostname). X uses shared memory for local work, and has done so for years and years.
Re:No 3D? (Score:3, Funny)
You clearly don't have your copy of the "Anti-X because it's a popular target, even though I won't do any contribution to change that to english" dictionary handy.
Re:No 3D? (Score:3, Insightful)
The only reason I can think of as to why it hasn't been done is because the market is too small. Lets face it, this is really only for gamers and are gamers gonna pay $300 for VMware just so they can run games in Linux? Or even $100 for Win4Lin? Not likely. At least with VMware it's going to take a fairl
Toughest? (Score:4, Interesting)
one of the toughest challenges a piece of software ever faces, the upgrade installation mode
I can think of several stress filled things a program may have to do. I'm not sure the upgrade installation mode ranks as the "toughest". Maybe it's difficult to get perfect...
The question is (Score:5, Insightful)
Re:The answer is SCO (Score:2, Informative)
http://www.netraverse.com/products/wts/technolo
Seeing MS is licensing SCOde, XP shouldn't be a problem - for now.
Re:The question is (Score:2)
Re:The question is (Score:5, Informative)
Rumor has it that netraverse is working hard on a Win2k version of Win4lin. Hopefully they will be able to produce a solution that is not as bloated as VMWare.
Re:The question is (Score:3, Informative)
Re:The answer is (Score:2, Funny)
Comment removed (Score:4, Insightful)
Re:Other way around (Score:3, Informative)
Virtual PC [connectix.com]
Re:Other way around (Score:5, Informative)
Re: (Score:2)
Re:Other way around (Score:2)
No it can't (Score:3, Informative)
I love VMware by the way. It's one truely useful tool.
I don't get it. (Score:2, Insightful)
Re:I don't get it. (Score:2, Interesting)
Oh I don't know... better app support? The ability to access the printer port from win32 apps (Microchip MPLAB comes immediately to mind, doesn't work at all under WINE if you want ot use the expensive ICE you bought), Acrobat 5 or 6, IE for VoloView (AutoCAD drawing viewer)... Lots of little things.
WINE seems to be a very useful "meta project" -- take the bits of WINE you need to get the specific windows functionality you need, but you'll never get 100% of it. I'm not sure why.
Re:I don't get it. (Score:2)
Well I'm pretty sure Wine has this ability. At least it can be used with scanners via the parallel port iirc.
WINE seems to be a very useful "meta project" -- take the bits of WINE you need to get the specific windows functionality you need, but you'll never get 100% of it. I'm not sure why.
-1 Myth. Of course Wine can implement 100% of the Windows APIs (or rather so much that nobody cares about the remainder). It's just a question of when. So, th
Re:I don't get it. (Score:3, Interesting)
What, you mean like RhymBox [rhymbox.com]?
Are you sure [theoretic.com] about that [theshell.com]?
Re:I don't get it. (Score:3, Insightful)
Really? I know of many. I get paid by them to ensure their software works on Wine, WITHOUT Windows.
Why use Linux and Windows at the same time? You'd still need to pay licensing for Windows.
If anything, Win4Lin is the hack. An awfully good one, but still a clever hack regardless. Wine is actually a solid solution that actually poses a
Speed? (Score:3, Funny)
Surely you're not suggesting that some tree-loving hippies can generate faster code than the world's biggest software maker? Quick, subsidise Microsoft so that it can compete more fairly! Better still, pass a law to make open source illegal!
Re:Speed? (Score:5, Informative)
Seems like having actual memory management code and a file system was sufficient to speed up a P133 from 'unacceptably slow" to "pretty quick".
--dave
virtualization (Score:2)
Alas, even linux can't really speed up Micro$soft software - it must alter reality and virtualize it for us...
Re: (Score:2, Funny)
How does it compare to vmware? (Score:2, Informative)
Re:How does it compare to vmware? (Score:5, Informative)
Re:How does it compare to vmware? (Score:5, Informative)
It performs well. I used it to have access to GUI tools on my Linux box then so that I could administer a DB on the Linux box through Samba (same PC w/GUI interface then on Windows). Windows acted like a different host on the machine and it worked flawlessly for me but, as always, YMMV.
It's a lot faster than VMWare, but only supports 98 and ME, whereas VMWare supports all of that and 2000, XP Professional.
For those who want that sort of thing, it can also fool your users into thinking they are running Windows through their terminal server sort of applications. No games - No 3D - No DistractiveX though. If you want that, you should dual-boot or better yet - buy Linux games and stop buying Win based stuff.
Of course, games are what Windows was made for anyway - it doesn't really have the security needed to be taken as a serious business platform by anyone who really has to support their stuff. They would much rather have something stable and reliable that doesn't fall over quite so easily.
Just an honest opinion and my two centavos.
More info in the release notes... (Score:5, Informative)
It looks like one of the most important new features is Winsock 2 support.
Re:More info in the release notes... (Score:2)
They called it vnet then - I could be wrong though.
Re:More info in the release notes... (Score:3, Informative)
VNET a kind of compatibility layer, but not actual WinSock 2 support. The neat thing about VNET was that it allowed you to assign a unique IP address to your Win4Lin session (differing from the IP address of the Linux box you were running it o
weird (Score:2, Interesting)
On a related note, how come there are no Linux emulators for Windows? Is it because Windows has better alternatives to any Linux program, or is there some sort of GPL patent issue?
Re:weird (Score:2, Insightful)
Re:weird (Score:2)
Re:weird (Score:2, Insightful)
As far as running linux apps on windows without a VM... many linux apps are cross platform and can be run on windows with a recompilation, since tools like Cygnus have a version of gcc and the headers etc for windows. There's many examples - gaim, the gimp, etc etc. This doesn't work the other way as most w
Linux Emulators (Score:5, Funny)
You can run linux in vmware in windows in vmware in linux in vmware in windows in vmware in linux in vmware in windows in vmware in linux in vmware in windows in vmware in linux in vmware in windows in vmware in linux in vmware in windows in vmware in linux in vmware in windows in vmware in linux.
And from what I understand, you can do this in windows too.
Re:Linux Emulators (Score:2)
But not so with Virtual PC. Try running Virtual PC for Windows inside, err..., Virtual PC for Windows and you get the message: "Cannot run a virtual machine inside a virtual machine. You had to try, didn't you?"
Cheers,
Ian
Free with your computer? (Score:2)
Yes, this is sarcasm.
Re:Free with your computer? (Score:3, Interesting)
The last time I paid for the copy of Windows I used:
1995
1998
2000
2001
I don't use Windows you insensitive clod
Huh? Pay for Windows?
Re:Free with your computer? (Score:3, Funny)
I use cowboy neil's windows longhorn cd
-or-
Cowboy Neil washes my windows
Re:weird (Score:2)
--dave
Re:weird (Score:2)
Free? as in beer or as in speech?
Probably because the point in using Linux is in leaving the Windows world behind as much as possible. Using a Windows emulator in Linux is a small concession to the need to run specific software, it's only running when absolutely necessary, and you know it's not a real Windows. Running a Linux emul
Re:weird (Score:2)
TBPH, I think that emulators are the death knell for an OS. A good example is OS/2; IBM was so focused on providing seamless Win32 support that they failed to deliver on OS/2.
It's to everyones benefit that rather than us
Re:weird (Score:2)
I mean, if you want to use Windows applications, just install the Windows that came free with your computer. For the cost of Win4Lin or Wine, you can get a whole nother hard drive to dedicate to Windows, and it will be fully compatible.
Are you trolling on purpose or are you just ignorant? First, Windows is not free. The cost is built in to the machine, so you pay for it one way or another. Second, I am not willing to waste 3 to 8 minutes every single time I need to bring up IE (to verify a page I am
Re:weird (Score:2)
It didn't come "free" with the computer. You frickin' paid for it just like the PC supplier/builder paid for it (and passed the costs on to you). If you go for any tech support you pay for windoze there too as M$ is HORRIBLE in this regard. Pay for practically everything even when there is a problem that is THEIR fault.
If you are doing real work (science) you are not using windoze. It is handy to be able to fire up a windoze app from time to time when you absolutely must without having to reboot - plu
Re:weird (Score:2)
Woah! Windows came free with my home-built computers? All of them, even the Sparc ELC? Kick ass! I'm gonna run right over and install that on the sparc... I'm sure Warcraft III will be great on the 17" monochrome display, and the 75MHz Sparc CPU should be fine...
Not everyone who want to run windoze apps (or games) bought a Dell dude. (although at today's prices, I begin to wonder if I shoul
Re:weird (Score:4, Informative)
Yes, but that means you have to dual boot... I stopped doing that a decade ago. It was a PITA, and you lose state -- if I'm working on something in one window, and need to work on something else, I shouldn't need to reboot. I often leave 3-4 windows up with development stuff (code, running programs, log files, etc) while going off to do other stuff. If I have to reboot in order to do "other stuff" then I have to quit out of any files I'm editing, close all my windows, and reboot... odds are I won't remember precisely where I was in the coding cycle when I come back to it unless those windows are still present.
It would be even worse if the documentation for the project (largely in Word docs, some in a wiki) meant I had to reboot everytime I wanted to view the latest copy.
Dual booting is a kludge IMO.
On a related note, how come there are no Linux emulators for Windows? Is it because Windows has better alternatives to any Linux program, or is there some sort of GPL patent issue?
Nice troll.
It's because the Linux/Unix/POSIX APIs are clearly documented and well known (which is not true for the Windows libraries). In fact, Windows uses most of the very same system calls. Many Linux programs are portable and can be compiled not only on other Unix systems, but also on Windows. Cygwin [cygwin.com] is a port of the basic Unix libraries and a boatload of Unix utilities, along with an X/Windows Server, to Windows... there are also cross-compilable graphics toolkits like Qt [troll.no] that help in porting graphical apps.
The better bit is particularly funny... the best Oracle client I've used is TOra [globecom.se], which was originally developed for Linux and cross-compiled to Windows. The best MP3 tagger I've found is EasyTag, only available on Unix systems. Most of the better programming tools are Unix oriented, with backports to Windows (if ported at all).
Re:weird (Score:2)
Why? The demand is there. We get a constant flow of people, 24 hours a day, 7 days a week in #winehq asking about just this very thing.
The most important thing is that it's critical for businesses with custom apps to be able to run them on a Linux desktop without Windows licensing fees.
Re:weird (Score:3, Insightful)
Buy it out (Score:2, Insightful)
It makes one wonder (Score:2, Interesting)
Sony succesfully sued Bleem out of bussiness...
Granted you need a win98 cd to get this sucker running (Which means they have to still buy windows from Microsoft.)
but conversly, it means more people like my mother could potentially use it as they would then still be able to use their old win apps.
Now all we need is to run WinLin with a Unix emulator running a Mac Emulator running...
Re:It makes one wonder (Score:2)
Microsoft don't make PC system hardware. Sony sued for emulation of their entire platform, to which they own the copyright. Microsoft 'just' make the OS, which as you point out would still need to be legally aquired. Consequently, there's no basis for a case.
Well, in my opinion anyway. And yes, I'm ignoring all the MS-branded input devices...
Cheers,
Ian
why (Score:3, Insightful)
I switched to osx from linux 2 weeks ago, and it is wonderfult o be abel to use my linux apps under X11 while running word, ie and a bunch of commercial games. OSX is the best thing to use if you want unix and commercial app and game support.
Why emualate a third class OS when you have option of using it natively under *nix?
Re:why (Score:2)
It is not pointless. I use linux at work (university research) all the time. I also have vmware installed so that on rare ocassions I can fire up windoze and use some doofy app there that wont run in wine. I don't have to stop everything else I am doing that is more important just to use windoze for a few minutes. I just fire up windoze in linux, it is more stable as a result of being controlled by linux, and all is right with the world.
It is far worse to have to reboot to the other OS for a few minut
Re:why (Score:2)
Outdated (Score:2, Insightful)
If this should have been useful it would have had to emulate 2000/XP as well. IMHO this is near pointless software.
Not outdated - simply practical... (Score:3, Interesting)
Production environments that have selected Linux as their "host" operating system have already made a good choice in selecting a stable, secure operating system. Allowing their users to still be able to use "modern" Windows so
file under why bother... (Score:2, Insightful)
Re:file under why bother... (Score:2)
However, if Win4Lin is your thing that's fine with me...
./ snobbery (Score:5, Insightful)
I use it to encode videos in DivX format. DivX.com is the partner with one of my clients, and they do not have a encoding app for my mac, and the linux version is not as flexible (CLI) as the windows codec. So I run Adobe Premiere, Virtual Dub, and DivX 5.0.2 from within Linux! Prior to Win4Lin I had to reboot my machine to get into win2k for encoding. This has saved me so much time and frustration it is amazing. Also, I can simply back up the windows related directories (which are installed in my home folder on linux) and then I never have to install windows again, I can just install Win4Lin and restore the directories complete with programs, file associations, and serial numbers!
Win4Lin is fast! I noticed an incredible speed difference with windows 98 on a PIII 533 with 512 MB RAM! The OS booted in seconds even with Linux running with all of the bells and whistles of KDE (most of them anyways). Windows 98 is much, much snapier. And if it crashes (win98), I can easily kill the process and restart it in seconds! No rebooting, no headaches.
Finally, if you, as a geek, can not see the inherent coolness of running a virtual OS at higher than native speeds from within Linux, then you are no geek of mine... I have messed with WINE for years, hours of frustration to get the most basic apps working... but for a nominal fee (sometimes closed source is okay) I can get more work done, spend less time in windows, save my uptime, and forget about rebooting headaches! Have you ever tried to emulate win98 with VirtualPC on a mac?!? If you need windows, and your apps require speed, Win4Lin is the way to go. Period.
Ideally, Win4Lin would be open source, but these people have coded an incredible piece of software which was, to me, well worth the licensing fee! I don't need the true bloat of win2k or XP (nor do I need the EULA headaches!) all I need is a few win32 apps (for encoding video) and win4lin pulls this off for me with relative ease. No you can't play games, but shouldn't you be working anyways? Honestly, the waste of doing this with win2k or XP is obvious. If you just need the apps, you usually won't need all of the services and overhead that come with the latest versions of windows. Win98 runs most programs (albeit somewhat unstable) very quickly, it is solid in the sense that Linux isn't going to be brought down with it, it boots like a madman, and it does just about everything I need.
Quit being cheap, buy a copy and try it out. The support is very responsive, they have an active mailing list, and it actually does what the company claims. A successful Linux only vendor who provides support, upgrades, and a useful product. This is a model for other vendors regardless of OS!
Re:./ snobbery (Score:2)
The product is useful and fast, though, when it works right.
This is great... (Score:4, Insightful)
Why? Because Windows 98 is on its way out. All of our proprietary software runs in Windows 95/98, but the new version coming out next month uses Windows 98 and up ONLY. I expect next year (or maybe 2005) it will be phased out much like Windows 95.
Let's face it, not one new machine built today comes with Windows 98 SE. And let's not get into the train wreck that was ME.
What I'm saying is we can't deploy linux on a large scale, even if it will run on our propriety software, until I know it will last at least 3 years (the usual PC-replacement development cycle).
So while I'd love to get this up and running for The Powers that Be, until something that's even more advanced and is guaranteed to support Windows 2000 or XP only apps comes along, no endorsement here can be made.
Of course, the irony is that were we to support this and purchase it for our organization that it would fund the win2k/xp only program support, however, just giving it the once over, what about USB devices such as WinCE devices (yes, a lot of execs do use them...my Tungsten T is the one palm of the whole place), printers, et al. Plus all the weird hardware that my org. relies on, such as high load scanners.
And if you've had any time in sys admining, vendors love to blame things like odd operating systems if their buggy software doesn't work the first time out.
Sigh. I push Linux every time I can around here (I'm the resident Linux Guy of the IT dept.), but it's just not there yet.
Could you do this little by little? (Score:4, Insightful)
Then get one to two for work, and on those put Win4Lin. Argue that as a supplement, it's better. Then when someone wants to be using MS Word, they'll think "Fast or slow? I'll pick fast."
Next, start pushing hiring decisions in favor of those who know how to use and program Linux, where their spare time could be used to help script and such.
Doing it this way, you could argue that the company depends less on any one system, and is more resilient for surprise customer requests.
WIN4LIN DOES NOT USE SCO TECHNOLOGY! (Score:5, Informative)
Kernel Modifications (Score:3, Informative)
The Kernel modifications necessary to run it are too much to keep up with. Everytime you upgrade you have to either wait on them to build a kernel or patch the kernel yourself. And they do not come out with new patches quickly. And they only seem to support the kernel that ships with your linux distribution.
It's a shame that they seem either not able to or refuse to incorporate their patch in the kernel. If they did then this would be a very cool package. As is, it works fine, just locks you into the shipping kernel or a home patched kernel to use it everytime you upgrade.
Re:I fail to understand (Score:3, Insightful)
This is a virtualization program. A bit like VMWare... you still have to obtain (ahem) a copy of windows.
Re:I fail to understand (Score:5, Interesting)
What coders who copy Windows? You do realize that to install Win4Lin, you need to already own a Win9X CD. You go through the entire Windows installation process, including loading the Windows CD and typing in a valid product ID code. An entire standard Win9X installation is created on your PC, it just happens to live in a Linux file system.
Funny that you bring up SCO. Win4Lin is based on a DOS-virtualization technology called "merge" that SCO has also used. Here [216.239.41.100] is a summary I found of its very convoluted history. (Google cache; real page is broken.)
Re:Who the heck modded this down? (Score:2, Insightful)
Re:Seems to be a legitimate question to me... (Score:2)
It's like saying, "If it's illegal to steal gum from the candy store, then why is that guy chewing gum???"
Win4Lin will run Windows (98 it sounds like) under Linux. It runs Windows. It runs the Windows that Microsoft created, and that you already paid for (ideally). It does not emulate Windows other than a few things like passing of the clipboard, but even so, they're not using any Microsoft code, they are simply interfacing with Windows.
Again.
Re:Why? (Score:3, Insightful)
Except for Windows applications.
Re:Why? (Score:2)
Why ? How about corporate mandated use of Outlook and Exchange ? (Exchange 5.5 so I can't use Ximian Connector for Ximian Evolution).
And there are other reasons too, for me, its the ability to use the phone.com WML/HDML simulator for testing my WML and HDML code visually and PL/SQL Developer for (WH)Oracle .
Others probably have their resons (besides games since it doesn't support the higher ve
Re:Why? (Score:2)
Re:Why? (Score:5, Insightful)
There's no Linux equivalent to Microsoft Money, for example -- not something that can connect to my bank automatically and get statements and process transfers without having to import and export qif files. Same with Microsoft Streets&Trips -- there's simply no equivalent.
I can't connect a Linux box to my work's VPN either -- there's no working client.
And if I managed to do so, what would I use to connect to the Exchange server to get my emails and appointments?
Then there is, as the previous poster stated, the issue of games. Linux games are few and far between, especially 3D games.
Oh, and watching DVDs? (Legally, that is)
That said, there's similar cases where Unix-like systems can offer what Windows can't. cygwin helps, sure, but that's just like running a Windows emulator under Linux.
The real problem I see with the product is that Windows 9x isn't going to be supported for much longer, and new software more and more often require an NT5+ based OS (Windows 2000/XP/2003).
In which case Windows 9x compatibility won't help too much...
Regards,
--
*Art
specific dates that Windows versions are obsolete (Score:3, Informative)
95 is already considered obsolete
98 receives no free support after the end of this month, none at all after the end of this year (basically)
ME is unsupported at the end of the year as well
Re:Why? (Score:3, Insightful)
Hmm, not to kind to the GIMP development team and I happen to know a lot of GIMP users who disagree with that statement. It works for me and many others. Maybe you should read more, or just be happy with using your own tools, or in the alternative convince the software makers of the applications that you want them on Linux? Seems like that could get you what you want better than criticizing the GIMP team, which doesn't get you what you want.
Not a flame, just a comment.
Re:Why? (Score:2)
I mean, people like to rag on the gimp, like "oh we need photoshop, we are so leeeet", but 99.9% of the time they are just ego pumping I've found.
Re:Why? (Score:2, Informative)
Win4Lin Based on SCO Merge (Score:2, Interesting)
Funny how the article didn't mention Win4Lin had any connection with SCO... probably because NOBODY wants to be associated with those money grubbers these days!
NOT TRUE (Score:5, Informative)
Win4Lin is not built on technology licensed from SCO. SCO licenses technology from NeTraverse as an OEM and packages the technology on their UNIX platforms under our name "Merge". We do not license anything from SCO (nor do we need to). From time to time we have used wording on our web site and in our literature that is accurate but perhaps on a quick read might be misconstrued. The comment "Win4Lin Terminal Server 2.0 is derived from proven technologies developed for Unix® based operating systems over the last 15 years, most notably those of SCO® (Caldera®), under the product name of Merge(tm)" is meant to convey that our technology has been in use on SCO variants of UNIX for some time - not that it is based on SCO technology. SCO Merge (or Sun Merge, or whatever Merge) is our product.
Rather than try and clarify the language on our web site, we will be taking it off
I hope this clears up the misinformation.
Jim Curtin
CEO NeTraverse
Wrong, wrong, wrong! (Score:5, Informative)
Re:Why promote SCO now?? (Score:2)
http://www.netraverse.com/products/wts/technolo
Re:This is great news! (Score:2, Insightful)
The above-mentioned apps are to break this unfortunate cycle and get people on to Linux, which must be a good thing.
Re:This is great news! (Score:3, Funny)
"DISCLAIMER: The views expressed hereafter are not necessarily those of MENSA, which I am only a member of."
How about "of which I am only a member"?
LOL!
Re:This is great news! (Score:2)
Ok, perhaps this whole MENSA disclaimer was completely dry humor and you were actually already aware of the two grammitcal mistakes...?
If that's the case, it IS funny. =D
Re:This is great news! (Score:5, Insightful)
It makes absolutely no financial sense to release a game for Linux -- the market is too small, the market you're going after (individuals running Linux as opposed to corporations) is too hostile to commercial development, and the graphics support is generally completely different from what you have available in Windows (yeah, it's the same if you write for OpenGL, but there's a helluva lot more support for writing DirectX).
Yes, I run Linux. I also run Windows. Linux makes for an excellent server, an incredible development platform, and it's just fine for web surfing, but I still wouldn't recommend it as a desktop replacement to the average user, nor as a gaming box. Windows is a mediocre server, fine for web surfing, a decent development platform (obviously better than Linux if you're developing for Windows exclusively, but I'm a Unix coder so I'm biased), and a great gaming platform. Use the platforms where they perform well... if you want to use any single platform for all tasks, well, you're going to have gnashing of teeth whenever you hit the weak spots.
The obvious question is, how do you solve those weak spots, and I don't have a really good answer. But as far as gaming goes, I do suspect the answer will be improve Windows emulation, not try and woo developers over to Linux. It's a harsh reality.
Re:This is great news! (Score:2)
1) It's pretty difficult to get most games to run with Windows emulators anyway
2) There's hardly any market for Linux games. It's quite a lot of effort for very few sales. (You have to remember that it's very difficult to make a profit with Windows games, let alone Linux ones...)
3) Support is even harder than it is for Windows. There's just so many different distribu
Re:requires a kernel patch (Score:3, Informative)
It comes with prepatched kernels for RH, SuSE, etc.. That was always one of my biggest gripes with W4L too; use a damned kernel module like VMWare. At the time I couldn't get the kernel patch to work with my (already patched) kernel.
Re:requires a kernel patch (Score:2, Interesting)
Re:requires a kernel patch (Score:3, Informative)
Re:Any comparisons?? (Score:4, Informative)
Pros:
VERY fast. About 95% of the speed of a real Windows installation. In some cases faster, such as startup/shutdown, both of which are near-instant.
VERY easy to install. Run the graphical installer, it downloads the neccesary kernel patch (needed to make Windows think its running on top of DOS instead of Linux), installs everything. Reboot, and you're done.
VERY compatible. I've yet to find a program that runs on a normal WinME box that won't run on Win4Lin WinME.
Good networking support. You can have your Win4Lin install connect to your LAN (via a virtual NIC).
Cons:
Programs seemed to crash more often in Win4Lin than in actual Windows. This may be fixed in 5.0.
Windows doesn't get to use a lot of your hardware. Mouse, keyboard, CD-ROM, sound (thru your linux drivers), printers (thru your linux drivers) and serial ports are accessible. Almost anything else (scanners, other USB toys, etc) are not. May be improved in 5.0.
Clipboard isn't consistent between Linux and Windows. May be fixed in 5.0.
No 3D, and only limited DirectDraw. Not much can be done about this.
Yeah, so it's not perfect, but it definitely beat the hell out of VMware or any other similar programs.