Re: [compiz] video plugin update

2007-07-30 Thread Matthias Hopf
On Jul 27, 07 18:07:37 -0400, David Reveman wrote:
  And again, please, could you do something similar for libxine? I've
  started something, but I've not so much knowledge... :/
 
 I'm sure someone else will do this. If not, I might do it some day when
 I have time.

I would, if I had the time ATM :-(

Sorry

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED],  SuSE RD,  Zimmer 3.2.06,  Tel. 74053-715
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] extra plugins for 0.5.0?

2007-05-07 Thread Matthias Hopf
Hey Jigish,

 Most of the plugins have been ported for compiz, you can find
 compiz-git and compiz-git-extras (including animation) here:
 
 http://software.opensuse.org/download/home:/cyberorg/
 
 I haven't packaged it for compiz 0-5, waiting for the build process of
 -extras to get streamlined a bit.

That's perfect, so I don't have to do it ;)
I will just need them for my LinuxTag talk (and would rather like to use
rpms than compiling myselfs on that laptop ;) , but that's in 3 weeks,
so plenty of time left. And with the git repros, everything's settled.

 I am also waiting for transparent cube patches that applies to the
 latest compiz, will post new packages after that.

Sure.

Thanks

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]  ____   __
Maxfeldstr. 5 / 90409 Nuernberg   (_   | |  (_   |__  [EMAIL PROTECTED]
Phone +49-911-74053-715   __)  |_|  __)  |__  R  D   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] adding XCB dependency

2007-05-03 Thread Matthias Hopf
On Apr 27, 07 18:13:57 +0200, Danny Baumann wrote:
 Just for curiousity - which distros do actually ship XCB at the moment,
 at least as some sort of extra/unofficial package? I couldn't find one

openSUSE 10.3 will ship XCB, and use libX11 over XCB. So it's mandatory.

We still hit quite a number of applications with that infamous locking
bug. The most important ones are the java implementations (almost all of
them).

CU

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]  ____   __
Maxfeldstr. 5 / 90409 Nuernberg   (_   | |  (_   |__  [EMAIL PROTECTED]
Phone +49-911-74053-715   __)  |_|  __)  |__  R  D   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] compiz composited video and alpha only GLX pixmaps

2007-03-15 Thread Matthias Hopf
On Mar 15, 07 02:54:37 +0100, Dennis Kasprzyk wrote:
 I don't know if this is possible, but could xvideo be extended to support 
 software generated xvideo adapters? If this would be possible compiz could 
 add itself as video adapter and the video players would not need to be 
 changed.

This would be a major extension to the Xserver, and can probably not be
done without the additional memcopy that compiz tries to avoid.
In time this *could* be implemented. It's probably of very low priority,
though.

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]  ____   __
Maxfeldstr. 5 / 90409 Nuernberg   (_   | |  (_   |__  [EMAIL PROTECTED]
Phone +49-911-74053-715   __)  |_|  __)  |__  R  D   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin?

2007-03-13 Thread Matthias Hopf
On Mar 12, 07 13:27:25 +0100, David Reveman wrote:
 No that's not possible. The best solution I could think of right now is
 to create a top-level ARGB window and position it above your video
 window.

I thought so.

 We could add another interface for OSD and subtitles but I think we
 should just wait until we've got proper retained mode graphics support
 in compiz before we add that.

Agreed.

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED],  SuSE RD,  Zimmer 3.2.06,  Tel. 74053-715
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin?

2007-03-12 Thread Matthias Hopf
On Mar 09, 07 14:20:08 +0100, David Reveman wrote:
  Have you mailed this patch to the mplayer mailing list? Though I doubt
  they will allow a patch that interferes with the xv output plugin. It
  probably should go into a new output plugin.
 
 No I haven't mailed it to the mplayer list. I don't think it should be
 included in it's current state. Yes, it should go into a new plugin but
 this new plugin should still support xv output as you want to
 dynamically fall-back to that when the compiz interface isn't available.
 It should probably go into an xv-compiz output plugin but some code
 sharing between the existing xv module should probably be done then.

I guess the best thing would be if the new module would call the xv
plugin dynamically if needed. So the code paths would remain clean.

At least that's what I'll try to do with xine.

David, one more question about this rendering technique (have to admit
that I haven't looked at the code yet): are overlays still possible,
that is can I render with standard X / OpenGL calls over an YUV image
that has been blitted by compiz? That is needed for about all
on-screen-displays and subtitles, because they are typically rendered in
different resolutions than the main video.

CU

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED],  SuSE RD,  Zimmer 3.2.06,  Tel. 74053-715
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin?

2007-03-08 Thread Matthias Hopf
On Mar 07, 07 21:15:39 +0100, dragoran wrote:
 thx I missed this mail...

I apparently didn't receive this mail as well...

 I've created a patch to mplayer's xv output code that makes it use
 compiz video interface when available. Works pretty well and it even
 dynamically detects when the compiz video interface isn't available
 anymore and then switches to xv instead. Similar patches can easily be
 created for other video playback clients, of course.

Have you mailed this patch to the mplayer mailing list? Though I doubt
they will allow a patch that interferes with the xv output plugin. It
probably should go into a new output plugin.

I'll go for xine and create an according output plugin.

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]  ____   __
Maxfeldstr. 5 / 90409 Nuernberg   (_   | |  (_   |__  [EMAIL PROTECTED]
Phone +49-911-74053-715   __)  |_|  __)  |__  R  D   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


[compiz] 0.3.7 packages for openSUSE - hopefully working out-of-the-box with AIGLX now

2007-02-02 Thread Matthias Hopf
Hi all,

I just uploaded new packages to openSUSE.org. If everything turns out
well this package is the first to work out-of-the-box on

 - AIGLX: intel, radeon, ...
 - NVIDIA native
 - Xgl: intel, radeon(?), nvidia, fglrx, ...

Especially Xgl is the only possibility for ATI proprietary driver users.
Tested on Xgl, still works, AIGLX hasn't been verified yet, but the
source changed only for the Xgl path.


Basically, the loads a different library for indirect rendering if the
native libGL doesn't support EXT_texture_from_pixmap correctly / doesn't
have the correct GLX version.

The packages keeps building with a statically linked Mesa for older
trees, so this is only in effect on the Factory and 10.2-Xorg7.2 trees.


The packages probably need some time until they are built. Version is
0.3.7.

Happy testing :)

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]  ____   __
Maxfeldstr. 5 / 90409 Nuernberg   (_   | |  (_   |__  [EMAIL PROTECTED]
Phone +49-911-74053-715   __)  |_|  __)  |__  R  D   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] New configuration system

2007-01-26 Thread Matthias Hopf
On Jan 26, 07 08:54:36 +0100, Stjepan Glavina wrote:
 I see many people hate Compiz (and use Beryl) just because it needs
 gconf + many other GNOME deps. I think this is the biggest advantage of
 Beryl over Compiz.
[...]
 Compiz needs a new configuration plugin. A text-based one, independent
 of tons of libraries would be great.

I guess David would gladly accept patches for an independent text-based
configuration plugin, as long as it uses the standard plugin mechanisms.

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]  ____   __
Maxfeldstr. 5 / 90409 Nuernberg   (_   | |  (_   |__  [EMAIL PROTECTED]
Phone +49-911-74053-715   __)  |_|  __)  |__  R  D   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] Compiz ignoring changes in gconf in Opensuse 10.2

2007-01-05 Thread Matthias Hopf
On Jan 04, 07 16:12:07 +, Mike Dransfield wrote:
 Matthias Hopf wrote:
  On Dec 30, 06 19:13:05 -0800, Deni Jelicic wrote:

  I have recently upgraded to Opensuse 10.2 from 10.1
  and all the changes that I am making in gconf have no
  effect on compiz. I am running compiz as a window
  manager in kde and I have followed the instructions
  for running compiz in Opensuse 10.2.
  
 
  compiz is started with the dbus configuration plugin now when running
  kde. Unfortunately, right now there doesn't seem to be a configuration
  utility using dbus :-O
 
 Dbus is NOT a configuration plugin.  It is for IPC, it
 just communicates the value, it doesnt store it.

Well, then the infrastructure is not 100% in place. If you select compiz
as the window manager (and not KWin - yes, you can do that in SL10.2),
compiz is started with the dbus plugin and nothing more.

I don't know whether compiz should be automatically configured
afterwards, or whether a different configuration plugin is to be
developed. That's something one of the KDE developers should probably
comment on.

 Gconf is still needed and is the only option. :)

;-)

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]   ____   __
Maxfeldstr. 5 / 90409 Nuernberg(_   | |  (_   |__ [EMAIL PROTECTED]
Phone +49-911-74053-715__)  |_|  __)  |__  labs   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] Compiz ignoring changes in gconf in Opensuse 10.2

2007-01-05 Thread Matthias Hopf
On Jan 05, 07 18:31:51 +, Mike Dransfield wrote:
 The solution is to write a KDE based compiz configuration
 plugin for compiz, this would then communicate via dbus.
 
 Your startup script seems to be broken, it should start
 compiz the same way for KDE as it does for Gnome.

I'm not talking about startup scripts. The KDE kontroll center in SL10.2
has a switch for switching between KWin and compiz. If you select
compiz, compiz dbus is run AFAIK.

Again, something for KDE developers to comment on. Not really me :)

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]  ____   __
Maxfeldstr. 5 / 90409 Nuernberg   (_   | |  (_   |__  [EMAIL PROTECTED]
Phone +49-911-74053-715   __)  |_|  __)  |__  R  D   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] Re: [PATCH] Dbus improvements (was Include option type in gconf schema)

2006-12-12 Thread Matthias Hopf
On Dec 11, 06 19:23:09 +, Mike Dransfield wrote:
 I hope you dont mind, but I would like to maintain
 a version of dbus and annotate for a while so that I
 can work on a better API.  A git repository would be
 useful here because it would make it easier for people
 to test and provide feedback.  We are having trouble
 with exchanging tarballs over a forum :)

People typically use a per-user git repository on freedesktop for these
things. I haven't used one so far, so I do not completely know how to
set it up, but I guess you have to kick someone with administrator
rights on anarchy or annarchy (both exist, and I do not remember which
one was for what ;)

CU

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]   ____   __
Maxfeldstr. 5 / 90409 Nuernberg(_   | |  (_   |__ [EMAIL PROTECTED]
Phone +49-911-74053-715__)  |_|  __)  |__  labs   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] workspaces/desktops/viewports on top/bottom of cube?

2006-12-06 Thread Matthias Hopf
On Dec 05, 06 16:13:19 -0500, Matthew Nicholson wrote:
 I know this has probably been asked before, but, I'll ask anyways:
 
 Workspaces/Desktops/whatever on the top and bottom of the cube, is there
 any chance this will ever happen? I love how in gnome you can have work

http://en.opensuse.org/Xgl#Frequently_Asked_Questions_.28FAQ.29

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]   ____   __
Maxfeldstr. 5 / 90409 Nuernberg(_   | |  (_   |__ [EMAIL PROTECTED]
Phone +49-911-74053-715__)  |_|  __)  |__  labs   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] reason for bad performance on i915 (AIGLX)

2006-11-30 Thread Matthias Hopf
On Nov 30, 06 11:20:50 +0100, gandalfn wrote:
   In my ubuntu packages, to compiz work properly on AiGLX and for
 performance issue i continue to apply two patchs of Kristian Høgsberg :
 
 http://people.freedesktop.org/~krh/compiz-on-aiglx/compiz-patches/06-glfinish.patch
 http://people.freedesktop.org/~krh/compiz-on-aiglx/compiz-patches/02-tfp-server-extension.patch

Hm. The second patch doesn't seem right, it doesn't help if only the
server supports EXT_texture_from_pixmap. I wonder why this should help
at all, because there won't be a function entry point (unless the used
libGL is just broken and has the function, but not the extension
string).

I'd like to check out the first patch, because ATM compiz is really slow
on Xgl on i915 as well. This used to be *much* better.

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]   ____   __
Maxfeldstr. 5 / 90409 Nuernberg(_   | |  (_   |__ [EMAIL PROTECTED]
Phone +49-911-74053-715__)  |_|  __)  |__  labs   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] [ANNOUNCE] compiz-0.3.4

2006-11-22 Thread Matthias Hopf
On Nov 22, 06 12:14:35 -0500, David Reveman wrote:
 Availability
 
 http://xorg.freedesktop.org/archive/individual/app/compiz-0.3.4.tar.bz2
 http://xorg.freedesktop.org/archive/individual/app/compiz-0.3.4.tar.gz

Find packages for openSUSE in

  http://software.opensuse.org/download/X11:/XGL/

(as soon as they finished building ;)

Thanks

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED],  SuSE labs,  Zimmer 3.2.06,  Tel. 74053-715
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] Compiling Compiz

2006-10-25 Thread Matthias Hopf
On Oct 20, 06 11:47:03 -0400, David Reveman wrote:
 Yes, I have one or two more fixes that should go into compiz 0.2 branch
 and then I'll push out a 0.2.1. However, I'm not breaking the ABI in the
 0.2 branch so making the these additional plugins work with the 0.2
 branch is going to require more work to the plugins and it's probably
 not worth it.

I guess so.
I'll check which ones of the plugins would work with 0.2, and if there
are none or too few I will let the extra package depend on the newer git
version.

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED],  SuSE labs,  Zimmer 3.2.06,  Tel. 74053-715
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] Compiling Compiz

2006-10-20 Thread Matthias Hopf
On Oct 18, 06 15:20:11 +0100, Mike Dransfield wrote:
 This is the location of the old compiz-quinn packages. They are not 
 updated anymore, now that they have forked into Beryl. I am 
 specifically looking for an rpm of compiz-0.2.0 as was released by David.

Find the compiz package now in the openSUSE X11:XGL project, on which
Jigish / Cyberorg added me as maintainer :^)

For some reason, compiz is currently in blocked state on
XOrg7_SUSE_Linux_10.1, but it has been compiled for the same release in
my home directory home:mhopf.

For download:

http://software.opensuse.org/download/X11:/XGL/
  or
http://software.opensuse.org/download/home:/mhopf/

Unfortunately, the XOrg7_SUSE_Linux_10.1 packages built in my home
project don't show up yet. I guess this needs some time.

BTW - Jigish, I think the SL10.1xorg7, SLE10, SLE_10, and
SUSE_Linux_Factory directories should be deleted on the download side of
X11:XGL, do you agree?

 It would be nice if someone could package compiz and then create an 
 additional package
 with the third-party plugins in.

AFAIK so far most of the additional plugins (if not all) do not
compile/run for upstream compiz at the moment.

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]   ____   __
Maxfeldstr. 5 / 90409 Nuernberg(_   | |  (_   |__ [EMAIL PROTECTED]
Phone +49-911-74053-715__)  |_|  __)  |__  labs   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] Compiling Compiz

2006-10-20 Thread Matthias Hopf
On Oct 20, 06 13:05:54 +0100, Mike Dransfield wrote:
 All of the plugins on this page work with compiz, the exception is neg 
 which requires a patch to the core.  They all work with hardly any 
 modification, just some annoying differences.
 
 To compile them just download, unpack and type make install as your 
 normal user.
 
 http://www.anykeysoftware.co.uk/compiz/plugins/

That's great.
I'll add a package compiz-extra for these plugins.

I assume the animation patches are needed for compiz 0.2.0 as well?

Thanks

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]   ____   __
Maxfeldstr. 5 / 90409 Nuernberg(_   | |  (_   |__ [EMAIL PROTECTED]
Phone +49-911-74053-715__)  |_|  __)  |__  labs   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] Compiling Compiz

2006-10-20 Thread Matthias Hopf
On Oct 20, 06 14:22:42 +0100, Mike Dransfield wrote:
 Compiz 0.2.0 covers a lot of different versions, any checkout from git after

Actually, no. 0.2.0 is exactly the release version of compiz 0.2.
Newer versions would be 0.2.1 or similar.

Choosing git versions in-between is actually against the spirit of
version 0.2 being a stable version. So I doubt this is a good idea. I
probably will include the necessary patches only in compiz-git.

 as stable as it has always been.  The correct version by now should really
 be something like 0.2.5 since there are have been a lot of changes since
 the original 0.2.0 release.  These numbers are probably up to David to
 change so for now I would probably use the date it was checked out
 from git as the version.  All of the packagers should try to work together
 so that the versions are the same across distros, this will make support
 much easier.

Release versions are always a PITA :-/

David, care for a rev++? Even 0.2.1 would be ok...

 If anyone makes packages, could you please add them to the Wiki
 along with some basic instructions on how to install.  This will make it
 easier for any new users and keep everything in one place.

Which wiki pages exactly? openSUSE/compiz?

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]   ____   __
Maxfeldstr. 5 / 90409 Nuernberg(_   | |  (_   |__ [EMAIL PROTECTED]
Phone +49-911-74053-715__)  |_|  __)  |__  labs   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] Skydome not working

2006-09-11 Thread Matthias Hopf
On Sep 11, 06 02:20:55 -0700, Ovid wrote:
 Ugh.  I just noticed that while I can rotate my desktops, *none* of the other 
 Cube plugin features seem to have any effect.  For example, checking the 'in' 
 box used to mean I would rotate from the perspective of inside the cube.  
 Now, it has no effect and I still rotate from the perspective of outside the 
 cube.  Could this have something to with plugin order or something else (or 
 would bad plugin loading order mean it wouldn't run at all)?

How do you set the plugin features? gconf-editor? Do you have the gconf
module loaded?

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]   ____   __
Maxfeldstr. 5 / 90409 Nuernberg(_   | |  (_   |__ [EMAIL PROTECTED]
Phone +49-911-74053-715__)  |_|  __)  |__  labs   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] Re: compiz developers

2006-07-17 Thread Matthias Hopf
On Jul 17, 06 11:59:57 +0100, Colin Guthrie wrote:
 Just an idea, of course this is all up to Quinn himself.
 Herself ;)

Err - Quinn is a girl? Didn't know, I appologize :-]

This just happens too seldom in open source development :-/

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED]   ____   __
Maxfeldstr. 5 / 90409 Nuernberg(_   | |  (_   |__ [EMAIL PROTECTED]
Phone +49-911-74053-715__)  |_|  __)  |__  labs   www.mshopf.de
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz