You are not logged in.

#1 2009-03-04 17:45:00

De Mysteriis
Member
Registered: 2008-11-23
Posts: 19

[Solved] urxvt real transparency in pekwm

Hi, I'm trying to get real transparency in urxvt using xcompmgr but it fails miserably.
Here are my .Xdefaults:

Xcursor*theme: Vanilla-DMZ-AA
Xcursor.size: 22 

Xft.dpi:                        96 
Xft.antialias:                  true
Xft.hinting:                    true
Xft.hintstyle:                  0 

URxvt*font: xft:Akkurat Mono:pixelsize=12
URxvt*boldFont: xft:Akkurat Mono:pixelsize=12
URxvt*buffered: true
URxvt*saveLines: 32767
URxvt*scrollBar: false
URxvt*cursorBlink: true
URxvt*urllauncher: opera
urxvt*background:        rgba:0000/0000/0000/8000
urxvt*depth:            32
urxvt*foreground:        #ffffff

I start xcompmgr with the following options:

xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &

Screenshot:
t383278_scrotshot.jpg

Last edited by De Mysteriis (2009-03-04 23:25:00)

Offline

#2 2009-03-04 19:35:20

HashBox
Member
Registered: 2009-01-22
Posts: 271

Re: [Solved] urxvt real transparency in pekwm

Well I don't know how to fix it but I wanted to let you know that I have the same problem, so you aren't the only one. Also that wallpaper is bloody awesome!

So anyone got any ideas how to fix this?

Maybe unrelated but I've also noticed pekwm behaves really badly when xcompmgr is running, seems to leave behind pieces of windows on the desktop, at least on my ATI system.

Offline

#3 2009-03-04 19:40:26

kazuo
Member
From: São Paulo/Brazil
Registered: 2008-03-18
Posts: 413
Website

Re: [Solved] urxvt real transparency in pekwm

Try to change urxvt*depth from 32 to 24.

Offline

#4 2009-03-04 19:56:15

De Mysteriis
Member
Registered: 2008-11-23
Posts: 19

Re: [Solved] urxvt real transparency in pekwm

kazuo wrote:

Try to change urxvt*depth from 32 to 24.

Nothing changes. sad
Here's my xorg.conf just in case:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/local/lib/xorg/modules"
    FontPath     "/usr/local/lib/X11/fonts/misc/"
    FontPath     "/usr/local/lib/X11/fonts/TTF/"
    FontPath     "/usr/local/lib/X11/fonts/OTF"
    FontPath     "/usr/local/lib/X11/fonts/Type1/"
    FontPath     "/usr/local/lib/X11/fonts/100dpi/"
    FontPath     "/usr/local/lib/X11/fonts/75dpi/"
    FontPath     "/usr/local/lib/X11/fonts/webfonts/"
    FontPath     "/usr/local/lib/X11/fonts/URW/"
    FontPath     "/usr/local/lib/X11/fonts/terminus-font/"    
EndSection

Section "Module"
    Load  "extmod"
    Load  "record"
    Load  "dbe"
    Load  "glx"
    Load  "xtrap"
    Load  "dri"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/sysmouse"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    #DisplaySize      310   230    # mm
    Identifier   "Monitor0"
    VendorName   "SAM"
    ModelName    "SyncMaster"
    HorizSync    30.0 - 71.0
    VertRefresh  50.0 - 160.0
    Option        "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        Option      "AGPMode"                  "4" 
        Option      "GARTSize"              "64
       #Option      "EnablePageFlip"        "true"
        Option      "ColorTiling"            "true" 
        Option      "AccelMethod"               "EXA"  
        Option      "DRI"                    "true"
    Option      "XAANoOffscreenPixmaps"    "true"
    Identifier  "Card0"
    Driver      "radeon"
    VendorName  "ATI Technologies Inc"
    BoardName   "RV350 AS [Radeon 9550]"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
        DefaultDepth 24
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
                Modes "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
  Identifier "AiglxLayout"
  Screen "Screen0"
  InputDevice "Keyboard0"
  InputDevice "Mouse0"
  Option "AIGLX" "true"
EndSection

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

Section "DRI"
  Group 0
  Mode 0666
EndSection

And for the wallpaper: http://suigintou.desudesudesu.org/4scra … 219239.png big_smile

Offline

#5 2009-03-04 23:24:33

De Mysteriis
Member
Registered: 2008-11-23
Posts: 19

Re: [Solved] urxvt real transparency in pekwm

Switched to Openbox and now everything works fine!

Offline

#6 2009-03-04 23:55:28

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: [Solved] urxvt real transparency in pekwm

De Mysteriis wrote:

Switched to Openbox and now everything works fine!

haha that's hardly a solution but I think I did the same thing when I tried PekWM. It looks like a cool WM but I couldn't get transparency to work either.


neutral

Offline

#7 2009-03-05 09:51:40

De Mysteriis
Member
Registered: 2008-11-23
Posts: 19

Re: [Solved] urxvt real transparency in pekwm

Maybe it has something to do with PekWM autoproperties?

Offline

Board footer

Powered by FluxBB