You are not logged in.

#1 2008-12-08 10:15:01

*blasco*
Member
Registered: 2008-12-08
Posts: 40

[Solved] Problem with system tray icon visualization

Hi to all, i have a problem with the visualization of the system tray icons (KDE 4.1.3).
They are non correctly visualized as indicated in the posted screenshot:

systraytn0.th.jpg

The two red arrows indicate respectively the wicd and emesene icons that are not correctly visualized. The icon in the right side (battery status) is correct because it is a separate widget.

Why i have this problem??
My laptop has a Intel(r) 852MG/852MGE/855MG/855MGE card with xf86-video-intel 2.4.3-1 driver.
I post my xorg.conf hope it helps.

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  "glx"
    Load  "extmod"
#    Load  "record"
    Load  "dri"
    Load  "xtrap"
    Load  "dbe"
    Load  "freetype"
    Load  "synaptics"
EndSection

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

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

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
    HorizSync    28-64
    VertRefresh    60
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   "82852/855GM Integrated Graphics Device"
    BusID       "PCI:0:2:0"
    Option      "AccelMethod"    "exa"
    Option        "MigrationHeuristic"    "greedy"
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

Last edited by *blasco* (2008-12-08 11:19:33)

Offline

#2 2008-12-08 11:09:44

funkyou
Member
From: Berlin, DE
Registered: 2006-03-19
Posts: 848
Website

Re: [Solved] Problem with system tray icon visualization

Removing the MigrationHeuristic stuff from the device section in your xorg.conf should solve this issue smile

Upstream bug: http://bugs.kde.org/show_bug.cgi?id=170283


want a modular and tweaked KDE for arch? try kdemod

Offline

#3 2008-12-08 11:18:32

*blasco*
Member
Registered: 2008-12-08
Posts: 40

Re: [Solved] Problem with system tray icon visualization

thank you very much! it works!

Offline

Board footer

Powered by FluxBB