Slashdot Mirror


User: Mad+Merlin

Mad+Merlin's activity in the archive.

Stories
0
Comments
1,163
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,163

  1. Re:Nvidia is not the competition on Insight Into AMD's Linux Driver Development · · Score: 1

    Of course this is handled in the .Net world rather nicely, and you don't even need to worry about some developer that can't bother to read the documentation to figure out which interface is obsolete. (Which is apparently a very big problem in the linux driver development).

    .Net is userspace, and the linked document is not concerned with userspace. The userspace visible kernel APIs have been stable since before Linux 1.0, as the document points out.

    In Linux, obsolete internal kernel interfaces are removed when they become obsolete, and anything using the obsolete interface is ported to the new interface by the authors of the new interface. I'm sure you'll agree that it's difficult to accidentally use an interface that no longer exists.

    Now, for a proprietary kernel that needs to retain binary compatibility with every driver ever developed for it, simply because the old drivers cannot or will not be fixed, it becomes exceedingly easy to accidentally use an obsolete interface that's hanging around just to support some cruft from the mid 90s.

  2. Re:Nvidia is not the competition on Insight Into AMD's Linux Driver Development · · Score: 4, Interesting
  3. Re:Multiple reasons. on Dell PCs with Ubuntu Are A Little Less Expensive · · Score: 1

    They should be for all Intel cards, and packaged together with X.org. As a point of reference, more than a year ago (when XGL was new), I tried out the Korrora Livecd on my friend's laptop with an Intel 855GM (or maybe 852GM, I don't remember now), and it ran all the fancy 3D effects quite well.

    You could also check the Ubuntu forums, you might be hitting a problem similar to this.

  4. Re:Anyway on Dell PCs with Ubuntu Are A Little Less Expensive · · Score: 1

    The new Intel drivers should come stock with X.org, as they're integrated with it.

    As for DRI, if

    glxinfo | grep direct
    says Yes, then you're good to go.
  5. Re:Anyway on Dell PCs with Ubuntu Are A Little Less Expensive · · Score: 1

    You're probably using really old drivers or you have DRI (read: 3D acceleration) disabled. Current Intel drivers support all Intel cards quite well, also see my previous post on this issue.

  6. Re:Multiple reasons. on Dell PCs with Ubuntu Are A Little Less Expensive · · Score: 2, Informative

    Intel graphics cards have historically been bad options for OpenGL and 3D apps in Linux.

    That is most definitely not the case now. Intel cards are certainly not speed demons, but they work quite well as they have good open source drivers written by Intel themselves. Intel employs several of the main X.org hackers, including Keith Packard. Also see this announcement.

    I would recommend an Intel graphics card over an Nvidia or ATI for a Linux machine unless you plan on playing demanding games like Quake 4 or Doom 3 (for which I'd suggest an Nvidia). I would never recommend an ATI card that requires the use of fgrlx (that's any X1000 or X2000 series card at the moment).

  7. Re:Opera! on Firefox Going the Big and Bloated IE Way? · · Score: 1

    So, 40 years ago, could you tell me with 100% certainty that you would still be able to run all of said software today? No, of course you couldn't. Therein lies the problem.

    It doesn't matter if one proprietary software vendor is reliable, they *all* must be, which will never happen.

  8. Re:Shared Javascript Namespaces on Firefox Going the Big and Bloated IE Way? · · Score: 1

    Do you have any sources to back up your claim? It doesn't work for me:

    var a = "foo"; alert(a);
    alert(a);

    Both Firefox and Konqueror complain of script errors in the latter page.

  9. Re:Opera! on Firefox Going the Big and Bloated IE Way? · · Score: 1, Insightful

    Proprietary software is not practical, especially in the long term. The best tool for the job must also be practical.

  10. Re:And? on The Clueless Newbie Rides Again · · Score: 1

    Windows is straightforward in terms of doing an analysis. Nix is a more difficult beast to contain...

    I laughed out loud at this point and only read the rest of the page for amusement. I don't think you understand what you're talking about.

  11. Re:news flash on Microsoft Says Other OSes Should Imitate UAC · · Score: 1

    Ah, but those aren't OSes, of course. They just occasionaly manage to (poorly) imitate some features that one would expect to find in an OS.

  12. Re:Might be just me . . . on Hacked DX10 for Windows Appears · · Score: 1

    Wine's D3D 9 implementation is quickly approaching feature completeness. Wine also has a SoCer to start an initial D3D 10 implementation, as to when the D3D 10 implementation will be useful (sufficiently complete, and something to use it on) is anyone's guess, but most of it should be fairly similar to D3D 9.

    Alky is most definitely vapourware. If you've followed their history they've launched and disappeared again several times now. Their goals may seem impressive, but they have yet to produce any working code.

    In Alky's initial "open source" phase (about a year ago), they claimed they wouldn't use any Wine code for specious reasons that would only convince the uninformed, while failing to understand all of the problems associated with what they were trying to do (in place binary translation across arbitrary architectures and OSes without any source access). They failed to answer questions about how they would solve problems such as IPC, especially since they claimed they wouldn't use a "wineserver"-like process. After a month or so of copying Wine headers into Alky verbatim and without attribution, they shut down their web site and kickbanned everyone from their IRC channel.

    Alky resurfaced again a few months later with a closed source twist and the claim of being able to convert the Prey demo to run directly on Linux. I have yet to hear anyone who's had success with this said "converter". I stopped following the project at this point, but I doubt they'll produce any useful code any time soon.

  13. Re:Presure for legit DX10 on XP? on Hacked DX10 for Windows Appears · · Score: 1

    OpenGL already supports geometry shaders and has for quite awhile. Unless I'm missing something, that's the only new feature worth mentioning in D3D 10.

  14. Re:Wrong. on Why are Websites Still Forcing People to Use IE? · · Score: 1

    Yes, there ARE differences which, I must say, is one of the most challenging and fun parts of web design.

    You are incredibly masochistic, and I don't agree with you. Challenging, yes, but fun, most definitely not. I prefer to actually do useful things rather than have to throw in loads upon loads of hacks to trick IE 6 into rendering a page somewhat reasonably. Making something work the same in Konqueror, Firefox and Opera is trivial in comparison.

  15. Re:New technologies, "corporate design" and other on Why are Websites Still Forcing People to Use IE? · · Score: 1

    Now, of course, everyone has to use the latest technology in webpage design. In other words, the most incompatible technology. What looks lovely in IE looks aweful in Firefox and even worse in Opera. Ok, ok, maybe not aweful. But not JUST the same way. So you'd have to do the page two or three times to make it compatible with every browser. But that, in turn, would cost more money.

    If you plan to use any web technology created this millennium, and you want it to work properly in IE 6, prepare to tear your hair out repeatedly. Speaking from experience, supporting Konqueror, Firefox and Opera simultaneously is substantially easier than supporting IE 6 at all.

  16. Re:Obvious arrogance. on Why are Websites Still Forcing People to Use IE? · · Score: 1

    Typical slshdot arrogance. How about IE has functionality that your sacred cow doesn't?

    Bugs don't count as functionality.

  17. Re:Re-burn them...sorta on Can CDs Be Recycled? · · Score: 1

    I vaguely remember something like this as well. Of course, I never actually saw one or it's results in person, though.

    I'm tempted to say it was just a hoax.

  18. Re:Price isn't everything; boycott AMD on AMD Cuts X2 Processor Prices · · Score: 1

    Soon the binary only regulatory daemon won't be necessary, see http://intellinuxwireless.org/.

  19. Re:socket 939 seems to be screwed all-round on AMD Cuts X2 Processor Prices · · Score: 2, Informative

    Are there *any* socket 939 X2's that support hardware virt?

    No, unfortunately not.

  20. Re:the technical issue of gnome vs kde on Is KDE 4.0 the Holy Grail of Desktops? · · Score: 1

    From a developer's perspective, I prefer Gnome's methodology. I'd rather things be done 'right', in that orthogonal, reusable, generic fashion. Maybe it lacks some of the features, but that's the price I pay...

    Your statement contradicts itself. You state that you don't like lots of dependences for a program, but you expect developers to create highly reusable libraries? What's the point of creating them if you don't want anybody to use them? I'd rather a developer link against libwheel rather than reinvent it, then spend all the saved time on solving problems that aren't already solved. Code reuse applies equally to both libraries and programs.

    GTK has more of the killer Linux apps like Gaim, Open Office, Mozilla, etc.

    OpenOffice doesn't use GTK any more than it uses Qt. OpenOffice uses it's own custom written widget set, though it can optionally integrate somewhat with Qt at least by using Qt icons, etc.

  21. Re:On a smaller scale... on Introducing GNU/Linux Via Applications · · Score: 1

    I know I've woken some people up by giving them copies of EditPad, or PuTTY, or Opera or other open-source software.

    You know that both Opera and EditPad are proprietary software, not open source, right?

  22. Re:Ignorance is bliss on Life with a Lethal Gene · · Score: 4, Insightful

    I think you should also consider that the anticipation of doing something is often better than the actual doing of something. When you find out you have, say, 3 months to live, you can no longer anticipate to do a lot of things, and that makes your last 3 months of living rather miserable, if you ask me.

    I guess what I'm really saying here is that my plans for the rest of my life are far more important to me than anything I could do in a final 3 months, regardless of any knowledge of my imminent demise.

  23. Re:Ignorance is bliss on Life with a Lethal Gene · · Score: 1

    If you are literally living your life as if you might die in a handful of months, congratulations.

    I didn't say that, nor would it be necessary for me to feel the way I do. I think the feeling of impending doom and the realization that any of my plans involving more than a couple months are now useless would outweigh any short term benefits, such as driving around an expensive car for a few months (as the poster above mentioned).

    Would you truly prefer to drive $expensive_car with the knowledge that you're going to die quite soon vs the ignorant bliss?

  24. Re:Ignorance is bliss on Life with a Lethal Gene · · Score: 1

    Indeed. Personally, I'd rather not know unless there's something I can do to prevent it. In this case, it seems like that's not the case.

  25. Re:single process uses 1 core unless multi-threade on Auto-Parallelizing Compiler From Codeplay · · Score: 1

    I think the parent's point was that the cluster management system could simply batch out two individual (single threaded) processes to each node (for a total of 16 processes over 8 nodes), rather than just a single process per node. This may or may not work, depending on how the processes communicate over the network, but it is certainly a substantially easier task than writing a multi-threaded distributed program in most any case.