Xfce Forum

Sub domains
 

You are not logged in.

#1 2006-08-18 11:32:38

kimara
Member
Registered: 2006-08-12
Posts: 14

How to make panel transparent?

Hi

I like to make panel transparent but I don't know how?

I use Ubuntu Dapper, I have ATI Radeon 9250 and use XFCE version 4.3.90.1 (Xfce 4.4 BETA1)

Thanks.


I'm sorry, my english suck...

i'll never forget that night, the night Jesus Christ made the blackness white <underoath>

Offline

#2 2006-08-18 13:40:30

kimara
Member
Registered: 2006-08-12
Posts: 14

Re: How to make panel transparent?

I installed fglrx drivers and
wrote to xorg.conf

       

Section "Extensions"
                      Option  "Composite" "Enable"
EndSection

and

     

Section "Device"
         Identifier "Radeon 9250"
         Driver "fglrx"
         Option "AccelMethod" "EXA"
         Option "AGPMode" "4"
         Option "EnablePageFlip" "true"
         Option "DDCMode"
         Option "RenderAccel" "true"
         Option "SubPixelOrder" "NONE"
         Option "ColorTiling" "false"
EndSection

but desktop was just a mess.


I'm sorry, my english suck...

i'll never forget that night, the night Jesus Christ made the blackness white <underoath>

Offline

#3 2006-08-18 18:45:42

thehundredthone
Member
Registered: 2004-02-23
Posts: 32

Re: How to make panel transparent?

what do you mean by "it was a mess"

are you running any other compositing manager?
did you check the panel properties to adjust the transparency settings?


Before you criticize someone, walk a mile in their shoes
That way, if they get angry, they're a mile away and barefoot

Offline

#4 2006-08-19 10:20:10

kimara
Member
Registered: 2006-08-12
Posts: 14

Re: How to make panel transparent?

I'm not running other composition manager.

There was'nt any window borders, icons in panel don't work, no menu and it was very slow.
In gnome it work all right.


Should I try new BETA2 version?


I'm sorry, my english suck...

i'll never forget that night, the night Jesus Christ made the blackness white <underoath>

Offline

#5 2006-08-19 17:17:11

kimara
Member
Registered: 2006-08-12
Posts: 14

Re: How to make panel transparent?

I installed BETA2 and it's working now.

How I make panel, menu and everything transparent.


I'm sorry, my english suck...

i'll never forget that night, the night Jesus Christ made the blackness white <underoath>

Offline

#6 2006-08-19 18:17:36

wlkngowl
Member
From: Between Heaven and Earth
Registered: 2005-11-11
Posts: 77

Re: How to make panel transparent?

Offline

#7 2006-08-20 10:11:51

kimara
Member
Registered: 2006-08-12
Posts: 14

Re: How to make panel transparent?

It only shows how to use xcompmgr and I don't wanna use it. I wanna use xfce's composition manager,how I enable it.


I'm sorry, my english suck...

i'll never forget that night, the night Jesus Christ made the blackness white <underoath>

Offline

#8 2006-08-20 12:25:02

gras
Member
From: Germany
Registered: 2005-10-30
Posts: 33
Website

Re: How to make panel transparent?

Does your composite work fine? You could try it with another composite manager or take a look to your Xorg.0.log (normally in your /var/log/ folder). If your composite extension works fine, you have to check if your xfwm4 is built with composit support. You could find out this with xfwm4 --version. If these things are all ok, there have to be some compositor-settings in the "Window Manager Tweaks"-Section of the xfce4 settings.


[img]http://www.us.debian.org/logos/button-mini.png[/img]

Offline

#9 2006-08-20 12:37:58

kimara
Member
Registered: 2006-08-12
Posts: 14

Re: How to make panel transparent?

I tried xcompmgr and it works, not great but it works.

xfce4 --version said this

[CODE]This is xfwm4 version 4.3.90.2 (revision 22378) for Xfce 4.3.90.2
        Released under the terms of the GNU General Public License.
        Compiled against GTK+-2.8.20, using GTK+-2.8.20.

        Build configuration and supported features:
        - Startup notification support:                 Yes
        - Render support:                               Yes
        - Xrandr support:                               Yes
        - Embedded compositor:                          No
        - KDE systray proxy (deprecated):               No
[/CODE]

so I don't have compositor installed, but I used BETA2 installer and it should have installed that.

In Tweaks, there's nothing.

Do I have to install some parts again? What parts?


I'm sorry, my english suck...

i'll never forget that night, the night Jesus Christ made the blackness white <underoath>

Offline

#10 2006-08-20 14:56:22

wlkngowl
Member
From: Between Heaven and Earth
Registered: 2005-11-11
Posts: 77

Re: How to make panel transparent?

> I tried xcompmgr and it works, not great but it works.

Did you read the link I posted?  You need to give specific settings for your video card.

Offline

#11 2006-08-20 18:23:42

gras
Member
From: Germany
Registered: 2005-10-30
Posts: 33
Website

Re: How to make panel transparent?

The Options in the Window Manager Tweaks Section only appears, when you've compiled xfwm4 with compositor. I think the installer has the option (enable compositor). If not, download the sourcecode and compile xfwm4 by hand.


[img]http://www.us.debian.org/logos/button-mini.png[/img]

Offline

#12 2006-08-21 18:09:01

kimara
Member
Registered: 2006-08-12
Posts: 14

Re: How to make panel transparent?

I tried to install xfwm by hand (./configure --enable-compositor)
and after configure it said this.

[CODE]Build Configuration for xfwm4 version 4.3.90.2 revision 22378:
  Startup notification support:                 yes
  Render support:                               yes
  Xrandr support:                               yes
  Embedded compositor:                          no
  KDE systray protocol proxy:                   no
[/CODE]

So what I do?


I'm sorry, my english suck...

i'll never forget that night, the night Jesus Christ made the blackness white <underoath>

Offline

#13 2006-08-25 16:48:35

gras
Member
From: Germany
Registered: 2005-10-30
Posts: 33
Website

Re: How to make panel transparent?

The configure script has to say something about it. Did you install the libxcomposite1? And to be insecure, also install the development files of this library. Then recompile your xfwm4. I think this should do it.


[img]http://www.us.debian.org/logos/button-mini.png[/img]

Offline

#14 2006-08-26 08:41:21

kimara
Member
Registered: 2006-08-12
Posts: 14

Re: How to make panel transparent?

I already installed edgy test version and now it's working but I have to wait new fglrx drivers.


I'm sorry, my english suck...

i'll never forget that night, the night Jesus Christ made the blackness white <underoath>

Offline

Board footer

Powered by FluxBB