Forgot your password?
typodupeerror

Comment Re:Damn, this feels like Firefox. (Score 1) 209

XComposite is a X server extension, so is GLX, so is XRender.
And all of this stuff would be completely useless if there wasn't client side code (mutter/compiz/kwin for XComposite, mesa for GLX, cairo for XRender) using it. The fact that the X server supports an extension says nothing about the effective usage of that extension: you need a compositor if you want a composited desktop. If you keep using metacity (or kwin) with compositing disabled, XComposite will have no effect, even if supported by the server.
An app doesn't use XComposite: the whole point of that extension is being completely transparent to applications. It works by redirecting all code drawing to windows so that instead it happens on a pixmap (which then someone will use to draw on another window, usually with GLX_EXT_texture_from_pixmap). In fact, there is no XComposite code anywhere in cairo, GDK or Qt.

And by the way, you are forgetting wayland :D
Facebook

Google Asks Users To Complain Against Facebook 218

dkd903 writes "A kind of war has been going on recently between Facebook and Google over a contact export issue. First, Google blocked Facebook access to the Gmail contacts API. To this, Facebook responded back with a new method to get Gmail contacts of a user (the download contacts option). And now Google has slapped back again at Facebook and asks users indirectly to file a data protectionism complaint against Facebook. When a Facebook user clicks on the Download Your Contacts button on the 'Facebook import contact via Gmail' page, the user is then redirected to a new page on Google's server, which looks something like this..." Can I just say that watching this is absolutely hysterical?

Slashdot Top Deals

In seeking the unattainable, simplicity only gets in the way. -- Epigrams in Programming, ACM SIGPLAN Sept. 1982

Working...