public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] KDE 4.0.2 and composite
@ 2008-03-11 18:58 Uwe Thiem
  2008-03-11 19:23 ` Gustavo Campos
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Uwe Thiem @ 2008-03-11 18:58 UTC (permalink / raw
  To: gentoo-user

Hi folks,

I emerged KDE 4.0.2 without composite in my xorg. Meanwhile I have 
found out how to enable composite (and 2D and 3D acceleration) with 
my graphics chipset.

Now I'd like to re-compile KDE with composite enabled. Anybody in the 
know *what* parts of KDE I have to re-emerge? (Wouldn't like to do 
the whole thing.)

Uwe

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-11 18:58 [gentoo-user] KDE 4.0.2 and composite Uwe Thiem
@ 2008-03-11 19:23 ` Gustavo Campos
  2008-03-11 19:26 ` Alan McKinnon
  2008-03-11 19:43 ` Volker Armin Hemmann
  2 siblings, 0 replies; 24+ messages in thread
From: Gustavo Campos @ 2008-03-11 19:23 UTC (permalink / raw
  To: gentoo-user

Should be enough enable the use flag on your make.conf (xcomposite)
and emerge -uvaDN world. Portage will take care of re-compiling only
the packages whose USE flag has changed.

On Tue, Mar 11, 2008 at 3:58 PM, Uwe Thiem <uwix@iway.na> wrote:
> Hi folks,
>
>  I emerged KDE 4.0.2 without composite in my xorg. Meanwhile I have
>  found out how to enable composite (and 2D and 3D acceleration) with
>  my graphics chipset.
>
>  Now I'd like to re-compile KDE with composite enabled. Anybody in the
>  know *what* parts of KDE I have to re-emerge? (Wouldn't like to do
>  the whole thing.)
>
>  Uwe
>
>  --
>  Informal Linux Group Namibia:
>  http://www.linux.org.na/
>  SysEx (Pty) Ltd.:
>  http://www.SysEx.com.na/
>  --
>  gentoo-user@lists.gentoo.org mailing list
>
>



-- 
Gustavo Campos

Ciência da Computação / Computer Science - UFMG
--
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-11 18:58 [gentoo-user] KDE 4.0.2 and composite Uwe Thiem
  2008-03-11 19:23 ` Gustavo Campos
@ 2008-03-11 19:26 ` Alan McKinnon
  2008-03-11 19:47   ` Uwe Thiem
  2008-03-11 19:43 ` Volker Armin Hemmann
  2 siblings, 1 reply; 24+ messages in thread
From: Alan McKinnon @ 2008-03-11 19:26 UTC (permalink / raw
  To: gentoo-user

On Tuesday 11 March 2008, Uwe Thiem wrote:
> Hi folks,
>
> I emerged KDE 4.0.2 without composite in my xorg. Meanwhile I have
> found out how to enable composite (and 2D and 3D acceleration) with
> my graphics chipset.
>
> Now I'd like to re-compile KDE with composite enabled. Anybody in the
> know *what* parts of KDE I have to re-emerge? (Wouldn't like to do
> the whole thing.)

set xcomposite in USE. It'll rebuild a couple of things:

nazgul ~ # equery hasuse xcomposite
[ Searching for USE flag xcomposite in all categories among: ]
 * installed packages
[I--] [ ~] kde-base/kicker-3.5.9 (3.5)
[I--] [ ~] kde-base/kwin-3.5.9 (3.5)
[I--] [ ~] kde-base/kwin-4.0.1 (kde-4)
[I--] [ ~] kde-base/plasma-4.0.1 (kde-4)
[I--] [ ~] kde-base/krunner-4.0.1-r1 (kde-4)
[I--] [ ~] kde-base/libtaskmanager-4.0.1 (kde-4)

and 'emerge libXcomposite compositeproto'

I'd estimate about 20 minutes build time for that lot



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-11 18:58 [gentoo-user] KDE 4.0.2 and composite Uwe Thiem
  2008-03-11 19:23 ` Gustavo Campos
  2008-03-11 19:26 ` Alan McKinnon
@ 2008-03-11 19:43 ` Volker Armin Hemmann
  2008-03-11 20:01   ` Alan McKinnon
  2 siblings, 1 reply; 24+ messages in thread
From: Volker Armin Hemmann @ 2008-03-11 19:43 UTC (permalink / raw
  To: gentoo-user

On Dienstag, 11. März 2008, Uwe Thiem wrote:
> Hi folks,
>
> I emerged KDE 4.0.2 without composite in my xorg. Meanwhile I have
> found out how to enable composite (and 2D and 3D acceleration) with
> my graphics chipset.
>
> Now I'd like to re-compile KDE with composite enabled. Anybody in the
> know *what* parts of KDE I have to re-emerge? (Wouldn't like to do
> the whole thing.)

hm, there is no composite use-flag. Are you sure that you have to re-emerge 
anything?

But I would guess: kwin, kdeartwork and maybe that hideous 
kcontrol-replacement.
--
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-11 19:26 ` Alan McKinnon
@ 2008-03-11 19:47   ` Uwe Thiem
  2008-03-11 19:53     ` Michal 'vorner' Vaner
  2008-03-11 19:56     ` Alan McKinnon
  0 siblings, 2 replies; 24+ messages in thread
From: Uwe Thiem @ 2008-03-11 19:47 UTC (permalink / raw
  To: gentoo-user

On Tuesday 11 March 2008, Alan McKinnon wrote:
> On Tuesday 11 March 2008, Uwe Thiem wrote:
> > Hi folks,
> >
> > I emerged KDE 4.0.2 without composite in my xorg. Meanwhile I
> > have found out how to enable composite (and 2D and 3D
> > acceleration) with my graphics chipset.
> >
> > Now I'd like to re-compile KDE with composite enabled. Anybody in
> > the know *what* parts of KDE I have to re-emerge? (Wouldn't like
> > to do the whole thing.)
>
> set xcomposite in USE. It'll rebuild a couple of things:
>
> nazgul ~ # equery hasuse xcomposite
> [ Searching for USE flag xcomposite in all categories among: ]
>  * installed packages
> [I--] [ ~] kde-base/kicker-3.5.9 (3.5)
> [I--] [ ~] kde-base/kwin-3.5.9 (3.5)
> [I--] [ ~] kde-base/kwin-4.0.1 (kde-4)
> [I--] [ ~] kde-base/plasma-4.0.1 (kde-4)
> [I--] [ ~] kde-base/krunner-4.0.1-r1 (kde-4)
> [I--] [ ~] kde-base/libtaskmanager-4.0.1 (kde-4)

Hm ... It will only re-emerge kdebase-3.5.9-r1 here. That doesn't seem 
right.

Uwe

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-11 19:47   ` Uwe Thiem
@ 2008-03-11 19:53     ` Michal 'vorner' Vaner
  2008-03-11 20:04       ` Jesús Guerrero
  2008-03-12  5:07       ` Uwe Thiem
  2008-03-11 19:56     ` Alan McKinnon
  1 sibling, 2 replies; 24+ messages in thread
From: Michal 'vorner' Vaner @ 2008-03-11 19:53 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 610 bytes --]

Hello

On Tue, Mar 11, 2008 at 09:47:51PM +0200, Uwe Thiem wrote:
> On Tuesday 11 March 2008, Alan McKinnon wrote:
> > On Tuesday 11 March 2008, Uwe Thiem wrote:
> > set xcomposite in USE. It'll rebuild a couple of things:
> 
> Hm ... It will only re-emerge kdebase-3.5.9-r1 here. That doesn't seem 
> right.

KDE is can be emerged in two ways ‒ monolitic (big packages) and split
(many small ones). This seems you have the monolitic one, so it will
reemerge only one big instead of few small ones.

-- 
Please stay calm. There is no use both of us being hysterical.

Michal 'vorner' Vaner

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-11 19:47   ` Uwe Thiem
  2008-03-11 19:53     ` Michal 'vorner' Vaner
@ 2008-03-11 19:56     ` Alan McKinnon
  1 sibling, 0 replies; 24+ messages in thread
From: Alan McKinnon @ 2008-03-11 19:56 UTC (permalink / raw
  To: gentoo-user

On Tuesday 11 March 2008, Uwe Thiem wrote:
> On Tuesday 11 March 2008, Alan McKinnon wrote:
> > On Tuesday 11 March 2008, Uwe Thiem wrote:
> > > Hi folks,
> > >
> > > I emerged KDE 4.0.2 without composite in my xorg. Meanwhile I
> > > have found out how to enable composite (and 2D and 3D
> > > acceleration) with my graphics chipset.
> > >
> > > Now I'd like to re-compile KDE with composite enabled. Anybody in
> > > the know *what* parts of KDE I have to re-emerge? (Wouldn't like
> > > to do the whole thing.)
> >
> > set xcomposite in USE. It'll rebuild a couple of things:
> >
> > nazgul ~ # equery hasuse xcomposite
> > [ Searching for USE flag xcomposite in all categories among: ]
> >  * installed packages
> > [I--] [ ~] kde-base/kicker-3.5.9 (3.5)
> > [I--] [ ~] kde-base/kwin-3.5.9 (3.5)
> > [I--] [ ~] kde-base/kwin-4.0.1 (kde-4)
> > [I--] [ ~] kde-base/plasma-4.0.1 (kde-4)
> > [I--] [ ~] kde-base/krunner-4.0.1-r1 (kde-4)
> > [I--] [ ~] kde-base/libtaskmanager-4.0.1 (kde-4)
>
> Hm ... It will only re-emerge kdebase-3.5.9-r1 here. That doesn't
> seem right.

I use -meta packages. Apparently you use monlithic.


-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-11 19:43 ` Volker Armin Hemmann
@ 2008-03-11 20:01   ` Alan McKinnon
  0 siblings, 0 replies; 24+ messages in thread
From: Alan McKinnon @ 2008-03-11 20:01 UTC (permalink / raw
  To: gentoo-user

On Tuesday 11 March 2008, Volker Armin Hemmann wrote:
> hm, there is no composite use-flag. Are you sure that you have to
> re-emerge anything?

the flag is xcomposite

> But I would guess: kwin, kdeartwork and maybe that hideous
> kcontrol-replacement.

/me looks around worriedly...
/me thinks I've missed something with kde-4...

Umm, what would the hideous app in question be?

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-11 19:53     ` Michal 'vorner' Vaner
@ 2008-03-11 20:04       ` Jesús Guerrero
  2008-03-12  5:07       ` Uwe Thiem
  1 sibling, 0 replies; 24+ messages in thread
From: Jesús Guerrero @ 2008-03-11 20:04 UTC (permalink / raw
  To: gentoo-user

On Tue, 11 Mar 2008 20:53:49 +0100
Michal 'vorner' Vaner <vorner@ucw.cz> wrote:

> Hello
> 
> On Tue, Mar 11, 2008 at 09:47:51PM +0200, Uwe Thiem wrote:
> > On Tuesday 11 March 2008, Alan McKinnon wrote:
> > > On Tuesday 11 March 2008, Uwe Thiem wrote:
> > > set xcomposite in USE. It'll rebuild a couple of things:
> > 
> > Hm ... It will only re-emerge kdebase-3.5.9-r1 here. That doesn't seem 
> > right.
> 
> KDE is can be emerged in two ways ‒ monolitic (big packages) and split
> (many small ones). This seems you have the monolitic one, so it will
> reemerge only one big instead of few small ones.
> 
> -- 
> Please stay calm. There is no use both of us being hysterical.
> 
> Michal 'vorner' Vaner
> 
In other words, kdebase contains kwin and kicker within. You can't have
kwin installed if you have installed kdebase, and you can't have kdebase
installed if you used split ebuilds and (therefore) you have kwin and kicker
installed as separate packages.

-- 
Jesús Guerrero <i92guboj@terra.es>
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-11 19:53     ` Michal 'vorner' Vaner
  2008-03-11 20:04       ` Jesús Guerrero
@ 2008-03-12  5:07       ` Uwe Thiem
  2008-03-12  7:32         ` Alan McKinnon
  1 sibling, 1 reply; 24+ messages in thread
From: Uwe Thiem @ 2008-03-12  5:07 UTC (permalink / raw
  To: gentoo-user

On Tuesday 11 March 2008, Michal 'vorner' Vaner wrote:
> Hello
>
> On Tue, Mar 11, 2008 at 09:47:51PM +0200, Uwe Thiem wrote:
> > On Tuesday 11 March 2008, Alan McKinnon wrote:
> > > On Tuesday 11 March 2008, Uwe Thiem wrote:
> > > set xcomposite in USE. It'll rebuild a couple of things:
> >
> > Hm ... It will only re-emerge kdebase-3.5.9-r1 here. That doesn't
> > seem right.
>
> KDE is can be emerged in two ways ‒ monolitic (big packages) and
> split (many small ones). This seems you have the monolitic one, so
> it will reemerge only one big instead of few small ones.

I have 3.5 as monolithic and 4.0 meta. What concerns me is that 
adding "xcomposite" will not re-emerge anything from 4.0 - and there 
is where I need/want it.

Uwe

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-12  5:07       ` Uwe Thiem
@ 2008-03-12  7:32         ` Alan McKinnon
  2008-03-12  9:45           ` Gustavo Campos
  2008-03-12 10:44           ` Uwe Thiem
  0 siblings, 2 replies; 24+ messages in thread
From: Alan McKinnon @ 2008-03-12  7:32 UTC (permalink / raw
  To: gentoo-user

On Wednesday 12 March 2008, Uwe Thiem wrote:

> I have 3.5 as monolithic and 4.0 meta. What concerns me is that
> adding "xcomposite" will not re-emerge anything from 4.0 - and there
> is where I need/want it.

OK, I see what you mean. Try this hacked-together list instead:


alan@nazgul /var/portage/kde-base $ cd /var/portage/kde-base/
alan@nazgul /var/portage/kde-base $ grep -ir composite * | grep '4.0' | 
grep ebuild | cut -f1 -d: | sort | uniq
kdebase/kdebase-4.0.1.ebuild
kdelibs/kdelibs-4.0.1-r1.ebuild
kdelibs/kdelibs-4.0.2.ebuild
krunner/krunner-4.0.1-r1.ebuild
krunner/krunner-4.0.2.ebuild
kwin/kwin-4.0.1.ebuild
kwin/kwin-4.0.2.ebuild
libtaskmanager/libtaskmanager-4.0.1.ebuild
libtaskmanager/libtaskmanager-4.0.2.ebuild
plasma/plasma-4.0.1.ebuild
plasma/plasma-4.0.2.ebuild

Short version:
kdelibs
krunner
kwin
libtaskmanager
plasma

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-12  7:32         ` Alan McKinnon
@ 2008-03-12  9:45           ` Gustavo Campos
  2008-03-12 10:44           ` Uwe Thiem
  1 sibling, 0 replies; 24+ messages in thread
From: Gustavo Campos @ 2008-03-12  9:45 UTC (permalink / raw
  To: gentoo-user

This should be a nice start:

gucampos@thor~$ equery h -p xcomposite
[ Searching for USE flag xcomposite in all categories among: ]
 * installed packages
 * Portage tree (/usr/portage)
[-P-] [  ] kde-base/kwin-3.5.8 (3.5)
[-P-] [ ~] kde-base/kwin-3.5.9 (3.5)
[-P-] [M~] kde-base/kdebase-3.5.9-r1 (3.5)
[-P-] [M~] x11-wm/enlightenment-0.16.8.9 (0)
[-P-] [  ] x11-wm/enlightenment-0.16.8.8 (0)
[I--] [ ~] kde-base/krunner-4.0.2 (kde-4)
[I--] [ ~] kde-base/plasma-4.0.2 (kde-4)
[-P-] [  ] kde-base/kdebase-3.5.8-r6 (3.5)
[-P-] [  ] xfce-base/xfwm4-4.4.1-r1 (0)
[I--] [ ~] kde-base/libtaskmanager-4.0.2 (kde-4)
[-P-] [ ~] kde-base/libtaskmanager-4.0.1 (kde-4)
[I--] [ ~] kde-base/kwin-4.0.2 (kde-4)
[-P-] [M~] kde-base/kdebase-4.0.1 (kde-4)
[-P-] [M ] xfce-base/xfwm4-4.4.1 (0)
[-P-] [  ] xfce-base/xfwm4-4.4.2 (0)
[-P-] [M~] x11-wm/enlightenment-0.16.8.12 (0)
[-P-] [  ] x11-wm/enlightenment-0.16.8.11 (0)
[-P-] [  ] x11-wm/enlightenment-0.16.8.10 (0)
[-P-] [  ] kde-base/kicker-3.5.8 (3.5)
[-P-] [M~] kde-base/kicker-3.5.9 (3.5)
[-P-] [M~] kde-base/kdebase-3.5.9 (3.5)
[-P-] [ ~] kde-base/plasma-4.0.1 (kde-4)
[-P-] [ ~] kde-base/krunner-4.0.1-r1 (kde-4)
[-P-] [M~] x11-wm/matchbox-window-manager-1.1 (0)
[-P-] [M~] x11-wm/matchbox-window-manager-1.2 (0)
[-P-] [M ] x11-wm/enlightenment-0.16.9999 (0)
[-P-] [ ~] kde-base/kwin-4.0.1 (kde-4)


On Wed, Mar 12, 2008 at 4:32 AM, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> On Wednesday 12 March 2008, Uwe Thiem wrote:
>
>  > I have 3.5 as monolithic and 4.0 meta. What concerns me is that
>  > adding "xcomposite" will not re-emerge anything from 4.0 - and there
>  > is where I need/want it.
>
>  OK, I see what you mean. Try this hacked-together list instead:
>
>
>  alan@nazgul /var/portage/kde-base $ cd /var/portage/kde-base/
>  alan@nazgul /var/portage/kde-base $ grep -ir composite * | grep '4.0' |
>  grep ebuild | cut -f1 -d: | sort | uniq
>  kdebase/kdebase-4.0.1.ebuild
>  kdelibs/kdelibs-4.0.1-r1.ebuild
>  kdelibs/kdelibs-4.0.2.ebuild
>  krunner/krunner-4.0.1-r1.ebuild
>  krunner/krunner-4.0.2.ebuild
>  kwin/kwin-4.0.1.ebuild
>  kwin/kwin-4.0.2.ebuild
>  libtaskmanager/libtaskmanager-4.0.1.ebuild
>  libtaskmanager/libtaskmanager-4.0.2.ebuild
>  plasma/plasma-4.0.1.ebuild
>  plasma/plasma-4.0.2.ebuild
>
>  Short version:
>  kdelibs
>  krunner
>  kwin
>  libtaskmanager
>  plasma
>
>
>  --
>  Alan McKinnon
>  alan dot mckinnon at gmail dot com
>
>  --
>
>
> gentoo-user@lists.gentoo.org mailing list
>
>



-- 
Gustavo Campos

Ciência da Computação / Computer Science - UFMG
--
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-12  7:32         ` Alan McKinnon
  2008-03-12  9:45           ` Gustavo Campos
@ 2008-03-12 10:44           ` Uwe Thiem
  2008-03-12 14:12             ` Alan McKinnon
  1 sibling, 1 reply; 24+ messages in thread
From: Uwe Thiem @ 2008-03-12 10:44 UTC (permalink / raw
  To: gentoo-user

On Wednesday 12 March 2008, Alan McKinnon wrote:
> On Wednesday 12 March 2008, Uwe Thiem wrote:
> > I have 3.5 as monolithic and 4.0 meta. What concerns me is that
> > adding "xcomposite" will not re-emerge anything from 4.0 - and
> > there is where I need/want it.
>
> OK, I see what you mean. Try this hacked-together list instead:
>
>
> alan@nazgul /var/portage/kde-base $ cd /var/portage/kde-base/
> alan@nazgul /var/portage/kde-base $ grep -ir composite * | grep
> '4.0' | grep ebuild | cut -f1 -d: | sort | uniq
> kdebase/kdebase-4.0.1.ebuild
> kdelibs/kdelibs-4.0.1-r1.ebuild
> kdelibs/kdelibs-4.0.2.ebuild
> krunner/krunner-4.0.1-r1.ebuild
> krunner/krunner-4.0.2.ebuild
> kwin/kwin-4.0.1.ebuild
> kwin/kwin-4.0.2.ebuild
> libtaskmanager/libtaskmanager-4.0.1.ebuild
> libtaskmanager/libtaskmanager-4.0.2.ebuild
> plasma/plasma-4.0.1.ebuild
> plasma/plasma-4.0.2.ebuild
>
> Short version:
> kdelibs
> krunner
> kwin
> libtaskmanager
> plasma

Actually I did that meanwhile. Unfortunately, it doesn't help insofar 
as the whole session crashes the moment I switch on "Enable Desktop 
Effects" and apply it. I then sit in front of kdm again. Can't log 
in, though; it immediately crashes again. Had to log in on a text 
console and edit ~/.kde/share/config/kwinrc manually.

Whine! Cry! This must be an international conspiracy to prevent uncle 
Uwe from using all these shiny new things in KDE4. Grrr. 

<rage>
Who is behind this conspiracy? Step forward! I have a big potjie [1] 
and a big plot suitable for a big fire. Have you ever seen one of 
those jokes about missionaries in Africa? That is going to happen to 
you. For sure!
</rage>

Uwe

[1] Cast iron pot with three legs.

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-12 10:44           ` Uwe Thiem
@ 2008-03-12 14:12             ` Alan McKinnon
  2008-03-12 14:51               ` Uwe Thiem
  0 siblings, 1 reply; 24+ messages in thread
From: Alan McKinnon @ 2008-03-12 14:12 UTC (permalink / raw
  To: gentoo-user

On Wednesday 12 March 2008, Uwe Thiem wrote:
> On Wednesday 12 March 2008, Alan McKinnon wrote:

> > Short version:
> > kdelibs
> > krunner
> > kwin
> > libtaskmanager
> > plasma
>
> Actually I did that meanwhile. Unfortunately, it doesn't help insofar
> as the whole session crashes the moment I switch on "Enable Desktop
> Effects" and apply it. I then sit in front of kdm again. Can't log
> in, though; it immediately crashes again. Had to log in on a text
> console and edit ~/.kde/share/config/kwinrc manually.

Oh dear. works for me here, but I have a bog-standard 1280x800 onboard 
intel card...

Anything in the xorg logs?



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-12 14:12             ` Alan McKinnon
@ 2008-03-12 14:51               ` Uwe Thiem
  2008-03-12 15:51                 ` Neil Bothwick
  2008-03-12 15:58                 ` Alan McKinnon
  0 siblings, 2 replies; 24+ messages in thread
From: Uwe Thiem @ 2008-03-12 14:51 UTC (permalink / raw
  To: gentoo-user

On Wednesday 12 March 2008, Alan McKinnon wrote:
> On Wednesday 12 March 2008, Uwe Thiem wrote:
> > On Wednesday 12 March 2008, Alan McKinnon wrote:
> > > Short version:
> > > kdelibs
> > > krunner
> > > kwin
> > > libtaskmanager
> > > plasma
> >
> > Actually I did that meanwhile. Unfortunately, it doesn't help
> > insofar as the whole session crashes the moment I switch on
> > "Enable Desktop Effects" and apply it. I then sit in front of kdm
> > again. Can't log in, though; it immediately crashes again. Had to
> > log in on a text console and edit ~/.kde/share/config/kwinrc
> > manually.
>
> Oh dear. works for me here, but I have a bog-standard 1280x800
> onboard intel card...
>
> Anything in the xorg logs?

Nothing revealing.

I guess my problem is this: My video subsystem is a VIA UniChrome Pro 
IGP. I got an X driver for it from www.openchrome.org which doesn't 
seem to work properly with my "IGP" version of the chipset. :-(

Uwe

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-12 14:51               ` Uwe Thiem
@ 2008-03-12 15:51                 ` Neil Bothwick
  2008-03-12 16:15                   ` Uwe Thiem
  2008-03-12 15:58                 ` Alan McKinnon
  1 sibling, 1 reply; 24+ messages in thread
From: Neil Bothwick @ 2008-03-12 15:51 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 496 bytes --]

On Wed, 12 Mar 2008 16:51:42 +0200, Uwe Thiem wrote:

> I guess my problem is this: My video subsystem is a VIA UniChrome Pro 
> IGP. I got an X driver for it from www.openchrome.org which doesn't 
> seem to work properly with my "IGP" version of the chipset. :-(

Which version of the driver are you using? I have an IGP chipset and use
x11-drivers/xf86-video-openchrome-0.2.901 from the Sabayon overlay.


-- 
Neil Bothwick

Anything is good and useful if it's made of chocolate.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-12 14:51               ` Uwe Thiem
  2008-03-12 15:51                 ` Neil Bothwick
@ 2008-03-12 15:58                 ` Alan McKinnon
  2008-03-12 16:17                   ` Uwe Thiem
  1 sibling, 1 reply; 24+ messages in thread
From: Alan McKinnon @ 2008-03-12 15:58 UTC (permalink / raw
  To: gentoo-user

On Wednesday 12 March 2008, Uwe Thiem wrote:

> My video subsystem is a VIA UniChrome Pro IGP.

Aaaaaaahhhhhh. Say no more.

I can get you good deals on Dell kit. Interested?

:-)

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-12 15:51                 ` Neil Bothwick
@ 2008-03-12 16:15                   ` Uwe Thiem
  2008-03-12 16:34                     ` Neil Bothwick
  0 siblings, 1 reply; 24+ messages in thread
From: Uwe Thiem @ 2008-03-12 16:15 UTC (permalink / raw
  To: gentoo-user

On Wednesday 12 March 2008, Neil Bothwick wrote:
> On Wed, 12 Mar 2008 16:51:42 +0200, Uwe Thiem wrote:
> > I guess my problem is this: My video subsystem is a VIA UniChrome
> > Pro IGP. I got an X driver for it from www.openchrome.org which
> > doesn't seem to work properly with my "IGP" version of the
> > chipset. :-(
>
> Which version of the driver are you using? I have an IGP chipset
> and use x11-drivers/xf86-video-openchrome-0.2.901 from the Sabayon
> overlay.

I tried 0.2.2 from portage and an svn checkout from openchrome.org. 
Same result in both cases. Hm... 0.2.901 is working correctly? With 
composite switched on?

Uwe

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-12 15:58                 ` Alan McKinnon
@ 2008-03-12 16:17                   ` Uwe Thiem
  0 siblings, 0 replies; 24+ messages in thread
From: Uwe Thiem @ 2008-03-12 16:17 UTC (permalink / raw
  To: gentoo-user

On Wednesday 12 March 2008, Alan McKinnon wrote:
> On Wednesday 12 March 2008, Uwe Thiem wrote:
> > My video subsystem is a VIA UniChrome Pro IGP.
>
> Aaaaaaahhhhhh. Say no more.
>
> I can get you good deals on Dell kit. Interested?

What do you mean by "Dell kit"? A whole rig? A DIY kit where I have 
smolder little black bugs with lots of legs on a card? ;-)

Uwe

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-12 16:15                   ` Uwe Thiem
@ 2008-03-12 16:34                     ` Neil Bothwick
  2008-03-12 17:07                       ` Uwe Thiem
  0 siblings, 1 reply; 24+ messages in thread
From: Neil Bothwick @ 2008-03-12 16:34 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 662 bytes --]

On Wed, 12 Mar 2008 18:15:45 +0200, Uwe Thiem wrote:

> > Which version of the driver are you using? I have an IGP chipset
> > and use x11-drivers/xf86-video-openchrome-0.2.901 from the Sabayon
> > overlay.  
> 
> I tried 0.2.2 from portage and an svn checkout from openchrome.org. 

I can't see openchrome in portage.

> Same result in both cases. Hm... 0.2.901 is working correctly? With 
> composite switched on?

I'm not using composite, it's a MythTV frontend, but I am using all the
accelerationy bits. It's a lot more stable than the svn build I used to
use.


-- 
Neil Bothwick

I used to live in the real world, but I got evicted.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-12 16:34                     ` Neil Bothwick
@ 2008-03-12 17:07                       ` Uwe Thiem
  2008-03-12 17:34                         ` Neil Bothwick
  0 siblings, 1 reply; 24+ messages in thread
From: Uwe Thiem @ 2008-03-12 17:07 UTC (permalink / raw
  To: gentoo-user

On Wednesday 12 March 2008, Neil Bothwick wrote:
> On Wed, 12 Mar 2008 18:15:45 +0200, Uwe Thiem wrote:
> > > Which version of the driver are you using? I have an IGP
> > > chipset and use x11-drivers/xf86-video-openchrome-0.2.901 from
> > > the Sabayon overlay.
> >
> > I tried 0.2.2 from portage and an svn checkout from
> > openchrome.org.
>
> I can't see openchrome in 
portage.http://www.tectonic.co.za/http://www.tectonic.co.za/

Go to x11-drivers/xf86-video-via. Look into the ebuilds. It actually 
is openchrome. At least I think it is.


> I'm not using composite, it's a MythTV frontend, but I am using all
> the accelerationy bits. It's a lot more stable than the svn build I
> used to use.

Uh-huh! Without actually using composite in KDE, it is working here as 
well. 

Anyway, I tried 0.2.901. No joy. I have had it for today. Have 
rebooted so often, I feel like using the other OS. ;-) Tomorrow I'll 
be too busy (have got the holy duty to feed myself).

I will probably give it another try coming weekend. Unmerge the whole 
of KDE 4.0.2 and re-emerge it again. Maybe, I missed one small bit 
when recompiling stuff, though I can't think of with one. Recompiled 
everything in KDE that has the USE flag xcomposite plus kdelibs, 
although they don't don't listen to xcomposite.

If I'll succeed somehow I'll report back here. If not, well, I'll give 
up on the whole thing, stay without the effects in KDE and wait for 
the Easter Bunny to provide me with a decent video card. ;-)

Uwe 

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-12 17:07                       ` Uwe Thiem
@ 2008-03-12 17:34                         ` Neil Bothwick
  2008-03-12 18:14                           ` Uwe Thiem
  0 siblings, 1 reply; 24+ messages in thread
From: Neil Bothwick @ 2008-03-12 17:34 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 534 bytes --]

On Wed, 12 Mar 2008 19:07:06 +0200, Uwe Thiem wrote:

> > > I tried 0.2.2 from portage and an svn checkout from
> > > openchrome.org.  
> >
> > I can't see openchrome in   
> portage.http://www.tectonic.co.za/http://www.tectonic.co.za/
> 
> Go to x11-drivers/xf86-video-via. Look into the ebuilds. It actually 
> is openchrome. At least I think it is.

That looks like Unichrome, the package from which openchrome was forked
to add 3D acceleration.


-- 
Neil Bothwick

I'm not broke, I'm `financially challenged'.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-12 17:34                         ` Neil Bothwick
@ 2008-03-12 18:14                           ` Uwe Thiem
  2008-03-12 19:23                             ` Neil Bothwick
  0 siblings, 1 reply; 24+ messages in thread
From: Uwe Thiem @ 2008-03-12 18:14 UTC (permalink / raw
  To: gentoo-user

On Wednesday 12 March 2008, Neil Bothwick wrote:
> On Wed, 12 Mar 2008 19:07:06 +0200, Uwe Thiem wrote:
> > > > I tried 0.2.2 from portage and an svn checkout from
> > > > openchrome.org.
> > >
> > > I can't see openchrome in
> >
> > portage.http://www.tectonic.co.za/http://www.tectonic.co.za/
> >
> > Go to x11-drivers/xf86-video-via. Look into the ebuilds. It
> > actually is openchrome. At least I think it is.
>
> That looks like Unichrome, the package from which openchrome was
> forked to add 3D acceleration.

The version number, 0.2.2, looks like openchrome to me. Anyway, the 
last release from openchrome.org didn't work for me either.

Uwe

-- 
Informal Linux Group Namibia:
http://www.linux.org.na/
SysEx (Pty) Ltd.:
http://www.SysEx.com.na/
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [gentoo-user] KDE 4.0.2 and composite
  2008-03-12 18:14                           ` Uwe Thiem
@ 2008-03-12 19:23                             ` Neil Bothwick
  0 siblings, 0 replies; 24+ messages in thread
From: Neil Bothwick @ 2008-03-12 19:23 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 555 bytes --]

On Wed, 12 Mar 2008 20:14:29 +0200, Uwe Thiem wrote:

> > That looks like Unichrome, the package from which openchrome was
> > forked to add 3D acceleration.  
> 
> The version number, 0.2.2, looks like openchrome to me.

Openchrome didn't have versioned releases until 0.2.900. everything was
built from SVN until then, which is why there was no ebuild in portage.

> Anyway, the 
> last release from openchrome.org didn't work for me either.

Bummer :(


-- 
Neil Bothwick

The Borg assimilated my race & all I got was this T shirt.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2008-03-12 19:23 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-11 18:58 [gentoo-user] KDE 4.0.2 and composite Uwe Thiem
2008-03-11 19:23 ` Gustavo Campos
2008-03-11 19:26 ` Alan McKinnon
2008-03-11 19:47   ` Uwe Thiem
2008-03-11 19:53     ` Michal 'vorner' Vaner
2008-03-11 20:04       ` Jesús Guerrero
2008-03-12  5:07       ` Uwe Thiem
2008-03-12  7:32         ` Alan McKinnon
2008-03-12  9:45           ` Gustavo Campos
2008-03-12 10:44           ` Uwe Thiem
2008-03-12 14:12             ` Alan McKinnon
2008-03-12 14:51               ` Uwe Thiem
2008-03-12 15:51                 ` Neil Bothwick
2008-03-12 16:15                   ` Uwe Thiem
2008-03-12 16:34                     ` Neil Bothwick
2008-03-12 17:07                       ` Uwe Thiem
2008-03-12 17:34                         ` Neil Bothwick
2008-03-12 18:14                           ` Uwe Thiem
2008-03-12 19:23                             ` Neil Bothwick
2008-03-12 15:58                 ` Alan McKinnon
2008-03-12 16:17                   ` Uwe Thiem
2008-03-11 19:56     ` Alan McKinnon
2008-03-11 19:43 ` Volker Armin Hemmann
2008-03-11 20:01   ` Alan McKinnon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox