Slashdot Mirror


Fedora's OpenGL Composite Desktop

An anonymous reader writes "First we had Novell's XGL and Compiz technology, which allows for OpenGL-based composite rendering on the Linux desktop. Now Fedora has created the Advanced Indirect GL X project, which aims for similar desktop effects but with a simpler implementation. Sure, at the end of the day it's just eye candy, but make no mistake - the Linux desktop is due for a massive shake-up!"

60 of 392 comments (clear)

  1. "Just eyecandy" by Tim+C · · Score: 5, Insightful

    I spend upwards of 10 hours a day staring at a computer screen; what I'm looking at had better be aesthetically pleasing.

    It *does* serve a purpose - it makes my day that little bit more enjoyable. Decorating your house serves no real purpose (unless you're trying to sell it), but most people want something a little nicer than bare walls. People decorate their cubicles and offices - a photo here, a plant there.

    I don't see why a desktop should be any different.

    1. Re:"Just eyecandy" by Jordan+Catalano · · Score: 4, Funny

      Work's work. If you could dictate the asthetics of your work environment, I bet you'd have quite a different set of coworkers.

    2. Re:"Just eyecandy" by diegocgteleline.es · · Score: 2, Funny

      Since you got the first comment, I assume youw aste those 10 hours reloading slashdot

    3. Re:"Just eyecandy" by ajs · · Score: 4, Informative
      Advantages of an OpenGL desktop:
      • Zooming in on any part of the desktop while still being able to interact with it (for the visually impared, this is HUGE)
      • Hardware support beomes much simpler.
      • Window manager interaction involves less CPU
      • SVG rendering can go straight to OpenGL for better rendering performance
      • Support for alpha blending (for PNG, anti-aliasing, gimp, etc.) is much lower overhead and easier to support universally

    4. Re:"Just eyecandy" by Expert+Determination · · Score: 2, Insightful

      If aesthetic were important than a better place to start might be by having standards for the look and feel of X applications and then making Linux distributions adhere to it. Right now my X desktop looks like every application was designed and written by a completely different group of people (which of course they were, but it shouldn't be visible). This doesn't just apply to looks. It'd be nice if there were some commonality between the user interfaces too. This is far more imporant, to me, than a bunch of new features that will allow applications to look and behave even more differently from each other than before.

      --
      "The White House is not an intelligence-gathering agency," -- Scott McClellan, Whitehouse spokesman.
    5. Re:"Just eyecandy" by Webz · · Score: 2, Funny

      Zooming in on any part of the desktop while still being able to interact with it (for the visually impared, this is HUGE)

      Did anyone else find this punny? =P

    6. Re:"Just eyecandy" by Hes+Nikke · · Score: 2, Informative

      if you want a consitant look and feel, you're on the wrong platform buddy. Linux distros will *NEVER* have a unified look. Mac OS X otoh already does have a unified look and feel. (though the trend is in the wrong direction - Brushed Metal, Unified Toolbar, Pro, Smooth Metal, ect)

      --
      Don't call me back. Give me a call back. Bye. So yeah. But bye our, well, but alright we are on a shirt this chill.
  2. What about X11 acceleration? by Watson+Ladd · · Score: 4, Interesting

    How does this relate to the ongoing accelerated X11 efforts?

    --
    Inventions have long since reached their limit, and I see no hope for further development.-- Frontinus, 1st cent. AD
  3. OpenGL a big win by andrewzx1 · · Score: 5, Insightful

    Having increased OpenGL support for Linux and gathering development support for advanced graphics toolkits will be a big win for Linux desktop. Having a sexy and slick interface has helped make OSX very popular. Sexy graphics for Linux will open new possibilities for interfaces, data display, games, and more.

    Let us pay homage to Silicon Graphics, the originators of OpenGL. They may not live out the year.

  4. Re:There go the distros again.. by tuffy · · Score: 3, Insightful
    Making incompatible forks, each one trying to be different from another insetead of collaboring to rush development of unified tools.

    What part of "This is code that was done entirely upstream in concert with the rest of the X community." do you not understand?

    --

    Ita erat quando hic adveni.

  5. Re:Are we wasting our efforts? by chrismcdirty · · Score: 5, Insightful

    allowing any user to load and install any application or hardware accessory

    Isn't that part of the reason Windows is so insecure? Any user can install an application (when using default setup, as most people use), so the exploits can do more than screw with the user's home directory.

    --
    It's like sex, except I'm having it!
  6. Not again by prockcore · · Score: 3, Interesting

    I'm not liking where this is headed. Now we've got Xgl, Aigl and whatever Luminocity used.

    Why couldn't they just standardize on Xgl? It works *today*. Aigl doesn't even support my nvidia card right now.

    1. Re:Not again by Erwos · · Score: 4, Informative

      Your nVidia video card doesn't support Aigl, you mean. It's missing an extension that nVidia is adding in the next driver release. This is hardly a show-stopper. Indeed, from the article, nVidia seems to believe this is the way to go.

      -Erwos

      --
      Plausible conjecture should not be misrepresented as proof positive.
    2. Re:Not again by cortana · · Score: 4, Informative
      Please visit http://developer.nvidia.com/object/xdevconf_2006_p resentations.html and check out NVIDIA's presentation: "Using the Existing
      XFree86/X.Org Loadable Driver Framework to Achieve a Composited X Desktop":
      In this paper, we make the case for using the existing XFree86/X.Org DDX loadable driver framework to achieve a production-quality composited X desktop, as opposed to the X-on-OpenGL model. While the X-on-OpenGL model demonstrates what the graphics hardware is capable of, everything that the X-on-OpenGL model can achieve is equally possible with the current framework. Furthermore, the current framework offers flexibility to driver developers to expose vendor-specific features that may not be possible through the X-on-OpenGL model.
    3. Re:Not again by tenchiken · · Score: 2, Informative

      nVidia not only believes that it is the way to go, they helped write the spec for the feature.

    4. Re:Not again by be-fan · · Score: 3, Informative

      The underlying foundation of XGL is exactly what a compositing window system needs --- a generic OpenGL stack that unifies control of the GPU into a single multclient-aware driver. Yes, it complicates the driver. The driver needs to properly handle and schedule multiple rendering clients, it must manage do good memory management and video memory virtualization, and it must properly handle synchronization of rendering. However, handling these things properly is The Right Solution. Aiglx just perpetuates the driver sharing lunacy that exists now, which is something that OS X and Vista will get rid off.

      --
      A deep unwavering belief is a sure sign you're missing something...
    5. Re:Not again by octopus72 · · Score: 2, Interesting

      XGL has much more potential than accelerated indirect GL. Compositing manager on AIGLX can do same as one working on GLX. Main thing here is good 3D driver support with proper extensions.

      XGL, however, can also do accelerated XRender (using glitz), and it's more similar to Quartz. It is also open for future protocol improvements, e.g adding some 3D API support to X server. For ol' xorg server (with XAA or EXA), it would mean lot's of rewriting and either drastically improving driver model (duplicating GL API) or using GL and essentialy becoming same thing as XGL. Note that Nvidia is already doinng GL-based imsplementation of old XFree driver model.

      Still, few important problems need to be addresed in XGL, like direct GL (at least fullscreen), multihead support, screen hotplugging, etc.

      Is compiz the best approach, I don't really know. Maybe they should've modified metaclty to do what they want (and that is primarily good plugin system for 3D effects).

  7. Re:There go the distros again.. by Erwos · · Score: 4, Informative

    Did you even RTFA? All the work was done upstream. Nothing's there that's Fedora specific.

    -Erwos

    --
    Plausible conjecture should not be misrepresented as proof positive.
  8. Re:Screenshots by TeacherOfHeroes · · Score: 3, Informative

    How can they talk about graphics advances without screenshots? I believe the term used these days is "TTIWWP".

    They can get away with not giving you screen shots because they give you movies

  9. Re:There go the distros again.. by misleb · · Score: 4, Informative

    How is this an incompatible fork? According to the website, they're working with upstream X development to make this a part of or at least easily added to the regular X distribution. It's just that only FC5 has things setup just right so far.

    -matthew

    --
    "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
  10. video card support? by atarione · · Score: 3, Informative

    I'm as excited as the next guy about new sexy UI for linux.... and certainly apple's rather posh desktop has helped them out..... but how excited should we be when clearly only a small number of video adapters currently work ? ~~~ Video card status Here is the current status as far as we know. We also intend to release driver updates in the yum repository as we get those cards to work. If your card isn't supported, come back later to see if we've added support. Note that this support status only affects new functionality; everything should work as well as it did before with the compositing manager disabled. Success and failure updates to this page are welcome. Known Working ATI: Radeon 7000 through 9250 (r100 and r200 generations) Intel: i830 through i945 Occasionally / Possibly working Intel: i810. Should work but not tested. 3dfx: voodoo3 through voodoo5. Might need NV_texture_rectangle emulation. Known to not work ATI: Radeon 9500 through X850 (r300 and r400 generations). Some issues with rectangular textures may be fixed in new DRM CVS, need to verify. ATI: Rage 128. Looks like driver locking issue. ATI: Mach64. No DRM support in Fedora, still insecure. Matrox: MGA G200 to G550. Needs at least a driver update to fix DRI locking. PCI cards probably have other issues as well. nVidia: Any. No open DRI driver. Closed driver support coming soon though. 3dfx: Voodoo 1 and 2. No DRI driver. ATI: Radeon 8500 through X850 with the closed fglrx driver. Uses an ancient version of the DRI driver API that can't work with the new driver loader. No ETA on closed driver support. Anything without a free 3d driver. Unknown status via, s3 savage, sis. No intrinsic reason why these wouldn't work, as far as we know, but no one has tested them yet. ~~~

    --
    actually I am happy to see you, however that is in fact a banana in my pocket.
  11. Re:Are we wasting our efforts? by Tweekster · · Score: 2, Insightful

    Um, how about you stop telling other people what "we" (who is this we you speak of anyways) should be doing. Why dont you go get started on that and stop setting priorities for OTHER people

    --
    The phrase "more better" is acceptable English. suck it grammar Nazis
  12. Comparison to Novell's XGL effort by anandrajan · · Score: 5, Informative
    From the FAQ, How is this different than XGL?

    "XGL is a different X server. This is a more incremental change which is slated to become part of Xorg. We don't believe that replacing the entire X server is the right path, and that improving it incrementally is a better way to modernize it. After talking to people at xdevconf, it felt like much of the upstream Xorg community shares this view. You can search Adam Jackson's notes for "large work for Xgl" to get the blow-by-blow or NVidia's presentation from XDevConf 2006 on using the existing model.

    We've been working on the AIGLX code for a some time with the community, which is in direct contrast with the way that XGL was developed. XGL spent the last few months of its development behind closed doors and was dropped on the community as a finished solution. Unfortunately, it wasn't peer reviewed during its development process, and its architecture doesn't sit well with a lot of people.

    The other question is Wait, can I use compiz? The answer there is a theoretical yes, although no one has actually gotten it to work. We love compiz and we think it's great stuff and is well polished, but it's often confused with the underlying architecture of XGL. Much like the code that we've added to metacity, compiz is a composite manager. With a bit of work, it should be possible to get compiz working on this X server. There's an excellent post from Soren on the topic of compiz vs. metacity."

    --
    Anand Rangarajan anand@cise.ufl.edu
  13. Interesting applications by dtsazza · · Score: 4, Interesting
    It'll certainly be interesting to see effects like those of 3dDesk the norm, rather than the exception. Also, if anyone else has played with it they might have noticed that it essentially works with lowish-res images of the desktop rather than the windows and icons themselves - you can notice it in some of the modes, there's a definite switch between the desktop itself, and the image of the desktop (in both directions). Having something fully integrated will open up many new possibilities... ...and on the same note, it's a challenge to designers to use them in a truly worthwhile way. While I agree with that eye candy does make a difference, it can also make a difference in a bad way when clueless designers turn to snazzy effects to make up for lack of basic competence (viz. many many webpages). It's the difference between
    "Let's make improvements to X - ooh, that new 3D stuff could help with that"
    and
    "Wow, that 3D stuff sure is snazzy! We'd best think up a way to get it into our next release."
    Now I'm certainly not saying that this is bad news, far from it in fact, but I can imagine there'll be temptation there to use it at any cost (especially once it starts making its way into competing projects). Hopefully interface designers will embrace the new possibilites open to them and give us some genuinely useful/nice improvements.
    --
    My, that was a yummy potato!
  14. How about actually letting us use Scaled Windows by Anonymous Coward · · Score: 3, Interesting

    I am absolutely irate with respect this project and XGL and even expose on the mac. Heaven forbid they let use scale a window and keep it scaled. I don't mean resize, I mean zoom in and out of ONE window. Imagine how useful that will be for tiled window managers, if we can scale windows we don't need to worry about the app handling resizing right.

    DEVELOPERS PLEASE STOP WORRYING ABOUT THE EYE CANDY AND THINK ABOUT FUNCTIONALITY.

  15. one problem: viruses and malware by 192939495969798999 · · Score: 2, Insightful

    If Linux allowed anyone to install anything without having to think first, then you'd get what windows has: tons of viruses and malware. If it is easy to dupe people, then people will be duped. Unfortunately, this is the catch-22 for linux: how to achieve an install base like Windows while maintaining a Macintosh-like affinity with hackers, so that the user base won't get attacked.

    --
    stuff |
  16. Re:From the FAQ, We Read... by chrismcdirty · · Score: 2, Insightful

    Chances are, you care because it's pretty and pleasing to the eyes. If not, move along.

    I don't see why your post refers to the question about how it affects application developers if you haven't written a line of code since GWBASIC. That tells me than anything to do with application development doesn't matter to you at all, anyway.

    --
    It's like sex, except I'm having it!
  17. A good step, but not the end game... by TheNetAvenger · · Score: 2, Informative

    A good step, but not the end game...

    The project has a good concept model, not to destroy XWindows with a rewrite; however, this will considerably limit any real advancement into a comprehensive environment.

    I see this as more of a test bed, and partial stepping stone; however there are many issues not being addressed that just need to be ripped apart and rethought out, and this CAN be done without destroying the existing environments.

    Part of the problem of Bringing any 3D GPU functions to the desktop is the nature of Video cards, and they are designed to operate in a 2d accelerated mode and a full 3d accelerated mode, with both aspects of the cards not mixing normally.

    What this leads to is an environment that mimics the 2D acceleration features in the 3D mode, and turns the Video card into 3D mode full time.

    Strangely, what will help this push for full time 3D utilization or cross utilization is work being done at company people really don't like, Microsoft.

    Microsoft is pushing both ATI and NVidia to move their Driver technology to allow for overlapping of the two operational modes, and also adding in virtualization of the GPU RAM space - the WDDM/LDDM that will ship with Vista, as it will be the first consumer OS that has a full time 3D accelerated accessible UI environment active.

    Also by virtualizing the GPU RAM, Vista drivers (WDDM) are pushing the cards to pull off some interesting tricks, like pushing to System RAM lower priority applications Video, without out of memory considerations - Just like Virtual Memory on Hard Drive did years and years ago, and leaving a full 3D environment and 'appearance' of GPU RAM continually available to applications no matter how many remain active.

    Video RAM of the old days was basically having enough RAM to display the resolution and depth for the screen you were displaying, but in the 3D world, GPU RAM is filled with textures, etc - so this mixing and virtualization process has been a long time coming, and surprisingly, Microsoft if the company helping NVidia and ATI get it working at the driver level.

    Now for the good news, Microsoft has been generous to ATI and NVidia in the driver development process and in doing so has given both companies a lot of information and technology they would not of had access to from the multi-app OS environment viewpoint.

    So all the cool new functions of the WDDM that is being developed for Vista should eventually flow back through both NVidia and ATI and their own driver technologies for supporting these concepts in other OS environments.

    However, as I started out and still believe, this technology from the article, and even going full OpenGL desktop is not a complete answer. A full OpenGl desktop will be problematic when you want to run a 'windowed' version of Quake in for example, as the applicaiton will be expecting to have full control of the OpenGL/GPU and not expecting the first priority to be going to the Desktop Environment.

    So to get to the full OpenGL desktop is going to break a lot of existing 3D applications in the *nix/OpenGL world, or a technology to bridge this is going to have to come about. A technology that maybe sucks info from ATI and NVidia and Microsoft even to emulate what Vista is pulling off.

    1. Re:A good step, but not the end game... by ardor · · Score: 2, Insightful

      "A full OpenGl desktop will be problematic when you want to run a 'windowed' version of Quake in for example, as the applicaiton will be expecting to have full control of the OpenGL/GPU and not expecting the first priority to be going to the Desktop Environment."

      This is wrong. OpenGL is actually better suited for this than Direct3D, since OpenGL has a client/server architecture. OSX proves this - it is easily possible to play in windowed mode with no slowdowns. So, no 3D apps get broken. D3D needs to be redesigned for this, in short it needs a similar client/server-architecture. I wouldnt be surprised to see Direct3D 10 heading in this direction.

      --
      This sig does not contain any SCO code.
    2. Re:A good step, but not the end game... by TheNetAvenger · · Score: 2, Informative

      This is wrong. OpenGL is actually better suited for this than Direct3D, since OpenGL has a client/server architecture. OSX proves this - it is easily possible to play in windowed mode with no slowdowns. So, no 3D apps get broken. D3D needs to be redesigned for this, in short it needs a similar client/server-architecture. I wouldnt be surprised to see Direct3D 10 heading in this direction.

      Actually OpenGL isn't better suited to this, in fact this is a concept it tends to omit completely.

      Secondly, you are not understanding the point here. DirectX applications will run in Windowed Mode on XP just a fast as they will run Full Screen on XP - that is a hallmark of the DirectX design; however, multi-tasking 5 applications that want full access to your video card (to use its memory, etc) becomes problematic, even though DirectX already has mechanisms for handling this.

      But this is NOT the point I was making...

      Take a full 3D application, use OpenGL to create it, then call it your user desktop, now embed another 3D application into this 3D application without GPU RAM becoming an issue, Coordinate display of the new 3D application becoming an issue, etc.

      You can't easily embed one OpenGL application that assumes complete control of the 3D Side of the GPU into another OpenGL 3D application. Even if the main App, the UI is smart, the second application will cause failure as it expects to have all the GPU RAM when it wants it, etc etc...

      This is not about running a game in a 'windowed' mode, Microsoft proved that with DirectX Full Screen and Windowed gaming is and should be seamless since 1997, so your theory about the client/server design of OpenGL is a good idea, but doesn't fit the bill of what is required.

      This goes deep, to the the *nix/Linux Driver level, past OpenGL. The Video card needs to know how to hand off RAM and multi-task more freely than they currently do.

      Open five (5) copies of Quake on your OSX desktop, in a Window, and set each to run through a series of Demonstrations. How well do they run, at what point does this experiment fail?

      This is something Microsoft tried to demonstrate at the September PDC, but apparently not a lot of people have yet paid attention to this, and with NDAs on the product, the ones that are getting it can't always talk about it.

      Microsoft demonstrated how XP and DirectX would try to mult-task out three or four 3D application in a Windowed mode, but with the initial Vista technologies, it would do this with ten (10) applications, while running the UI GUI with 3D acceleration features enabled - the 'Glass' at the same time.

      So not only are they multi-tasking in and out the UI with 3D to not compete but co-exist with other 3D applications whether they are WPF or DirectX, but they are also allowing the applications themselves to multi-task with each other better, and use System RAM as Virtual GPU RAM.

      This is a big step in the 3D display technologies, and will result even in changes to the GPU architectures, look for better cooperative multi-tasking of GPU enabled applications, as well as Video cards in SLI or multi core modes extending this ability even further.

  18. Re:Will ATI finally get FOSS friendly?? by chrismcdirty · · Score: 2, Informative

    It's not that ATI is getting OSS friendly, it's that the Xorg radeon driver works for those cards. As you may have seen, cards above the 9250 are not supported, as they still have to deal with the drivers that ATI releases in-house, closed-source.

    --
    It's like sex, except I'm having it!
  19. The "eye candy" mentality by skryche · · Score: 3, Insightful

    Having watched the movies, I am greatly unimpressed. The reason the Mac UI works so well is that its eyecandy is a method of subtly including information that might otherwise be lost. For instance, when you minimize a window in MacOS (if I remember correctly), it slides down to a nice little parking place on the dock. In the first movie, the minimized document shrinks down in a nifty animation but shows no relationship between it and the button at the top of the screen. The second movie solves this problem (so why even have the first) but is slow (can you imagine minimizing eight windows? What a mess!).

    Similarly, in the third example -- what information is being given to the user by fading the menus? I'm not sure what it is; instead, it just looks messier, and therefore less useful.

    A side note: I knew this whole "No! Vorbis is the format! OGG is just the container" idea would bite me on the ass some day, and it looks like today's the day. I clicked on the movie links only to have my Winamp playlist destroyed. Even worse, Winamp didn't even know how to play the file. Is there a solution to this absurd problem?

    1. Re:The "eye candy" mentality by be-fan · · Score: 2, Insightful

      The reason the Mac UI works so well is that its eyecandy is a method of subtly including information that might otherwise be lost.

      Your point is well-taken, but I'd suggest you sit down with a copy of OS X 10.0 sometime. The eye-candy was pretty unsubtle back then. The refinement present in Tiger took Apple several years to get right. XGL is not yet a year old. Give it some time to mature.

      --
      A deep unwavering belief is a sure sign you're missing something...
    2. Re:The "eye candy" mentality by ananke · · Score: 2, Funny

      So which category does this one fit into: http://dogcow.atspace.com/IMG_8264.html ? creative or tasteful...

      --
      --- d'oh
  20. Re:From the FAQ, We Read... by diegocgteleline.es · · Score: 2, Insightful

    Maybe you didn't read the question well: Q. How does this affect application developers?

  21. Re:Are we wasting our efforts? by paulpach · · Score: 4, Insightful

    You are right, we should forbid X developers from working on X until your issues are solved.

    What we should do is grab the X developers ( which some are volunteers, which are giving this away for free ) and force them to work on a Microsoft Active Directory clone. Given the extensive experience X developers have in directory service, forcing them to work on it is a no brainer.

    What should happen is that all development on linux should stall until we get your issues solved. People with no interest whatsoever in Active Directory should be forced to work on it. This of course should include Gnome, KDE, and all of GNU products.

    Also, Microsoft Active Directory is TOP priority, nobody in their house can do anything usefull without it. And it is well known that 87% of the desktop computers are using Active Directory.

    so I agree, STOP WORKING ON X, YOU ARE KILLING LINUX

  22. Goose for the gander by penrodyn · · Score: 2, Insightful

    It's amazing that when Vista has new eye candy its bad but when Linux has it it's good!?

    1. Re:Goose for the gander by WhiteWolf666 · · Score: 4, Insightful

      Vista's eye candy has tremendous system requirements. On X, if you can offload window operations to an OpenGL compositor, you save a significant number of CPU cycles.

      Yes, there is a difference. Take a look at your system. Turn off NVIDIA's custom render accel, and watch X's CPU usage while moving windows around, or resizing, or scrolling.

      Install XGL, or this new Fedora thing.

      Play a video on X, run a background compilation process, and then resize your video window. It'll stutter like mad. Try the same thing on XGL; its fluid. Watch all the fluid animations, and watch what happens to your CPU usage. With any accelerated video card (even ancient POS like Intel's i810, or Radeon 7500+, or older low-end Geforce) you'll see negligble CPU impact.

      Contrast that with Vista's requirements for the full "Aeroglass" experience. You can do the same thing on XGL at a far, far lower cost of system resources.

      One approach makes your computer faster. The other requires a faster computer. Understand?

      --
      WhiteWolf666 an exBush supporter. All you new-school,compassionate,save the children Republicans can rot in hell
  23. Competition done right by thk · · Score: 2, Interesting

    Now we're seeing FOSS' killer application -- mix and match modularity. Obviously RH needs to respond to Novel's efforts or potentially lose market/mind share. Because the different approaches are built on a truely open platform, you don't have to ditch your current environment from the hardware on up in order to get the solution that is right for you. Competition to fill niches exposed by open API's works. Anyone can play. (And of course there's also the fact that someone can come along and distill the best of serveral solutions into a derivative FOSS work.) There's something quite satisfying about that, particularly in relation to much of the rest of the modern world.

  24. Xgl Already Better than Mac and Vista by 0xABADC0DA · · Score: 3, Interesting

    I don't mean to troll, but what the heck is wrong with the Fedora-type people that they think incrementally improving the X server is a good idea? I've looked into the source and its full of 30-year old code. The 'best practices' for a 0.1 MIPS machine is just cruft on a 1000 MIPS one.

    The xgl people are actually rewriting the X server from scratch to use opengl. That is a much, much better idea, and it shows with what they can *already* do:

    * virtual desktops on a cube
    * popup effect for menus
    * "gummi-bear" window effect when moving, sticks to other windows / side of screen
    * translucenty
    * gl screensaver on root window
    * shadows
    * fading
    * magnification
    * apple-style expose (show all windows non-overlapping)
    * accellerated 3d games (quake) and movies
    * make non-responsive windows go grey
    etc

    You can see the video at:
    http://lists.freedesktop.org/archives/xorg/2006-Ja nuary/011922.html
    (click link for the movie)

    This is I think using an existing Xserver to give an opengl window, which can be running a software opengl for unsupported cards, and then their xgl server using that as the opengl backend until the drivers are ready. Which basically means people will be able to get the eye candy slowly on computers and force nvidia/ati/intel to support the server with a driver. Eventually xgl gets a native opengl driver for you hardware and runs as a 'normal' X server (only without all the crap from 30 years of evolution).

    1. Re:Xgl Already Better than Mac and Vista by be-fan · · Score: 4, Informative

      XGL isn't a rewrite of the server. It's a rewrite of the DDX (device-dependent) portion. That's probably the best part of the server to rewrite though, given the DIX (device-independent) is relatively clean code. XGL doesn't get rid of X's cruftiest part, though, which is xlib. XCB is ready to be a replacement, but GNOME won't be able to move to it until 3.x, because Xlib is implicitly a part of the GDK ABI.

      That said, I wouldn't say XGL is better than OS X yet. OS X can do the effects you listed, it just doesn't do a lot of them for asthetic reasons. Technically, I'd argue OS X's approach is superior to XGL's, since Quartz 2D Extreme uses a direct-rendering model as opposed to XGL's indirect model. Additionally, the fact that the compositor is seperate from the window server in XGL makes synchronization a much bigger PITA than in OS X. On the other hand, the indirect model allows the X server to access the geometry stream, which allows some effects the direct-rendering model doesn't. Technical merits aside, OS X still wins because its already a stable, mature, and widely used technology. It'll be awhile before XGL is as mature as Quartz (especially at the driver layer --- DRI is really not ready for XGL yet), and before GNOME/KDE apps use vector graphics as widely as OS X apps do.

      --
      A deep unwavering belief is a sure sign you're missing something...
    2. Re:Xgl Already Better than Mac and Vista by 0xABADC0DA · · Score: 3, Interesting

      That's disappointing news that they are not rewriting the whole thing, but only the hardware-dependent code. I hope you are on crack saying that the rest is "relatively clean" (maybe relative to the device-dependent X code???).

      Some of the cruft:
      * using the value of a constant in a comment (/* XLFG length is 255 */)
      * form feeds (ctrl-l) in the code
      * magic macros with many lines of hidden code side effects (BRESINCRPGON for example)... to avoid slowdowns on cpu-drawn lines and paths. Nobody does this anymore. It's all accellerated and anyway they use static inline (see linux kernel).
      * massive argument lists (XRenderCompositeDoublePoly takes 12 arguments)
      * massive #define of symbols, and thus massive switch statements (not in a table someplace!). try searching programs/xkbprint/psgeom.c for XK_ISO_Prev_Group_Lock.
      * symbols artificially limited to 32 characters long because compilers back then were dumb.
      * supid implementation decisions, for example inserting a 'fake' client request should be a one-liner (ala requests.addFirst(fakeRequest) but instead is 64 lines because it actually puts the data into the stream being read from the client.

      I mean seriously, you just open up *any* file in the Xserver and it's just crap. I don't mean to diss the developers because a) it's a somewhat large undertaking and b) they didn't have the advantages of hindsight and c) they were using slow hardware. Still, I bet the NeWS server was much better despite being made about the same time. Hopefully the device-dependent part will be done well enough that the Xserver can be rewritten in something modern (Java, ObjectiveC, even C++).

  25. Won't this action dilute the whole project ? by ravee · · Score: 2, Interesting

    Why should Red Hat go and start a seperate project to achieve more or less the same effects ? Can't they work with the XGL project team and improve on the existing code ? What good will re-inventing the wheel or duplicating the code help achieve? Reading about this takes me back to the 80s when the UNIX OS was severely fractured with applications working on one Unix flavor not running on another flavor of Unix. Even though Red Hat is doing a good thing, it is actually taking a step back by forking the project.

    --
    Linux Help
    for all things on Linux
  26. WMP plays ogg in 2 1/2 easy steps by dstewart · · Score: 5, Informative

    http://www.illiminable.com/ogg/

    # Uninstall any previous version of these filters.(This is important!) Go to add remove programs, remove oggcodecs
    # Make sure media player or any directshow applications are closed.
    # Run the installer.

    Then Windows Media Player or any other directshow application (eg. BSPlayer) will be able to play Ogg Vorbis, Ogg Speex, Ogg Theora, Ogg FLAC and native FLAC."


    You're welcome.

    --
    Not every argument requires reduction to absurdity.
  27. Re:Wanted to see the demo movies by WhiteWolf666 · · Score: 2, Insightful

    WMV, AVI and DiVX are all technically patented encumbered on Linux. DiVX (and hence XviD) is probably the safest bet, but OGG is free (as in beer and speech).

    Does it really make sense to distribute Linux videos in a format that violates the law if you want to view it on Linux? No, I think not.

    Just install OGG already. Don't tell me you didn't have to upgrade your "Winders" box Windows Media Player half a dozen times since you installed XP.

    Go here. It just takes a little bit of time.

    --
    WhiteWolf666 an exBush supporter. All you new-school,compassionate,save the children Republicans can rot in hell
  28. Re:Terrific. by binford2k · · Score: 2, Insightful

    Now that I'm at work on a Windows machine, they've chosen a format that I can't use. Why not just use f'ing mpeg?

    So I was browsing microsoft.com and they had this video I wanted to see. But I'm on my Linux machine and they've chosen to use WMV, a format that I can't use*. Why can't those cockbags just use f'ing mpeg?

    * Artistic license. MPlayer plays wmv files just fine. Of course, it does this in a semi-legal way by using windows codecs themselves.

  29. Re:Give me screenshots by Scyber · · Score: 2, Insightful

    I am guessing that they don't have screenshots b/c they are demoing animations in those movies. Animations are a little difficult to demo in a static image.

  30. Re:Will ATI finally get FOSS friendly?? by WhiteWolf666 · · Score: 2, Insightful

    NO NO NO

    Did you know: X1x00 series of ATI cards don't have drivers yet (3 months after release!) and won't for the next 3 months?

    Did you know: ATI driver's performance on Linux is ~ 1/5th driver performance on Windows?

    Did you know: ATI's DRI driver is based upon outdated docs ATI released along time ago with all the performance stuff torn out (no pixel shaders, for example).

    At least Nvidia's closed source driver tends to work. Have you tried the latest nvidia drivers? They do list support for your NX6200. Perhaps try sending them a bug report, or posting on NVNews.net's forums (official Nvidia Linux support forums).

    Nvidias drivers are closed source, but they are 98% feature complete with Windows. ATI's drivers suck, both the open and closed source ones.

    --
    WhiteWolf666 an exBush supporter. All you new-school,compassionate,save the children Republicans can rot in hell
  31. Re:Vector Desktop? Please? by Roguelazer · · Score: 2, Informative

    Gtk uses cairo to render everything (buttons, etc). Cairo is a vector graphics library. Thus, it is already all vectorized. Many Gnome and KDE themes are also vectorized, with SVG icons and window decorations.

    As of Qt4, KDE will also have a vectorized toolkit.

    And, really cool, Cairo has something called glitz, which uses GL to render. Therefore, all of these really cool scalable desktops will get measurably faster once the X server starts using GL in a big way. Check out the following links for more info on vector stuff:

  32. Re:Building (obsolete) OpenGL into desktop core?! by PitaBred · · Score: 2, Insightful

    There are already ass-loads of games that are Direct3D only. But most good developers keep a couple code-paths, so things like Doom3 and so on can all be ported to Linux/OSX/whatever with minimal fuss. Besides, Apple moving to faster hardware and their increasing adoption rates will do nothing but make the OpenGL market more attractive to game developers who want to target users across platforms.

  33. Not impressed by grendelkhan · · Score: 2, Insightful

    I've been running Xgl and Compiz on Ubuntu and I have to say, the Novell guys are way out in front of Fedora for this, Xgl is ready for primetime and runs nearly flawlessly for me. This looks more like sour grapes over Novell holding onto Xgl until nearly the last minute before opening it up to the community. While I don't agree with how Novell developed this, it's hard to argue with the product.

    --
    Wu-Tang Name: Half-Cut Skeleton Get your own Wu-Na
  34. Re:There go the distros again.. by IamTheRealMike · · Score: 3, Interesting
    Blah. Is that so? How comes then the first the world hears of AIGLX was on OSNews, but I've been reading about XGL on the Xorg mailing lists and development forums for literally years. Red Hat may claim they've been luvvy duvvy community huggers over this, but I've been watching the developments in X very carefully indeed and XDevConf 2006 (!) is the first mention I saw of it.

    Let's see. The GLX_EXT_texture_from_pixmap extension was developed jointly by David Reveman and some guys from nVidia, according to the credits on the spec. So not Red Hat. Reveman and Matthias Hopf have been everywhere on the X/Mesa mailing lists developing Xgl. The discussion and debate on the xorg list was all about Xgl and whether it should be the main focus instead of Exa. People who don't seem to be associated with any corp like David Airlie and Jon Smirl have been working on Xgl. The plan had seemed to be to move various parts of the driver code to do with initializing the cards into the kernel, use EGL as a simple GL interface that Xgl then ran on top of, with Xglx being a short term hack until that work was completed.

    Now Red Hat appear, apparently with the backing of nVidia, saying that actually this plan - which had been discussed for ages - is a bad one, and they have a brilliant new plan. Oh and by the way Evil Novell have been hoarding code and not working with the community.

    So when did this AIGLX work appear in CVS then? I don't recall reading about any such branch. Let's find out shall we? Hmm, looks like it was committed in a massive checkin about a month ago. Did Kristian just magic this out of thin air one afternoon? I rather hope not.

    So anyway, my point is that from my perspective what Red Hat are saying appears to be the exact inverse of the truth. Novell have been far more visible in the X community doing this sort of work than Red Hat have, they've done a lot of the upstream Mesa work necessary for it to be efficient, they've been demoing it at conferences and so on. And now Red Hat is here trying to claim they went off and did their own thing, with no real evidence to back it up.

    And it's not just Red Hat, somehow Novell went off and created an entirely new window manager as they were testing what Xgl could do instead of extending an existing one. Oops! Bah. Huge, massive communications failure at best. Blatant NIH at worst.

  35. OpenGraphics.org video card, open source driver by billybob2 · · Score: 2, Interesting

    So what happened to the OpenGraphics.org project that aimed to create a graphics card with fully published specs and open source drivers? If they actually get it working, there will be no more debate as to what video card Linux users (and manufacturers of Linux-capable computers) should buy.

    Given the fact that the best open source drivers currently available are those for ATI cards, and that those cards are 15% as efficient in Linux as in Windows, the Open Graphics card will have no competition.

  36. Re:Are we wasting our efforts? by Blakey+Rat · · Score: 2, Insightful

    If a piece of hardware is supported in Linux, it's easier to install than in Windows.

    Bullcrap. Only somebody who's never tried to install the IVTV driver for Hauppauge video capture cards can say that.

    Or the driver to a Netgear USB wireless ethernet adaptor.

    Or the driver to an ATI video card.

    Bullplop. I hope nobody's buying this statement, because it's about the dumbest thing I've ever read. You must really be drinking the kool-aid if you actually believe this enough to type it as if it were fact.

  37. Don't forget... by CarpetShark · · Score: 2, Insightful

    Resolution independence!! It's really time we got past this idea that 1024x768 is an optimal resolution due to web site design or the lowest common denominator or because some people can't see too well. If my new monitor can draw the curve of an "A" at 300dpi, then that's what what I want to see it at, dammit. Sticking with 96dpi or similar is just dumb.

    1. Re:Don't forget... by zsau · · Score: 2, Interesting

      Actually, a half-decent serifed capital A will usually have curves around the serifs. You probably actually need 300 dpi before you can see it though, it's one reason printed output is so much more of a delight to read than on-screen.

      --
      Look out!
  38. One up Novell? by Ensign+Nemo · · Score: 2, Insightful

    My take on this is Redhat doesn't like that Novell got all the press and kudos for Xgl and is trying to get mindshare back.

    Reasons for my viewpoint:

    1) I prefer Redhat over Suse. (This isn't an ego post about me, so hear me out.) I use both, but of the two I like Redhat better. I've had bad luck with Suse and Novell seems to be having trouble turning into an opensource/Linux company. We use Groupwise at work and evolution and Suse and have problems. So given a choice I'll take Redhat since I've had good luck with them. However, after reading about Novell's Xgl contributions and checking them out, my impressions of Novell have greatly improved. I'm definitely much more open minded now about them than before. Redhat has always had the reputation for commercial distros that give back to the community. Now with Novell's contributions, Redhat has contribution competition (if that makes any sense.) They are no longer THE company when it comes to good charma in the community. Another company has given back a HUGE contribution and a VERY visible one at that. Now if a person who has stated his biad towards Redhat has now given second thoughts to Novell, what is a person who has no bias or preference either way likely to think.

    2. They're not contributing to Xgl, but rather they came up with their own way and specifically stated is is different than Xgl.

    3. Make specific points about doing it 'upstream', which resurrects the flame wars on the xorg mailing list about in-house vs inet cvs development.

    4. Specifically mention how their approach is better than Novell's and how Novell's 'doesn't sit well with a lot of people.'

    My humble opinion. Don't get me wrong, I still like Redhat but in this case I think this is more for PR good than community good.

  39. Re:Are we wasting our efforts? by Blakey+Rat · · Score: 2, Insightful

    Ok, that covers *one* of the products I mentioned on *some* distributions. Now how about an equally easy solution for all of the products that works on all distributions?

  40. Halt the damn presses!! by shaitand · · Score: 2, Interesting

    We need to nip this in the bud right here. My understanding is that this approach will still allow the same eyecandy but will lose the only REAL feature of XGL. A hardware accelerated desktop. Some of you like the eyecandy and transparent windows. That must be nice for you. The rest of us want a snappy and responsive desktop. XGL delivers that by hardware accelerating the entire xserver.

    If my understanding is incorrect then by all means, enlighten me. If not, then please stop with differing standards and approaches and embrace the fully functional system in existance today.

    P.S. Nvidia will use what they have to. They support this approach because it requires the less work on their part than XGL and therefore costs less money. Therefore, their opinion should be ignored and only the interests of the USERS should be considered.

  41. XGL the future? Already here! by Brain_Recall · · Score: 3, Informative
    Yes, I'm using XGL, right at this very moment. I'm running a Ubuntu beta release, DapperFlight4, to which compiz and XGL have been isntalled. The forum post on how to get it installed is here: http://www.ubuntuforums.org/showthread.php?t=13126 7

    It has also been reported to be working under Breezy Bager, but I'm not sure.


    And let me say, it's damn slick. Not everything is working (or at least not enabled by default), such as trasnparency, and the top and bottom of the desktop cube are simply white. I'll try to figure out if they're broken or disabled. But what is working, is everything else.


    Performance isn't the best. Theres some lagginess to DVDs, but only minor, and even less then expected when doing a wobbly-window move.


    As a plug for Ubuntu, this is by far the best distro I have played with. Every other time I have tried to get myself to Linux I ran into unmovable road blocks. This thing, (a damn BETA release!) boots up first try with all hardware detected and running (even my Dell-supplied Broadcom wireless NIC). Then, I go install the nVidia 3D driver and an experimental windower and stuff works perfectly. Honestly, I don't think it could get much better than this.