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."

71 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.

    1. Re:Groovey by Phexro · · Score: 3, Informative

      In KDE:

      Right click your desktop, -> Configure Desktop
      Behavior -> Menu Bar at Top of Screen -> Current application's menu bar (Mac OS-style)

      For more fun, add a small Kicker child panel at the top of the screen, then right-click it and pick Add -> Applet -> Menu.

      Then you can have your clock, systray, or whatever else in the menubar. At the top of the screen, but managed by the application.

  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. Performance by ShatteredDream · · Score: 3, Informative

    What I'd like to know is when mainstream distribution makers will build and configure XOrg so that it performs well. My experience with Fedora 2 and 3Test1 was not good. My PowerBook G4 running at 1Ghz running Panther outperformed KDE 3.3 w/ XOrg 6.8.99 from fedora development on a Athlon XP 2400+ w/ 512MB of ram.

  8. 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 dmaxwell · · Score: 3, Insightful

      What exactly is so horrid about the fonts? I looked at several of those screenies and didn't see anything that especially jumped out at me as horrible. I most especially did not see the sort of jagged badly scaled hell that was the norm three or four years ago.

    2. 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.
    3. 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.

    4. Re:Good, but... by Brandybuck · · Score: 3, Informative

      If you're willing to experiment, no system offers you as many possibilities as Linux.

      I'm going to have to call your bluff. Consider FreeBSD as one example. Same desktop. Same graphics subsystem, including DRI. And if you're into proprietary graphics drivers, NVidia's is even available.

      This service announcement brought to you by the Pedantry Police...

      --
      Don't blame me, I didn't vote for either of them!
  9. 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.)
  10. 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.
  11. Meanwhile... by rd_syringe · · Score: 3, Interesting

    The other two desktop operating systems out there have had it for at least five years and are working on newer things. Am I really seeing a bunch of people getting excited over translucencies and shadows? These are things that have been commonplace for years.

    There are WAY more fundamental issues that need to be addressed for widespread Linux desktop adoption, from APIs to core architecture changes. But hey, at least our cramped KDE menu has translucency now. :P

    1. 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.

    2. 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."
    3. Re:Meanwhile... by bob65 · · Score: 3, Insightful
      one thing I've learned observing which software gets adopted and which does not, its that polish matters.

      Exactly. Just like in the automobile world, polish matters, and can often make or break a deal. A lot of cars have "unneccesary bloat" (weight) which affects performance. But things like sound insulation, vibration reduction measures, and bells and whistles add to the overall "feel" of the car. Many manufacturers have admitted to paying particular attention to the sound made when closing the car door. They deliberately fine-tune the acoustics so that closing the door makes a nice, reassuring "thud", and deliberately fine-tune the springs and hinges on the door to make it feel "heavy" and "solid", when in fact, they have not actually changed the door structure itself. Look and feel plays an important role (consciously or subconsciously) in people's buying decisions.

    4. 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.

    5. 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

  12. 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.

  13. 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
  14. 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.

  15. 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.

  16. Users Experiences by theoddbot · · Score: 3, Interesting

    I've been running the latest versions to hit gentoo for a few days now, the 904 release improves stability a lot over 903.

    Using the nvidia drivers with RenderAccel enabled with xcompmgr makes the desktop fly! Its amazing the psychological difference the redraw elimination makes. It certainly feels much lighter, and gives my iBook a run for its money. The transparency effects have no noticible speed hit whatsover. I've had multiple transparent videos playing, moving around, etc and its all smooth the way it should be.

    This project really is an example of how re-opening the project from the XFree86 'cathedral' has increased development activity in leaps and bounds. Congratulations to all the X.org and freedesktop.org developers on a great job.

    -theoddbot

  17. 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...

  18. 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.

  19. 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.

  20. 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.

  21. 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.
  22. 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.

  23. Re:Great Progress... by dbIII · · Score: 3, Informative
    But is the cycle-tradeoff worth it?
    It really depends on how it is done. One little experiment in Enlightenment was a "ripple" effect, where the bottom part of the root window looked like water was rippling over it, with reflections of the windows furthur up the screen distorting in the ripples. The effect was set to stop working whenever there was any other load on the CPU.

    The shadows/transparency are only going to be rendered when changes occur to the windows they show anyway. Unfortunately there's often a lot of other things going on at the same time (expose events etc.). With the window manager I use I set the moves and resizes to only show outlines until the window is place where it is going to go.

    How will this affect slower environments like remote sessions?
    Since it's part of the X server the effects are all going to be done locally anyway. If you only have a monochrome display on the remote box you can still run most X applications correctly anyway, this will be no different, and you'll probably never see the effects. However, if you have a program that specificly requires an extension which your local X server doesn't support (eg. like we currently have with OpenGL), then it won't work.

    If you have some VNC type thing that takes bitmaps then you'll probably want to turn the effects off in the X server that feeds it.

    I can think of a certain OS's UI that will require hardware acceleration.
    It makes a difference, switching between the VESA driver and the Nvidia driver for a card makes a large difference. X has had hardware acceleration for a very long time (pre-linux I suspect).
  24. Re:list of questions by be-fan · · Score: 3, Informative

    - X.org should be in the next Debian X-strike force update, although I don't know how long that'd take.

    - The eventual goal is to implement the X server on top of OpenGL, so transparency and 2D operations can be hardware accelerated.

    --
    A deep unwavering belief is a sure sign you're missing something...
  25. 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.

  26. 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
  27. 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.

  28. 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.
  29. Re:Not allowed in my shop by Kiryat+Malachi · · Score: 3, Insightful

    You're a controlling freak, then.

    Eye-candy that has no effect on the OS (I'm not saying let the users go out and install Stardock or whatever utility of the month) has no effect on administration, and as a result should be allowed.

    Case in point - desktop backgrounds. There is no reason not to let users set their own, and many reasons to let them do so, like the fact that if you let them do the things they want that don't affect things, they're more likely to listen to you when you say "You must use Firefox for security reasons."

    --

    ---
    Mod me down, you fucking twits. Go ahead. I dare you.
    (I read with sigs off.)
  30. Re:Welcome to 1999, guys. by fucksl4shd0t · · Score: 3, Insightful

    OS X uses an openGL rendering engine, but you can reproduce 99% of the GUI functionality using XFree86 as it stands now and still be 3 years ahead of Windows.

    Yeah, you could do that, if you wanted. The only problem is that then the desktop would be a third as responsive as it is now. There's a reason OS X uses an openGL rendering engine rather than dumping all that load on the CPU. "Arrogant" OSS developers are well familiar with that reason, are you?

    --
    Like what I said? You might like my music
  31. 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...
  32. 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
  33. Re:list of questions by be-fan · · Score: 3, Informative

    There isn't an official time-table, just the information I've gleaned from lurking on mailing lists and whatnot. If you look at the xserver mailing lists from around this winter, you can piece together the basic plan.

    Of course, the key piece here is Cairo/Glitz, which is already quite usable.

    --
    A deep unwavering belief is a sure sign you're missing something...
  34. Drop Shadows - choose a light source now guys by asterism · · Score: 3, Insightful

    It's great to see X progressing in it's new home.

    Now is the time to get the esthetics worked out before things get entrenched. The screenshots of the drop shadows show a shadow around all of the edges of the windows. This looks really funny since this implies that the light source is directly over the center of each window. Why is there a shadow on the top? If we're going to have a rendered-style look we should choose a decent place for the light so we can have some consistency.

    I vote for the light source to be at offscreen at the top left.

    1. 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"
    2. Re:Drop Shadows - choose a light source now guys by Spy+Hunter · · Score: 3, Insightful

      Well, it depends on what the purpose of the shadows is. If the purpose of the shadows is to look realistic, the shadow should only appear on the bottom and right of the window (for consistency with most UI toolkits which place the light source at top left). If the purpose of the shadow is to improve usability by making it easier to determine which window has the focus, then the shadow should appear around all edges of the window for maximum "popping off the screen" effect. It may surprise you to learn that OS X's windows have a shadow on all four sides. The left and right shadows are the same size; the top shadow is only a few pixels tall, but it is there; the bottom shadow is the largest. Also, the shadow of the topmost window is significantly larger and darker than other shadows, making it even easier to see the focused window. Apple knows their usability.

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
  35. 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
  36. 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.)
  37. 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.

  38. 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."
  39. Re:Enforcer by Kiryat+Malachi · · Score: 3, Insightful

    Why should an admin have that right? For a fact, if ours did I would be finding ways to break their rules on a constant basis, just because they'd be ridiculous rules. Similarly, if our firewall were locked down too tightly, you can bet I'd be finding ways around it. Reasonable lockdown won't upset a user; unreasonable will, and will likely lead to far more trouble than letting the users use the harmless stuff. I've been on both sides of the fence, working as IT and working with IT, and I've observed enough environments to know that people will use less workarounds when they don't need to work around things to get what they want.

    Given that many secretaries (in fact, *all* of ours - we have a security guard at our reception desk, and he doesn't get a computer) are not in the public view, and that of those who are in public view their machines are often not at all visible, why shouldn't they set hunk of the month as their background? What does it matter? If someone is offended by a bit of onscreen beefcake, too bad. As long as the company standards aren't being broken (which would prevent, e.g., nudie pics as backgrounds on engineer's machines in most cases), where's the harm? It's entirely possible that my wearing of a Star of David offends Muslims in my workplace, or that my visible facial piercing offends the strait-laced. However, neither of these interfere with *my* work and with the work of reasonably tolerant people. Similarly, beefcake on the desktop interferes with no ones' work except the overly sensitive.

    Admins need to learn that users are probably more sensible in many areas (read: what is and is not an acceptable desktop background) than they are, and that the areas they should be locking are those where the admin actually does know more (read: lockdown installation privileges, lockdown inappropriate network use, enforce virus protection, etc.)

    --

    ---
    Mod me down, you fucking twits. Go ahead. I dare you.
    (I read with sigs off.)
  40. What's with this polish thing anyway? by seguso · · Score: 3, Funny
    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

    Could you please stop all this fuzz about polish. Call me old fashioned, but in my PC I want nothing else than good, old english.

    Ah, those arrogant immigrant geeks.

  41. Re:Yay! by jsebrech · · Score: 3, Insightful

    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.

    Actually, that's not a good comparison, because when X runs locally it does not use the network, but instead uses shared memory. This is really fast, so the assertion that network transparency slows down X is a total myth.

    What really makes X on linux slow is that there is almost no hardware acceleration (even with accelerated drivers). The RENDER framework, used for a lot of the gee-whiz graphical effects, is almost entirely non-accelerated. This is due to incompatibility between the X driver design and the RENDER framework which makes it incredibly difficult to write an accelerated implementation of it. This will get fixed when X.Org moves onto the kdrive driver framework.

    What also hasn't helped historically is the fact that X runs in a separate process, and so you have to wait until the kernel wakes up the process before you see drawing occur. Older kernels were poor at recognizing when X needed to draw stuff, and so there was a noticeable delay between user action and the corresponding on-screen result. Ofcourse, if X ran in-kernel, any X crash would take down your entire system. I personally would rather have a small speed hit than have an unstable system.

  42. Re:Yet again, zero innovation by jmitchel!jmitchel.co · · Score: 3, Informative

    From what I can tell (not so much, but enough, and I have been around a fairly long time), there has Always been an open X11 implementation. The X.org kit has always been the reference implementation that everybody built their versions of X11 from, and to that end has always been under some variation of the BSD license, or at least from the very early days of Linux/*BSD.

    XFree86 was a fork of the X Consortium (which ultimately mutated into X.org) when the X Consortium was the stodgy old line, conservative organization, and (again, if I'm not mistaken) it inherited those qualities from the X Consortium (which, I underline, has become X.org). It became the defacto reference implementation because the economics of the workstation business and of graphics cards made XFree86 the only set of drivers that people cared about.

  43. Re:Enforcer by kinzillah · · Score: 3, Insightful

    But theres no reason it can't be some flowers she like or a picture of her family. Things such as that don't look unproffesional, but rather it looks like the employees there are actually human.

    --
    Douglas P. Price