Re: [compiz] object framework design

2007-12-02 Thread tom
So far it sounds like the objects, interfaces, methods and signals map very easily to dbus. Did you design the object system with that in mind? To easily integrate compiz and dbus? tom ___ compiz mailing list compiz@lists.freedesktop.org http://list

Re: [compiz] SuSE 10.3 New 711 Driver - Fatal: GLX_EXT_texture_from_pixmap is missing

2007-12-02 Thread CyberOrg
On Dec 3, 2007 8:09 AM, David C. Rankin <[EMAIL PROTECTED]> wrote: > Guys, > > Since loading xorg 7.3 I have not been able to get compiz working on > my > Toshiba Satellite laptop with the ATI mobility radeon 9700 card. I was > hoping that the new driver would work, but unfortunately I sti

[compiz] object framework design, part II: COMMUNICATION

2007-12-02 Thread David Reveman
COMMUNICATION Method Invocation The most common form of communication between an object and one of its descendants is done by invoking one of the descendant's member functions. Values can be passed to the descendant using function arguments and values can be passed back to the ancestor using the

[compiz] object framework design, part I: OBJECT MODEL

2007-12-02 Thread David Reveman
OBJECT MODEL A hierarchical object model is used. Every object has a name and a parent reference, which together provide an object path from each ancestors to the object itself. It's a single inheritance object system. However, each object can implement any number of interfaces. All methods and m

[compiz] object framework design

2007-12-02 Thread David Reveman
I'm going to start today by posting the first two, out of a series of four documents describing the work done in the object-framework branch. This post is just a heads-up but I'd also like to make sure people understand that what's described in these docs and what's in the object-framework branch

Re: [compiz] GL_MAX_TEXTURE_SIZE and dual-screens

2007-12-02 Thread Xavier Bestel
Hi Chris, Le lundi 03 décembre 2007 à 16:25 +1100, Chris Adams a écrit : > A bit of googling led me to find the patch at > http://lists.freedesktop.org/archives/compiz/2007-May/002165.html > but I was unable to apply it (couldn't find the right locations for > the diffs.) I have to admit I gave up

Re: [compiz] GL_MAX_TEXTURE_SIZE and dual-screens

2007-12-02 Thread Chris Adams
Hi Dennis, I'm not terribly active on this list but I posted the exact same request several months ago. Lots of users out there could benefit from this being implemented, especially people with these old-ish ATI cards. And to Xavier, A bit of googling led me to find the patch at http://lists.fr

[compiz] SuSE 10.3 New 711 Driver - Fatal: GLX_EXT_texture_from_pixmap is missing

2007-12-02 Thread David C. Rankin
Guys, Since loading xorg 7.3 I have not been able to get compiz working on my Toshiba Satellite laptop with the ATI mobility radeon 9700 card. I was hoping that the new driver would work, but unfortunately I still receive fatal errors when trying to start compiz. Here is the error: 20:27

Re: [compiz] GL_MAX_TEXTURE_SIZE and dual-screens

2007-12-02 Thread Xavier Bestel
Le dimanche 02 décembre 2007 à 01:38 +0100, Dennis Kasprzyk a écrit : > Am Samstag, 1. Dezember 2007 12:10:51 schrieb Xavier Bestel: > > Hi, > > > > I'm running compiz on a r300, dual-screens setup. The r300 driver has a > > GL_MAX_TEXTURE_SIZE = 2048 limit, and it shows: the nautilus backdrop > >