search for: puffy

Displaying 20 results from an estimated 26 matches for "puffy".

Did you mean: puff
2007 Jan 16
2
Somes patchs
Here two patch: A patch for switcher to disable window list. All was already present in code, just missing an option :) A patch for place, it's my old patch, i just fix a stupid segfault! Will try to add some others placement modes... http://puffy.homelinux.org/%7Egnumdk/compiz/patch/switcher.patch http://puffy.homelinux.org/%7Egnumdk/compiz/patch/place.patch Cedric
2008 Aug 01
5
how to configure ne2k emulation?
I''ve searched all night long on google, discussions, threads, and the xen wiki... but I can''t find how to do this: vif = [''type=ioemu,mac=XX:XX:XX:XX:XX:XX,model=ne2k_pci''] where should I put this? I have sxce94, dom0 works nicely, and domUs too, but I''d like to select ne2k for an hvm openbsd dom0 that I''ve created because I''ve read
2008 Sep 25
4
Help with b97 HVM zvol-backed DomU disk performance
...tem has a single quad-core opteron with 8G phyical memory, but when I boot Dom0, I pass "dom0_mem=4G dom0_max_vcpus=2 dom0_vcpus_pin=true" on the "kernel$" line to limit how much mem/cpu the Dom0 can use. When I created my DomU, I first created the zvol: zfs create -V 4G tank/puffy-root-disk and then installed the OS with something like this: virt-install --name puffy --hvm --ram 512 --vnc \ --file /dev/zvol/dsk/tank/puffy-root-disk \ --cdrom /tank/install43_amd64.iso --noautoconsole \ --os-type=unix --os-variant=openbsd4 --vcpus=1 BTW, I really didn''t have to...
2012 Jun 27
1
sftp resume support (client side)
Hi, I implemented something because I get sick of resuming large downloads from scratch. Any interest upstream-wise ? https://bugzilla.mindrot.org/show_bug.cgi?id=2021 -- Brightest day, Blackest night, No bug shall escape my sight, And those who worship evil's mind, be wary of my powers, puffy lantern's light !
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 Feb 05
1
Placement plugin enhancement
http://puffy.homelinux.org/~gnumdk/compiz/patch/place.patch Here a new version of my patch. It now have six placement mode (kwin placement modes): - Cascade - Centered - Random - LeftCorner - Maximize - Smart Currently, smart placement isn't present in this patch. I'm working on it but my ubuntu(feis...
2011 Nov 06
0
PermitOpen none option diff
...itted sockets with NULL. When this list is compared against the list of connections, The local port fowardings are rejected. Any idea to improve the diff would be nice :-) -- Brightest day, Blackest night, No bug shall escape my sight, And those who worship evil's mind, be wary of my powers, puffy lantern's light !
2012 Jan 26
0
PermitOpen None diff
Hi, I was wondering if this diff would make it into the next release: https://bugzilla.mindrot.org/show_bug.cgi?id=1949 Thanks, //Logan C-x-C-c -- Brightest day, Blackest night, No bug shall escape my sight, And those who worship evil's mind, be wary of my powers, puffy lantern's light !
2012 Feb 16
0
Pending enhancement (permitOpen none)
The tree is now unlocked, and the diff got 1 ok: https://bugzilla.mindrot.org/show_bug.cgi?id=1949 :-) -- Brightest day, Blackest night, No bug shall escape my sight, And those who worship evil's mind, be wary of my powers, puffy lantern's light !
2012 Dec 04
2
OpenSSH warnings on FreeBSD
...ng on signal %d", received_sigterm); + logit("Exiting on signal %d", (int)received_sigterm); /* Clean up sessions, utmp, etc. */ cleanup_exit(255); -- Brightest day, Blackest night, No bug shall escape my sight, And those who worship evil's mind, be wary of my powers, puffy lantern's light !
2007 Feb 07
3
Compiz coding style?
I've got a question. When do i have to use this for aFunctionName() and when do i have to use this for a_function_name() ? Cedric
2007 Jan 28
3
A patch for minimize plugin.
I've added a new option in minimize plugin, called "Disable Fading". To prevent tearing, damageScreen is used minDonePaintScreen (only if the option is used). The patch is attached. -------------- next part -------------- A non-text attachment was scrubbed... Name: minimize-fading.patch Type: text/x-patch Size: 1855 bytes Desc: not available Url :
2007 Feb 13
1
Compiz slow when playing some videos?
Currently, compiz really deal well with most videos... But some videos make compiz slow... ex: ftp://ftp.developpez.tv/tv/linux/2007/solutionslinux/Keynote2.ogg Play it, try to move the window, you will have artefact... Let the video play, launch firefox/konqueror, move the window, it will not be smooth :( With some others videos, no problem. GeForce 7600 with nvidia drivers Wobbly activated
2007 Feb 26
1
[PATCH] Transparent windows in minimize plugin
Here is a patch to re-enable transparent windows in minimize plugin. Cedric -------------- next part -------------- A non-text attachment was scrubbed... Name: minimize_transulucent.diff Type: text/x-diff Size: 464 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20070226/8a904d29/minimize_transulucent.bin
2007 Jan 10
1
Compiz segfault
since compiz > 0.3.4; it segfault randomly at startup... So, sometime it works, sometime not :( No problem with 0.3.4. Running gdb, i 've got this: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1221977856 (LWP 19014)] 0x08068fb8 in compSetStringOption (option=0x816ea60, value=0xbfca2888) at option.c:154 154 if (strcmp (option->rest.s.string[i], s)
2006 Dec 05
2
gtk-window-decorator segfault?
With current git, gtk-window-decorator quit when kde start :( Another way to make it quit: dcop kicker kicker restart => gtk-window-decorator quit.... Cedric
2006 Dec 05
2
Patch for place plugin (Cascade, Centered, ...)
Here is a patch for place plugin. It add a "place_mode" option wich actually can have two values: "Cascade" (original placement mode) and "Centered". Thanks for any comment! Cedric -------------- next part -------------- A non-text attachment was scrubbed... Name: place.patch Type: text/x-diff Size: 3556 bytes Desc: not available Url :
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)
2006 Dec 10
0
Gtk menu fix
Here is a patch (from beryl svn) for people who wants gtk menu detected again. It make all gtk menu detected as "Unknown" It seems to be a gtk bug, can't find a bug report on gnome bugzilla. 2.8.20 is my gtk version. With this version, detached menu have "Menu window type" and attached menu have "Normal window type" Someone using a more recent version of
2006 Dec 18
2
Kde decorator not building
Kde decorator Makefiles doesn't detects kde installation dirs (include dir here, /usr/include/kde on debian). By the past, kde-config --cflags && kde-config --libs was a way to have such informations but don't seems to be working anymore :( Cedric