Slashdot Mirror


Mesa 5.0 Released

Eugenia writes "Mesa 5.0 has been released. It implements the OpenGL 1.4 specification." There's more information as to what's been fixed/added/changed on their SF.net project page.

142 comments

  1. frizosty poaste by Anonymous Coward · · Score: -1, Offtopic

    lick it you dirty, dirty boys

  2. mesa sucks compared to dx 9 by Anonymous Coward · · Score: -1, Flamebait

    mesa sucks compared to dx 9.

    1. Re:mesa sucks compared to dx 9 by Anonymous Coward · · Score: -1, Flamebait

      i agree. OpenGL lost the lead a long time ago. Wait for 2.0 to come out. MS is going to lock Linux out of 2.0 as some of the api's are based on dx9

    2. Re:mesa sucks compared to dx 9 by Anonymous Coward · · Score: 0

      No, what sucks is that all the ppl that wrote d3d might have just contributed to Mesa. MS wouldn't have had to pay royalties or anything.
      As a matter of fact why are MS users even on the internet? We all would have better off if MS made a proprietary internet protocol for their users, then they could charge AOL royalties too.

    3. Re:mesa sucks compared to dx 9 by quigonn · · Score: 5, Informative

      Hey, OpenGL is at least standardized, something you can build on for years. Nobody can guarantee you that the next version of DirectX will be compatible with the current version.

      In fact, there are only two 3D APIs that are standardized and (more or less) widely used: OpenGL and OpenInventor.

      --
      A monkey is doing the real work for me.
    4. Re:mesa sucks compared to dx 9 by Anonymous Coward · · Score: 0

      tell that to the fag linux zealots here who still use windows cough cmdr taco cough because that's what all the good games come out on.

    5. Re:mesa sucks compared to dx 9 by Anonymous Coward · · Score: 1, Interesting

      This is not correct. Future versions of DirectX are always guaranteed to provide the prior COM interfaces. For example, you can have an old DirectX 3 program running just fine under DirectX 8.1.

      As for OpenGL being standartized, if you want to support newer features like pixel (fragment) shaders or vertices in AGP memory, you NEED to use vendor extensions, which means separate code for nVidia and ATI.

    6. Re:mesa sucks compared to dx 9 by quigonn · · Score: 2

      You're still depending on the good will of Microsoft. DirectX is still proprietary, and Microsoft can do with it whatever they want.

      --
      A monkey is doing the real work for me.
    7. Re:mesa sucks compared to dx 9 by Anonymous Coward · · Score: 0

      Microsoft will have the good will to support those prior interfaces - do Age of Empires or Age of Kings ring a bell? They will not stop supporting their prior games in the foreseeable future.

      The question about the proprietary vendor extension in OpenGL still stands though. For example - want to use AGP memory for vertices - hmmm nVidia VARs or ATI VAO?

      Face it, nowadays for games, Direct3D is the bleeding edge and OpenGL is lagging. OpenGL 2.0 addresses those issues, but it is still at a planning stage, while DirectX 9 will be out pretty soon.

    8. Re:mesa sucks compared to dx 9 by gl4ss · · Score: 2

      so.. which is better vaporware.. properiaty vaporware or open vaporware..

      dx doesn't come on straight on backwards compatibility btw. try playing master of orion 2 on win2k.. it either works or doesnt, most probably you'll lose your cursor.

      moo2 is dx2 btw..(the win32 vers).

      --
      world was created 5 seconds before this post as it is.
    9. Re:mesa sucks compared to dx 9 by Anonymous Coward · · Score: 0

      None of this changes the fact that DX is proprietary and thus subject to the whims of Microsoft which is officially a criminal monopolist.

    10. Re:mesa sucks compared to dx 9 by Anonymous Coward · · Score: 0

      You seem to be under the the impression that Direct X 9 is vaporware. Interesting then, where did I get that beta that is sitting on my Win2K machine?

      As for MoO2, have you tried installing the compatibility pack, which addresses issues with old games on Win2k? Also DX2 is a very ancient and rare version and all DX3 programs that I've seen run just fine (the original Diablo, for example).

    11. Re:mesa sucks compared to dx 9 by k98sven · · Score: 4, Insightful

      Microsoft will have the good will to support those prior interfaces - do Age of Empires or Age of Kings ring a bell? They will not stop supporting their prior games in the foreseeable future.

      Good, 'cos I'm having some problems trying to run GORILLAS.BAS on WinXP.

      Still, I agree, MS is not going to shoot themselves in the foot
      by breaking backward compatibility if they don't have to.

      Yes, OpenGL is open, but do you think anyone cares?
      The computer games industry is like any other business, it is run by economics.

      The kids want games with bleeding-edge 3d, and unless you're name is John Carmack, the industry is not going to support anything else than DirectX.

      Now OpenGL 2.0 has the chance to turn the tables;
      If GL2 can equal DirectX,
      the game industry will use it,
      if not for other reasons than economic reasons. Why? One word: Portability.

      Porting to the Mac (and maybe even linux) is no problem with OpenGL, but if your code depends on DirectX: forget about it.

      Now which game developer would knowingly limit themselves to the MS platform, if they had an equal alternative?

      Which game producer would not want to be able to release a Mac or Linux port, at little extra cost?

    12. Re:mesa sucks compared to dx 9 by Anonymous Coward · · Score: 0

      And here is the link where you can evaluate your "propriety vaporware".
      http://www.microsoft.com/downloads/release.asp?rel easeid=45160
      Where can I download OpenGL 2.0, again?

    13. Re:mesa sucks compared to dx 9 by Anonymous Coward · · Score: 4, Informative

      Direct3D STILL sucks for scientific visualisation (still favours texture pushing over high-poly-count), and is STILL Windoze-only (Wine excepted). OpenGL sucks less, and is not bound to C++ (Well, o.k. DirectX is theoretically COM, but I defy you to program it seriously in anything other than MS-bastardised C++)

      Scientists tend to use grown-up OSes (i.e. no Windoze) and code in Fortran 95 or HPF, pure C or occasionally Lisp - all languages with OpenGL bindings.

      You can learn OpenGL+SDL basics in an afternoon, and have flocks of teapots flying across your screen the following morning. Just beginning to learn DirectX and Direct3D means taking on board all the bizarro-world Microsoftian "C++" and COM cruft.

      OpenGL's going to be around for some time.

      Now, it is inappropriate for hardware raytracing cards, but us people in the scientific graphics community (and movie-making-community) are only getting to play with them now, don't expect them to trickle down to the gaming market for a while yet.

    14. Re:mesa sucks compared to dx 9 by Oligopod · · Score: 1

      Direct3D ... still favours texture pushing over high-poly-count

      This is wrong. In fact, Direct3D supports hardware acceleration (AGP memory, etc.) for high-res models natively through vertex buffers, while with OpenGL 1.* you need to use vendor extensions - nVidia VAR, ATI VAO, etc. Which, believe me, you can't learn in an afternoon.

      You can learn OpenGL+SDL basics in an afternoon, and have flocks of teapots flying across your screen the following morning. Just beginning to learn DirectX and Direct3D means taking on board all the bizarro-world Microsoftian "C++" and COM cruft.

      For fsck's sake, the stuff that JC wrote about OpenGL vs. DirectX is extremely outdated. Today, using OpenGL's easy-to-learn, flock-of-teapots immediate mode (i.e. glBegin(), glEnd()), will give you a really measly fps for scientific visualization. You have to use vertex buffers if you want performance. So you might just as well do it for exactly the same amount of time with Direct3D 8.1. Also, stop the FUD about Direct3D being "Microsoftian C++" only, you can use it just as fine with C, and *gosh* even under MinGW.

    15. Re:mesa sucks compared to dx 9 by gl4ss · · Score: 2

      you can evaluate the process that will make opengl to be what it is.

      it's vapor until it's final, packed, and shipping, and supported.

      --
      world was created 5 seconds before this post as it is.
    16. Re:mesa sucks compared to dx 9 by be-fan · · Score: 2

      Do you think the industry is going to let Microsoft lock in OpenGL 2.0? Sun and SGI depend on OpenGL for their visualization business. Linux is becoming more popular with graphics shops every day. I doubt even Microsoft can go against that kind of industry opposition. Microsoft has a lot of money, but if you attack something like OpenGL, which is central to the businesses of a whole lot of companies, then the money on the other side because rather significant.

      --
      A deep unwavering belief is a sure sign you're missing something...
    17. Re:mesa sucks compared to dx 9 by Anonymous Coward · · Score: 0

      Is this a press release from JarJar Binx?

    18. Re:mesa sucks compared to dx 9 by Anonymous Coward · · Score: 0

      Yeah, Direct3D runs real well on my Linux/x86 cluster. And it really smokes on my SGI Irix workstation.

      Why the HELL would I learn a whole new platform (even paths are different syntax on windoze, and there's no proper fork()...) when I can just use OpenGL on Unix???

      And I've tried to use Direct3D in C. It sucks. You must be confusing C++ with C.

      Apart from anything else, Direct3D's coordinate system is exactly the wrong way round. Now, I know this was done for incompatiblity with OpenGL(and thus lock-in) - but anyone who has more than high-school mathematics habitually uses OpenGL-style coordinate systems.

    19. Re:mesa sucks compared to dx 9 by Anonymous Coward · · Score: 0

      Not in the gaming market for a while yet?

      Don't be so sure

  3. GNOME works on MESA by Anonymous Coward · · Score: 0, Troll

    I heard that a lot of GNOME code went into the Mesa repository not long ago.

  4. Know your Pork Beasts by Anonymous Coward · · Score: -1, Offtopic


    a NoPorkBeasts.Com public service announcement

    As many of you know Land Whales come in many shapes and sizes, this is also true about their personalities. Here at North American Anti Pork Beast Society we have gone to great lengths to study the Greater Northern American Homo-Erectus-Sapian-Glutonous, and discovered several subspecies with in the main Pork Beast group. We have gathered all the information and put it in a chart to help you the American public recognize what type of lard monster you are dealing with.

    Happy Smiling Pork Beast: (laeta risum intransit petaso beluae) AKA: HappyFatty or Tons'O'fun

    These monsters are the way we often think about fat asses, happy and smiling full of joy. Always appear to be laughing and having a good time in general. Often seen around skinny women, making light of the situation. This is a ploy, this landwhale is plotting against you and using a happy demeanor to get you to put your guard down. Often uses hot women to attract men to her, these skinny women have no idea how much danger they are in. This beast is using them to attack not only a mate, but food. One of the most dangerous porkers often found in bar or clubs. They pray on the drunkenness of the homo-sapian male. The best way to combat them is always drink with friends, make sure your one of your friends isn't drinking, and always know where the exits are in the location.

    Sully Sulking Land Whale: (reclamitare sulka terra pistricis orca) AKA: Depressed about her weight or Just needs some love

    Often seen in a depressed state these lard eaters have been know to cry at the drop of a hat. They normally hunt by themselves and sit in public areas looking sorry for themselves. Although they appear to be a non-threat, they are very dangerous. Often pray on people who want to help and when they get close enough to the creature an eat attack normally occurs. They are very slow and can be stopped with quick movements and attention be brought to them. They do not like to be found out and will leave the area if exposed.

    Angry militant Fat Monster: (iracundae pilus adipatus prodigium) AKA: Naafa Underling, Tons'O'Anger and Card Carry Member of Naafa

    A highly dangerous sub species of the Pork Beast. These creatures believe that not only it okay to be fat, but fat is better. They are often seen making a scene where ever they go, making unreasonable threats backed up with false information about the law. They love the attention and will not stop the attack until something else catches their small minded attention. These beast also have a huge amount of time which allows them to surf the web and write books of information on things that no one really cares about. These beast will not attack individuals but rather an establishment. They feel they are never wrong and the world must change to accommodate them. The best way to combat these nasty beasties is to carry shinny things, all dumb animals love shiny things. Never ever argue the facts with these creatures since they have been know to attack even in public when flustered with truth.

    Crying like a little bitch Pork beast: (vagitus canicula petaso beluae) AKA: Teary eyed, Oh look the fat girl is crying, and oh look what you have done

    Not to be confused with the Sully Sulking Land Whales, these flabby arms use tears to get what ever they want. If something is not going there way they will turn on the water works and cry until they get what they asked for or wanted. Often see with chocolate around their fat face they appear to be truly pathetic animals. These monster usually pray on the feelings of over sensitive people and girlfriends. Like the Militant fatties they believe they are always right, but use tears to get what they want. These creatures do not normally eat attack humans but will ask for food when a person helps them.

    Baby Eaters: (infantis comedesse) AKA: The Fat Day care worker, Fat Baby Sitter, and the Chubby Girl who will watch your kids

    The most dangerous of all the fatties, these monsters eat the young not only of humans but of cats and dogs too. They often appear as a Happy Smiling beasties but are not accompanied by the hot girls. They will smile and entertain your children and lead you to believe they care. They will build your trust and get you to leave your kids with them. They never eat with in the first few years of using them, but often kiss the children to taste them. Once they believe the child is ripe will eat it and disappears. They often eat as many as 12-13 babies in a year. When not eating children will eat puppies and kittens. They say the meat is soft and juicy. The best way to protect yourself is never to leave your children unattended around fat people. Although Baby eaters choose this as a lifestyle, all fatties will eat babies given half the chance.

    Proud to be Me Fatty: (celsus actito apud unguinis) AKA: Naafa Admin, Guest Speakers, Fat is Great, and Naafa Ministers of Propaganda

    These are the leading party of all the sub species. These monsters are not on;y devious but also accomplice all the other species in one. They often seen leading other soldier fatties around and seem to have mind control over them. They will eat attack when hungry, yell and scream when needed and cry if it is called for. These porkers are the most intelligent of the porkbeasts with IQ's as high as 70 they are the ruling party. Although rare can be found where ever fat people gather, i.e. all you can eat restaurant, amusement and water parks, Naafa conventions, and chubby chaser parties.

    Hopefully this will help you recognize these awful creatures and keep you safe. Remember never approach a pork beast alone and always be aware when pork beasts are around.

    Copyright 2002 North American Anti-Porkbeast Society. Everything you see on this page is owned by NoPorkbeasts.com/NAAPBS/Cobra. We will not sue you if you steal any of our images or intellectual property, but we will damn sure track your ass down and beat the living shit out of out.

  5. New business-model? by Anonymous Coward · · Score: -1, Troll

    1: Write free software.
    2: ?
    3: Download and play around with Mesa.
    4: Profit!

  6. The question now is... by hettb · · Score: 1, Troll

    When will Mesa 5.0 be incorporated into Debian stable?

  7. cute by sanermind · · Score: 5, Funny
    Cute description in the changelog:

    - OpenGL 1.4 support (glGetString(GL_VERSION) returns "1.4")

    So that's all it takes, eh?
    <grin>
    --

    ---
    the pen is mightier than the sword, the sword is mightier than the court, the court is mightier than the pen.
  8. fps by Anonymous Coward · · Score: -1, Offtopic

    first post
    first post
    first post

  9. Version Numbers by Anonymous Coward · · Score: -1, Offtopic

    Multiply the version number by 2.333435 to get FPS

    1. Re:Version Numbers by Spruce+Moose · · Score: 0, Offtopic

      Shouldn't that be FP/S for first posts per second?

  10. Did anyone else think of... by Love-Wine-Revolution · · Score: -1, Offtopic

    Was I the only person who thought of this song when I read this article (I hope not, lest I get modded as 'offtopic' :0)

    The mama pajama rolled out of bed
    And she ran to the police station
    When the papa found out he began to shout
    And he started the investigation

    It's against the law
    It was against the law
    What mama saw
    It was against the law

    The mama looked down and spit on the ground
    Every time my name gets mentioned
    The papa said oy if I get that boy
    I'm gonna put him in the house of detention

    Well I'm on my way
    I don't know where I'm going
    I'm on my way I'm taking my time
    But I don't know where
    Goodbye to Rosie the queen of Corona
    See you, me and Julio
    Down by the schoolyard
    See you, me and Julio
    Down by the schoolyard
    Me and Julio down by the schoolyard

    In a couple of days they come and
    Take me away
    But the press let the story leak
    And when the radical priest
    Come to get me released
    We was all on the cover of Newsweek

    And I'm on my way
    I don't know where I'm going
    I'm on my way I'm taking my time
    But I don't know where
    Goodbye to Rosie the queen of Corona
    See you, me and Julio
    Down by the schoolyard
    See you, me and Julio
    Down by the schoolyard
    See you, me and Julio
    Down by the schoolyard

    --


    When the rhythm calls, the government falls.
    Here come the cops From Tokyo to Soweto
    Viva la musica
  11. Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Anonymous Coward · · Score: -1, Offtopic
    She is an ugly, fat *fucking* pig. Check out her disgusting fat face here.[http://www.eugenia.co.uk/images/eugenia.jpg] [eugenia.co.uk]



    Here is her lame shit bio:



    Name: Eugenia Loli-Queru [AKA FAT PIG STUPID BITCH]

    Title: Editor-in-Chief [Editor? HAHAHAHA. That's a laugh. Cant spell or speak and is not technical.]

    Email: eugenia@osnews.com [fat.pig@goatse.cx]

    Personal website: http://www.eugenia.co.uk/

    Birthday: 24th May, 1973

    Current residence: Foster City (San Francisco Bay Area), CA, USA

    Short biography: I worked for 2 years at BeNews, serving the BeOS and its community, and before that I was contributing as a news editor for a well known Gaming news site for about 8 months and I also co- held a fan site (LandOfEden) in the early development days of Lionhead's Black'n'White. For more information about me, you can always check my homepage.



    I am Greek and english is not my native language. We do OSNews for fun (however, OSNews takes most of my time every day), so if you have a problem with my spelling and grammar either a) do not come back (spare us and save your time too) b) send me a proofread version of the article in question.

    Whining about something I can't radically improve overnight, is not an option.
    [osnews.com]



    I have to agree. And now for posterity's sake I will post a fine collection of Eugenia treatises.



    Ok. I am really getting tired of Slashdot reposting the crap rag OSNEWS on here. Please, PLEASE stop "editors". I don't know which of you has a fetish for Eugenia Loli, but this is supposed to be a Nerds site, not a technically impaired idiot site. Please, I implore you, please, STOP RE-POSTING OSNews *Crap* here. Here stuff is devoid of technical cross examinations, rife with conjecture and poor spelling and grammar, and she does what has long been disallowed here, the censoring of Anonymous Cowards. It is bad enough Slashdot isn't critically edited or reviewed, but in the absence of recourse by a commenting public free from censorship and suppression, OSNews is a totalitarian one way street. Please consider that she is likely to be getting kickback to review and announce things, and with her one way system, she could very well be lying to suit the needs of her underwriters without having recourse.



    Hi there fat fucking pig lard ;p How are you you sweaty ugly fat Greek pig?



    Why does anyone listen to Eugenia fat pig. she is a fucking cunt. Did you ever read her shit in OSNews? she censors out fucking everyone. its worse than the cunt moderation here on Slashdot. dude, it is a sad day here on Slashdot when you listen to a stupid fat bitch who is clearly dumber than any Ziff (Sith Davis) Davis idiot, and dare i say it, even fucking lamer than Jon the Jerkoff Katz.


    Eugenia Loli needs to exposed. I will post 3 articles that show how fascist the Greeks can be, and that people like Eugenia perpetrate. Then I will cover My Big Fat Greek Wedding, with Fat being the operative word. Then some random Eugenia quotes. I hate you Eugenia, for being a fascist at OSNEWS. You are a pathetic waif who can not accept dissent, and you dictate to your small and withering community. I hope you get ovarian cancer.

    Fat Eugenia Loli's Friends Ban all electronic games by mistake. Its people like Eugenia Loli that show that the formerly great state of Greece has eroded into a festering inbred, stupid hairy totalitarian fucks like herself. Now is the fatty greases sweltering out of her cellulite that makes it seem like Grease would be a more apropro name than Greece.

    The Night Defender Fat Eugenia Loli Fat

    Sweating and farting nervously on the verge of mental meltdown, ELQ reloads each of her precious OSNews pages, making sure all is well. Fifty Internet Explorer windows are open in Windows XP, it's grinding the hard drive to death. ELQ's cable modem and NIC activity LEDs are nearly solid from the raw frenzy of almost constant browser reloading. Eugenia's eyes twitch rapidly from window to window with Mercurial speed to make sure that any rogue comments do not escape her attention, always hitting her refresh buttons with pinpoint accuracy. No logical order for checking, purely random and impulse driven by raw Mediterranean temper, stopping for the occasional savage bite from a pork loin still affixed to the bone, Eugenia's eyes never leave the monitor.

    "N-n-n-n NO! No TIME for Dance Dance Revolution, oh but it's been so long! I cannot allow the BASTARD flooders' comments to be seen. MY DOMAIN IS SACRED!"

    Hair is frizzled and days unwashed, ass-crack just barely half wiped in a frenzy to return to her monitor, having taken a large shit earlier. No time to flush! Her armpits are over-ridden with pubic hair, her fat flaps reek of B.O. and yeast from days of neglect and hour upon hour of sweating. Relentless sweating.

    "Cannot to be keeps up this pace! I may be need to go to hospital for exhaustions" she pants in desperation, wiping the sweat from a matted hair lock with her week-old t-shirt offering.

    The hour of judgment approaches! Comment number 45 in thread 374 is clearly of anti-Greek sentiment! It reads "Eugenia continues to post yet another story that's simply ripped off from other websites. How much longer can this continue? It's my opinion that she has poor editorial skills. I think they should be revoked."

    "YOU BASTARD FUCK!", Eugenia erupts in raw hatred, simultaneously ripping a 120 decibel-at-1-meter fart into the back of her chair. "Nobody is to be attack my site!" Eugenia blasts away at 10 words per minute in a barely-coherent broken English. She's on a mission. After several hours, the words on the screen are completely shattered and in disarray, they make no sense. Eugenia is impressed with her English progress and submits her lousy retort. Relaxing only for several seconds to savor the rush, she continues her patrol, sleepless into the night.


    Yup, a self-employed pissing loser with a family, 600 acres of deeded land, several automobiles and a four-story house. What do you have? 2,000 British pounds to your name, a playstation2, some computers and a husband that picks up the tab for everything? That's what I thought, you fucking olive-picking, highboot fecal smear of a bridge troll.

    QUIP: Well, what a waste of a good fortune. Assuming that it were true, of course. Which is something that most of us won't do, given your guttermouth rambling and apparent poor breeding.

    Taken from OS News posting by Eugenia 03/04/2000 Your post would be a lot more credible if you omitted like every 25th word to simulate your bad English. Actually I didn't even read it at all, isn't that awesome?

    Eugenia--

    Have you ever taken a step back and looked at your life? Taken a calming deep breath, cleared your head, and
    assessed the situation? Looked around at what you have made for yourself, what you've done and how it's affected
    you? If you had, it wouldn't be hard to see that things aren't as rosy as most people would be comfortable with;
    furthermore, it seems as if you're not comfortable with you or your situation either. It's no large feat to
    realize that things in your life are falling apart, and have been for quite a while. In fact, you don't really
    seem to have a life now and all that you own or have is going to go away eventually because it's not yours. Yes,
    Eugenia, here's the simple, terrible truth: your life is in shambles and it's only getting worse.

    Let's take a look at the swill and depravity that you live in.

    Your Slashdot journal entry from Saturday, March 02, 2002 encapsulates your attitude toward hygiene (or lack
    thereof) in one sordid little pill:

    there is only ONE thing I can't stand: The upstairs people. They do things with the water at 6:30 in the
    morning, every morning
    [I though you had a four story house, you fucking lying fat bitch]

    Eugenia, this is known as bathing. The concept may be foreign to your rancid Greek arse but it's a fact of life to millions of Americans everyday. Oops! I forgot you're not an American citizen. Well, we'll touch on that
    later...

    Here are a few quotes out of your Slashdot journal, taken from Sunday, March 03 through Thursday, March 14, 2002 that do well to exemplify your lack of will-power and discipline.

    Today, I started a "real" diet. And yes, this time, the diet IS HERE TO STAY [...] my diet goes well
    [...] Diet goes ok, I suppose. I mean, I feel that I do a more balanced diet now, as opposing of losing
    weight right here, right now. I hope it continues well [...] I feel a bit weak, but it is not too bad
    [...] Argh, I got a terrible headache now [...] I am roasting some pork and oven potatoes


    Within just a short eleven-day period we see a rapid downward spiral into fleshly indulgence and lack of self-
    control, hastened by physical sickness and ailments resulting from simply eating properly. Your body has attuned
    itself so finely to your horrid eating habits that it actually grows ill over these eleven days to the point
    that finally, in desperation over a migraine, you cook up a grease-laden meal to satiate your thirst for all
    things fat.

    Have you no self control? Look at yourself! You have a gut that just won't go away-- you look like an ugly,
    stinky, fat little troll even on your wedding day for Christ's sake! Have you no pride or respect for yourself?
    Not even just enough to make you stave off those pork and potatoes? Gluttony will destroy your life, Eugenia.
    It's already destroyed your body.

    Eugenia, it's clear to me (and everyone else) that you're mentally unbalanced and delusional. Please, seek help
    immediately. You are in dire need of counseling and/or therapy for a myriad of issues, among which are hygiene,
    self-discipline, and proper English grammar. We're behind you all the way, Eugenia, you can do it.

    Eugenia: The Fat Fucking Smelly Greek Pig

    You fat fucking smelly Greek whore! Do you even wash on the rare occasions when your husband wants to fuck you? I bet your arse smells like a pig farm after eating all of the fucking pork and potatoes you cook-- you do nothing but sit all day, sweating and farting. It must smell like a swamp where criminals dump bodies in the sweltering heat.

    Do you even shave? You sound like a lazy fucking wart of a housewife who wouldn't even bother. I bet the place is a mess too: dishes needing done, a layer of dust over everything, and stains and spills here and there. What a fucking pig-- a hairy fucking Greek bitch-pig.

    Oh yeah, and your "skills" are laughable. You can't code for shit-- there's more holes in your PHP site than in a Greek brothel. Your English is terrible, which is pathetic for an editor-in-chief of a news site that reports in the language. Your obvious biases and slants make you look even more silly and unprofessional, as well as your multi-paragraph rants and fits of rage you write in your own forums. It's no wonder no one takes you seriously.

    In short, ELQ, FUCK YOU. You are a loser, a no-lifer, a wanna-be, and a fecal smear in the world of technology. You are a detriment to the community you claim you serve. I challenge you to refute one thing I have said. You can't; it's all true.

    And you know it.


    Eugenia, why you're a drain on society.
    I am Greek and English is not my native language. We do OSNews for fun (however, OSNews takes most of my time every day), so if you have a problem with my spelling and grammar either a) do not come back (spare us and save your time too) b) send me a proofread version of the article in question. Whining about something I can't radically improve overnight, is not an option.

    Ahem, Eugenia. You've been living in English language countries for AT LEAST A DECADE from what I gather. You've spent the last year and a half giggling moronically and getting your bologna tits caught in a wringer after you've been trolled. Here's an idea you smelly twat: Get some advanced ESL text books and read those. Fuck, you've probably spent more time eating the dried phlegm from your nasal cavity than studying English. You are living in an English language nation, and are therefore a burden on society without sufficient language skills. You're not fit to be my house maid, as far as your language skills are concerned. Furthermore, you are a lazy cunt since you've not been motivated to do this relatively simple task as of yet. Please stop polluting the technology/operating system scene with your garbage writing, you seek out the spotlight like a fucking tomahawk missile seeks heat. It's PATHETIC! Get English text books and get a fucking life you stupid little olive-smuggling whore!

    In case Eugenia Loli-Queru is reading
    Brilliant. Absolutely brilliant. Next week on OSNews she's going to review a commercial floppy disk formatting program. She gives it 95%. DUMB CUNT.


    Greeks ban electronic games by mistake
    Beware Greeks writing laws
    By Adamson Rust: Sunday 01 September 2002, 17:40

    ONE OF THE SO-CALLED CRADLES of European civilization appears to have got its Aristotle's all in a twist over computer gaming. And mobile phones, for that matter.
    The Greek government appears to have lost its marbles.

    The government wanted to prevent its people from wasting their money by using electronic slot machines but the democratically appointed government has banned all computer games everywhere by mistake.

    And now the cops are raiding Internet cafes to enforce the said SNAFU.

    The law, according to our Greek correspondents, prohibits any kind of game that is played on any kind of electronic equipment.

    And it appears to have been drafted so loosely that that includes mobile phones.

    Theoretically, the cops could bust into people's homes but so far apparently they have arrested Internet cafe owners and customers who were fighting a few rounds of Q3 CTF.

    Next thing, the cops will be creeping up on people using their mobile phones just to make sure they're not playing a quick game rather than using them for their real purpose.

    Here are some details of the cock up in Greek.

    And there's more details about this at the Greek Net Cafe organization.

    Give us a glass of hemlock, Socrates!

    FAT EUGENIA FAT FAT LARD FAT PORCINE CORPULENT CELLULITE RIDDEN FAT


    Eugenia, is that you? I hate you because of the way you censor. I hate you, and if I had to live in your kingdom in real life I would suicide attack you. Your death would be worthy ends to my means.

    This is just another example of spineless crap moderation by Eugenia. I hate her fucking fascist fat fronds of celluite dripping down her bones and puddling up near here wrists which hinge har fat sausage fingers.

    Mao Tse Tung, Hitler, Stalin, Castro, Pinochet, Mussolini, Marshall Joseph Tito, Slobodan Milosevic, Idi Amin, Ho Chi Minh, Saddam Hussein, Muammar Qaddafi, Juan Peron, Ayatollah Khomeini, Ferdinand Marcos, General Suharto, Pol Pot, Fransisco Franco, and certainly the worst of the bunch, EUGENIA FAT PIG LOLI's editing/moderating [read: censoring] ALL AGREE on ONE THING:

    CENSORSHIP WORKS!


    So, you busy little plebian proletariat BITCH, get busy, you have some censoring to do! FUN!

    Good job you little neo-commies BITCH, EUGENIA FAT. Don't want to hear the other side, shoot the fucker in the head as an ENEMY OF THE STATE [In this case anyone who seeks to improve the sad state of OSNEWS and its fucking lame conjecture.]

    A few haikus to commemorate the sucktitude:
    Crack Pipe
    Crack smoke wafts though air
    Dumb shit LOLI QUERU
    Try to suck less, please

    Humorless
    Crack smoke wafts through air
    Humorless LOLI QUERU
    Why do you hate me?

    The Proletariat
    OSnews Commie
    LOLI QUERU fears new idea!
    Censor him quickly!

    Get busy moderating this down, you little minions of the FAT GREASE LORD obedient prefects of the corrupt CUNT, LOLI! You are the vanguards of chunky brown vaginal discharges, and dissent is not allowed!



    'My Big Fat Fat.Eugenia.Lard.Greek Wedding' Rolls on
    Wed Aug 14, 3:23 PM ET

    By ANTHONY BREZNICAN, AP Entertainment Writer

    LOS ANGELES (AP) - In a summer of huge movies that last just a few weeks in theaters and are lucky to break even, one little film won't quit.

    Photo
    AP Photo

    The celebration has lasted all summer for "My Big Fat Fat.Eugenia.Lard.Greek Wedding," a micro-budgeted romantic comedy with great word-of-mouth that has steadily climbed from 20th place on the box-office chart to No. 8 last weekend.

    The film, about a woman who defies the traditions of her loud Fat.Eugenia.Lard.Greek family by marrying a man who isn't Fat.Eugenia.Lard.Greek, cost only about $5 million to produce. It has collected nearly $45 million since it's April debut, and the end of the honeymoon is nowhere in sight.

    "I feel like I connected with absolute strangers across America. That's what I love more than anything," said Nia Vardalos, the star and writer, who adapted the film from her one-woman stage show.

    "The money is like, 'Yeah, yeah.' ... That works in the Hollywood system," she added. "But this is the greatest feeling in the world: when women are coming up and saying 'I'm you.'"

    Vardalos, 39, said she had thought the film would cover its cost and maybe turn a small profit. "I thought I could just die happy that I made a Fat.Eugenia.Lard.Greek-American movie and I actually got to star in it and that's it," she said.

    While "Men in Black II" and "Minority Report" have earned three times as much as Vardalos' film, they also cost about 20 times more to produce. Once marketing costs are factored in, those movies will likely show a profit only on home video.

    By comparison, "My Big Fat Fat.Eugenia.Lard.Greek Wedding," playing in only 723 theaters, continues to add screens and draw packed houses. Brian Fuson, box-office analyst for The Hollywood Reporter, said it could hold a spot in the top 10 for several more weeks.

    "It was a slow roll-out, a few more theaters each week, building its way up," said Fuson. "It's basically what every small independent film hopes will happen."

    The project developed after actor Tom Hanks and his wife, Rita Wilson, who is Fat.Eugenia.Lard.Greek-American, saw Vardalos' Los Angeles stage play in 1998. They liked it so much that Hanks purchased the rights through his production company, Playtone Co., and agreed to let Vardalos adapt the story and take the starring role.

    Other producers had shown interest in the story, but most wanted to change the family's ethnicity to Hispanic or Italian, saying Fat.Eugenia.Lard.Greeks wouldn't resonate with mainstream audiences, Vardalos said.

    "They came to me and said, 'We saw your play,' and it's almost like the subtext was: 'And now we're gonna wreck it,'" Vardalos said. "They said, 'Fat.Eugenia.Lard.Greek, Italian it's the same, isn't it?'"

    The difference may just be the details baklava vs. cannoli but Vardalos wanted to express pride in her heritage while poking fun at universal idiosyncrasies: prying parents, overprotective brothers, oddball aunts and uncles, and the ritualistic force-feeding found at big family gatherings.

    Raised in Winnipeg, Canada, Vardalos started her career studying musical theater and worked in the box office of the Second City comedy troupe in Chicago. When one of the actors missed a performance one night, she filled in because she knew all the lines.

    The next day, the group hired her as a performer, and the rest played out like a Hollywood movie: Among the Second City performers was her future husband, Ian Gomez, who appears in the movie as her fiance's best friend.

    Her own traditional Fat.Eugenia.Lard.Greek wedding full of boisterous relatives, oodles of food and the grudging fusion of cultures inspired her stage act.

    She is considering a sequel set in Greece, perhaps something along the lines of "My Big Fat Fat.Eugenia.Lard.Greek Honeymoon," and has received numerous other acting offers.

    Vardalos is reluctant to specify future plans or take a guess at her movie's final box-office take. She doesn't want to jinx anything.

    "I'm a Fat.Eugenia.Lard.Greek tragedian, so we're scared of stuff like that," she said.

    A public service announcement for Eugenia's husband. I know you are Greek, and you are gay, so I have to tell you this. Eugenia is not a man, despite the convincing attempt to look like one. Her penis is really a prolapsed oversized clitoral frond/outcropping of genetic deformity hall of fame quality! You took vows to each other as MEN, and your marriage MUST BE annulled! The vows were done in deception!

    Those fireballs are EUGENI FAT PIG LOLI's dingleberries streaking like skid marks on her underwear across the lesbian night sky FUCK YOU LOLI DEATH to EUGENIA . Death to EUGENIA FAT PIG BITCH CUNT.
    1. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Anonymous Coward · · Score: -1, Troll

      This is an awesome writing which just made my day. I laughed at nearly every sentence of it. Good work dude - and yes, you are right, she is a fucking censorship whore.

    2. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Jim+Norton · · Score: -1, Offtopic

      Hey, I think she's cute!

      --
      -- Jim
    3. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Anonymous Coward · · Score: 0

      you are a fucking sexless fat puke then. no self respecting male would fuck that whore.

    4. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Jim+Norton · · Score: 2
      you are a fucking sexless fat puke then. no self respecting male would fuck that whore.

      Whoa, hold on a second! I wasn't talking about your mom!

      --
      -- Jim
    5. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Anonymous Coward · · Score: 0
      No shit you fucking ass fuck. We aren't about my mom, and speaking of yours, you don't have one, you have 2 dads and chemistry set. Talking about the object of your lust, fat Eugenia pig. You mother fucking cunt. your shit ass replies and garbage rhetoric serves as a testament to your zealous fuck obsession.

      You are fat, sexless, ugly, stupid, probably a Mac using god damn mother fuck. you cant afford real equipment and probably use IDE, you are living in your parents basement a subsidized loser. you are a fucking poor, fat, adult friend finder online dater mail a bride ass fucking pig.

      you NORTON, are a cunt casket mother fucking shit faced bastard anus licking bitch.

      I'd love to see your scrawny puke ass in a bar and watch the ladies pass you up, and you would go home to your saran wrapped keyboard and your shrine to Sarah Michelle Gellar and rub one off in her honor.

      Now, take your fat ass cheeks, drape the side of your toilet bowl, and shit your fucking brains out you god damn fuckhead.


      * J i m N o r t o n * F u c k s * A s s ! F a g *
      Jcccccccccccccccccccccccccccccccccccccccccccccc cJ
      ic/ccccc\ccccccccccccc\cccccccccccc/cccc\ccccc cci
      m|ccccccc|ccccccccccccc\cccccccccc|cccccc|ccc cccm
      *|ccccccc`.ccccccccccccc|ccccccccc|ccccccc:c cccc*
      N`cccccccc|ccccccccccccc|cccccccc\|ccccccc| cccccN
      oc\ccccccc|c/ccccccc/cc\\\ccc--__c\\cccccc c:cccco
      rcc\cccccc\/ccc_--~~cccccccccc~--__|c\ccc cc|ccccr
      tccc\cccccc\_-~cccccccccccccccccccc~-_\c ccc|cccct
      occcc\_ccccc\cccccccc_.--------.______\ |ccc|cccco
      ncccccc\ccccc\______//c_c___c_c(_(__>c c\ccc|ccc cn
      *ccccccc\ccc.ccCc___)cc______c(_(____>cc|cc/cc c c*
      Fccccccc/\c|cccCc____)/Norton\c(_____>cc|_/ccc c cB
      ucccccc/c/\|cccC_____)Fucks *|cc(___>ccc/cc\ccccl
      cccccc|ccc(ccc_C_____)\_ASS __/cc//c_/c/ccccc\ccco
      kccccc|cccc\cc|__ccc\\____ _____//c(__/ccccccc|ccw
      scccc|c\cccc\____)ccc`--- -ccc--'ccccccccccccc|ccs
      *cccc|cc\_cccccccccc___\ ccccccc/_cccccccccc_/c|c*
      Accc|cccccccccccccc/ccc c|ccccc|cc\cccccccccccc|cG
      sccc|ccccccccccccc|ccc c/ccccccc\cc\ccccccccccc|co
      sccc|cccccccccc/c/ccc c|ccccccccc|cc\ccccccccccc|a
      *ccc|ccccccccc/c/ccc ccc\__/\___/cccc|cccccccccc|t
      ccc|ccccccccccc/ccc ccccc|cccc|ccccccc|ccccccccc|s
      ccc|cccccccccc|ccc cccccc|cccc|ccccccc|ccccccccc|*
      * J i m * N o r t o n * SUCKS Fucking Choad * Fag
    6. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Anonymous Coward · · Score: 0
      Someone please, please mod the parent, Jim Norton, down. He is the perpetrator of rude attacks on other people's parents. He is rude and vile, and serves on as a detriment to the Slasdotting public. I implore that justice be served. And now for a taste of my own vigilante rhetoric.

      No shit we aren't talking about my ma, you fucking ass fuck. We aren't talking about my mom, and speaking of yours, you don't have one! You have 2 dads and chemistry set you slimy fucking slimy product of a genetic quagmire made of detritus, baby batter and ass juice. We are talking about the object of your lust, fat Eugenia pig. You mother fucking cunt. Your shit ass replies and garbage rhetoric serves as a testament to your zealous fuck obsession. You invertebrate mother fucking cretin. You fucking son of a Petri dish piece of shit.



      You are fat, sexless, ugly, stupid, probably a Mac using god damn mother fuck. you cant afford real equipment and probably use IDE, you are living in your parents basement a subsidized loser. you are a fucking poor, fat, adult friend finder online dater mail a bride ass fucking pig.



      You NORTON, are a cunt casket mother fucking shit faced bastard anus licking bitch.



      I'd love to see your scrawny puke ass in a bar and watch the ladies pass you up, and you would go home to your saran wrapped keyboard and your shrine to Sarah Michelle Gellar and rub one off in her honor.



      Now, take your fat ass cheeks, drape the side of your toilet bowl, and shit your fucking brains out you god damn fuckhead.


      * J i m N o r t o n * F u c k s * A s s ! F a g *
      Jcccccccccccccccccccccccccccccccccccccccccccccc cJ
      ic/ccccc\ccccccccccccc\cccccccccccc/cccc\ccccc cci
      m|ccccccc|ccccccccccccc\cccccccccc|cccccc|ccc cccm
      *|ccccccc`.ccccccccccccc|ccccccccc|ccccccc:c cccc*
      N`cccccccc|ccccccccccccc|cccccccc\|ccccccc| cccccN
      oc\ccccccc|c/ccccccc/cc\\\ccc--__c\\cccccc c:cccco
      rcc\cccccc\/ccc_--~~cccccccccc~--__|c\ccc cc|ccccr
      tccc\cccccc\_-~cccccccccccccccccccc~-_\c ccc|cccct
      occcc\_ccccc\cccccccc_.--------.______\ |ccc|cccco
      ncccccc\ccccc\______//c_c___c_c(_(__>c c\ccc|ccc cn
      *ccccccc\ccc.ccCc___)cc______c(_(____>cc|cc/cc c c*
      Fccccccc/\c|cccCc____)/Norton\c(_____>cc|_/ccc c cB
      ucccccc/c/\|cccC_____)Fucks *|cc(___>ccc/cc\ccccl
      cccccc|ccc(ccc_C_____)\_ASS __/cc//c_/c/ccccc\ccco
      kccccc|cccc\cc|__ccc\\____ _____//c(__/ccccccc|ccw
      scccc|c\cccc\____)ccc`--- -ccc--'ccccccccccccc|ccs
      *cccc|cc\_cccccccccc___\ ccccccc/_cccccccccc_/c|c*
      Accc|cccccccccccccc/ccc c|ccccc|cc\cccccccccccc|cG
      sccc|ccccccccccccc|ccc c/ccccccc\cc\ccccccccccc|co
      sccc|cccccccccc/c/ccc c|ccccccccc|cc\ccccccccccc|a
      *ccc|ccccccccc/c/ccc ccc\__/\___/cccc|cccccccccc|t
      ccc|ccccccccccc/ccc ccccc|cccc|ccccccc|ccccccccc|s
      ccc|cccccccccc|ccc cccccc|cccc|ccccccc|ccccccccc|*
      * J i m * N o r t o n * SUCKS Fucking Choad * Fag
    7. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Anonymous Coward · · Score: 0

      Phear... you really made my day......... KUDOS to you!

    8. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Jim+Norton · · Score: 2

      You are my hero. Not only do you create 2 original replies (har har) to my message, but you're proficient at ASCII art too! You even reply to your own messages congratulating yourself!

      PS. Goatse.cx? Are you a regular? Judging by your intelligent response, you sound like you might be the owner!

      --
      -- Jim
    9. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Anonymous Coward · · Score: 0

      Look at Mister Big Man Jim Norton, posturing and gallivanting, beating his manly chest, look at him! Look at how he is trying to be facetious and use snarky ironic taunts that crumble like loosely bound dirt at my shield of intellect - I hope you realize you took the bait, and this is cathartic, you are now a source of my amusement. You insinuate that I am self congratulatory, you try and indicate that there is some sort of failure or evidence thereof in my posting. Stylistically, it's original. There are some borrowed elements, such as the stretched anus art. This art serves to best illustrate your mouth. Your flapping, babbling orifice; your sphincter-esque cake hole shitting forth the verbiage of a sub creature. This is how the Goatse art serves the vanguards of what it right best. The art allows me to depict your shit encrusted rhetoric being strewn onto Commander Asshole's cheap ass IDE disks that hold the pathetic content that is Slashdot. Its is a gaping maw, a huge foul orifices normally used for eliminating waste. Your mouth is just that, it eliminates waste, and subjects others to this waste. The stretched nature of this art shows you stretching the true form, that you are in fact a sad, fat sexless subsidized complete loser masquerading as something else vicariously through your online existence. No one is fooled. What we see come out of your mouth is shit, and what your mouth looks like, metaphorically speaking, is a stretched anus depositing the aforementioned shit at an unnatural rate.

      I have only a few more thoughts percolating in my mind, but I should say something before taking my leave of ridiculing your pathetic, childish ass. Quite simply it is this, Fuck You.

    10. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Jim+Norton · · Score: 2

      And you think i'm a source of your amusement...

      Childish? Talk about the pot calling the kettle black.

      Judging by your 'eloquent' response, it seems you are the source of your own amusement.

      The only thing I can agree with you on is this - it's over. You can go back to AOL now, playing The Sims: Hot Date and fantasizing about your virtual girlfriends. Does your 'shield of intellect' give you a hard on?

      Stylistically, you're a putz.

      --
      -- Jim
    11. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Anonymous Coward · · Score: 0

      Childish? Talk about the pot calling the kettle black.

      While you might be willing to concede being childish, as the idiomatic expression you just used indicates, the other party may not. YHBT YHL HAND.

    12. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Jim+Norton · · Score: 2

      "Trolls are recognizable by the fact that they have no real interest in learning about the topic at hand - they simply want to utter flame bait. Like the ugly creatures they are named after, they exhibit no redeeming characteristics, and as such, they are recognized as a lower form of life on the net"

      In other words - KMA.

      In all seriousness - why don't you idiots get off the fucking board (no, that means leave... I don't literally mean get off on while reading /. which you probably do anyway) ... you are boils on the asses of life, your only purpose here is seemingly to demonstrate how fucking retarded you are.

      So like, fuck off or something.

      --
      -- Jim
    13. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Anonymous Coward · · Score: 0

      Topic at hand: A fucking updated API for Open GL was released. Is this fucking hard to get? Does this need to be "reported?" Trolls are strong, they regenerate as well. You might judge a book by its cover, you shallow fool, but charisma does not save one's neck in a battle of wit. As clearly shown by your complete trash and vendetta to complete this game

      You are a complete idiot. I have other accounts with which I am "insightful" and "interesting." I have said good things that maybe deserve that. I have said things that deserve a +1 and get a +5. I have said things that were funny but no one got. I have said valuable things that got moderated down. If you can't see that the moderation system here is deeply flawed and feel good at being able to post +2 which is easy to whore, and you think that you yourself are not a troll to some, you are a delusional idiotic, foolish naïve asshole.

      Once again, your drivel serves only to illustrate that you think of yourself as important, you value appearance and charisma over correctness, you label and deprecate and self aggrandize based on a non-meritocratic rating system and you laughably try to uphold your deeply flawed arguments crumbling pillars.

      You are the retard, the loser, the boil on the ass of life, the poster child for why abortion should be legal and birth defects, you are a fetal alcohol syndrome baby, you are the retard, and you sounds like a valley girl saying "like fuck off or something." You are poor at being snarky, you think ugly women are attractive, you feel valued when you are not value nor wanted, your presence is generally worthless, unfunny and technically, you are full of conjecture. I gave a cursory inspection to your past posts. You are clearly a Winderz kiddie, you talk of PC architecture often, giving away you never work with real iron, you speculate without fact, you don't know any HTML nor give any links. You are a spineless, full of conjecture Windows Brat, probably in undergrad College or below, spewing your crap here. And you are similarly named with Peter Norton, and him , like your, are advocates of shit software. Unlike you, Peter has money. You can only afford crappy PC's with second rate parts. You are not technically or programmatically inclined, you have no professional certifications, you are a poor computer user, Mister Norton.

      I take my leave of you, a soured pathetic knavish brat, to wallow in your own mediocrity. You have to live in that skin of yours. I feel bad for you - well, I take that back, I feel bad for your mother, unless she did actually purposely drop you when you were the little toddler you still act like.

    14. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Jim+Norton · · Score: 2

      Haha ... dude, I have a technical certification, dumbass (CNE 4.11/5, BTW) and I have an IT job at a large company. What's that about judging books by their covers?

      A Windoze brat... running Debian Linux 3. Yeah, ok. You're "insightful" Have fun with your regular accounts. You're still a Troll, thus by definition "a lower form of life" and guilty of most of the things you've said about me already.

      --
      -- Jim
    15. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Anonymous Coward · · Score: 0

      You lie. You are not intelligent enough to have a CNE. I know and appreciate Novell, NDS, and its extensibility and manageability and notion of the world root. I can tell from your past here that you lie. You know nothing of it. Sure you are running Debian. Sure. As if that's a badge of honor, even if you were. If you were trying to impress you might say FreeBSD, or something other OS that gets used in real iron, maybe Solaris, HPUX, but instead you talk of a child's toy, a distribution used nowhere other than on cheesy second hand computers bought by poverty people such as yourself. Debian, built by Ian Murdoch and made into an acronym for him and his fat ugly wife Deborah.

      "IT". The acronym that is the mark of the loser. This is a sure sign you are far less than you say you are, you are bluffing, you are living vicariously online as something far greater than you really are. Certainly you hold a position that isn't even close to what could be referred to as a "senior", programmer, engineer, manager, information or operational officer. "IT. " You take calls, don't you? - zit brat... A large company? Like what, large like Enron, Nortel, Lucent, Worldcom? Real prestige being a tiny little rat bitch in a big pond. You are a mailroom employee in my estimation, a Stanley the Mop Man.

      HAHAHAHAHAHA. I laugh, "large company," mister big bad company is here to show the little plebeians on Slashdot how the big boys do it. HAHAHHAHAHAHA. Oh, man, you are a high-on-self complete and total loser. Brandishing credentials. Talking of things he knows nothing about.

      Now I like Novell, but it's generally used almost exclusively with Windows and the Novell Client. You probably don't know how to get Console One running on your workstation, and you spend your day fielding calls about printer queues and password and login and Exchange or GroupWise tutelage for Outlook users. You works in a Windows laden environment and you whip out your Debian elite ness as if it is a silver bullet, that staves off the werewolf who thirsts for the blood of complete and total Windows support idiots such as yourself.

      Not about being a troll, not in my estimation. You are probably now more of a troll than you ever hoped I would be.

      Refrain from calling me dude. While this may be common speak amongst your and your bleating MCSE idols, I am not a "Dude." In fact, the DUDE, is best applied to Jeff Bridges. While being a fat, unemployed pothead in a movie is funny and entertaining to watch, Jim, for Christ's sake, its not a model to live by.

      Your ability to conclude that the moniker of troll is applicable using your dodgy evasive defensive and flawed discourse is only lending credence to the fact that your are a moron, a Slashbotting simpleton who escapes the sexless misery of his fat poverty stricken slave existence to pretend he is a big hairy chested man that means something and has some semblance of control over his life. The pretend party is over, this isn't Wayne's World, you aren't funny, and you aren't talented. Count your blessings, you are not square with the house, the world should take back whatever you have because you are undeserving of it and a waste of our resources. You are deprecated, Windows brat. Show me some of those GNU moves you learned [within the past week] hahahahahahahahahahaha. HAHAHAHHAHAHA. BWAHAHAHAHA.

    16. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Anonymous Coward · · Score: 0

      fuckin' n00b, your flopping around at the bottom of the boat.

    17. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Anonymous Coward · · Score: 0

      like fore sure, WHATEVERrrrrrr.

    18. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Jim+Norton · · Score: 2

      That was ... perhaps the most unintelligible thing i've read in a while.

      I'm sure you'll write another novel in response, but you became predictable about 3 posts ago and this is getting really really old.

      --
      -- Jim
    19. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Anonymous Coward · · Score: 0

      as a random passer by, JIMMAY (said like timmay, the handicap on South Park), i must say in a cartman voice, "my mom says you arent any good, so, take that, nah nah nah a boo boo stick your head in doo doo. my dad can beat up your dad"

      you are awful at arguing! i must say this has been an amusing thread. damn teenager.

    20. Re:Tsarkon WARNS: Eugenia is a Fat Fucking Pig by Anonymous Coward · · Score: 0

      Hi there you gay felching choad swallowing fucking fag. Fuckhead.

  12. Eugenia and Homos sitting in a tree .tsarkon. by Anonymous Coward · · Score: -1, Offtopic

    What the fuck is this new string of bullshit? FUcking Homos the assfuck editor reposting Eugenia Fat Fucking Pig Loli's crap?

    Slashdot. Not just reposting anymore. Reposting what other people repost.

    This is fucking trash. This is a mobocratic meritless fuckig grandiose high school project.

    What a fucking lame bunch of fucks. You know when this dump finally folds none of these "editor" pukes would be touched by a 50 ft. pole by any institution of journalism.

    Fuckin lame.

  13. How does it compare on windows? by Max+Romantschuk · · Score: 5, Interesting

    It'd be interresting to know how this release compares to other OpenGL implementations on Windows. Anyone looked into this?

    Why Windows? It's always interresting to see how any open software solutions stack up versus their proprietary cousins on a proprietary system.

    --
    .: Max Romantschuk :: http://max.romantschuk.fi/
    1. Re:How does it compare on windows? by The+Original+Yama · · Score: 5, Interesting

      I personally would like to see how this compares to the OpenGL implementation in the nVIDIA Linux drivers. Anybody got any benchmark figures?

    2. Re:How does it compare on windows? by g4dget · · Score: 3, Interesting

      It's interesting for another reason: some graphics cards only support Direct3D, but Mesa can be used as a wrapper around Direct3D to give you an OpenGL interface. Past examples of such wrappers have performed reasonably well, and since Direct3D has improved, it should only get better.

    3. Re:How does it compare on windows? by Anonymous Coward · · Score: 0
      some graphics cards only support Direct3D

      What the hell? Winmodem equivalent graphics cards??

      Jesus Christ! So, Microsoft has been locking people into their graphics "standard" (which breaks from one release to another) by promoting the manufacturing of hardware that supports only their interface?

      I'm going to despair. And can only get worse now after the DoJ vs. Microsoft whitewash.

    4. Re:How does it compare on windows? by dinivin · · Score: 4, Informative


      Why would you want to see that comparison? nVidia's Linux drivers are hardware accelerated. Generic Mesa is not.

      Dinivin

    5. Re:How does it compare on windows? by tanveer1979 · · Score: 3, Informative

      I dunno about this baby, but earlier GL versions are much faster on windows. For a fast machine this change is not noticable. But I run a 600 MHz celeron with 16MB RIVA TNT. I have noticed that tuxracer crawls, but UT runs much faster under higher res. Is it due to GL or due to the game. Also I have noticed that most linux games based on GL really crawl on my machine. I havent tried UT2003 yet, but could anyone enlighten my why this performance difference between linux and win, considering most other apps are much much faster on win.

      --
      My Aurora : http://www.youtube.com/watch?v=o91ZsGwJYyg
      FB : https://www.facebook.com/TanveersPhotography
    6. Re:How does it compare on windows? by nmg · · Score: 0

      They're not "locking you in" to anything. Just don't buy the fucking cards.

    7. Re:How does it compare on windows? by Galvatron · · Score: 1

      Are you using the nvidia linux drivers? If you are, you're not using Mesa anyway. If you're not, then you've got hardware acceleration under Windows, but no acceleration under Linux, of course there's a big difference.

      --
      "The question of whether a computer can think is no more interesting than that of whether a submarine can swim" -EWD
    8. Re:How does it compare on windows? by Sunda666 · · Score: 1

      not quite true.

      Dual boot Linux/Win2k, palomino@1667, 512 megs, Geforce4Ti4600.

      Same framerates on Q3/RTCW under win2k and linux (using the same breed of drivers from nVidia).

      You are prolly not using hardware acceleration under linux. Check your drivers.

      cheers.

      --


      ``If a program can't rewrite its own code, what good is it?'' - Mel
    9. Re:How does it compare on windows? by GoRK · · Score: 2

      Well, yeah it is on some cards like 3dfx; but that does not help here of course.

    10. Re:How does it compare on windows? by GoRK · · Score: 2

      Erm no. Think of it like this: You are a graphics card company and you can pay your developers only so much money to write a driver for your card, meaning they can only support Direct3d or OpenGL. Naturally, they support Direct3d if they are going for gamers/low end since more games will work on a d3d only driver than an opengl driver. They pick OpenGL if they are going for the scientific community. If more game developers used OpenGL, then you'd see lacking opengl performance on cards. It's really no big deal. Vote with your dollars.

    11. Re:How does it compare on windows? by dinivin · · Score: 3, Informative

      No, vanilla Mesa is not accelerated on any cards... When you see it accelerated with 3dfx cards, it's actually compiled against Glide.

      Dinivin

    12. Re:How does it compare on windows? by GundyRage · · Score: 1

      Dude ... seriously, they are not cousins, not even long lost relatives. I to would like to see how they stack up against each other. But I think it should be framed more like a family feud than a family reunion.

    13. Re:How does it compare on windows? by wing.app · · Score: 2, Interesting

      It says in the Mesa FAQ that it will be hardware accelerated with DRI when they decide to include it in XFree86

    14. Re:How does it compare on windows? by be-fan · · Score: 2

      There is no such choice. If you support only OpenGL or Direct3D, you're screwed. If people can't play Quake-engine games, they won't buy your card. OpenGL is basically required support these days.

      --
      A deep unwavering belief is a sure sign you're missing something...
    15. Re:How does it compare on windows? by BigFootApe · · Score: 1

      Yes, that would be interesting. The nVidia drivers support a larger feature set than many other commercial OpenGL implementations.

      I think the more interesting question will be 'when will DRI begin to develop with Mesa 5?' Only when libGL.so is hardware accelerated and, therefore, usable does anyone care about feature sets. Unfortunately, the DRI with X4.2 is based on Mesa 3, which doesn't cut the mustard these days.

      Hopefully X4.3 will be released with a very recent trunk build of DRI. TCL support for R100s, at least, should be supported.

      p.s.
      Does anyone from Deb or perhaps the XSF currently package CVS snapshots of the XFree86 tree. Sure, packaging X is not nice, but an unstable package of X for i386 would still be kind of cool for the lazy twiddlers.

    16. Re:How does it compare on windows? by SeanAhern · · Score: 1

      It'd be interresting to know how this release compares to other OpenGL implementations on Windows.

      Compares how? In performance? Or in accuracy?

      Performance numbers wouldn't mean much, since Mesa is software-based.

      As for accuracy, from what I've heard from colleagues, it's sometimes annoying to program OpenGL for Windows since it's not very compliant. I have not seen results of running the standard OpenGL conformance tests on Windows.

    17. Re:How does it compare on windows? by Fnord · · Score: 2

      Considering the fact that Mesa has a modular rendering system, and the DRI project was made specifically to be a backend for Mesa, your definition of "vanilla" Mesa is kind of limited. The simple fact is that for every video card except nVidia's, the hardware acceleration on linux is done in large part through Mesa, and this will allow existing DRI accelerated cards to get access to OpenGL 1.4 features.

    18. Re:How does it compare on windows? by MyHair · · Score: 3, Informative

      Also I have noticed that most linux games based on GL really crawl on my machine.

      Assuming you mean when running under X and Linux, run glxinfo from a shell. Near the top will be "direct rendering: yes" (or no). If it's no then you're running software OpenGL instead of hardware accelerated OpenGL.

    19. Re:How does it compare on windows? by dinivin · · Score: 2

      your definition of "vanilla" Mesa is kind of limited.

      Uh, no it's not. The Mesa you download from the projects' website is "vanilla" Mesa. There's nothing limiting about that at all. I'm not saying anything bad about it (in fact, I use it every day), but Mesa and DRI are two separate projects, even if some of code (and some of the developers) overlaps.

      Dinivin

  14. Real gamers use Win32, not linux by cybermint · · Score: -1, Interesting

    A good game generally needs a good budget to back it. Open source doesn't make much money, if any. Why spend the cash to port it to an OS with less users who are used to getting everything for free? Loki games being a good example. (Not to mention that everything was always 6 month late.)

    The savings come more in the arena of stuff such as scientific visualisation where the licensing fees are huge for stuff like DirectX. This is where MESA may gain popularity. I'm glad to see that MESA is keeping up pretty well with the OpenGL spec. Nice piece of software. It's too bad most of us will not ever have a need to use it.

    1. Re:Real gamers use Win32, not linux by Anonymous Coward · · Score: 1, Informative

      Licensing fees for DirectX? If that were true, i'm surprised we're not seeing more OpenGL-development under Win32 (although there's a lot going on already, there's still far more DX-development) ..

      The "problem" with DX from a developers point is that you can't be sure about what MS decides to do with the API in the next revision .. they may change it completly and scrap backwards compability or they may just leave it like it is (btw, backwards compability has in fact, been maintaned quite good when it comes to DX. You may write code in DX8 that worked on DX3 etc).

      I've spent time developing for both APIs and my personal favourite is still OpenGL, mostly because i can use the same code on different platforms.

    2. Re:Real gamers use Win32, not linux by The+Analog+Kid · · Score: 1

      Your just saying that because you are: A) Stuck on a window machine B) You don't know how to use linux. Guess what, you still have to pay for a game even if its on an open source platform. If the game is good people will pay it, the reason that there are less users is because there aren't enough games on Linux, I'm stuck dual booting between Windows and Linux because of this. Why do you think that there are so many Linux game servers. Elite Force for an example is one, it would be dead today if it wasn't for Linux. Linux's Golden Age will come and I'm sure your going to :) A) Have to use linux because Microsoft went bankrupt. B) Figure out how to use Linux. :)

    3. Re:Real gamers use Win32, not linux by Anonymous Coward · · Score: 0

      Who said anything about games? No one did. Non windows users understand that computers are often used for things OTHER than games. OpenGL is used for many scientific and engineering applications, not to mention the visual effects industry. While you're playing Deer Hunter 27, some of us are actual getting work done.

    4. Re:Real gamers use Win32, not linux by 0xdeadbeef · · Score: 1

      I didn't have a use for this vacuous comment, yet you posted it anyway.

      In a way this troolhoor is right. I was using Mesa on Sun and Linux machines years ago, when SGI was about the only place you could find OpenGL professionally. It wasn't OpenGL that cost anything, it was those damn SGI boxes and high-end video cards! Mesa was also the first to provide OpenGL for the 3fx Voodoo, the first consumer-level 3d video card. The really funny thing is, if you've ever done anything 3d in Linux, you've almost certainly used Mesa before, but I'm taking this troll too seriously.

      Now mod this and the parent post into oblivion.

    5. Re:Real gamers use Win32, not linux by Anonymous Coward · · Score: 0

      The reason there are so many Linux game servers is because so many people have Linux running on a server apart from their main machine.

    6. Re:Real gamers use Win32, not linux by TummyX · · Score: 2, Informative

      I think he's talking about the licensing fees for windows (you need windows to use the latest DirectX). The DirectX SDK (like all Windows SDKs) is free.

    7. Re:Real gamers use Win32, not linux by flyneye · · Score: 1

      appearantly youve never been introduced to Gentoo Linux.My Quake3 runs so much faster than on any windows.Could be that an O.S. compiled and fitted to your machine will be the fastest running for games.hey, my two cents.

      --
      *Repent!Quit Your Job!Slack Off!The World Ends Tomorrow and You May Die!
    8. Re:Real gamers use Win32, not linux by siliC · · Score: 1

      Last time i checked, the Driver Development Kit is no longer free. It's not expensive (relatively... just shipping), but you can't download it anymore.

      http://www.microsoft.com/ddk/

      Why did they do that? Beats me.

      silic

    9. Re:Real gamers use Win32, not linux by pkl · · Score: 1

      Not all "Real Gamers" are fixed on the PC. Many of them use the PC to emulate their favourite system. The reason why I use Linux (some of the emulators use mesa) for emulation is that i dont want to spend my day with a system from which i dont know what it realy does.

    10. Re:Real gamers use Win32, not linux by arkanes · · Score: 2

      pssshht, they'd be free if I could actually download the damn things. Some sort of funky javascripted activeX control that errors out on all the breeds of IE I've tried (IE 5.55, 6 on 2k and XP). *glare microsoft*

    11. Re:Real gamers use Win32, not linux by Vann_v2 · · Score: 1

      I hope you realize OpenGL is used for a lot more than just games. Even if there weren't good games for linux (which there are), there would still be a need for an OpenGL implementation.

    12. Re:Real gamers use Win32, not linux by cybermint · · Score: 0

      Actually, I have 2 linux servers which I've been maintaining for years. Works great as a server, but the desktop environment is poor. So of course I'm on a windows machine; the linux desktop sucks.

    13. Re:Real gamers use Win32, not linux by cybermint · · Score: 0

      I'm not a gamer. I don't even have an AGP video card. I use onboard because I don't need 3D hardware to render my 2D desktop. Without all these gamers (losers) companies like nvidia wouldn't be making $$$ and investing so much into the advancement of 3D technology. 3D games might be a sad and pathetic reason to invest billions into, but it is driving the market.

    14. Re:Real gamers use Win32, not linux by be-fan · · Score: 2

      Who cares about games? Soon, we'll be using OpenGL to draw our desktops. Just check out evas_test (from E17) and let your jaw drop. MacOS X ain't got nothing on EVAS! At that point, OpenGL becomes a whole lot more important.

      --
      A deep unwavering belief is a sure sign you're missing something...
    15. Re:Real gamers use Win32, not linux by Anonymous Coward · · Score: 0

      The real question is, will Enlightenment become a whole lot more important? *ducks*

  15. I don't know what they did by RomikQ · · Score: 5, Informative

    But the new mesa seems to have intelligent workload distribution between the cpu and the gpu, i e

    glxgears running in a small window - 200 fps, average 2% cpu load(with Mesa 4.1 it was 800 fps 100% load),
    running maximized in 1600x1200 - 80 fps, 100% load(exactly as with Mesa 4.1).
    And all the games and etc run at exactly the same speeds with less cpu load.

    All I can say is this is great - nobody needs insane fps numbers above 100 and it saves cpu for my poor apache running in the background :). Server gaming woohoo!

    --
    Join the elite! Post at score:2! Ghostwheel is online.
    1. Re:I don't know what they did by 0x0d0a · · Score: 3, Informative

      Umm...that's *bad*. glxgears is a benchmark, and *should* be eating everything.

      Which means that your GPU now isn't accepting above some level for some reason.

  16. Re: Proven Karma Model by MisterFancypants · · Score: 0, Offtopic

    1: Write underware-Gnomes post, linking the joke to current topic. 2: ? 3: Karma!

  17. tsarkon reports HOMOS and FAT PIG have ANAL SECHS by Anonymous Coward · · Score: -1, Offtopic
    What the fuck is this new string of bullshit? Fucking Homos the assfuck editor reposting Eugenia Fat Fucking Pig Loli's crap?

    Slashdot. Not just reposting anymore. Reposting what other people repost.

    This is fucking trash. This is a mobocratic merit less fuckin grandiose high school project.

    What a fucking lame bunch of fucks. You know when this dump finally folds none of these "editor" pukes would be touched by a 50 ft. pole by any institution of journalism.

    Fuckin lame.

    * H O M O S * f u c k s * b u t t h o l e ! ! ! *
    HcccccccccccccccccccccccccccccccccccccccccccccccH
    O /ccccc\ccccccccccccc\cccccccccccc/cccc\cccccccO
    M|ccccccc|ccccccccccccc\cccccccccc|cccccc|ccccccM
    O|ccccccc`.ccccccccccccc|ccccccccc|ccccccc:cccccO
    S`cccccccc|ccccccccccccc|cccccccc\|ccccccc|cccccS
    *c\ccccccc|c/ccccccc/cc\\\ccc--__c\\ccccccc:cccc*
    fcc\cccccc\/ccc_--~~cccccccccc~--__|c\ccccc|ccccl
    uccc\cccccc\_-~cccccccccccccccccccc~-_\cccc|cccci
    ccccc\_ccccc\cccccccc_.--------.______\|ccc|ccccc
    kcccccc\ccccc\______//c_c___c_c(_(__;cc\ccc|cccck
    sccccccc\ccc.ccCc___)cc______c(_(____;cc|cc/ccccs
    *ccccccc/\c|cccCc____)/cccccc\c(_____;cc|_/ccccc*
    bcccccc/c/\|cccC____ HOMOS* Fucks ASS c/cc\ccccc
    ccccc|ccc(ccc_C_____)\______/cc//c_/c/ccccc\ccco
    tccccc|cccc\cc|__ccc\\_________//c(__/ccccccc|ccc
    tcccc|c\cccc\____)ccc`----ccc--'ccccccccccccc|cck
    hcccc|cc\_cccccccccc___\ccccccc/_cccccccccc_/c|c*
    occc|cccccccccccccc/cccc|ccccc|cc\cccccccccccc|c!
    lccc|ccccccccccccc|cccc/ccccccc\cc\ccccccccccc|c!
    eccc|cccccccccc/c/cccc|ccccccccc|cc\ccccccccccc|!
    !ccc|ccccccccc/c/cccccc\__/\___/cccc|cccccccccc|!
    !cc|ccccccccccc/cccccccc|cccc|ccccccc|ccccccccc|!
    !cc|cccccccccc|ccccccccc|cccc|ccccccc|ccccccccc|!
    * H O M O S * f u c k s * b u t t h o l e ! ! ! *

  18. Version 2.0. by Anonymous Coward · · Score: -1, Redundant
    NAME: Burdge, Jonathan E-MAIL: jlb@io.com, jlbatdarc@w-link.net, elby@adequacy.org, darc@w-link.net ALIASES: lb, jlb, Elby

    NAME: Casillas, Luis E-MAIL: casillas@stanford.edu, em@adequacy.org ALIASES: em, Estanislao Martinez, Sylvain Tremblay

    NAME: Corrigan, Barry E-MAIL: barry@bjcorrigan.fsnet.co.uk, bc@adequacy.org ALIASES: bc, ktb (Kiss the Blade), Lover's Arrival, Euroderf, Erbert Paget-Paget, Anya

    NAME: Dickson, Craig E-MAIL: crd@inversenet.com, mendaxveritas@yahoo.com, mendaxveritas@pacbell.net ALIASES: mv, Mendax Veritas

    NAME: Flickinger, Dan E-MAIL: flikx@geekizoid.com ALIASES: flikx

    NAME: Haberberger, George E-MAIL: ghaberbe@frontiernet.net, George.Haberberger@usa.xerox.com ALIASES: GeorgeHa, Hairy_Potter

    NAME: Johnson, Peter E-MAIL: peter.johnson@voicestream.com, shoeboy@adequacy.org ALIASES: Shoeboy, Peter Johnson

    NAME: Lockwood, Scott E-MAIL: wsl3@attbi.com, vlad@geekizoid.com ALIASES: Vladinator, Lonesome Cowboy Burt, Quick Star, Pinkerton Floyd, etc.

    NAME: Linwood, Rob E-MAIL: rcl@cs.csoft.net, rcl211@is9.nyu.edu ALIASES: AuntFloyd, Con Troll

    NAME: Mann, Warren E-MAIL: broken@warmann.com ALIASES: osm, OpenSourceMan

    NAME: McPherson, Craig E-MAIL: craig@laceyonline.com ALIASES: craig, naked&petrified guy

    NAME: Nelson, Brian E-MAIL: elenchos@adequacy.org ALIASES: Elenchos

    NAME: Osborne, Michaell E-MAIL: osborm@yahoo.com, dmg@adequacy.org, michaellosborne@netscapeonline.co.uk ALIASES: dmg, Dumb Marketing Guy, Lord Hugh Toppingham

    NAME: Sassaman, Esther E-MAIL: esther@antioch.edu, perdida@adequacy.org, reva_altamira@yahoo.com ALIASES: Perdida, Reva Altamira, etc.

    NAME: Skinner, James E-MAIL: spiralx@spazmail.com, spiralx@adequacy.org ALIASES: SpiralX, Manifold, Jon Erikson

    NAME: Stanton, Matt E-MAIL: matt@madeforchina.com, serf@adequacy.org ALIASES: Serf

    NAME: Zikowski, Zachary E-MAIL: zikzak@io.com, zikzak@adequacy.org ALIASES: Zikzak, kp

    NAME: ???, Ernie E-MAIL: trollmastah@hotmail.com ALIASES: Trollmastah

    The lameness filter makes it impossible to post this in any sort of aesthetically-pleasing format. To paraphrase Final Fantasy Tactics, "Blame yourself or Rob." ;)

    1. Re:Version 2.0. by Anonymous Coward · · Score: -1, Offtopic

      You wouldn't happen to know who the Gaylordfucker is/was?

    2. Re:Version 2.0. by Anonymous Coward · · Score: -1, Offtopic
      Gaylordfucker as an account isn't around anymore.

      As far as I know the guy went nuts following the 9/11 and is now posting rabid anti arab stuff on Slashdot. The style of the Eugenia rants above remind me of him, so it might be that he's posting them as well.

  19. Bombad by Anonymous Coward · · Score: -1, Offtopic

    Mesa sayin yousa people gonna die?!?

    1. Re:Bombad by Anonymous Coward · · Score: -1, Offtopic

      Aren't you a little short for a storm trooper?

  20. Too bad voodoo5 support is fucked by Anonymous Coward · · Score: 0, Interesting

    Too bad they never got off their fat, zealotted unshaven unwashed asses and fixed the bug in voodoo5 support (fucking motherfucker crashes when in i686 SMP mode switching from OpenGL mode to any other mode -- text or a different OpenGL mode). I reported this bug a looong time ago but obviously nobody gives a rats ass.

    P.S. I bought the voodoo 5500 because of 3dfx's support of the Linux community. Then RIGHT AFTER THAT they get bought out by those proprietary whores at NVidia. FUCK!

    1. Re:Too bad voodoo5 support is fucked by Anonymous Coward · · Score: -1, Troll

      Fix it yourself, you turd.

    2. Re:Too bad voodoo5 support is fucked by Anonymous Coward · · Score: -1, Troll

      Could somebody please tell me how in good god damn cocksucking fucking HELL can a bug report considered "Flamebait"??

    3. Re:Too bad voodoo5 support is fucked by Anonymous Coward · · Score: 0

      My 4500 works pretty fucking good, motherfucking sonofabitch.
      X uses it's own (older) branch of Mesa too, if you install a new version of Mesa, then X will try to use it, some of X's libraries compiled with the fucking old version might cause it to crash goddammit;when the new libraries try something new...
      I was also reading that if you've got a 16M card and run a higher resolution than 1024x768 with X then it will appear to work, but it's unstable like that since you need more memory to support a 3d desktop any higher.

  21. Re:I don't know what they did - NVidia ? by Anonymous Coward · · Score: 0

    This sounds like some incredible performance updates. I'm no developer and i know OpenGL only from the client-side but there's a question now: what's missing from this release in comparison with the NVidia-drivers (performance-wise i mean, i know mesa works for _all_ cards) ? Are the NVidia drivers still needed/preferred ? If so, why ? Can this be changed ?

  22. I don't get it by sql*kitten · · Score: 3, Interesting

    I used to use Mesa years ago as a software-only OpenGL-like API, on a system for which there was no OpenGL implementation, but I was writing code to run on a system that did have it (these were MacOS 7.x and an Indy, if memory serves). But if you have an OpenGL driver, what does Mesa do? Surely the libraries that come with the driver implement the API? Or does it just let you write 1.4 code with a card/driver that only supports up to 1.2 in the hardware, and do the new 1.4 features in software?

    1. Re:I don't get it by Anonymous Coward · · Score: 1, Informative

      Mesa is the driver, the kernel video driver only establishs an underlying layer that makes all brands of video card appear identical to programs like Mesa or X or DirectFB.

    2. Re:I don't get it by AsparagusChallenge · · Score: 3, Informative

      But if you have an OpenGL driver, what does Mesa do?

      a) Shows you how is it done, since you can peer at the source, and b) gives you an alternative if OpenGL is not good enough for you. Small benefits, and you may not care, but for some people these are good qualities.

    3. Re:I don't get it by be-fan · · Score: 2

      No, that's not right. Mesa is a software implementation, and a piece of support code for the DRI driver. In a hardware accelerated implementation, you've got a device-specific kernel driver, a device specific OpenGL library, and a device-specific GLX driver.

      --
      A deep unwavering belief is a sure sign you're missing something...
    4. Re:I don't get it by Fnord · · Score: 2

      Mesa was originally a software opengl implementation, yes, but now its renderer is modular. In particular, the dri project is built around drivers implementing only extremely low level primitives which are plugged into Mesa which provides the full OpenGL stack to access these drivers. So for hardware acceleration on Linux, every driver uses Mesa except nVidia's which includes its own OpenGL stack.

  23. hick.org 5.0 Released by Anonymous Coward · · Score: -1, Troll

    and it implements the latest Goatse specs.

  24. Re: Proven Karma Model by Anonymous Coward · · Score: 0

    1: read underwear-gnomes joke post at work 2:??? 3:whinge!

  25. in the long run, that will change by g4dget · · Score: 5, Insightful

    A good game generally needs a good budget to back it.

    A flashy game with a lot of graphics may need a big budget. But those games are not necessarily good, nor do good games necessarily need flashy graphics. For example, many of the movie-tie-in 3D games are financed heavily and anywhere from mediocre to horrible. On the other hand, excellent games like chess or go are of utmost graphical simplicity, and they have been refined over centuries and millenia in a process akin to open source. Furthermore, there are quite a few excellent open source games with minimal graphics and excellent gameplay.

    Closed source, heavily financed games satisfy a yearning for novelty. They spend a lot of money on eye candy and pushing technology to the limit. But really good game design is a long-term, open process. For computer games, that has barely begun. I suspect that in another few years, you are going to see open source games whose graphics is simpler than Doom but whose gameplay beats anything commercially available. And closed source games won't be able to compete with that because they simply can't have thousands of game players contributing directly to the evolution of the game.

    Open source is slow--but eventually, it gets there, and it usually ends up doing a better job.

    1. Re:in the long run, that will change by Anonymous Coward · · Score: 0
      gameplay beats anything commercially available

      I don't see how that can be true. Open source development is design-by-committee by its nature. It takes a long time and if it ever finishes it's a compromise.

    2. Re:in the long run, that will change by g4dget · · Score: 5, Insightful

      Open source development is design-by-committee by its nature.

      No, it's implementation-by-contributors, which is very different. Design-by-committee is what happens in many companies: a lot of people who don't have to do any of the real work sit around and talk a lot, then dump some non-sensical specification on their programmers. Design-by-committee is bad. Implementation-by-contributors is good.

      It takes a long time and if it ever finishes it's a compromise.


      Making a good game or good piece of software always takes a long time--because it requires extensive feedback from users. Open source is actually better at that because the users are the developers.

      As for being a compromise, of course it is. However, if it's a compromise a substantial number of people can't live with, the project forks. This, again, is good. Closed source doesn't have that option: just because many people think MS Office sucks doesn't mean they can take it, split it off, and fix it.

    3. Re:in the long run, that will change by Anonymous Coward · · Score: 0

      Of cource there are crappy close source games, but that doesn't mean that all are crappy. There are probably far more crappy closed source games too, but that is because there are more closed source games. I bet all the good open source games could be counted on one or maybe two hands.
      With OSS games, you need to do some stretching to concider it good.

      You have to face the fact that games are in a whole different category than applications. One thing that really makes or breaks the game is the art (textures and modeling). You could have the best idea in the world for a game with no bugs and what not. But the game sufferes from programmer art, it wont sell. If you could get more artists to contribute to OSS games, you'd have better games.

    4. Re:in the long run, that will change by jrest · · Score: 1

      Well, could that perhaps lead to a company taking this open source for the great - but ugly - game, and creating a fancy "front-end" for it. And sell it for a few bucks? Could be interesting.

      --
      (Score:5, Not Funny)
    5. Re:in the long run, that will change by cybermint · · Score: 0

      Open source is slow--but eventually, it gets there, and it usually ends up doing a better job. But is it worth the wait? Is it really worth the wait if you always end up a generation or 2 behind?

    6. Re:in the long run, that will change by blindcoder · · Score: 1

      there are quite a few excellent open source games with minimal graphics and excellent gameplay.

      Sorry, can't resist this one:

      Just have a look at nethack!

      --
      See my blog for my free opinions.
  26. Re:Eugenia and Homos sitting in a tree .tsarkon. by Anonymous Coward · · Score: -1, Flamebait
    What the fuck's your problem?

    Are you a Turk or what's your beef with the greek?

  27. who cares about "the lead"? by g4dget · · Score: 5, Insightful

    i agree. OpenGL lost the lead a long time ago.

    So? Who cares? I'd much rather use an open API than some snazzy, proprietary thing.

    Wait for 2.0 to come out. MS is going to lock Linux out of 2.0 as some of the api's are based on dx9

    Again, who cares? If MS has the power to lock Linux out of OpenGL 2.0 (through patents?), then open source will just not use it and instead evolve OpenGL 1.* in a different direction.

    1. Re:who cares about "the lead"? by Anonymous Coward · · Score: 0
      then open source will just not use it and instead evolve OpenGL 1.* in a different direction

      The OpenGL 1.* which is going to be supported by what hardware in five years?

      It's a losing battle. Just like with DRM enabled hardware. Open Source operating systems can only be run on pre-DRM hardware which will become obsolete in a few years.

    2. Re:who cares about "the lead"? by g4dget · · Score: 4, Insightful

      The OpenGL 1.* which is going to be supported by what hardware in five years?

      By whatever well-documented graphics hardware there is going to be in five years.

      It's a losing battle. Just like with DRM enabled hardware. Open Source operating systems can only be run on pre-DRM hardware which will become obsolete in a few years.

      Come on, wake up. The world doesn't work according to Bill Gates's pipe dreams. First of all, DRM-enabled hardware doesn't exclude open source software: you can either run it without DRM, or you can sign it. Even if it did, there is going to be plenty of non-DRM hardware going to be out there.

      Open source is going to be here decades from now. I wouldn't be so sure about Microsoft, however.

  28. yay for being... by Anonymous Coward · · Score: 0

    lightyears behind the "competition"...

  29. We can call it by Anonymous Coward · · Score: 0

    OpenGL20 (twenty)

  30. XFree86 by choward · · Score: 2, Interesting

    Mesa is very tightly bound to XFree86. Are there instructions out there for how to replace the Mesa that ships with XFree86 4.x with this new version? Does anyone know when XFree86 4.3 is due out and which Mesa version it will have?

    I'd like to try this out and see if I can finally get some decent FPS on my Radeon 7000, but I don't want to sacrifice stability by messing with Mesa if I don't know what I'm doing.

    --
    -- Craig Howard
    1. Re:XFree86 by Anonymous Coward · · Score: 3, Informative

      Xfree86 4.3 will not have Mesa 5.0. It is not going to make it into the mainline DRI CVS in time for the merge. It is currently in a separate development branch.

      It will probably get included in 4.3.1 since it is an important feature to many users.

    2. Re:XFree86 by Anonymous Coward · · Score: 0

      > I'd like to try this out and see if I can finally get some decent FPS on my Radeon 7000

      It's a new spec, not a miracle! :)

    3. Re:XFree86 by crimsun · · Score: 2

      According to the XFree86 homepage, 4.3 is due out January 22-24, 2003, to coincide with the Linux World Expo in NYC. More than likely it will ship with Mesa 4.0.4, but you'll need to follow the Xpert mailing list to be sure.

  31. Mesa is not hardware accelerated by Jacek+Poplawski · · Score: 3, Informative

    After reading comments I want to write just one thing: Mesa is not hardware accelerated. There is no point to compare it with nVidia or ATI closed source drivers, there is no point to compare speed of Mesa and Win OpenGL implementation. You can't play any new game with Mesa, because you will get 1-2fps.

    I am not sure why non-developer should download Mesa, probably only if he/she need to run OpenGL application (like Blender for example) and hardware accelerated driver works bad or not exist.

    1. Re:Mesa is not hardware accelerated by 0x0d0a · · Score: 4, Informative

      Mesa is not hardware accelerated

      You mean Mesa's software driver is not hardware accelerated. Take a look at the Mesa FAQ, point 1.2.

  32. Useless software implementation by Anonymous Coward · · Score: 0

    Quite frankly, it doesn't matter if Mesa supported 1.4 or 2.0 or 9.99. It's all software implementation, has no 3D acceleration, so your $500 uber-ATI card runs just as slow as my on-board dell video. How do you code "sucker" ?

  33. I can't believe it! by HorrorIsland · · Score: 1
    All this talk about Mesa, and not one Jar Jar Binks reference?

    "Me-sa like it. Me-sa good!"

    1. Re:I can't believe it! by damiam · · Score: 1

      Look at the -1 comments.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
  34. WTF mods?!?! by Anonymous Coward · · Score: -1, Offtopic

    why-oh-why is this a troll?

    1. Re:WTF mods?!?! by Forkenhoppen · · Score: 2

      why-oh-why is this a troll?

      My guess is that some moderator thought that asking on the availability of a package is automatically an insult. To all moderators; if they aren't explicitly being insulting, then it's probably a genuine question! It's pretty sad when our hides get so thick that our immediate answer to a request for help is to try and ignore them.

      To answer the original question, my guess is that it'll probably go into the latest unstable, which is Sid. (If it isn't in there already.) My guess is that it's probably not going to be around long enough to make the testing release, Sarge, before Sarge gets bumped to stable. From what I understand, to make Sarge, it'd need to be in for 3 months. If they bump Sarge to stable in less than 3 months, it won't make the next stable release. I could be wrong, here, though.

      I don't personally run Debian anymore (Windows), so.. maybe someone from Debian could offer some insight here, on just how much work needs to be done to get this hooked in with the latest X, and what it would take for it to make it into Sarge.

    2. Re:WTF mods?!?! by Anonymous Coward · · Score: 0

      I'm not a current Debian contributor, but I am a Debian user (love it), but afaik if its submitted to unstable (sid), and there are no bugs filed against it in the first fortnight then its into testing (sarge). Coming up to a release there is a freeze on new packages in unstable transferring to testing automatically in a bid to get a bug-free (hah! relatively of course) release version

      People who mock the stable release for the out-of-datedness of its packages just don't get the whole Debian idea - Stable is for rock-solid dependability - i.e. servers or any other machine remote to you - its a dream to keep up to date security and patch-wise, and it makes it easier to sleep at night!!

      If you want more up to date then use testing, or if you want bleeding edge (you will bleed ocasionally) use testing. Better still use stable/testing underneath, and the packages that you're interested in compile from sf/cvs. This way you can manage the pieces you're interested in the way you want, and debian's apt-get will look after the updates/security on the pieces you don't have time to look after.

      It doesn't take care of all the security problems, but security is a contributary process.

      My 2 cent

      Daniel

  35. cos linux has no bugs by Anonymous Coward · · Score: 0

    and should you say otherwise, you're flamebaiting.
    simple?

  36. Mesa and hardware acceleration by 0x0d0a · · Score: 2

    Let me point readers to the Mesa FAQ:

    ***
    1.2 Does Mesa support/use graphics hardware?

    Yes. Specifically, Mesa serves as the OpenGL core for the XFree86/DRI OpenGL drivers.
    ***

    Now, Mesa does *include* a software rendering engine...

    This could be what you meant, but this is the first post along the "Mesa is nothing more than a software renderer" lines, and there are a *lot* on here, some of which are definitely wrong.

    1. Re:Mesa and hardware acceleration by dinivin · · Score: 2

      Let me say it again:

      Vanilla Mesa does not support hardware acceleration. It never has and it never will.

      The Mesa that's included in the DRI does. That is not vanilla Mesa. If you were to go to the Mesa website, download the latest version, compile and install it, you wouldn't have hardware acceleration (unless you compiled the DRI or compiled Mesa against the Glide libraries, in which case it's no longer vanilla Mesa).

      Dinivin

    2. Re:Mesa and hardware acceleration by dinivin · · Score: 2


      Let me amend this previous post. I can't say, with any knowledge, that vanilla Mesa will never support hardware accleration.

      Dinivin

  37. Re:I don't know what they did - NVidia ? by be-fan · · Score: 2

    The NVIDIA drivers accelerate OpenGL on NVIDIA hardware. Mesa, unless it has a mini-driver for your card, is a software implementation of OpenGL. There is no Mesa driver for NVIDIA cards, so the NVIDIA driver is still preferred.

    --
    A deep unwavering belief is a sure sign you're missing something...
  38. Re:Eugenia and Homos sitting in a tree .tsarkon. by Anonymous Coward · · Score: 0

    you mean "what my pork with the greek."

    that fat pork eating fucking gyros bitch cucumber sauce coming out her pussy gives a BAD NAME to the people who burnt troy to the ground. man, if i was Agamemnon and I had to come home to whores like this I would banish them to the Isle of Lesbos. Fat pig bitch.

  39. Re:Eugenia and Homos sitting in a tree .tsarkon. by Anonymous Coward · · Score: 0

    Hahahahahahahahahaha this is so entertaining. The best stuff i've read for soooo fucking long.

  40. Tsarkon - Jim Norton - sad pathetic wretch. by Anonymous Coward · · Score: 0

    That was ... perhaps the most unintelligible thing i've read in a while.

    Well, I'm sorry if you were only partially or improperly educated. It was quite easy to read, spelled properly and more or less grammatically correct. English is evolving so I take liberties that experts may horrified by. Your literacy is not my concern. I take comfort in that fact that you now side step and try to change the nature of this thread now, in this later hour, after I have peeled away the layers and have reached the core, as sad and insignificant as it is. This is when you become evasive and try to deflect the conversation away from your mediocrity, of which you are deeply ashamed. Give my sympathies to those who are proximal to you.

    But, all in all, this thread and your comment history is the firmament by which I deconstruct you. You are pathetic. You are a sad, unaccomplished pathetic entity.