Slashdot Mirror


Lindows Reviewed

Well, the wait is finally over. Lindows, the system that promises to bring Windows software to Linux, has finally been released in sneak-preview form. You can catch a first hand review of the system on NewsForge.

10 of 490 comments (clear)

  1. Re:Maybe improve DVD playback? by DrunkenPenguin · · Score: 1, Informative

    Oh really? Perhaps you just don't have the right software for that job. MPlayer is a lot faster than any windows DVD software I've tried on my computer. (Athlon 1GHz).

  2. Re:Maybe improve DVD playback? by Jeffrey+Baker · · Score: 3, Informative

    Xine is better than any DVD player I used on Windows. It takes up very little CPU time, it looks great (including deinterlacing), the audio sync is exact, and (BONUS) it doesn't force you to sit through the stupid FBI/Interpol warnings and Coca-Cola commercials.

  3. Unhappy marriage by W2k · · Score: 4, Informative

    From the preview, it sounds like Lindows tries to be both Linux and Windows at once, but fails on both counts.

    The newbie user playing around as root (maybe without a password?) is an obvious problem issue, especially if rootage is required for running Windows software in the first place. I need hardly mention that it's a security issue if all those Outlook viriis get to run as root ...

    Also, as most Windows apps seem to be nonworking at the moment, there better be a LOT of improvement in this field before release, or Lindows will be about as popular as a can of BBQ sauce at the three little pigs' house. It needs to run IE, it needs to run Office, and it would be just great if it'd run Windows games (yeah, right).

    Btw, an oversimplified install might be just great for the newbies, but not for anyone else. I think the WinXP Pro install was oversimplified, but at least it let me add non-root user accounts and reconfigure hardware if I liked. Besides, I don't think Lindows is going to be used mainly by newbies - at least initially, it's going to be used by people looking to make the switch between Windows and Linux and wanting something that will let them run both kinds of apps, so they needn't convert 300 word DOCs to RTF or suchlike.

    Congrats to the Lindows people for building stuff like autodetecting hardware into the installer - that stuff is always nice. Mandrake already has this and does it somewhat well, but I still remember the pain of having to feed Debian the I/O port adress of my CD-ROM back when last I tried to install it. I never did finish that install, as it was never able to find my bog standard Logitech PS/2 mouse. Oh well.

    Conclusion: Get Windows apps to run and Lindows will be interesting! Ship it like it is today, and it will end up in the OS trashcan with BeOS et al.

    --
    Quality, performance, value; you get only two, and you don't always get to pick.
  4. correction by poemofatic · · Score: 3, Informative

    There is nothing wrong with reverse engineering. Reverse engineering brought us AMD as a competitor to Intel, as well as IBM clones -- it's complicated, as AMD also pays royalties to Intel for other IP. IANAL, but I vaguely recall some federal(?) statutes which actually protect the right to reverse engineer. Any lawyers out here are welcome to correct/elaborate.

    Also relevant might be that MS has only filed a trademark infringement suit against Lindows, not a claim of "illegal" reverse engineering, and I think if your post was right, MS would have brought it up a while ago.

    b

    --

    When in doubt, have a man come through a door with a gun in his hand.

  5. Re:KDE by Anonymous Coward · · Score: 1, Informative
    No wonder mp3.com went bankrupt, the CEO is a nutjob who thinks he can take peoples things for free.


    MP3.com never went bankrupt. The rest I'm not disagreeing with. :)

  6. Re:Maybe improve DVD playback? by Anonymous Coward · · Score: 1, Informative

    > I watch DVDs all the time and find it annoying that Linux doesn't have decent DVD playback. Hmmm maybe I should help write one...

    Check out the LiVid (LinuxVideo) project.

  7. Re:Maybe improve DVD playback? by Sunda666 · · Score: 2, Informative

    amen

    software decoders sucks. my ancient creative DXR2 rocks under linux (altough the drive seems to be getting quirkier as time passes...). And it uses like 5% of my powerful k6-2 cpu while playing a movie... and has a tv-out, so no need to watch on the tiny 17-inch CRT. sweet.

    --


    ``If a program can't rewrite its own code, what good is it?'' - Mel
  8. Re:My small review by crt · · Score: 4, Informative
    Threading: Windows is based on threads, while UNIX is based on pipes.

    That's just sillyness - both Windows and Unix support threads and pipes - they are totally different programming constructs that have little to do with each other.

    COM and .NET COM is a binary compatability standard, not an API. No amount of work on win32 will help in making COM run. .NET is based heavily on COM (among other things) and is also not supported by win32.

    That's so wrong I don't know where to start. COM is a marshaling and interface standard. .NET is a lot of things - including a runtime, API, platform, etc.... It interoperates with COM but is certainly NOT COM-based - MS is essentially abandoning COM for cross-language integration and moving to the CLR instead.

    Alas, I dont see COM being successfully implemented by the WINE crew, simply because it is too dificult to do without help from MS. I won't argue that COM is difficult to work with (it's really a bitch), but it's not because it's platform-specific - it was designed to be cross-platform, and implementations of it are available on other platforms - including Linux.

  9. Re:I know by Bugaboo · · Score: 2, Informative

    Actually, there is a program called cmdasuser that starts a command prompt as LocalSystem. You can then run any application as LocalSystem (even the Explorer shell).

  10. Re:No nagging on the install! by Toraz+Chryx · · Score: 2, Informative

    except it isn't, on install you create an account with admin priveledges,the admin account is seperate from the defaultly logged account.

    (in XP Pro at least)

    it's kinda a moot point though, since admin rights == admin rights, no matter what the name of the account.