You are not logged in.

#1 2006-08-11 12:13:41

Kris
Member
From: Denmark
Registered: 2006-07-11
Posts: 86
Website

XGL/Compiz on Xfce?

Hi!

I think it could be nice to play a little witj XGL/Compiz on Xfce, but how do I do?
I have a Intel graphics card... The guide on the Wiki don't seems to work right sad


// Kris

"Penquins, Penquins, über alles!"

Offline

#2 2006-08-11 13:39:08

pauldonnelly
Member
Registered: 2006-06-19
Posts: 776

Re: XGL/Compiz on Xfce?

I got it working with that setup (Intel 915GM card) using the wiki, as I recall. I can't relate the exact steps I took, though; it was a while back that I tried it out.

What sort of trouble are you having?

Offline

#3 2006-08-11 13:58:30

Kris
Member
From: Denmark
Registered: 2006-07-11
Posts: 86
Website

Re: XGL/Compiz on Xfce?

paul @
Where do you get the packages from? Which repo?


// Kris

"Penquins, Penquins, über alles!"

Offline

#4 2006-08-11 15:41:32

detto
Member
Registered: 2006-01-23
Posts: 510

Re: XGL/Compiz on Xfce?

@kris: take a lookt at the AUR. i got it installed with the cvs versions there. they're called xgl-git, compiz-git and so on. begin with compiz and if one app conflicts and ur asked to remove that one, remove it with the -d option in pacman to avoid deleting other packages too. the only thing u want to do is obiously replace the stanradrd arch packages (like mesa or cairo) with the ones more new for xgl (so cairo-cvs and so on).

the entry in wiki is poorly outdated imo, the script to start (startxgl) also doesnt fit anymore, just use the one that comes with xgl-git and start xfce (which version? i guess xfce4-svn?) with: "startxgl 1 xfce-svn nvidia" (or ati if uve got such a card).

good luck,
cheers!

detto

Offline

#5 2006-08-11 15:50:42

Kris
Member
From: Denmark
Registered: 2006-07-11
Posts: 86
Website

Re: XGL/Compiz on Xfce?

detto @
Oh, thanks smile
I use intel, do I so write intel instead of nvidia?


// Kris

"Penquins, Penquins, über alles!"

Offline

#6 2006-08-11 16:34:03

detto
Member
Registered: 2006-01-23
Posts: 510

Re: XGL/Compiz on Xfce?

u mean the intel driver? :?

well to have xgl working u need of course nvidia driver isntalled with pacman -S nvidia roll

Offline

#7 2006-08-11 21:27:31

pauldonnelly
Member
Registered: 2006-06-19
Posts: 776

Re: XGL/Compiz on Xfce?

detto wrote:

well to have xgl working u need of course nvidia driver isntalled with pacman -S nvidia roll

Eh? Not if you're using Intel graphics, you don't.

I used the packages from Shadowhand's repo, but that's no longer available.  I didn't install it that recently. Try out Detto's advice.

Offline

#8 2006-08-12 12:29:11

Kris
Member
From: Denmark
Registered: 2006-07-11
Posts: 86
Website

Re: XGL/Compiz on Xfce?

How do I start XGL/Compiz/Xfce with an Intel-graphics card?


// Kris

"Penquins, Penquins, über alles!"

Offline

#9 2006-08-12 12:42:08

Kris
Member
From: Denmark
Registered: 2006-07-11
Posts: 86
Website

Re: XGL/Compiz on Xfce?

Can I use XGL with an Intel-card? big_smile


// Kris

"Penquins, Penquins, über alles!"

Offline

#10 2006-08-12 14:50:46

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: XGL/Compiz on Xfce?

I had xgl working with my intel 830 chipset at one point.


I am a gated community.

Offline

#11 2006-08-12 19:47:30

pauldonnelly
Member
Registered: 2006-06-19
Posts: 776

Re: XGL/Compiz on Xfce?

I had xgl working on an Intel 915. I don't recall whether I specified that on the command line or not.

Offline

#12 2006-08-15 02:18:08

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: XGL/Compiz on Xfce?

you don't have to, the script takes the 3rd choice automatically, being neither nvidia nor ati. just run it and it will work fine.

Offline

#13 2006-08-15 10:29:07

pauldonnelly
Member
Registered: 2006-06-19
Posts: 776

Re: XGL/Compiz on Xfce?

karsten wrote:

you don't have to, the script takes the 3rd choice automatically, being neither nvidia nor ati. just run it and it will work fine.

The only thing that command line option affects are the -accel options that are given to Xgl. Ati cards and Nvidia cards work best with different ones. Intel cards don't actually work at all with those options (which means slightly slow rendering), so putting your chipset there should have no effect at all.

Offline

#14 2006-08-16 23:27:07

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: XGL/Compiz on Xfce?

what options would you recommend for intel cards? cause i tried it on my intel laptop and it was slow, maybe that was the problem.  thanks for any help

pauldonnelly wrote:
karsten wrote:

you don't have to, the script takes the 3rd choice automatically, being neither nvidia nor ati. just run it and it will work fine.

The only thing that command line option affects are the -accel options that are given to Xgl. Ati cards and Nvidia cards work best with different ones. Intel cards don't actually work at all with those options (which means slightly slow rendering), so putting your chipset there should have no effect at all.

Offline

#15 2006-08-17 02:29:19

pauldonnelly
Member
Registered: 2006-06-19
Posts: 776

Re: XGL/Compiz on Xfce?

It's slow because rendering to pbuffers or FBOs (framebuffer objects) isn't currently working on Intel cards. I think they're working on it. In the meantime, Intel users just have to put up with slowness, but eventually we'll be able to append -accel glx:fbo to our command lines and get the same speed that Ati and Nvidia users can.

Offline

#16 2006-08-17 11:27:34

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: XGL/Compiz on Xfce?

so maybe try aiglx instead in the meantime?

Offline

#17 2006-08-18 08:51:29

pauldonnelly
Member
Registered: 2006-06-19
Posts: 776

Re: XGL/Compiz on Xfce?

I don't know much about Aiglx beyond a general idea of what it is. By all means, look into it.

Offline

#18 2006-08-24 13:15:00

Kris
Member
From: Denmark
Registered: 2006-07-11
Posts: 86
Website

Re: XGL/Compiz on Xfce?

Hmm...

I had tried to install Xgl and I think it's installed correct - I installed it from Danimoths repo smile

But! When I try to run the special xfce4-startxg-script from the Xfce4+XGL guide on the Wiki, it starts Xfce - BUT! I got a black screen with colored dots different places on the screen big_smile Most where I normal have my panel smile

What could be wrong?


// Kris

"Penquins, Penquins, über alles!"

Offline

Board footer

Powered by FluxBB