similar to: Video plugin and patched MPlayer

Displaying 20 results from an estimated 600 matches similar to: "Video plugin and patched MPlayer"

2008 Nov 03
2
Problems mixing public / private shares on windows
Hi guys, I'm trying to have some shares available for everyone and some other only available to authenticated users, here's an excerpt from my config file: > [global] > workgroup = WORKGROUP > server string = Server > log file = /var/log/samba/log.%m > max log size = 50 > guest account = nobody > map to guest = bad user > security = user >
2013 Jun 11
1
btrfs-transacti:1014 blocked for more than 120 seconds.
Hey, I''ve a 2x4TB RAID1 setup with btrfs on kernel 3.8.0. Under high I/O load (BackupPC dump or writing a large file over gigabit) I get messages in syslog such as the one mentioned in the subject. The full non-logcheck-ignored log is under [1]. A BackupPC dump between the same exact machines onto a 2TB ext4 volume take 90 minutes on average, the process on the btrfs volume took 465
2007 Jun 06
2
[PATCH] Use X-Fleur cursor on move
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I'm Trevi?o (AKA Trevinho, AKA 3v1n0, AKA trevi55 ;P) it's my first message here, also if I'm reading the ML from the archives since long time... I maintened a beryl-svn (then git) repository, and I'm planning to do the same as soon as I can for compiz-git (BTW, some pre-release packages are at http://tinyurl.com/396up9),
2007 Jun 23
1
[PATCH] Zoom only on manual rotate option
This patch will add a new option (zoom_manual_only) in the rotate plugin that (by default) will make it zoom only on mouse initiate (so no more on d&d, window move and key-rotate)... Bye -- Trevi?o's Blog - Life and Linux http://3v1n0.tuxfamily.org/blog/ -------------- next part -------------- A non-text attachment was scrubbed... Name: compiz-zoom-only-on-manual-rotate-option.patch
2007 Jun 07
1
What about splitting the gtk-window-decorator ?!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Yesterday I sent a patch (http://paste.ubuntu-nl.org/24252/) against the latest compiz ubuntu gutsy source package to Amaranth, to make compiz compile (and package, of course) the gtk-window-decorator in two ways: 1) as gtk-window-decorator (= compiz-gtk package) using these configuration parameters: --disable-gnome \
2007 Jul 11
8
video plugin update
I had to update the video plugin interface slightly to fix some bugs. I've attached an updated mplayer patch. -David -------------- next part -------------- A non-text attachment was scrubbed... Name: mplayer-xv-compiz-video-2.patch Type: text/x-patch Size: 15198 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20070711/37e301ac/attachment-0001.bin
2007 Jun 25
2
[PATCH] Add option to Move for disabling server position sync on each notify
The new move plugin interface that makes the applications sync to Xserver position at each move notify, also if it could be considered important, caused - as negative point - a poor wobbly quality while moving windows... That's why some kinds of "forks" were made to disable this new feature (see the "bouge" plugin), so I decided, instead of use "another" plugin
2007 Jun 28
1
[feature request] fglrx without Xgl works with copy method in beryl
Latest amd/ati drivers (8.37|8.38) supports composite with dri. So, after patching beryl (cause he can work without tfp) to make it use direct rendering on "aiglx method" and removed check for GLX_SGIX_fbconfig, which fails. - I was able to run beryl on fglrx WITHOUT Xgl. Only bug with windows drawing exists(as noticed in latest known issues for ati drives), more about this bug -
2007 Jul 04
1
--sm-client-id problem?
Hi, When I try to integrate compiz into the Gnome startup process and pass a relevent --sm-client-id value, it seems (not got 100% proof yet) that compiz hangs the login. This used to work perfectly, but I'm just wondering if there is a current issue with this? Thanks for any input. Col
2007 Jul 11
1
Hello EveryOne...Problems here GLX_EXT_texture_from_pixmap?
Firts of all Greetings From Cuba "Saludos" to all of the member of this list. My name it's Orestes Leal, at your service. Well, The problem it's the following: I have one ATI RADEON 200 Series Integrated into the mainboard (ATI Technologies Inc RC410 [Radeon Xpress 200]), the chip has 64 megs of Video and 64 shared from memory to a total amount of 128 megs, the Xorg says me
2007 Jun 06
1
[PATCHES] Fixes for java apps and firefox in scale, switcher and wobbly
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've made these patches that basically, make the java apps and firefox items well being recognized by some compiz plugins (scale, switcher and wobbly), I don't know if those can be considered workaround, but this helps in using your desktop tools. Basically java apps are seen as: * name=sun-awt-X11-XFramePeer (default windows = Normal) *
2009 Jul 30
3
AIX and posix_fallocate
Hi, AIX's implementation of posix_fallocate is a little bit, let me say, peculiar. Attached is a patch to "fix" (=work around) this. Without you'll see this in the logs: Jul 28 01:17:41 trevi mail:err|error dovecot: IMAP(beckerr): posix_fallocate() failed: File exists Jul 28 01:17:41 trevi mail:err|error dovecot: IMAP(beckerr): file_set_size() failed with mbox file
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 Jul 06
1
Unable to (un)subscribe mbox with AIX, NFS and netapp filer
Hi Timo, dovecot 1.2.0 is great! Faster and more stable on mboxes that 1.1.x by far... good job :-) Today I stumbled over a strange problem when I tried to subscribe an existing Mailbox (mbox), which doesn't work. Thunderbird IMAP log -------------------- 9932[4124558]: 40f3498:imap.fh-trier.de:A:SendData: 11 subscribe "Mail/Archiv/1998" 9932[4124558]: ReadNextLine
2012 Jul 22
2
[LLVMdev] C++ demangling in LLVM
On Jul 4, 2012, at 12:43 PM, Michael Spencer wrote: > On Wed, Jul 4, 2012 at 8:33 AM, Alexey Samsonov <samsonov at google.com> wrote: >> Hello! >> >> We want to implement in-process symbolizer for {Address,Thread}Sanitizer >> testing tools that would be based on LLVM libraries. >> I've noticed that llvm-nm (as well as other tools) doesn't demangle
2015 Mar 12
52
[Bug 89558] New: Unknown chipset error for GeForce 840M
https://bugs.freedesktop.org/show_bug.cgi?id=89558 Bug ID: 89558 Summary: Unknown chipset error for GeForce 840M Product: xorg Version: unspecified Hardware: Other OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2005 Nov 29
3
Is Timo OK?
Hi, does anyone know where Timo is around lately? I haven't seen a post from him for some weeks now and "normally" Timo is quite active when it comes to supporting his 'dovecot' warp drive :-) Udo Rader -- bestsolution.at EDV Systemhaus GmbH http://www.bestsolution.at -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type:
2004 Jul 19
3
Syslinux of a USB flash ram
Folks, When I run syslinux on my Sandisk Cruzer (512MB) USB flash RAM with the "syslinux /dev/sda" , it corrupts the partition table that I had already created on my USB device. It attempts to boot but eventually fails trying to load the kernel. If I try "syslinux /dev/sda1", the USB device fail to boot at all. I would think that /dev/sda would be the correct device to use if
2012 Jul 04
0
[LLVMdev] C++ demangling in LLVM
On Wed, Jul 4, 2012 at 8:33 AM, Alexey Samsonov <samsonov at google.com> wrote: > Hello! > > We want to implement in-process symbolizer for {Address,Thread}Sanitizer > testing tools that would be based on LLVM libraries. > I've noticed that llvm-nm (as well as other tools) doesn't demangle C++ > names. Is it true, that LLVM doesn't have the code that is capable
2007 Nov 05
1
Making the video plugin + patched MPlayer work with other backends
Hi, I'm wondering how I can make my patched up mplayer work with other MPlayer frontends, such as mplayer-plugin, GMPlayer, SMPlayer and KMPlayer. When I play a video using mplayer normally with: mplayer video.ext, It detects the compiz video output and works fine, however when it is called from other players (AFAIK, it just creates a window then asks mplayer to display in it) with mplayer