Recommended Posts

There are some attempts out there. But from what I can tell nothing has a huge team working on it yet, just a couple guys playing around is the feeling I get from most :(

what would I need to know to create a graphics system for linux on par with Quartz Extreme (Mac OS X) and Desktop Composition Engine (Windows Codename Longhorn)?

what would I need to know to create a graphics system for linux on par with Quartz Extreme (Mac OS X) and Desktop Composition Engine (Windows Codename Longhorn)?

a lot. The current graphics systems are getting there and in come instances ahead. For instance XP doesn't support SVG, but several window managers in linux do support it and so do icons in some desktops. Longhorn is supposed to use vectors, but linux uses it first...(I don't know about mac here)

Longhorn is supposed to use vectors, but linux uses it first...(I don't know about mac here)

I'm sure mac uses vectors... Mac users seem to have a thing for sleek, sexy curves... If you don't believe me, look at any piece of hardware Mac has put out, at least for the last 5 years.... :laugh: :)

I think OS X might use vectors for a couple of things in the GUI. But don't quote me on that, I've barely touched a modern Mac right now - I could be totally wrong.

I'm pretty sure all the icons are still bitmaps/pixmaps though.

Quartz extreme is simply a 3D accelerated version of quartz. Where possible the 3D card handles the 'hard' work during the compositing process. Things like scaling graphics, transparency, rotation, etc. are handled by the 3D processor. OS X still ships with plain old Quartz code for Macintosh owners who don't have 16mb Radeon+ class video cards which has the same functionality - just without the hardware acceleration.

http://developer.apple.com/quartz/ is a good place to find out exactly what quartz does, specifically the quartz primer. The simple rundown of features is:

- Anti aliasing of all text and graphics

- Provides the frame-buffer display services to prevent tearing.

- Color management via Colorsync

- PDF services (quartz treats all objects it handles as PDF files)

- Transparency

- Transformations (like rotation, scaling, skew, etc).

Quartz and core graphics have services to render vectors, however the Aqua interface does not make use of them for things like Windows, widgets, or icons. Icons on OS X are high-resolution (128x128@32 + 8-bit alpha) images that are resized "on the fly" by quartz. Same story with expos?: it's actually working with bitmaps when it's doing all that flashy resizing and moving.

One thing quartz does not do is "render each window as a polygon and then bumpmaps the window contents over it" - though it is impressive all the same. Every control contains several "views". A view would be any component you can see, so for example a safari window will have views for:

- the scroll bar which is made up of the up and down arrows, the track, the thumbnail, a tool tip (if it exists) - those are each views themselves or may be made up of small views still.

- the tab bar which is made of the background, the tabs themselves are all views just like the "close" icon on the tab, the text displayed on the tab.

- a view or two for each of the 3 toolbar buttons

- each of the title bar buttons

- controls in the window (like 'add reply', and 'more options')

- the address bar, the text in the address bar, the "favicon" image, the snap back button

- the google bar, the past searches icon, the text in the google bar

- and probably a bunch more I can't see.

A window can easily break 1000 views and have an even higher number of polygons to support that. If you're interested in how a window breaks down and you have access to a macintosh running OS X with the developer tools installed fire up /developer/applications/performance tools/quartz debug.app. It will let you see what parts of the screen quartz is working with - every yellow or red rectangle is at least two polygons from quartz extremes point of view.

If you just want to use your 3D card to handle tossing your widgets on the screen then Evas is the project to look at. It's not going to provide exactly the same functionality quartz does but it's still a pretty cool project.

  • 3 weeks later...

The FD.O xserver (found here) supports compositioning and GPU-accelerated drawing. The team is collaborating with KDE and Gnome, as well as Cairo. Their plan is to provide standards and software for next-gen Linux desktop. It currently is in the early stages, but it has already matured very much.

http://www.freakforum.nu/galleri/showphoto...rt=1&thecat=998 <- Screenshot from a couple of months ago on an old pentium 3.

www.home.no/om88 <- Screenshots and a short clip (nevermind the fact that it was made with windows movie maker, I had to annoy a friend of mine when I made it :p) of software rendring in gnome. Currently there isn't many cards supported for accelerated drivers, but my ATI rage 128 pro works perfectly (my IRC-machine, 800mhz)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • All it does is use the CPU more efficiently during boot to speed up boot times. That's it. Yawn....
    • It's not a one or the other kind of thing. Software should run efficiently, and the operating system should appropriately manage the CPU clocks. You could have the best most optimized software on earth, and it will still run faster if the CPU does a better job of boosting as needed. All this is doing is pre-boosting the CPU based on user actions, instead of waiting for the normal detection mechanism to kick in. If the OS knows it is about to need more CPU, why shouldn't it use that knowledge? It's the same idea of downshifting before passing someone, instead of just burying your foot into the peddle and waiting for the transmission to figure out what you want to do.
    • Audacity 3.7.8 by Razvan Serea Audacity is a free, open source digital audio editor and recording application. Edit your sounds using cut, copy, and paste features (with unlimited undo functionality), mix tracks, or apply effects to your recordings. The program also has a built-in amplitude-envelope editor, a customizable spectrogram mode, and a frequency-analysis window for audio-analysis applications. Built-in effects include bass boost, wah wah, and noise removal, and the program also supports VST plug-in effects. You can use Audacity to: Record live audio. Record computer playback on any Windows Vista or later machine. Convert tapes and records into digital recordings or CDs. Edit WAV, AIFF, FLAC, MP2, MP3 or Ogg Vorbis sound files. AC3, M4A/M4R (AAC), WMA and other formats supported using optional libraries. Cut, copy, splice or mix sounds together. Numerous effects including change the speed or pitch of a recording. Write your own plug-in effects with Nyquist. And more! See the complete list of features. Audacity 3.7.8 changelog: #10688 Fixed an exception thrown when pasting into a newly-created track (Thanks, David Bailes (@DavidBailes)!) #10870, #10884, #10775, #10629 Fixed tone generation, waveform-scale setting, SetClip Name parameter, and clip-boundary command names for scripting and macros (Thank you, David Bailes (@DavidBailes)!) #11106 Fixed the loading of presets for the Distortion effect (A million thanks, David Bailes (@DavidBailes)!) #10947 Fixed paste into an empty audio track not preserving the source sample rate (Thanks, Juan Gabriel Colonna (@juancolonna)!) #10776 Allowed AltGr modifier in label and clip name editing (Thanks, Davide Peressoni (@DPDmancul)!) #9938 Added options to choose where silence is truncated (start/middle/end) (Thanks, Noah Rosenfield (@nosenfield)!) #9935 Added Podcast 2.0 chapters JSON export for label tracks (Thanks, Noah Rosenfield (@nosenfield)!) #10103 Improve UI on HiDPI displays on Linux/wxGTK (Thanks, Ivan A. Melnikov (@iv-m)!) #10099 Fixed MixerBoard Mute and Solo button display (Thanks, Ivan A. Melnikov (@iv-m)!) #10681 Fixed multichannel FLAC import #10999 Fixed envelope being broken after joining clips Download: Audacity 64-bit | Standalone ~20.0 MB (Open Source) Download: Audacity 32-bit | Standalone Download: Audacity ARM64 | Standalone View: Audacity Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • There really isn't anything magical about the low latency profile, other OS's do this as well. All they're doing is using your CPUs boost clock options in a more smarter way.
    • So we shouldn't have the option because of people using their laptops on battery? OK? LOL
  • Recent Achievements

    • One Month Later
      highriskpaym earned a badge
      One Month Later
    • Week One Done
      highriskpaym earned a badge
      Week One Done
    • One Year In
      highriskpaym earned a badge
      One Year In
    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      494
    2. 2
      PsYcHoKiLLa
      198
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      70
  • Tell a friend

    Love Neowin? Tell a friend!