Displaying 20 results from an estimated 10000 matches similar to: "Announcements"
2007 Apr 04
1
Compiz and Beryl are Reuniting
After several weeks of discussion the leaders of Compiz and Beryl have agreed
that the two communities shall reunite. This decision is supported by both
David and Quinn and represents the majority decision of the administrators
and developers in each community. At this early stage not a lot has been
decided, but these are the main points of the agreement:
- As had previously been decided,
2006 Nov 22
2
Looking for input
Hey All,
First off, congratulations to David and the others who worked on the 0.3.4
release and Happy Thanksgiving!
There's been some discussion in the forum on the design and functionality of
the compiz website and I'd like to get the opinion of David and any others
who have an interest in this topic.
My first question is to David. You indicated that you were interested in
having
2006 Dec 21
2
Time to Vote for a Logo
Our discussion and editing period has come to and end and it's time to vote!
You can find the poll here: http://forum.go-compiz.org/viewtopic.php?t=286
Please read the whole post as the selection procedure is outlined below the
poll. May the best graphic win!
2006 Nov 10
1
Domain Names, etc.
Hello All,
A quick update regarding the domain name issue. Ben and I have been in contact
with Guillaume and things are moving forward. Guillaume has installed a
re-direct page on compiz.com that provides links to both compiz.biz and
beryl-project.org. He has also agreed to give David the compiz.org domain
name.
David, could you contact either Guillaume or myself with your registry
2007 Jun 20
1
CompComm has a real name!
Our previous attempts to select a project name for CompComm have not gone
well. We tried a poll but the names in the poll were not pre-qualified to
determine if they were usable and the ?winning? name was also a strongly
disliked name. Kristian and I each proposed a plan to select a name, but that
effort got sidetracked by a massive flame war on the mailing list.
While our community has some
2006 Nov 08
3
Compiz Community
Hello,
I'm new to compiz and to this list but I'd like to contribute. I couldn't find
a more appropriate place to ask a few questions about the compiz project
(which is actually my first question).
1. Since the apparent compiz/beryl fork I don't see a compiz "community" site.
Is there one?
2. Is compiz going to continue to be developed, and if so, is there a road
2007 May 16
2
compiz segfaults on starting second X server / suspend to ram
Hello,
when I start a second X server or when I suspend (and resume) to ram
compiz crashes.
I tryed to debug this but its impossible to run gdb on compiz (=freeze).
This happens with current git, but If I remember correctly not with
0.3.6 (and git versions < 0.5.0 but I don't know when it started to happen).
any ideas?
2007 Apr 02
0
Re: Beryl Merger
On Sun, 2007-04-01 at 20:11 -0400, Jeffrey Laramie wrote:
> Hi David,
>
> If you've been following the discussion on the forum and/or compizadmin list,
> you can see that we aren't getting anywhere with these discussions. The
> hangup seems to be selecting a new name for the Compiz-Extra division. The
> Beryl people feel it's the only thing they're asking for
2006 Dec 06
1
Drawing On the Desktop
Hi,
I am currently developing a xsnow like plugin for beryl called xglsnow
(http://cornergraf.net/projects/xglsnow/).
I have been told(1) that my way of drawing to the desktop is not very good and
that a better way might exist. I realize beryl is not the same as compiz, but I
hope that the differences are not too big on this matter, if not excuse me for
this post.
My drawing currently works
2006 Dec 18
0
Logo Contest Discussion
We've passed the deadline for new entries in the logo contest. We had a very
good turnout with 11 high quality designs submitted. We will now have 3 days
of discussion and unlimited modifications to these 11 designs after which
we'll have a poll lasting 3 days.
Since this brings us to Christmas Eve there will be no time for runoff polls
before the holidays in the event one design
2006 Nov 11
1
zoom patch to enable zoom factor
Here is a zoom patch that enable a configurable zoom factor.
Thanx to mikedee for help and suggestions:
http://www.compiz.biz/viewtopic.php?t=29
Cedric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zoom.patch
Type: text/x-diff
Size: 3135 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/compiz/attachments/20061111/9d191411/zoom.bin
2007 Jan 12
2
Button order issues
Hi there,
I'm trying to get gtk-window-decorator to respect metacity's button_layout
gconf key, and basing my work on a patch posted on the forums a while back:
http://forum.go-compiz.org/viewtopic.php?p=1306&highlight=#1306
The patch works perfectly by itself against compiz 0.3.4, but against 0.3.6,
it results in no buttons or titlebar text being drawn in the window
decoration.
2007 Apr 02
1
Re: Beryl Merger
This was a private mail and not supposed to go to the compiz list.
Please don't don't read it unless you're on the compiz admin list. :)
I've apologized to Jeff, Mike, Rico and Arturo for making this mistake
and I'd like to apologize to anyone else who might have been offended by
it.
I guess the good part is that you get an uncensored view of what we feel
about the community
2007 Mar 12
0
Where are we going?
Hello All,
The Managing Committee has spent quite a bit of effort over the last two
months trying to define the direction and goals of compiz. One of the issues
we struggled with was how to define the scope of compiz broad enough to
include everything the community is interested in, while still keeping it
compact enough to be easily included as a component in a desktop environment
(DE).
2006 Dec 09
1
setWindowState(), how use it?
I'm trying to add some options in state plugin:
-skipTaskBar
-skipPager
-above
-below
I use setWindowState() to do this but:
- It currently only works for skipTaskBar && skipPager
- For above and below, it works but only for newly created windows
here the code:
if (skipTaskBar != -1)
windowState |= CompWindowStateSkipTaskbarMask;
if (skipPager != -1)
2007 Apr 02
1
possible division by zero in screen.c
Hi,
In detectRefreshRateOfScreen(), we have
s->redrawTime = 1000 / s->opt[COMP_SCREEN_OPTION_REFRESH_RATE].value.i;
When the refresh rate is autodetected through RandR's XRRConfigCurrentRate
function, 0 can be returned in certain cases, leading to division by zero. An
example of this situation would be the DynamicTwinView option in the nVidia
proprietary drivers[0] (note that this
2007 Feb 07
2
Final version of placement enhancement
On Thursday 08 February 2007 01:00:09 Bellegarde Cedric wrote:
> And now, i put the patch on my server, it will me prevent me to send you a
> message everytime i find something to fix ;)
>
> http://puffy.homelinux.org/~gnumdk/compiz/patch/place.patch
http://forum.go-compiz.org/viewtopic.php?p=3783
Seems to be buggy in multihead, but i can't test here ...
Cedric
2007 Jul 14
0
Place Windows TwinView Bug
In my current setup, using Compiz Fusion under Ubuntu with TwinView (Xgl w/
Xinerama flag set), I've noticed some strange behavior coming from the Place
Windows plug-in.
First off, under Compiz, windows are placed depending on what screen they're
executed from, i.e. execute gedit from the left monitor and it positions
there, execute it from the right monitor and it positions there
2007 Mar 04
1
[PATCH] CompWindowActionMoveMask (move plugin)
Here a patch to make move plugin take care of CompWindowActionMoveMask.
http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/respectWindowActions.patch
There is also a bug in gtk-window-decorator.
If you use this plugin:
http://forum.go-compiz.org/viewtopic.php?t=643
Set your terminal to be non movable, terminal window doesn't have
_NET_WM_ACTION_MOVE, but you can move it with decoration.
2007 Sep 01
1
intel 945GM / GMA 950 with compiz fusion probably bug.
I am having troubles having compiz fusion to work with my GMA 950. I have
posted this problem on this forum, and it seems other have been affected of
this recently:
http://bbs.archlinux.org/viewtopic.php?id=36875
Information:
here is my xorg.conf:
http://one.fsphost.com/jinn/configs/xorg.conf
[15:52 root ~]# uname -a
Linux estergon 2.6.22-ARCH #1 SMP PREEMPT Thu Aug 23 20:18:37 CEST 2007 i686