Displaying 20 results from an estimated 700 matches similar to: "ksmserver and --sm-disable in KDE"
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 29
1
FGLRX using Aiglx??
Hi!
AFAIK FGLRX doesnt support glx_ext_texture_from_pixmap, and enabling
composite+dri is resulting in screen corruption even with 8.38.6. Then how
are you guys running it without XGL?
Regards,
Karthik
On 6/29/07, compiz-request at lists.freedesktop.org <
compiz-request at lists.freedesktop.org> wrote:
>
> Send compiz mailing list submissions to
> compiz at
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 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 06
0
[PATCH] Define default opacity windows in Compiz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This patch uses the same hacks listed in the "[PATCHES] Fixes for java
apps and firefox in scale, switcher and wobbly" message to apply the
transparency to the right windows; I don't think it will be merged,
but I'm posting it here just as example for other users/packagers;
however it can be disabled only setting the default
2007 Jul 06
0
[PATCH] Update and Fix Italian Language
The Italian po file provided with Compiz misses some strings and imho
isn't translated so well, so I've revised it at all, to get a better
localization.
Attached there's the patch file.
Bye
Trevi?o
--
Trevi?o's Blog - Life and Linux
http://3v1n0.tuxfamily.org/blog/
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
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
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)
*
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 Jul 09
0
[PATCH] Compiz with Fglrx without Xgl (an hack for use-copy)
As posted few days ago by Vladimir, newer fglrx ATi proprietary drivers
supports the Composite extension (also if it provides buggy rendering
for some apps), that's why using the non-tftp rendering you could run
Compiz in fglrx drivers too without loading Xgl.
However the use-copy option makes compiz do some checks that the fglrx
drivers don't pass (I don't know why, since the
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
2025 Feb 14
1
[PATCH] auth-pam: Check the user didn't change during PAM transaction
On Thu, Feb 13, 2025 at 05:45:47PM +0100, Marco Trevisan wrote:
> From: Marco Trevisan (Trevi?o) <mail at 3v1n0.net>
>
> PAM modules can change the user during their execution, in such case ssh
> would still use the user that has been provided giving potentially
> access to another user with the credentials of another one.
>
> So prevent this to happen, by ensuring
2025 Feb 13
1
[PATCH] auth-pam: Check the user didn't change during PAM transaction
From: Marco Trevisan (Trevi?o) <mail at 3v1n0.net>
PAM modules can change the user during their execution, in such case ssh
would still use the user that has been provided giving potentially
access to another user with the credentials of another one.
So prevent this to happen, by ensuring that the final PAM user is
matching the one that initiated the transaction.
See also:
2025 Feb 13
0
[PATCH 2/4] auth-pam: Add an enum to define the PAM done status
From: Marco Trevisan (Trevi?o) <mail at 3v1n0.net>
Makes things more readable and easier to extend
---
auth-pam.c | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/auth-pam.c b/auth-pam.c
index 5dfa69202..ba01dfb0c 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -132,11 +132,16 @@ typedef pid_t sp_pthread_t;
#define pthread_join fake_pthread_join
#endif
2025 Feb 13
0
[PATCH 3/4] auth-pam: Add debugging information when we receive PAM messages
From: Marco Trevisan (Trevi?o) <mail at 3v1n0.net>
---
auth-pam.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/auth-pam.c b/auth-pam.c
index ba01dfb0c..932c7e1e2 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -446,6 +446,9 @@ sshpam_thread_conv(int n, sshpam_const struct pam_message **msg,
break;
case PAM_ERROR_MSG:
case PAM_TEXT_INFO:
+ debug3("PAM: Got message of
2025 Feb 13
0
[PATCH 1/4] auth: Add KbdintResult definition to define result values explicitly
From: Marco Trevisan (Trevi?o) <mail at 3v1n0.net>
kbdint result vfunc may return various values, so use an enum to make it
clearer what each result means without having to dig into the struct
documentation.
---
auth-bsdauth.c | 2 +-
auth-pam.c | 10 +++++-----
auth.h | 5 +++++
auth2-chall.c | 4 ++--
4 files changed, 13 insertions(+), 8 deletions(-)
diff --git
2025 Feb 13
0
[PATCH] auth2-chall: Fix selection of the keyboard-interactive device
From: Marco Trevisan (Trevi?o) <mail at 3v1n0.net>
We were only checking if the prefix of a device name was matching what
we had in the devices list, so if the device list contained "pam", then
also the device "pam-foo" was matching.
---
auth2-chall.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/auth2-chall.c b/auth2-chall.c
index
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 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
2025 Feb 13
0
[PATCH] sshconnect2: Write kbd-interactive service, info and instructions as utf-8
From: Marco Trevisan (Trevi?o) <mail at 3v1n0.net>
Info messages that are coming from the server aren't properly escaping
sequences they contains, leading to messages not being properly rendered
by the client.
So for example a message containing "\" was represented as "\\" and
similarly for all the other C escape sequences.
This was leading to more problems when it