You are not logged in.

#101 2006-05-08 04:49:53

nuggien
Member
Registered: 2006-05-05
Posts: 11

Re: Latest Xgl and Compiz PKGBUILDs

nuggien wrote:
nuggien wrote:

Anyone know why the plugins section of compiz in gconf-editor only shows the fade plugin?  I tried restoring the compiz schemas from /usr/etc/gconf/schemas/compiz.schemas but it still only shows the fade plugin.

Some of the plugins seem to work though, like scale, wobbly, fade, switcher, cube etc.  But they don't appear in gconf-editor so I can't edit any options. 

Also, I don't get any shadows around my windows...   sad

EDIT:  I am using the latest xgl-cvs and compiz-quinn-cvs packages from shadowhand, which I think he built from mikos's latest xgl abs overlay.

I tried

gconftool-2 --install-schema-file /usr/etc/gconf/schemas/compiz.schemas

and the output seems to say it put those schemas into gconf's database.  But still nothing.

Output from gcontool-2: http://pastebin.com/704423

Maybe something is wrong with my gconf db?

Solved it by doing as root

export GCONF_CONFIG_SOURCE="xml:merged:/opt/gnome/etc/gconf/gconf.xml.defaults"
gconftool-2 --makefile-install-rule /usr/etc/gconf/schemas/compiz.schemas

Got this from the gentoo forums.  For some reason the --makefile-install-rule flag worked but the --install-schema-file flag didn't work.

Offline

#102 2006-05-08 09:31:00

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,914
Website

Re: Latest Xgl and Compiz PKGBUILDs

Ok I got Xgl working now ...


Mr Green

Offline

#103 2006-05-09 03:12:57

Mikos
Member
From: Prague, Czech Republic
Registered: 2005-05-03
Posts: 228
Website

Re: Latest Xgl and Compiz PKGBUILDs

!!! UPDATE !!!
You can checkout my latest release from my Bazaar-NG repository or download it here:
xgl-abs-overlay-20060509-1.tar.gz

Changelog:

· Added compiz.install file to compiz-cvs and compiz-quinn-cvs (problems with missing gconf schemas are gone, hurray! ;-))
· --sysconfdir in compiz-cvs and compiz-quinn-cvs PKGBUILDs changed to /opt/gnome/etc (stupid /usr/etc directory is gone)
·   compiz-intel-copy-pixel-issue-workaround-1.diff patch modified for latest QuinnStorm CVS and added back to compiz-quinn-cvs PKGBUILD

Offline

#104 2006-05-10 10:15:02

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,914
Website

Re: Latest Xgl and Compiz PKGBUILDs

Any ideas if fixesproto has been fixed ...

pacman -Syu gives 
error: unresolvable dependencies:
  xgl-cvs: requires fixesproto>=4.0 but it is not in the sync db

&

 pacman -S shadowhand/fixesproto

Targets: fixesproto-4.0-1

Total Package Size:   0.1 MB

Proceed with upgrade? [Y/n] y

checking package integrity... 
error: archive fixesproto-4.0-1.pkg.tar.gz is corrupted

?

you can d/l from repro & use -Ufd whatever but syncing not working ....


Mr Green

Offline

#105 2006-05-10 10:46:30

shbang
Member
Registered: 2005-10-03
Posts: 76

Re: Latest Xgl and Compiz PKGBUILDs

pacman -S shadowhand/fixesproto worked fine for me (just a minute ago)

edit:  It looks like fixesproto upgraded to 4.0 but now I'm getting an error about xgl-cvs requiring fixesproto >= 4.0 (when I do pacman -Syu)

Offline

#106 2006-05-10 12:07:10

Mikos
Member
From: Prague, Czech Republic
Registered: 2005-05-03
Posts: 228
Website

Re: Latest Xgl and Compiz PKGBUILDs

shbang wrote:

edit:  It looks like fixesproto upgraded to 4.0 but now I'm getting an error about xgl-cvs requiring fixesproto >= 4.0 (when I do pacman -Syu)

Well, this can be temporarily fixed by adding this line to /etc/pacman.conf:

IgnorePkg = fixesproto

But does anybody know what is causing this? There wasn't such a problem with scrnsaverproto. I have simply copied original fixesproto PKGBUILD from pacman and changed version to 4.0. There shouldn't be problems, this is strange.

Offline

#107 2006-05-10 17:47:38

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,914
Website

Re: Latest Xgl and Compiz PKGBUILDs

Maybe Shadowhand should try uploading fixesproto again ?


Mr Green

Offline

#108 2006-05-14 23:27:49

n0gabor
Member
From: Hungary / Budapest
Registered: 2006-02-10
Posts: 95

Re: Latest Xgl and Compiz PKGBUILDs

same problem here!

Offline

#109 2006-05-15 04:20:24

janwil
Member
From: Tartu, Estonia
Registered: 2003-08-15
Posts: 88

Re: Latest Xgl and Compiz PKGBUILDs

Hi all,

I tried to pacman -Sy from Shadowhand's repo, but apparently it has no shadowhand.db.tar.gz file, so pacman fails.

Is it my problem of misreading anything?

Jan

Offline

#110 2006-05-19 21:23:58

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: Latest Xgl and Compiz PKGBUILDs

Mikos wrote:
shbang wrote:

edit:  It looks like fixesproto upgraded to 4.0 but now I'm getting an error about xgl-cvs requiring fixesproto >= 4.0 (when I do pacman -Syu)

Well, this can be temporarily fixed by adding this line to /etc/pacman.conf:

IgnorePkg = fixesproto

But does anybody know what is causing this? There wasn't such a problem with scrnsaverproto. I have simply copied original fixesproto PKGBUILD from pacman and changed version to 4.0. There shouldn't be problems, this is strange.

Yup, if you take a look at the official fixesproto PKGBUILD, you'll see "force=y". This forces pacman to "upgrade" to the repo version no matter what the local version is. Wine 0.9.11 had force = y as well, since 0.9.12 was a lot of trouble. I don't know why fixesproto has it.

While I'm posting anyway, Mikos, I have a question for you.

I've been trying to get AIGLX working with compiz, and it's been going pretty well so far. However, window decorations won't work with 24bit depth, but according to the folks over at the compiz forum, there's some kind of a patch that takes care of that. I couldn't really understand which patch that is, and your PKGBUILD doesn't seem to include it. Do you know anything about it?

Offline

#111 2006-05-19 21:31:42

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Latest Xgl and Compiz PKGBUILDs

FWIW, Xorg 7.1 should indeed be out by tonight if they stick with their schedule.

Offline

#112 2006-05-19 21:40:52

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: Latest Xgl and Compiz PKGBUILDs

I wonder if the relevant compiz patches will be included in 7.1. They're not in RC3 (which was out just a few days ago actually).

Offline

#113 2006-05-19 23:39:27

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Latest Xgl and Compiz PKGBUILDs

If not, I there will probably an update shortly after the release.

Offline

#114 2006-05-20 07:52:48

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: Latest Xgl and Compiz PKGBUILDs

Gullible Jones wrote:

If not, I there will probably an update shortly after the release.

I sure hope so. The whole hardware accelerated desktop stuff is going to be so much more easy to implement now that AIGLX is in xorg. I'm curious as of how KDE4 wil make use of it.

It's a pity ATI & nvidia are so slow to make the relevant updates to their drivers... I'm rejoicing with my Intel Extreme smile

Offline

#115 2006-05-20 08:45:47

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Latest Xgl and Compiz PKGBUILDs

Well, there is Xorg's ATI driver now... We'll see how that is in 7.1.

Offline

#116 2006-05-23 03:22:17

Rev. Nathan
Member
From: West Hills, Los Angeles, Calif
Registered: 2006-02-21
Posts: 35
Website

Re: Latest Xgl and Compiz PKGBUILDs

OK, So I can't find it in this thread... but when I try to install cairo-devel, there is cairo-cvs there that conflicts with it. And of course I can't remove cairo-cvs because its conflicts are too deep... someone wanna help?


"All the world's indeed a stage, And we are merely players.
Each another's audience, Outside the gilded cage.
"

Offline

#117 2006-05-23 08:40:05

nightfrost
Member
From: Sweden
Registered: 2005-04-16
Posts: 647

Re: Latest Xgl and Compiz PKGBUILDs

first

pacman -Rd cairo-cvs

then

pacman -S cairo-devel

Also

pacman -Rh

for help on how to remove stuff

Offline

#118 2006-05-30 16:01:16

Janitux
Member
Registered: 2006-03-30
Posts: 24
Website

Re: Latest Xgl and Compiz PKGBUILDs

freedesktop cvs is down ? i want to compile my xgl with kde-window-decorator ,what is the flag for the configure to get it ?
bye

Offline

#119 2006-05-31 11:25:48

funkyou
Member
From: Berlin, DE
Registered: 2006-03-19
Posts: 848
Website

Re: Latest Xgl and Compiz PKGBUILDs

The kde-window-decorator does not work...
Look here... Its 3 months ago when they put a little work in it...
I think this one will never be finished as KDE goes in another direction (aiglx?)...


want a modular and tweaked KDE for arch? try kdemod

Offline

#120 2006-06-01 16:45:14

sabrewolf
Member
Registered: 2004-10-26
Posts: 45

Re: Latest Xgl and Compiz PKGBUILDs

im a kde user, to use xgl need install "all" gnome apps(like nautilus) or only need "some" gnome apps???


[code]sorry for my english [/code]

Offline

#121 2006-06-11 14:47:58

Cimi
Member
From: Padova, Italy
Registered: 2006-01-16
Posts: 301
Website

Re: Latest Xgl and Compiz PKGBUILDs

Here's the "super" key doesn't work anymore... and also the dock cause compiz to crash (I had to remove the libdock.so plugin from compiz)


Murrine Creator - GNOME Developer

Offline

#122 2006-06-12 21:11:12

jack
Member
From: /usr/arg
Registered: 2005-11-17
Posts: 66

Re: Latest Xgl and Compiz PKGBUILDs

I installed ALL packages but compiz not work.

[jack@nube ~]$ compiz
compiz: No composite extension

I don`t now.... :?:

Offline

#123 2006-06-14 09:08:18

mic64
Member
Registered: 2005-03-03
Posts: 173

Re: Latest Xgl and Compiz PKGBUILDs

Hi

I can´t remeber, but was the alt+tab feature always only showing apps from current desktop
and from all?

Offline

#124 2006-06-14 10:20:45

drojid
Member
Registered: 2005-02-21
Posts: 13

Re: Latest Xgl and Compiz PKGBUILDs

alt+tab: current desktop
ctrl+alt+tab: all desktops
but can be redefined in gconf-editor

Offline

#125 2006-06-14 14:59:52

mic64
Member
Registered: 2005-03-03
Posts: 173

Re: Latest Xgl and Compiz PKGBUILDs

ok I changed the initial_all to <Alt>
and tried many other ways, but it doesn´t work.

Offline

Board footer

Powered by FluxBB