You are not logged in.

#1 2009-06-03 19:36:31

z0diaq
Member
From: /dev/null
Registered: 2009-06-02
Posts: 7
Website

xcompmgr bug/problem

Here's the video, showing the problem.

It happens with gnome and fluxbox, restarting xcompmgr helps for some time. Any solutions?

xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Thu Apr 16 19:36:29 PDT 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

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

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "pl"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
      Option          "RenderAccel" "true"
      Option          "NoLogo" "true"
      Option          "AGPFastWrite" "true"
      Option          "EnablePageFlip" "true"


EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Last edited by z0diaq (2009-06-03 19:37:03)

Offline

#2 2009-06-04 11:22:01

z0diaq
Member
From: /dev/null
Registered: 2009-06-02
Posts: 7
Website

Re: xcompmgr bug/problem

/bump ;p

Offline

#3 2009-06-04 11:48:26

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: xcompmgr bug/problem

change your conkyrc to:

# Create own window instead of using desktop (required in nautilus)
own_window 1
own_window_type override
own_window_transparent 1
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

Offline

#4 2009-06-04 12:41:01

z0diaq
Member
From: /dev/null
Registered: 2009-06-02
Posts: 7
Website

Re: xcompmgr bug/problem

It works! Thanks m8!

...But now i can't  set half transparency with transset-df. Conky is also invisible for xwininfo, what should I do?

Offline

Board footer

Powered by FluxBB