search for: onestone

Displaying 20 results from an estimated 24 matches for "onestone".

Did you mean: testone
2007 Mar 25
2
Beryl and Compiz Merge: What's actually going on?
...able option. So, anyway back to the story. After this David and I (more on behalf of Beryl at this point) exchanged quite a few emails back, having some basic discussion as to how the technical differences can be resolved, and then the discussion kind of died for a bit, though David did set maniac onestone and I up with Compiz accounts. At this point we mostly just went back to doing what we were doing even though it seemed like everyone (except Quinn) was behind the merge. This kind of exposed a big problem Beryl had, we had no way to make a decision outside of consensus (not forming an official dec...
2006 Nov 14
1
free from GLX_EXT_texture_from_pixmap
..., an early attempt (with some success I might add) to make Beryl run without the need for texture_from_pixmap. No more black window bug from nvidia, no more Xgl, no more AIGLX. Oh yeah? and its faster than Xgl/AIGLX (nvidia beta performance looks to be about the same). The code is all thanks to Onestone who is a true bling hero, and the idea itself originates from the Project Looking Glass people. Kudos to them and their great work, we hope to incorporate more of their experience to Beryl?s code base in the form of optimizations and improvements." it seems to be still in it's infancy...
2009 Mar 01
3
CompRect modification
Me and Dennis Kasprzyk changed CompRect to be more intuitive and easily replace XRectangle use. This patch changes CompRect and whole Core. Thanks for attention. -- Eduardo Gurgel Pinho (GELSoL-UFC) (Gentoo) Linux User #415930 http://edgurgel.wordpress.com http://alu.dc.ufc.br/~eduardo -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jan 03
3
Subpixel font rendering in 1.1.12
The announcement for Wine 1.1.12 says that support for subpixel font rendering has been added. The question is, how can we use it? Is there a way to enable it globally (there's no such setting in winecfg).
2007 Jun 20
1
CompComm has a real name!
...ct and community is: Compiz Fusion For the record, the following developers and admins either participated in and supported the selection process (not all voted yes), or have stated their support for the name: David Reveman, Erkin Bahceci (cornelius), Guillaume Seguin (iXce), Dennis Kasprzyk (onestone), Jigish Gohil (cyberorg), Danny Baumann (maniac), Patrick Niklaus (marex), Roi Cohen (roico), Alex Heck (nesl247), Robert Carr (racarr), Kristian Lyngst?l (kristianLy), Rico Pfaus (RYX) (conditional), Quinn Storm (QuinnStorm) and Jeffrey Laramie (imnotpc).
2007 Apr 18
3
Commit mailing list
Is there a way to get a public commit mailing list for compiz? Dennis Kasprzyk
2007 Mar 05
1
BCOP: The Beryl/Compiz XML options parser
...terface. You can checkout the code from Beryl svn with: svn co svn://svn.beryl-project.org/beryl/trunk/bcop/ The whole system is not well tested yet. I've created a bcop component in the beryl bug tracker at http://bugs.beryl-project.org please report bugs and problems there. Dennis "onestone" Kasprzyk
2007 Jun 06
1
KDesktop 3 transparency patch
Hello, this patch adds support for real transparency to kdesktop. It adds two new composite manager related features. To activate the features kdesktop has to be started with the "--bg-transparency" option. The first one allows you to change the opacity of the background image. This works currently with the beryl transparent cube and will also work with compiz once the transparent
2007 Jul 09
1
[PATCH] Use-Copy for Compiz - Non-Texture-From-Pixmaps rendering
Some weeks ago one of my friends asked me to port the "use-copy" (non-tfp) beryl's feature to Compiz since he wasn't able to run compiz (fusion) smoothly in his nvidia card with turbocache (these cards works well only using Xgl, otherwise they are affected by the [in]famous "Black Window Bug". That's obiouvsly an error that nVidia should fix, but in the latest
2009 Jan 28
0
Minutes of the Compiz Conference Call, 2009-01-28
...has been reached and the decision actually been made, it will be published outside of the decision taking-specific mailing list. David doesn't mind if he isn't in that council, it could take too much of his time. The new council (tentatively) is, should they accept it : * Dennis "onestone" Kasprzyk * Danny "maniac" Baumann * Kristian "KristianL" Lyngst?l * Erkin "cornelius" Bahceci * Sam "SmSpillaz" Spilsbury * Guillaume "iXce" Seguin Next meeting ------------ * Dennis will (hopefully) talk about compiz++ a...
2008 Dec 31
5
The future of Compiz
Where are we going? It's time to start thinking ahead and really figure out how to make Compiz survive, specially in lieu of Dennis' suggestion. The reality is that there has been the equivalent of no progress since the merge. We've basically only been in maintenance mode. The reason for this, from my point of view, is a complete lack of direction and leadership. We've
2007 Aug 27
5
Compiz not working properly using nvidia twinview
Hi, I am running ubuntu 7.10 gutsy, and I have compiz working on one monitor ( a bit slow though ). When I add twinview to the mix compiz still comes up, and sort of works but: 1. I loose the background and it is replace by all white 2. The second monitor draws about 30% of the new white background, then it ends with a bit of a shadow, and then it continues with black 3.
2009 Jan 21
1
Minutes of the Compiz Conference Call, 2009-01-21
...e than just remote desktop being done, there's also window management that can be done locally => window management will always be responsive, no matter how well performs the link between the local & remote sides) It'll will eventualy support OpenGL and GLX, but doesn't yet < onestone> david_r: why not start a second instance of compiz that handles the toplevel window as root, without such a big change => the current Nomad stuff is more efficient and uses less ressources, though Dennis' proposal would be possible as well There's basically no overhead in...
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...Top and paintBottom functions. Added a wrapabble paintInside function to allow plugins to render something inside of the transparent cube. Combined checkFTB and capDirection into one checkOrientation function. Bump cube ABI version. Merge branch 'master' of git+ssh://onestone at git.freedesktop.org/git/xorg/app/compiz Fixed orientation calculation for "inside cube" mode. Don't modify stencil buffer for not blured client regions. Fixed smart window placing mode for multimonitor configurations. Handle window input extents correclty in...
2007 Jun 12
0
[PATCH] Made checkFTB wrapable (needed by cubereflex plugin).
--- include/cube.h | 6 ++++++ plugins/cube.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/include/cube.h b/include/cube.h index a8baf1f..c360a73 100644 --- a/include/cube.h +++ b/include/cube.h @@ -75,6 +75,11 @@ typedef void (*CubePaintTopBottomProc) (CompScreen *s, CompOutput *output, int size); +typedef Bool (*CubeCheckFTBProc) (CompScreen
2008 Mar 06
0
[ANNOUNCE] compiz-0.7.2
A new compiz release 0.7.2 is now available from: http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.2.tar.gz which can be verified with: http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.2.tar.gz.sha1 da3dbe8c5be19aa03529e8d3c7e32365c82a973b compiz-0.7.2.tar.gz
2007 Jun 12
0
[PATCH] Combined checkFTB and capDirection into one checkOrientation function.
--- include/cube.h | 18 +++------ plugins/cube.c | 120 +++++++++++++++++-------------------------------------- 2 files changed, 43 insertions(+), 95 deletions(-) diff --git a/include/cube.h b/include/cube.h index 0a87626..293bad1 100644 --- a/include/cube.h +++ b/include/cube.h @@ -87,16 +87,11 @@ typedef void (*CubePaintInsideProc) (CompScreen *s, CompOutput *output,
2008 Dec 24
0
[Annoucement] Compiz feature branch compiz++
Hi, I've currently pushed a new branch called "compiz++" to the freedesktop repository, with some features I've been working on during last months. Because most of the features also require (BIG) changes to the plugins, I've decided to put them all together. - No direct access to member variables: Everything is now done with getter and setter functions. This helps with the
2008 Apr 03
0
[ANNOUNCE] compiz-0.7.4
A new compiz release 0.7.4 is now available from: http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.4.tar.gz which can be verified with: http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.4.tar.gz.sha1 a204d9b70ac8abfb037ca3402452aa055f4aab71 compiz-0.7.4.tar.gz
2006 Nov 15
3
Aquamarine: The KDE Window Decorator
Hi, I have added compiz support to aquamarine. You can download it directly from beryl svn: svn co svn://svn.beryl-project.org/beryl/trunk/aquamarine/ To install: ./autogen.sh ./configure --enable-debug=full ./make ./sudo make install You can use kcontrol to set the decoration and decoration specific settings. You can post bugs to the beryl bugtracker at http://bugs.beryl-project.org . Please