Slashdot Mirror


X.org Making Fast Progress

prisonernumber7 writes "X.org is showing a lot of progress! The combination of the XFixes extension, Damage extension, Composite extension and XEvIE (X Event Interception Extension) present in X11R6.8 present user interface designers with a wide range of here-to-fore difficult to achieve possibilities. What does this mean for the enduser? That's window shadows and window shadows within windows as well as true translucency for the OSS community. Good samples of Gnome and KDE desktops with drop shadows, and so on can be found here, here, here, here, here, translucency here, here and here, and its use on handhelds running Linux."

52 of 778 comments (clear)

  1. I hate to say it... by rpdillon · · Score: 5, Interesting

    ...but I've been waiting for translucency under X forever. It hurts me to admit it because I always thought that I didn't care about "eye-candy" but this is really cool. Why did it take so long?

    Oh well...off to look into downloading, though I suppose I'll have to wait for the next version of KDE to take advantage of the new features.

    1. Re:I hate to say it... by Curtman · · Score: 4, Informative

      They just gave CVS write access to Vladimir of the Gatos project according to the mailing list, so in an upcoming release (not the next one due out in a couple days) we should see support for ATI All In Wonder video cards out of the box. Congrats to the Gatos project, and to Xorg! This should have been done years ago. Good riddance to XFree86.

    2. Re:I hate to say it... by Chuck+Bucket · · Score: 4, Interesting

      I'll agree with you, as I always thought it was silly, time in an OSX translucent term got me hooked! to be able to work in the CLI while looking at some code in Moz (through the term) was actually useful!

      CB

    3. Re:I hate to say it... by Afrosheen · · Score: 4, Interesting

      No, we've had fake transparency/translucency, where the desktop background gets polled and blended via a dirty software hack. Eterm used this. You could see the background through Eterm, but not any windows beneath your Eterm window. What Xorg is bringing to the table is real, true transparency and alpha blended/masked object. Welcome home new features.

    4. Re:I hate to say it... by Curtman · · Score: 5, Informative

      Here is the announcement BTW.

  2. X.Org proof of Open Source Advantages by jgardn · · Score: 5, Insightful

    X.Org is proof of Open Source advantages. XFree86 was a failing project, floundering under incompetent leadership. Under normal, closed source projects, this would spell doom for the software.

    However, because it is open source, the project could be forked under new, competent leadership. And also, because of its licensing terms, people could switch to that fork without any negative repercussions.

    Look at the progress X.Org has made in such a short period of time! How can anyone say that Open Source software is not superior?

    --
    The radical sect of Islam would either see you dead or "reverted" to Islam.
    1. Re:X.Org proof of Open Source Advantages by Anonymous Coward · · Score: 5, Insightful

      Something tells me that X.Org's rapid progress is really part of a backlash from the unresponsive situation under XFree86. These features had been considered by developers for a long time, and probably at least in one or two cases had a test implemenation ready to be patched in.

    2. Re:X.Org proof of Open Source Advantages by ryanmfw · · Score: 5, Insightful

      But they were behind 5 years because of the bad leadership of XFree86. In just a few short months, Xorg made huge leaps forward that wouldn't have happened anywhere else.

      --
      Hurricane Ivan: A 17th century prison collapsed. All of the inmates escaped.
    3. Re:X.Org proof of Open Source Advantages by womby · · Score: 4, Insightful

      for N years XFree86 has been languishing under incompitent leadership and has been resisting the changes that would close the gap between it and other Windowing systems

      because it is Open Source software another set of developers could step up to the plate, start there Windowing project and be only 5 years behind the competition a huge head start and a real money saver for the new developers.

      This story is an example of the dramatic progress that has been made in the last year under this new leadership and shows what we could have been doing if the previous leadership had there act together. If Xfree86 had been a closed source project none of this new progress could be possible because, like the berlin project, we would still be waiting for the core to be finished.

      This is what shows the superiority of Open Source Software

      --
      **** lying is wrong even for sleeping dogs
    4. Re:X.Org proof of Open Source Advantages by omicronish · · Score: 4, Informative

      Why are they so hard to implement, and why does WMP have to implement a horrendous hack to get into the taskbar.

      Nitpick: WMP on the taskbar is implemented as a deskband, which has a fully exposed and public interface. This means that other people could write their own deskbands if they wanted, which I don't consider a hack. MSDN has an article with some details.

    5. Re:X.Org proof of Open Source Advantages by b-baggins · · Score: 4, Informative

      Start a quicktime movie. Minimize it to the dock. See the movie continue playing.

      Start a print job. Depending on the print driver you're using, note the printed pages count update in the dock icon.

      Launch Adium. Set the preferences to display buddy status in the Adium icon.

      Drag and drop onto dock icons. Watch applications launch or files get saved, etc.

      What exactly do you mean by not interactive?

      A better question. Why are you even commenting on GUI features without even seeing what the new versions of OS X provide. No one would take you seriously if you criticized the Windows GUI using examples from Win 3.1 why should anyone take you seriously here?

      --
      You can tell a great deal about the character of a man by observing those who hate him.
  3. great advances in window managers by lambent · · Score: 4, Funny

    I had not realized anything was missing from my window manager experience. But now that I see the screenshots for myself, I cannot wait for the oppurtunity to turn the new eyecandy off in the next release of KDE or Gnome.

    *cough* Sorry.

    Really great work, guys. I'm pround to see progress. But aside from these uses, what good will it do?

    And what's the implication of 'true' transparency? What kind of fake transparency have we all been using up until now?

    1. Re:great advances in window managers by DashEvil · · Score: 5, Informative

      afaik they use `layers' to draw the screen now. So a foreground window doesn't actually draw over a window in the background. This means you can drag windows over other windows without the background app having to redraw itself.

      Ever notice how if you have a transparent menu open with a xterm/etc under it and, say, you're compiling something, that the text in the transparent menu doesn't update? `Fake' transparency refers to what we've been using now, which is basically taking a screenshot of the app and then pretending that your window is transparent by using the screenshot in the background of the window/menu. This real transparency means that it's not handled by the application, it's handled by X, and since the contents under your window weren't overdrawn, it can just.. you know... render it properly.

      That's what I got from it, anyway.

      --
      -If God wanted people to be better than me, he would have made them that way.
    2. Re:great advances in window managers by gl4ss · · Score: 4, Informative

      *What kind of fake transparency have we all been using up until now?*

      the kinda where you don't see what's right under the transparent window, rather you just see transparency against the background image.

      this is supposed to be true support for it, without any goofy hacking from within the program, i think.

      --
      world was created 5 seconds before this post as it is.
    3. Re:great advances in window managers by kerrle · · Score: 5, Informative
      It's not layers, per se; each window is rendered to a separate area of memory, and the composition manager builds the final screen from the various windows. In addition, XDamage allows the composition manager to know which parts of the window need to be redrawn, so rather than having the entire window redrawn (as is the case traditionally), only the part that was "damaged" needs to be redrawn.

      True transparency means that it's truly based on alpha values and computed as the window is drawn; current ways of "faking" transparency - in Konsole or XChat, for example - essentially take a capture of the background wallpaper and use that as the background of the window. If you move the window, you can see that it takes a moment for the background to adjust; with apps that are aware of and use the new X server features, this would be done as the window moved, and would also show windows and icons behind the currently focused window.

      As long as the composition manager has good hardware acceleration (something which is already the case with NVidia, but not so much with ATI), this combined with a double or triple buffered desktop could well provide a Linux/Unix desktop on par with OSX, at least technically.

      Of course, it's up to the window manager to really take advantage of these added features; metacity can already support window borders with alpha values, for true transparency.

  4. Groovey by xombo · · Score: 4, Funny

    Now we can start to look as much like OSX as possible. Very pretty. Now we just need to wait for Adobe and Macromedia to endorse Linux and it'll steal the graphic design folks from Apple.

  5. Full size pngs and jpgs galore! by pacslash · · Score: 4, Funny

    Am I the only one who doesn't care what their desktop looks like? Shadows are all well and good, but this only take up valuable cpu time which could be used for NetHack!

  6. THIS YEAR WILL BE..... by Neo-Rio-101 · · Score: 4, Funny

    This year will be the year of Linux on the deskt...... !!! *yanked off stage by big hook*

    --
    READY.
    PRINT ""+-0
  7. Good, but... by Moridineas · · Score: 5, Insightful

    Pics are looking good (amazing what a subtle difference can makes in terms of feel) but I have to say what still stands out in all those pics--bad fonts!

    I really wish the default font situation would be better in the world of X and nix/bsd distros. Switching back and forth between Macs and PC's (windows), it's amazing how much better the mac fonts look and feel than windows. Likewise, Windows looks as much again better than the typical gnome/kde setup I have seen.

    1. Re:Good, but... by GreyWolf3000 · · Score: 5, Informative
      By default, fonts in Linux tend to get anti-aliased no matter what the font size is.

      This is a mere configuration setting that most of the distributions choose to set. Fontconfig is perfectly capable of turning off AA for a given range of sizes.

      --
      Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
    2. Re:Good, but... by Eloquence · · Score: 5, Informative
      The situation has gotten orders of magnitude better than it was years ago. We're now at least on par with Windows (and our default themes are cooler), and thanks to the work of the X.org team as well as the KDE and GNOME developers, I'm sure we will have OS X quality fonts before OS X has reached the next quality level. We're catching up.

      Where the Linux desktop really shines, however, is when it comes to customization. I prefer to operate in a very Windows-like manner, with maximized windows and taskbar. KDE allows me to do that (and gives me a nice launcher command bar with autocompletion - I haven't used the "start" menu in ages). Some want a nice file manger - KDE gives you Konqueror, GNOME gives you Nautilus. Others prefer doing everything in the shell, where you can use Midnight Commander and feel like you're back in the old DOS days.

      Some want virtual desktops or virtual screens (larger than the physical screen size). Any decent window manager provides that. Some want a very efficient, slim system - they use something like Windowmaker or XFCE. Others want all the bells and whistles and install KDE or GNOME with lots of applets. Some like to experiment with innovative new UIs and try out window managers like ion. Others are happy just using a cloned Windows or Mac interface.

      If you're willing to experiment, no system offers you as many possibilities as Linux. If you just want a clean, working desktop, all the major distro makers provide that by now.

      There's room to improvement, and the devil is in the details: clipboard interoperability is still buggy and incomplete, performance in some areas can be improved (try resizing your window very fast with content visible), the driver situation is unsatisfactory etc. But none of the problems before us is unsolvable. It's just a matter of time.

  8. Re:Another Step by Gorath99 · · Score: 5, Insightful
    This is just another step to linux becoming as bloated as windows.
    And I welcome it. I've got dozens of free gigs that I'll gladly fill with neat stuff like this. If you don't then you can simply use a distro that takes the bloat out. That's the great thing about FOSS. Don't like it? Modify it! (Or let others do it for you.)
  9. Dock vs. Taskbar by jared_hanson · · Score: 4, Interesting

    OK, this may be slightly offtopic, but since we are discussing UI, and I saw this in the screenshots, why does GNOME (and to a lesser extent) KDE sometimes try to pull of both the dock and taskbar interfaces. This is totally rediculous to me, and just leads the interface to feel cluttered and confusing.

    OK, so that rant above is coming from someone who has mostly converted to using Mac OS X on the desktop. I still use Linux on servers. Anyway, I remember about a year ago when I made the transition, that the dock seemed rather confusing. However, after a couple weeks of usage, I was cursing every taskbar system I ever had to interact with (Windows and Linux). The dock is just so much more condusive to having many windows open. Add in Expose to the mix, and you are in desktop heaven.

    So, my question is then, especially to the GNOME developers (GNOME is my preferred Linux DE), what are the plans with regard to application launchers such as start menus, taskbars, docks, etc. The progress has been remarkable, but, to me at least, this is the area most sorely needing standards and consistency.

    --
    -- Fighting mediocrity one bad post at a time.
  10. It keeps getting better by wowbagger · · Score: 4, Informative

    It just keeps getting better: Vladimir Dergachev of the GATOS project (support for the tuner on ATI All-in-Wonder video cards) just announced that he now has write access to the X.org CVS - so he can finally merge GATOS into the mainline X code!

    Just think: A day in which support for the tuner on ATI cards is simply in the X server, rather than taking a great deal of pain and suffering to get working!

    (Of course, this only applies to cards supported by GATOS, the older cards. But perhaps, just perhaps, if enough people bring pressure to bear upon ATI, then ATI will use the GATOS code to support the newer cards as well.)

    1. Re:It keeps getting better by Ruie · · Score: 4, Informative
      Actually the support for Rage Theatre 200 based cards is in the works. Bogdan Diaconescu and Matt Mercer have both worked with it.

      Right now the stumbling block is to upload DSP microcode using VIP bus FIFO. For some reason how to do this was obvious to ATI folks (as docs don't mention much of it) but very hard to accomplish in practice.

  11. losing contrast by lawpoop · · Score: 5, Insightful

    Objects seen at a distance have less contrast than objects close up. It would be a useful feature of windows if they lost contrast as they receeded to the desktop.

    --
    Computers are useless. They can only give you answers.
    -- Pablo Picasso
  12. Why GPUs Matter by WombatControl · · Score: 4, Informative

    Chances are you were running your X server with unaccelerated drivers - which offloads all the hard work to the CPU. In Panther, Quartz Extreme allows the transform and lighting engine of your GPU do all the hard work, leaving the CPU for things that a CPU should be doing it.

    Properly implemented and accelerated, eye candy does not have the take away from CPU power and can greatly enhance usability - as it does with OSX.

    1. Re:Why GPUs Matter by nathanh · · Score: 5, Informative
      Chances are you were running your X server with unaccelerated drivers - which offloads all the hard work to the CPU. In Panther, Quartz Extreme allows the transform and lighting engine of your GPU do all the hard work, leaving the CPU for things that a CPU should be doing it.

      It's partly that. But Quartz is also fast on a plain unaccelerated 2D framebuffer. To prove this, simply run Panther inside Mac-On-Linux on the Linux PowerBook. Transparent windows and drop shadows are noticeably faster inside MOL than on the Linux desktop.

      The issue is apparently the interaction between XAA (XFree86 Acceleration Architecture) and the XFree86 driver model. It isn't designed to handle Composite and Render properly. There is a hack in the 6.8 release so drivers will work, but suboptimally. There is considerable work going into a new driver architecture called Keith's Driver (kdrive) and XAA which will give near-Panther performance. But the powers that be have decided to leave those improvements until X.org 6.9. They want the extensions out there now, even if they're slow, so GNOME/KDE/others can start designing applications that use them.

  13. Re:Windows Winplosion by canon006 · · Score: 4, Informative

    Check out Expocity if you're a Gnome user and Kompose if you're a KDE user. Granted, it'd be nicer to see this built into X but for the time being they're not so bad.

  14. Caveats on the new X facilities by jg · · Score: 4, Informative
    ***Please*** see the following web page for an explanation of the new facilities in the upcoming release! It is located at http://www.freedesktop.org/XOrg/X11R68ScreenShots


    The original poster meant well, but did not include the explanatory text with the screen shots...

  15. Re:Yay! by 808140 · · Score: 5, Informative

    Giving window managers direct access to video memory is rather stupid, considering that one of X's primary features is network transparency.

    I know you're trolling, but it's rather important to recognize that X is a protocol, nothing more, and nothing less. How fast or slow it is depends on the implementation; some are clearly better than others.

    Comparing X to direct video access is rather like comparing ssh to the linux console. The latter will always be faster because there is no network bottleneck, but you can't use it to connect to your machine remotely.

    Furthermore, there are extensions which practically do give an application direct access to the hardware, or at least, as direct as one can safely manage. But what's the point, if all you're doing is drawing widgets? I could understand it for games or playing DVDs, where speed is important and you'd be stupid to play it over the network anyway, but for a window manager?

    If you want to use a single user, non-network aware system, then by all means, use Windows*. In the meantime, we should keep working on improving our X implementation in areas like optimizing for local connections. There are lots of shortcuts that haven't been implemented and I'm sure there are lots that haven't even been thought of yet.

    Anyone that has had to administer machines remotely appreciates the network transparency of X. It's the only window system that has this feature. Let's not throw it out because some trolls don't understand its value.

    *Yes, I know Windows is now multi-user. But it wasn't designed that way, and it shows.

  16. Re:Meanwhile... by rpdillon · · Score: 5, Insightful

    You make good points, but if there is one thing I've learned observing which software gets adopted and which does not, its that polish matters.

    As the Linux desktop experience matures, acceptance will eventually hinge on its polish - OS X really has that aspect nailed down, and its not a bad goal to pursue. Sure, there are other issues that need to be addressed, and of course power-users will turn it off, but for folks like me that spend a lot of time in IDLE or Kate writing python code, I can spare the CPU cycles on my Athlon 64 3000+ for transparency. And hey, I like the look. =)

    This is a good thing, and I don't think it materially adds "bloat" though I'm not knowledgable enough of the code to say that with certainty.

  17. Re:Yet again, zero innovation by k98sven · · Score: 4, Insightful

    Every one of those shots are blatant rip offs of Apple. My god when will OSS developers grow a pair and go out on a limb to try something new?

    Sure. From the User perspective, looking at screenshots, it probably looks that way.

    You're giving Apple too much credit. The news here is not 'Oooh.. now we can look more like OS X', the news here is 'Now we have proper support for the things OS X supports'.

    There is a difference here, because what 'the things OS X supports' are, by which I mean the 2D rendering API, is not a thing developed by Apple alone. Firstly, Apple's Quartz uses the PDF rendering model, which was created by Adobe, and PDF was in turn based on PostScript.

    That this is a good way to do 2D graphics is a no-brainer. Postscript was invented in the early 80's. The Mac later supported it's own kind of device-independent images (QuickDraw, and PICT files). Windows had Metafiles, and GEM (if anyone here used the DOS or Atari version) had it too.

    Given the success of Postscript and PDF, it's pretty natural to support the things they do. But Adobe (creators of PS and PDF), shouldn't get all credit either. They just implemented stuff developed by others, like Porter/Duff compositing.
    (Another early 80's innovation)

    So basically, none of this stuff is actually new. It has simply come of age. Apple has been in the forefront, and that is tribute to them. But if you think that this is all Apple's ideas.. You are wrong.

  18. Re:That's nice, but... by iserlohn · · Score: 4, Informative

    The whole idea of the composite extension (which this fancy shadow and transparency is based upon) is to make the desktop flicker free.

    It does this by diverting the X apps to draw to an offscreen buffer, and then compositing it to the screen in one feel swoop. This makes windows really solid. There is no need to wait for the X client to redraw the window contents when you move another window over it for example.

  19. Code's reusability by zaxios · · Score: 5, Insightful

    Under normal, closed source projects, this would spell doom for the software.

    And their work would probably be lost, and any new project that wanted continue their type of work would have to write everything all over again just to reach the existing level of functionality - which is a waste of time and effort. Instead, the pre-existing project is forked. Open from closed source is an innovation in distribution equivalent to modular/OOP from procedural in development in allowing and encouraging reusability. Reusability then facilitates easier extension - like the sort of improvements we're seeing with X.org.

    1. Re:Code's reusability by pyrrhonist · · Score: 4, Interesting
      No, another company that was successful would buy out the floundering company and its source code because of the promising potential. Closed source gets forked all the time. In the real world it's called a business transaction as the source is sold to another company.

      This happened to the company that I used to work for. We went out of business, the employees were laid off, and the IP was sold.

      Guess where the source code, the hardware design, and the existing prototype is now?

      It's in a closet at the company that bought it. It was bought simply to keep competitors from using it.

      --
      Show me on the doll where his noodly appendage touched you.
  20. Re:Meanwhile... by stefanlasiewski · · Score: 5, Insightful

    Am I really seeing a bunch of people getting excited over translucencies and shadows?

    (Has Windows really had Translucencies and shadows since 1999?)

    No, we're excited that there is a version of X-window that is progressing.

    These latest enhancements aren't super exciting, but X.org has had a lot of enhancements added since it split off from XFree86 a short 9 months ago, and there are many more enhancements coming in the next few months.

    I think that all major distros had adopted X.org over XFree86.

    --
    "Can of worms? The can is open... the worms are everywhere."
  21. Oh brother.... by dmaxwell · · Score: 5, Insightful

    Needs work boys, needs lots of work. I had high hopes for X.org but they are basically shattered now after seeing those OSX rip off screenshots.

    You're bitching at the wrong project. It is the window manager and desktop environment devs who most directly determine the look and feel of what you see on the screen. X.Org writes the bits that expose the functionality of video hardware to application developers and various layers of the OS.

    All those screenshots are meant to do is advertise the availability of certain effects and capabilities that up till now could only be achieved with dubious hacks.

    As what desktops look like, they can look like anything. Out of the box, they can look like Windows, OS X, or other things entirely. Everybody has the basic elements of windows, widgets, icons, and some sort of pager to work with. As it happens, my desktop doesn't particularly resemble either MacOS or Windows. Get off it already.

    Given statements like "10 years behind" coupled with general ignorance and I have to come to the conclusion that your troll-fu is extremely lacking. The low userid only makes it worse. It implies you've been around long enough to know better.

  22. Re:Drop shadows are wrong by 808140 · · Score: 5, Interesting

    The development at X.org is only at the protocol level; they've added extensions that make translucency and drop-shadows possible without evil, CPU/network intensive hacks.

    If it doesn't look right, it's only because the WM/toolkit programmers didn't think about it enough. But the actual X.org extensions are very, very flexible. Don't worry; this is just a showcase of what can be done, but it's not all that can be done.

    Remember, X.org is producing the X server, which is the lowest level of the X window system -- all it is is an implementation of the X11 protocol. Everything you actually see is drawn by other processes, like the Window manager, individual apps, etc, etc. The X server by itself isn't usable and provides no UI whatsoever.

  23. Re:Welcome to 1999, guys. by fucksl4shd0t · · Score: 5, Insightful

    X has been around longer than Windows. And it JUST NOW has a feature that has been around for years on Windows. Why is it that OSS weenies jump up and down when a tiny feature like this finally arrives for X, when non-OSS has had this for years, and act like OSS just pulled a rabbit out of its hat?

    Idiot. XFree86 has been a weak link in the chain of wonderful OSS for years, and for years we (as in the community) have been trying to get XFree86 to pick up the pace, clean up their act, and get to work. But no, XFree86 decided to linger in political pissing wars instead of actually building. It has been stagnant for a long time, and as we've celebrated all the wonderful things OSS brings us, we've all been accepting and acknowledging what XFree86 represented: a complete and utter failure that was independent of the development model. A project both unmanaged and micromanaged to the point where nothing could be done with it but barely keep pace with video cards (and even then not always managing that).

    The win here is that XFree86 finally made a decision that made it necessary for the very people distributing it to stop doing so, and for a rival project to fork and fix all the mistakes.

    So, yeah, you could focus only on the fact that X.org has new features that supposedly have been had for years in other parts of the industry and talk about how OSS sucks because of that. In the process you will be ignoring all the other wonderful things OSS has that proprietary software doesn't, and never will.

    And you'll be ignoring the fact that the very development at which you scoff represents one of the biggest strong points of the OSS movement, and one of the strongest arguments RMS ever makes about Free Software.

    So you can be ignorant, and there's still plenty of room for you.

    --
    Like what I said? You might like my music
  24. Re:Never saw a point for it by polin8 · · Score: 4, Informative

    Drop shadows can improve usability by making it easier to determine which window has focus.

    Translucency is beneficial for notification, non-critical alerts can be shown without completely hiding the workspace under them.

  25. Less window manipulation by achurch · · Score: 4, Interesting

    Translucency means you can (for example) have an editor window open on top of a reference web site in Mozilla, and still read the reference information while working in the editor without having to repeatedly raise and lower the two windows. As a developer, anything that lets me focus more on what I'm actually doing and less on messing around with the interface is more than welcome.

    1. Re:Less window manipulation by Jah-Wren+Ryel · · Score: 4, Funny

      Translucency means you can (for example) have an editor window open on top of a reference web site in Mozilla, and still read the reference information while working in the editor without having to repeatedly raise and lower the two windows.

      But now you can't convince your boss to spend this year's equipment budget on a bigger monitor for you -- say goodbye to that 30" 2500x1600 LCD monitor from Apple.

      --
      When information is power, privacy is freedom.
  26. Re:Yet again, zero innovation by be-fan · · Score: 4, Insightful

    The simple fact of the matter is that *no-one* is innovating. No, not even Longhorn is innovative in the slightest. We're at a period in the computing industry where we're just rehashing ideas from the 1980's. There is no point in getting self-righteous over who rehashed a 20-year-old idea first.

    --
    A deep unwavering belief is a sure sign you're missing something...
  27. Re:Yet again, zero innovation by fucksl4shd0t · · Score: 4, Insightful

    Ok, accuser. List every innovative thing you've done and released under an open source license.

    It's either put up or shut up, and real quick. Your criticism is hardly constructive, and while I'm willing to grant any random user the right to constructive criticism, I'm not willing to grant it to flaming criticism. So now you have to prove your credentials or shut the fuck up.

    So let's have it. What have you done?

    --
    Like what I said? You might like my music
  28. Re:Yet again, zero innovation by fucksl4shd0t · · Score: 4, Interesting

    As far as your comment about Linux being behind the times, I'd agree that Linux is playing 'catch up,' but I don't think that's a bad thing, just a necessary step.

    Actually, we're not ten years behind. Microsoft just got a ten year head start, and UNIX even longer.

    Let's not forget how young today's open source operating system is compared to these others. Sure, the BSDs can claim direct lineage to the original UNIX, but all the fragmenting of UNIX that happened in the 80s and the lawsuits of the 90s made sure BSD would fall behind. And Linux came to the table pretty late in the game, and before Linux there was no open source X implementation. XFree86 was given to us (iirc) when Linux finally had enough POSIX implemented to run it.

    So, yeah, you could say we're ten years behind if you really wanted to. That means we've closed the gap considerably, when you get right down to it. ;)

    (Side note: I don't think we're ten years behind anymore, I think we've closed the gap completely. In some areas we have some truly innovative stuff, while in others we lag behind, so the aggregate of all the OSS stuff you get with an average distribution puts us on par with Windows XP and Mac OS X. The thing is, nobody will notice until we actually surpass them, and then it'll be too late for them to catch up. Also, people focus on individual features as being behind, rather than looking at the whole forest to see how thick it has grown and how much true innovation is in it, and that's a great disservice to the OSS world as a whole)

    --
    Like what I said? You might like my music
  29. Re:Enforcer by Kiryat+Malachi · · Score: 4, Insightful

    Quite frankly, what I *need* to do my job includes things like admin rights on my PC. What a secretary *needs* to do her job doesn't, and she shouldn't get them, but neither should admin have the right to tell her "You can't change your desktop background. You can't turn drop shadows on or off. You can't change your screen font. You can't make a window translucent" or any of the other things that fall under 'eye candy'. If leaving something unlocked (and again, I'm not saying let them install Weatherbug and crap like that out the wazoo) will not *negatively* affect the computer's stability, then it should by default be allowed. Allowing your users freedom should always be preferable to not doing so, unless there is a good reason not to. You may think your users don't dislike you for locking their machines down, but in my experience, you're wrong.

    Installing programs unchecked? Not usually a necessary freedom.

    Modifying inherent eye candy properties? Not a necessary freedom, but one unlikely to affect the stability of a machine, and as such a freedom that should be allowed.

    --

    ---
    Mod me down, you fucking twits. Go ahead. I dare you.
    (I read with sigs off.)
  30. Re:Welcome to 1999, guys. by kerrle · · Score: 5, Insightful
    We're not offended by reality, but by the unfounded claim.

    OSX most definitely has hardware accelerated compositing - it's a terrific example of the GUI backend done right. It's also not available for anything but Apple hardware.

    Windows does not have hardware accelerated compositing. Even it's alpha-channel support is quite flakey - have you ever seen a program with a partially transparent window? With some applications, you can set an entire window transparent, but this quite often leads to corruption of parts of the window - there's a reason Windows doesn't have built in, supported transparency settings in the display manager.

    When Avalon becomes part of Windows in 2006 or 2007, it will finally meet (and possibly exceed) the features of X.Org. But I also don't expect the X developers to just sit around waiting for that to happen.

    The X server features this is demonstrating aren't "a tiny feature". While hardware accelerated composition is currently being used for transparency and drop shadows, it can also be used to accelerate a 3D desktop a la looking glass - it depends on whatever the composition manager can do. It's revolutionary because this is just the tip of the iceberg.

  31. Re:Meanwhile... by kerrle · · Score: 4, Insightful
    No, you're seeing people get excited about the API and core architecture changes you just mentioned.

    Right now, they're being used to do drop shadows and transparency - but the same extensions can also be used to reduce network bandwidth required for remote sessions or create a 3D desktop.

    Composite, Damage, and the other new extensions are exactly the fundamental changes you claim are needed - the fact that the quickest way to show them off gives us some neat eye candy is just icing on the cake.

    Also, Windows does not currently support this type of window compositing - it has basic alpha channel support, but there's a lot things these new extensions can do that Windows cannot, and won't until Avalon.

  32. Never understood gripes about eye-candy by inkswamp · · Score: 4, Insightful
    I've never been able to relate to complaining about eye-candy. I don't see it as a gratuitous part of the user experience, not even for admins. But it needs to be done right. A couple of points to consider before complaining or writing it off as unimportant:

    First, as long as you take the approach that Apple took with Aqua and Quartz in offloading the graphic work to the graphics card, then who cares? It barely affects CPU load and you get a better looking interface. It's just putting unused potential to work.

    Second, why would you want to look at an ugly interface? Car makers put a lot of work into what you see when you're sitting in the driver's seat, right? Steering wheel, seats, dashboard... they've all been carefully designed for looks just like the outside of the car? Those of you complaining about UI eye-candy: do you also look for totally stripped down cars too? There is something to be said for aesthetics. Unless you're a robot, it affects you.

    Third, some "eye-candy" can actually serve a purpose. For example: the "slurping" effect in OS X that so many people complain about actually acts as a visual cue, almost like a moving arrow, to show you exactly where your window is minimizing to. I never lose track of minimized windows in OS X, but I do it all the time on Windows. (Of course, it helps that OS X also has the added "eye-candy" of showing a minimized version of the window itself in the dock.)

    Just a few things to consider. I don't think eye-candy is the Great Satan it's often made out to be and it's good to see X keeping pace.

    --
    --Rick "If it isn't broken, take it apart and find out why."
  33. Re:Meanwhile... by DraconPern · · Score: 4, Interesting

    (Has Windows really had Translucencies and shadows since 1999?)

    Yes, Windows 2000 had full translucencies support. How do I know? I wrote TransparentFX for Winamp

  34. Re:Drop Shadows - choose a light source now guys by Gleng · · Score: 5, Interesting

    I always thought it would be a nice idea to have the mouse pointer as the light source.

    --
    "Proudly Posting Without Reading The Article"