|
List Info
Thread: No shutdown option in KDE with Compiz-Fusion
|
|
| No shutdown option in KDE with
Compiz-Fusion |

|
2008-03-07 18:30:20 |
I have installed Compiz-Fusion on several Ubuntu machines,
all
different hardware, with KDE. In all of them, the option to
shutdown
or reset the computer is absent from the KDE logout buttons
when
running Compiz-Fusion. I have searched google and see that
others have
this problem, but I do not see a solution. Is there a known
solution
to this condition?
Thanks in advance.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-
פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally
read text.
Q: Why is top-posting such a bad thing?
_______________________________________________
compiz mailing list
compiz lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz
|
|
| Re: No shutdown option in KDE with
Compiz-Fusion |

|
2008-03-07 18:42:39 |
Dotan Cohen wrote:
> I have installed Compiz-Fusion on several Ubuntu
machines, all
> different hardware, with KDE. In all of them, the
option to shutdown
> or reset the computer is absent from the KDE logout
buttons when
> running Compiz-Fusion. I have searched google and see
that others have
> this problem, but I do not see a solution. Is there a
known solution
> to this condition?
I suspect this is because you are running under Xgl right?
KDE probably detects that it's not the only X server running
and assumes
that that could be another user and so does not give you the
option to
shutdown.
Just a rough idea... not confirmed.
Col
_______________________________________________
compiz mailing list
compiz lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz
|
|
| Re: No shutdown option in KDE with
Compiz-Fusion |

|
2008-03-07 21:40:19 |
On Fri, Mar 7, 2008 at 6:42 PM, Colin Guthrie <gmane colin.guthr.ie> wrote:
> Dotan Cohen wrote:
> > I have installed Compiz-Fusion on several Ubuntu
machines, all
> > different hardware, with KDE. In all of them, the
option to shutdown
> > or reset the computer is absent from the KDE
logout buttons when
> > running Compiz-Fusion. I have searched google and
see that others have
> > this problem, but I do not see a solution. Is
there a known solution
> > to this condition?
>
> I suspect this is because you are running under Xgl
right?
>
> KDE probably detects that it's not the only X server
running and assumes
> that that could be another user and so does not give
you the option to
> shutdown.
>
> Just a rough idea... not confirmed.
>
> Col
>
I used to have that problem. If you are using Xgl, the
information
here might help:
h
ttp://ubuntuguide.org/wiki/Ubuntu:Feisty/GettingStarted#Inst
all_Beryl_using_proprietary_FGLRX_drivers_from_ATI
In short, to fix that problem with Xgl (on display :1),
something like
this should be run (probably before kde/gnome session
startup):
cookie="$(xauth -i nextract - :0 | cut -d ' ' -f
9)"
xauth -i add :1 . "$cookie"
- Erkin
_______________________________________________
compiz mailing list
compiz lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz
|
|
| Re: No shutdown option in KDE with
Compiz-Fusion |

|
2008-03-09 05:35:06 |
On 08/03/2008, Erkin Bahceci <erkinbah gmail.com> wrote:
>
> I used to have that problem. If you are using Xgl, the
information
> here might help:
>
> h
ttp://ubuntuguide.org/wiki/Ubuntu:Feisty/GettingStarted#Inst
all_Beryl_using_proprietary_FGLRX_drivers_from_ATI
>
> In short, to fix that problem with Xgl (on display
:1), something like
> this should be run (probably before kde/gnome session
startup):
> cookie="$(xauth -i nextract - :0 | cut -d ' ' -f
9)"
> xauth -i add :1 . "$cookie"
>
Thanks. I added the lines to /usr/local/bin/startxgl which
now looks like this:
#!/bin/sh
Xgl -fullscreen :1 -ac -br -accel glx:pbuffer -accel
xv:pbuffer &
sleep 4
export DISPLAY=:1
cookie="$(xauth -i nextract - :0 | cut -d ' ' -f
9)"
xauth -i add :1 . "$cookie"
exec startkde
However, I still don't have the buttons. If it is because of
XGL, then
would I be better off running without XGL? I have the ATI
X1400 in
this laptop, and I have heard that the proprietary drivers
now support
Compiz-Fusion without XGL, but the performance is very bad.
Does
anyone know more about the issue?
Thanks.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-
פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally
read text.
Q: Why is top-posting such a bad thing?
_______________________________________________
compiz mailing list
compiz lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz
|
|
| Re: No shutdown option in KDE with
Compiz-Fusion |

|
2008-03-09 06:12:23 |
Uhm, I don't know about your video card, but I just
installed the
latest ATI proprietary driver and adding these two lines to
my
xorg.conf seems good:
Option "Textured2D" "on"
Option "TexturedXrender" "on"
The performance under XGL are very poor, but using X they
are ok.
Thanks to Karthik Ramgopal for this hint!
Regards,
Pierpaolo
On Sun, Mar 9, 2008 at 11:35 AM, Dotan Cohen
<dotancohen gmail.com> wrote:
> On 08/03/2008, Erkin Bahceci <erkinbah gmail.com> wrote:
> >
> > I used to have that problem. If you are using
Xgl, the information
> > here might help:
> >
> > h
ttp://ubuntuguide.org/wiki/Ubuntu:Feisty/GettingStarted#Inst
all_Beryl_using_proprietary_FGLRX_drivers_from_ATI
> >
> > In short, to fix that problem with Xgl (on
display :1), something like
> > this should be run (probably before kde/gnome
session startup):
> > cookie="$(xauth -i nextract - :0 | cut -d
' ' -f 9)"
> > xauth -i add :1 . "$cookie"
> >
>
> Thanks. I added the lines to /usr/local/bin/startxgl
which now looks like this:
> #!/bin/sh
> Xgl -fullscreen :1 -ac -br -accel glx:pbuffer -accel
xv:pbuffer &
> sleep 4
> export DISPLAY=:1
>
> cookie="$(xauth -i nextract - :0 | cut -d ' ' -f
9)"
> xauth -i add :1 . "$cookie"
> exec startkde
>
> However, I still don't have the buttons. If it is
because of XGL, then
> would I be better off running without XGL? I have the
ATI X1400 in
> this laptop, and I have heard that the proprietary
drivers now support
> Compiz-Fusion without XGL, but the performance is very
bad. Does
> anyone know more about the issue?
>
> Thanks.
>
>
> Dotan Cohen
>
> http://what-is-what.com
> http://gibberish.co.il
>
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-
פ-ץ-צ-ק-ר-ש-ת
>
> A: Because it messes up the order in which people
normally read text.
> Q: Why is top-posting such a bad thing?
> _______________________________________________
>
>
> compiz mailing list
> compiz lists.freedesktop.org
>
http://lists.freedesktop.org/mailman/listinfo/compiz
>
--
Pierpaolo Follia
http://madchick
en.altervista.org/tech
_______________________________________________
compiz mailing list
compiz lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz
|
|
| Re: No shutdown option in KDE with
Compiz-Fusion |

|
2008-03-09 06:54:02 |
On 09/03/2008, Pierpaolo Follia <pfollia gmail.com> wrote:
> Uhm, I don't know about your video card, but I just
installed the
> latest ATI proprietary driver and adding these two
lines to my
> xorg.conf seems good:
>
> Option "Textured2D" "on"
> Option "TexturedXrender"
"on"
>
> The performance under XGL are very poor, but using X
they are ok.
> Thanks to Karthik Ramgopal for this hint!
Pierpaolo, when one uses XGL, is he not using X as well? I
thought
that _any_ graphical output in Linux required X (X.org or
X86). Is
this not so? In wikipedia it says that XGL is an X server
architecture. Does that mean that it replaces X.org and X86?
Is there
a page that explains it all in terms that someone with a CS
background
could understand? (us ME majors don't understand much )
Thanks
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-
פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally
read text.
Q: Why is top-posting such a bad thing?
_______________________________________________
compiz mailing list
compiz lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz
|
|
| Re: No shutdown option in KDE with
Compiz-Fusion |

|
2008-03-09 09:54:49 |
On Sun, Mar 9, 2008 at 5:35 AM, Dotan Cohen
<dotancohen gmail.com> wrote:
> Thanks. I added the lines to /usr/local/bin/startxgl
which now
looks like this:
> #!/bin/sh
> Xgl -fullscreen :1 -ac -br -accel glx:pbuffer -accel
xv:pbuffer &
> sleep 4
> export DISPLAY=:1
>
> cookie="$(xauth -i nextract - :0 | cut -d ' ' -f
9)"
> xauth -i add :1 . "$cookie"
> exec startkde
>
> However, I still don't have the buttons. If it is
because of XGL, then
> would I be better off running without XGL? I have the
ATI X1400 in
> this laptop, and I have heard that the proprietary
drivers now support
> Compiz-Fusion without XGL, but the performance is very
bad. Does
> anyone know more about the issue?
>
I have an ATI Mobility X300. Catalyst 8.3 + AIGLX gives
pretty good
performance with Compiz. So you should remove Xgl and give
the latest
catalyst a try. That would be the best solution to your
problem. And
enabling Textured2D and TexturedXrender options doesn't
make any
noticable difference here.
- Erkin
_______________________________________________
compiz mailing list
compiz lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz
|
|
| Re: No shutdown option in KDE with
Compiz-Fusion |

|
2008-03-09 10:52:46 |
On 09/03/2008, Erkin Bahceci <erkinbah gmail.com> wrote:
>
> I have an ATI Mobility X300. Catalyst 8.3 + AIGLX gives
pretty good
> performance with Compiz. So you should remove Xgl and
give the latest
> catalyst a try. That would be the best solution to
your problem. And
> enabling Textured2D and TexturedXrender options
doesn't make any
> noticable difference here.
Thanks, Erkin, but specifically the X1400 is a known
problematic card.
And other than the shutdown buttons, I have no problems so
I'd rather
leave well enough alone.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-
פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally
read text.
Q: Why is top-posting such a bad thing?
_______________________________________________
compiz mailing list
compiz lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz
|
|
| Re: No shutdown option in KDE with
Compiz-Fusion |

|
2008-03-10 07:06:24 |
On 10/03/2008, Colin Guthrie <gmane colin.guthr.ie> wrote:
> Yes, that was probably just a typo/thinko etc. He means
only one X
> server that supports GLX_EXT_texture_from_pixmap (e.g.
AIGLX or
> nvidia/ati prop.)
>
> But rather than worrying about the semantics he's just
saying that it
> works for him, so why not try it for yourself and see
how you get on?
I wasn't worrying about semantics, I was trying to educate
myself.
This is all very foreign territory for me. And Compiz has
been very
difficult for me to install. Were it just eye-candy I
wouldn't care,
but I am rather dependent upon the zoom and colour-invert
functions.
I just tested out Ubuntu 8.04 alpha6, and as that will be my
platform
in the near future, I will concentrate my efforts there. I
will
experiment with XGL and without XGL, and I will try with
both the free
driver and the proprietary driver. When I run into problems
that I
cannot solve, I will ask here I promise .
Thank you very much for the patience, and helping me learn
and solve problems.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-
פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally
read text.
Q: Why is top-posting such a bad thing?
_______________________________________________
compiz mailing list
compiz lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz
|
|
| Re: No shutdown option in KDE with
Compiz-Fusion |

|
2008-03-10 09:20:41 |
On Mon, Mar 10, 2008 at 10:46 AM, Colin Guthrie
<gmane colin.guthr.ie> wrote:
> Dotan Cohen wrote:
> > On 09/03/2008, Pierpaolo Follia <pfollia gmail.com> wrote:
> >> Uhm, I don't know about your video card, but
I just installed the
> >> latest ATI proprietary driver and adding
these two lines to my
> >> xorg.conf seems good:
> >>
> >> Option "Textured2D"
"on"
> >> Option "TexturedXrender"
"on"
> >>
> >> The performance under XGL are very poor, but
using X they are ok.
> >> Thanks to Karthik Ramgopal for this hint!
> >
> > Pierpaolo, when one uses XGL, is he not using X
as well? I thought
> > that _any_ graphical output in Linux required X
(X.org or X86). Is
> > this not so? In wikipedia it says that XGL is an
X server
> > architecture. Does that mean that it replaces
X.org and X86? Is there
> > a page that explains it all in terms that someone
with a CS background
> > could understand? (us ME majors don't understand
much
)
>
> Yes, that was probably just a typo/thinko etc. He
means only one X
> server that supports GLX_EXT_texture_from_pixmap (e.g.
AIGLX or
> nvidia/ati prop.)
Thank you Colin. That's exactly what I wanted to say.
Regards,
Pierpaolo
--
Pierpaolo Follia
http://madchick
en.altervista.org/tech
_______________________________________________
compiz mailing list
compiz lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz
|
|
[1-10]
|
|