You are not logged in.

#1 2008-06-10 09:43:00

trifler
Member
Registered: 2008-06-06
Posts: 8

transparent terminal with xcompmgr on thinkpad x60 is slow

Hello!

I wanted my terminal (urxvt) windows in openbox to be transperet so I gave xcompmgr a go.
The thing is that moving the windows around is kinda slow.

Im on a thinkpad x60 with Intel graphic* I use urxvtd and urxvtc for my terminal and in .Xdefault I have specifed URxvt*background:  rgba:0000/0000/0000/cccc .

So my question is, are there any tweaks or something I missed in order to make it run smoother?

My xorg.conf:

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

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

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

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbLayout" "se"
EndSection

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

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
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     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "ColorKey"               # <i>
        #Option     "CacheLines"             # <i>
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "DRI"                    # [<bool>]
        #Option     "NoDDC"                  # [<bool>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "XvMCSurfaces"           # <i>
        #Option     "PageFlip"               # [<bool>]
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    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
    EndSubSection
EndSection
Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
EndSection

*Graphic: 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)

Offline

#2 2008-06-10 11:44:01

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: transparent terminal with xcompmgr on thinkpad x60 is slow

Add

Option "MigrationHeuristic" "greedy"

to the Device section.

Last edited by Gullible Jones (2008-06-10 12:24:01)

Offline

#3 2008-06-10 18:45:27

trifler
Member
Registered: 2008-06-06
Posts: 8

Re: transparent terminal with xcompmgr on thinkpad x60 is slow

I'll give that a try

Offline

Board footer

Powered by FluxBB