Displaying 14 results from an estimated 14 matches for "follia".
2007 Mar 06
3
Strange issue with windows positioning
...lem. I can't understand if this is a
problem of compiz configuration (plugin order or something related),
or something else.
Compiz is running very well here, this is the only "bug" I have. Does
anyone has the same issue or can help me solving it?
thank you very much.
--
Pierpaolo Follia
http://madchicken.altervista.org/tech
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot1.png
Type: image/png
Size: 18454 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/compiz/attachments/20070306/8b757082/screenshot1-0001.png
2006 Oct 27
2
Compiling under Fedora C6
...the following optional features will be compiled:
svg: no
gtk: no
metacity: no
gnome: no
kde: no
What is actually needed to compile compiz with metacity, gtk and gnome support?
Is there somewhere a fc6 rpm of compiz 0.3.2?
thank you very much.
Pierpaolo
--
Pierpaolo Follia
http://madchicken.altervista.org/tech
2007 May 08
1
--replace for gtk-window-decorator
Hi. I noticed that the gtk-window-decorator now ignore the --replace
parameter (it always fails to load if another decorator is running).
I attach a simple patch to solve this problem.
Regards,
Pierpaolo
--
Pierpaolo Follia
http://madchicken.altervista.org/tech
-------------- next part --------------
A non-text attachment was scrubbed...
Name: allow-replace-param.patch
Type: text/x-patch
Size: 629 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/compiz/attachments/20070508/bf3aaf91/allow-replace-p...
2008 Dec 12
2
Download and install compiz
Greetings:
I have a Desktop-32bits with Ubuntu -8.10 and a PortableAMD-64bits with
Fedora9 , and I am very interested in to use compiz in both PCs.
Please send me information about how to download and install , step by
step, compiz in my PCs.
Thanks in advance
Mario jaramillo
2007 Jul 17
2
Blur problems
I'm using compiz compiled for feisty by trevino, on a mobility radeon x1600
using fglrx 8.38.6 over Xgl 7.2.0.
I'm experiencing some problems with the blur: after a short time using
compiz the blur over
the windows (most noticeably the terminal) becomes a opaque gray. I really
don't know how to debug this problem... :(
I'll be happy to give any information you'll need
2007 May 08
1
core.xml and compiz.xml
...rrent git metadata:
metadata/compiz.schemas and metadata/compiz.xml should be named
metadata/core.schemas and metadata/core.xml.
In my installation all my core settings are ignored: renaming the file
/usr/share/compiz.xml in /usr/share/core.xml solved my problem.
regards,
Pierpaolo
--
Pierpaolo Follia
http://madchicken.altervista.org/tech
2006 Dec 13
1
Drawing artefacts after suspend to ram
Hi,
I'm bitten by a bug that is also in the Debian BTS, so I'm not sure you
are aware of it. I couldn't find it in the fdo BTS. Anyway the problem is simple.
After a successful suspend and resume all window decorations (the
places where the shadow was supposed to be, but also the titlebars) are
much to colorful (meaning it has some random colors in it).
Moving the windows brings the
2006 Nov 09
4
Show desktop not working correctly?
Hi,
is it a known bug that when using show desktop (pressing ctrl-d), showing
the windows again, all gnome-session processes appears as empty windows?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/compiz/attachments/20061109/bdc2c91e/attachment.html
2006 Oct 19
1
Window title in bar doesn't change when application requests it
I'm running Compiz 0.3.1 (from gandalfn's repo), and when I change, say,
tabs in Firefox, the title in the titlebar doesn't change. It does in
the panel though, but that isn't the realm of Compiz. When running
Metacity, I don't have this problem.
2009 Mar 05
4
Which effects are 3D and which are 2D?
AMD is dropping support for the R300-R500 cards in their official drivers:
http://www.phoronix.com/scan.php?page=article&item=amd_r500_legacy&num=1
As the current open source drivers do not support 3D, I'd like to know
which Compiz effects use 3D and which use 2D. Thanks.
--
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
2006 Sep 28
3
configuration tools
Hi,
I was looking around for configuration tools for compiz. I don't really need
anything special, but situation seems a bit problematic at the moment:
- gset-compiz: Used it in the past, website is dead.
- compiztools: Never seen it, but from what I read seems ok, but website
defaced and download dead
- csm: doesn't work with vanilla compiz
So: Is there any tool atm to set the compiz
2007 Apr 09
5
Python plugin (Python API for Compiz)
Here is my python loader plugin which loads plain python
scripts as full plugins.
There is not much documentation, but I have included a few
examples to get you going.
triangle - Just a basic plugin which shows a triangle on a button
press. This shows using ctypes to pass values from compiz to the
python opengl bindings.
basiczoom - Zooms in on the screen (basically)
inactive - This is a port
2009 May 08
3
Will radeon or radeonhd work with compiz?
Sam, Danny, J., all
I am working with the radeon and radeonhd drivers seeing if I can get them to
work with compiz 0.8.2.1 on my radeon x1200 laptop. My xorg .conf is:
Section "Device"
BoardName "RV350 NP"
# Driver "radeon"
Driver "radeonhd"
Identifier "Device[0]"
VendorName "ATI"
EndSection
I have tried
2007 Apr 29
2
Plugin Interface for Decoations
Hi,
this email is basically the result of a small discussion which made me
think what the real end-goal of my work on Emerald-2 would be. Since
Emerald has already a extensible system (Engines) I thought about
giving the engines wider access, so that they are more like plugins.
However the first thing needed is a nice plugin API. The base for that
is the new settings backend of Emerald-2.