You are not logged in.

#76 2007-11-08 16:45:52

ise
Developer
From: Karlsruhe / Germany
Registered: 2005-10-06
Posts: 404
Website

Re: The Compiz Topic

Packages for x86_64 can be found at: http://www.archlinux.org/~daniel/compiz-fusion/
I provide them personally, don't expect official support from me. It's a rebuild of the packages in i686-community for x86_64. I have tested it and it runs here without erros, which don't mean they are bug-free. They have the same bugs as the i686 version (if there are bugs).

I will delete those packages after they moved officially to community.

EDIT:  It isn't a repo. For installing download the packages you need and install the packages manually. Maybe you must remove the installed version first, before you can install the new version.

EDIT #2: Packages are available in community for x86_64, too.....I'm going to delete my packages.

Last edited by ise (2007-11-08 20:17:31)

Offline

#77 2007-11-08 22:25:17

hardframed
Member
Registered: 2007-08-03
Posts: 25

Re: The Compiz Topic

DaNiMoTh wrote:

http://archlinux.org/pipermail/tur-user … 06156.html
HardFramed: I think your problem isn't related to my packages; have you configured right Xorg / installed right drivers for you card?

Yes, the right drivers is installed. However, i do not understand this error message, bc I have glx enabled.

compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing <-- /me is confused

does the package support AIGLX?

Last edited by hardframed (2007-11-08 22:26:05)


With a linux system, you can smell the victory.
With a arch system, you can taste it.

Offline

#78 2007-11-09 09:53:37

zenlord
Member
From: Belgium
Registered: 2006-05-24
Posts: 1,221
Website

Re: The Compiz Topic

hardframed wrote:

compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing <-- /me is confused

This is a driver issue. Try another driver or wait for AMD/Ati to release their upcoming driver (that should be officially compatible wit kernel 2.6.23)

Zl.

Offline

#79 2007-11-09 11:38:02

hardframed
Member
Registered: 2007-08-03
Posts: 25

Re: The Compiz Topic

zenlord wrote:
hardframed wrote:

compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing <-- /me is confused

This is a driver issue. Try another driver or wait for AMD/Ati to release their upcoming driver (that should be officially compatible wit kernel 2.6.23)

Zl.

oh really? I'm not evening using a ATI card! I have a intel 855GM with the i810 driver, which have worked flawlessly earlier with beryl/compiz and compiz fusion. AIGLX suddenly sucks monkey balls.


With a linux system, you can smell the victory.
With a arch system, you can taste it.

Offline

#80 2007-11-09 11:50:10

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: The Compiz Topic

This is a compiz bug, solution:
export LIBGL_ALWAYS_INDIRECT=1
Then start compiz.

Offline

#81 2007-11-09 12:57:08

hardframed
Member
Registered: 2007-08-03
Posts: 25

Re: The Compiz Topic

Jacek Poplawski wrote:

This is a compiz bug, solution:
export LIBGL_ALWAYS_INDIRECT=1
Then start compiz.

[user@R50e ~]$ export LIBGL_ALWAYS_INDIRECT=1 
[user@R50e ~]$compiz --replace compiz (core) - Fatal: No GLXFBConfig for default 
depth, this isn't going to work. compiz (core) - Error: Failed to manage 
screen: 0 compiz (core) - Fatal: No manageable screens found on display 
:0

also, let me add a little different approach:

LIBGL_ALWAYS_INDIRECT=1 INTEL_BATCH=1 compiz --replace --indirect-rendering --sm-disable ccp &
[1] 12541
[user@R50e]$ compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0

With a linux system, you can smell the victory.
With a arch system, you can taste it.

Offline

#82 2007-11-09 14:17:59

zenlord
Member
From: Belgium
Registered: 2006-05-24
Posts: 1,221
Website

Re: The Compiz Topic

Still it is a driver issue. Check Google.

First hit: http://forum.compiz-fusion.org/archive/ … t-516.html

And check also: http://www.compiz.org/FAQ/Users

Zl.

Last edited by zenlord (2007-11-09 14:20:32)

Offline

#83 2007-11-10 11:47:05

DaNiMoTh
Member
Registered: 2006-06-10
Posts: 260

Re: The Compiz Topic

mangus wrote:

Hi, I would like to know why I have to install gconf and its deps for running compiz in my system.
I'm a kde user and I use compiz from ages in arch or slackware systems without installing gconf or any gnome deps.
I've installed compiz from source many times, use the nesl's repo and Danimoth packages _without_ gconf  and _without_
any issue always.
gconf is NOT a runtime dep, as my compiz and decorator are running without it from ages in my kde systems.
Please consider removing gconf and gnome deps from the packages. If someone use gnome with compiz it would have gconf orbit and
whatever already installed without the need of this fake dependance.
thank you

I have added in my personal repo two packages: compiz-core and compiz-decorator-gtk.

Now in compiz-core all gconf part is disabled ( so gconf isn't a dep ) and it is moved in compiz-decorator-gtk ( that have gconf deps ).
See PKGBUILD for more information.

Can you test it? Any feedback is importan. In my system all works ok.

Ise: If there isn't TU that recompile fusion packages for 64 bit, you can send your package to me by email, so I'll add to community.
Thanks big_smile

Offline

#84 2007-11-10 16:08:19

cpu
Member
Registered: 2007-02-22
Posts: 68

Re: The Compiz Topic

Hey guys how to use only compiz-fusion from community?
I've installed compiz-fusion by pacman -S compiz-fusion-kde (some gnome deps like orbit were needed) and this works fine with KDE but now every time I do pacman -Syu I have question to replace compiz with compiz-core hmm

Offline

#85 2007-11-10 17:58:52

mangus
Member
From: Bologna, Italy
Registered: 2007-04-07
Posts: 289

Re: The Compiz Topic

DaNiMoTh wrote:

I have added in my personal repo two packages: compiz-core and compiz-decorator-gtk.
Now in compiz-core all gconf part is disabled ( so gconf isn't a dep ) and it is moved in compiz-decorator-gtk ( that have gconf deps ).
See PKGBUILD for more information.
Can you test it? Any feedback is importan. In my system all works ok.
Thanks big_smile

I've installed compiz-core 0.6.2-3 from your repo, and it's working good as always here. :-)

Offline

#86 2007-11-11 14:29:20

DaNiMoTh
Member
Registered: 2006-06-10
Posts: 260

Re: The Compiz Topic

cpu wrote:

Hey guys how to use only compiz-fusion from community?
I've installed compiz-fusion by pacman -S compiz-fusion-kde (some gnome deps like orbit were needed) and this works fine with KDE but now every time I do pacman -Syu I have question to replace compiz with compiz-core hmm

Replace it... what is the problem?


-- Compiz-decorator-gtk -4 ready for testing. Fixed some bugs in schemas installation reported by Roman.

Offline

#87 2007-12-22 16:16:55

DaNiMoTh
Member
Registered: 2006-06-10
Posts: 260

Re: The Compiz Topic

In my personal repo are new version of compiz-core, compiz-decorator-{gtk,kde}.
Of course, I've added some patch from ubuntu. There is a list:

014-fix-gtk-window-decorator-no-argb-crash.patch
0001-Make-sure-that-unredirected-fullscreen-windows-are-f.patch
026_fix_stacking.patch
0002-Make-sure-that-unredirected-windows-get-redirected-o.patch
0003-Move-input-focus-back-to-the-active-window-after-red.patch
010-disable-child-window-clipping.patch 
011-restart.patch
022_fix_session_managment.patch
024_add_config_notify.patch
026_fix_stacking.patch
017_new_kwininterface.patch
030_fix_screensaver

The last is the most important because fix http://bugs.archlinux.org/task/8274 .

Please test it.

Thanks!

** edit:
I and some friends can't get run properly. So, I've added all these patch, using only fix_screensaver.

Last edited by DaNiMoTh (2007-12-22 16:51:31)

Offline

#88 2008-02-08 14:32:04

neildarlow
Member
From: United Kingdom
Registered: 2007-10-23
Posts: 17

Re: The Compiz Topic

compiz-core-0.7.0-1 and compiz-gtk-decorator-0.7.0-1 introduce some breakage for my (ATI 9200 Pro based) system.

compiz-core: For both compiz-gtk-decorator and emerald I have no window decorations with this version - 0.6.0 was fine.

compiz-gtk-decorator: A warning is output during package upgrade. Something like "<schemalist> not valid underneath <schemalist>

Offline

#89 2008-02-08 15:17:49

DaNiMoTh
Member
Registered: 2006-06-10
Posts: 260

Re: The Compiz Topic

http://bugs.archlinux.org/task/9497

Thank you all for reporting.

Offline

#90 2008-02-08 18:25:15

DaNiMoTh
Member
Registered: 2006-06-10
Posts: 260

Re: The Compiz Topic

Ok, officially, downgrade all things. Excuse me.

Offline

#91 2008-03-08 09:59:25

DaNiMoTh
Member
Registered: 2006-06-10
Posts: 260

Re: The Compiz Topic

wow!!

Lastest compiz and compiz-fusion thing available in my private repository... please, test it and report any problem before putting it in community!!

[danimoth]
Server = http://jjdanimoth.altervista.org/arch/i686

Offline

#92 2008-03-08 11:35:33

Jacek Poplawski
Member
From: Poland
Registered: 2006-01-10
Posts: 736
Website

Re: The Compiz Topic

We want community!

Offline

#93 2008-03-08 14:02:08

capthookb
Member
Registered: 2007-12-10
Posts: 124

Re: The Compiz Topic

Great work Danimoth!
Emerald is not working for me after updating to your latest packages.

Offline

#94 2008-03-08 16:48:47

DaNiMoTh
Member
Registered: 2006-06-10
Posts: 260

Re: The Compiz Topic

you're right !

I'm uploading it now.

Offline

#95 2008-03-09 12:37:08

senjin
Member
Registered: 2006-09-15
Posts: 181
Website

Re: The Compiz Topic

Should emerald 0.7 appear in your repo? It's still missing.

Offline

#96 2008-03-09 20:58:31

capthookb
Member
Registered: 2007-12-10
Posts: 124

Re: The Compiz Topic

Great! Emerald is working now smile
Thanks Danimoth.
By the way, i think this version of compiz is a lot less cpu hungry than the previous.
Although i still have problems with my nvidia. I get smootheness only with indirect rendering, and then i get tearing (windows and video). With direct rendering there is no tearing but framerate is half and compiz doesn't run so smooth.

Anyway.... There is still work to be done smile

Offline

#97 2008-03-09 21:20:43

alex_anthony
Member
From: UK
Registered: 2007-09-25
Posts: 344

Re: The Compiz Topic

Are there any major improvements between compiz 0.6 and 0.7? I last tried compiz at 0.6 and am thinking of trying again.

Offline

#98 2008-03-09 21:27:22

Reasons
Member
From: Washington
Registered: 2007-11-04
Posts: 572

Re: The Compiz Topic

I'm using .7.3 from the git repo around here and it is much less of a resource hog with many new features.

Offline

#99 2008-03-10 02:01:56

senjin
Member
Registered: 2006-09-15
Posts: 181
Website

Re: The Compiz Topic

ok, now it works for me too.

I have nvidia 6200 and athlon xp 3200+ and it runs well with direct rendering. With indirect rendering it's smoother (probably better fps), but direct rendering (+ loose bindings) is acceptable, I use it, no problems with videos...

The difference between 0.6 and 0.7?... 3D windows plugin is finally back! smile

Offline

#100 2008-03-10 07:11:06

baze
Member
Registered: 2005-10-30
Posts: 393

Re: The Compiz Topic

danimoth, i can't get anything from your repo. is it still up and running?
i just get this page:

Pagina index mancante

La cartella /arch/i686/ non contiene una pagina index.

Devi creare una pagina che si chiami index.html, index.htm oppure index.php (tutto minuscolo).
http://www.altervista.org

Offline

Board footer

Powered by FluxBB