Summary: | Не запускается wmsytray | ||||||
---|---|---|---|---|---|---|---|
Product: | Branch 4.1 | Reporter: | Владимир Гусев <vova1971> | ||||
Component: | wmsystray | Assignee: | Nobody's working on this, feel free to take it <nobody> | ||||
Status: | CLOSED WONTFIX | QA Contact: | qa-4.1 <qa-4.1> | ||||
Severity: | critical | ||||||
Priority: | P2 | ||||||
Version: | unspecified | ||||||
Hardware: | all | ||||||
OS: | Linux | ||||||
Attachments: |
|
Description
Владимир Гусев
2008-08-24 01:16:23 MSD
Странно, у меня еще работает: wmsystray-0.1.1-alt1 xorg-server-common-1.4.2-alt6 xorg-server-1.4.2-alt6 xorg-server-control-1.3-alt1 но в сизифе. (In reply to comment #1) > Странно, у меня еще работает: > wmsystray-0.1.1-alt1 > xorg-server-common-1.4.2-alt6 > xorg-server-1.4.2-alt6 > xorg-server-control-1.3-alt1 > > но в сизифе. > Насчет мнений, будто виновен composite, прописанный в xorg, могу сказать, что тут он не причем.. Вначале в xorg.conf было так: Section "Extensions" Option "Composite" "Enable" Option "RENDER" "Enable" EndSection Затем закомментировал одну строчку # Option "Composite" "Enable" перегрузил иксы и проверил запуск wmsystray - ругается точно так же.. Затем сделал так: Section "Extensions" # Option "Composite" "Enable" # Option "RENDER" "Enable" EndSection Перегрузил комп целиком. Все равно не запускается, ругань та же.. Вот мой нынешний xorg.conf на всякий случай: Section "ServerLayout" Identifier "Minimal layout" Screen "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "HID 1241:1166|0" "CorePointer" EndSection Section "Module" Load "glx" Load "dri" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" Option "AIGLX" "on" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "HID 1241:1166|0" Driver "mouse" Option "Device" "/dev/psaux" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor 1024x768|0" HorizSync 31.5 - 61.0 VertRefresh 50.0 - 75.0 EndSection Section "Device" Identifier "Card0|0" Driver "mach64" VideoRam 4096 Option "AGPMode" "2" EndSection Section "Screen" Identifier "Screen0" Device "Card0|0" Monitor "Monitor 1024x768|0" DefaultDepth 24 SubSection "Display" Depth 8 Modes "800x600" "720x576" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "800x600" "720x576" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "800x600" "720x576" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "800x600" "720x576" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "800x600" "720x576" "640x480" EndSubSection EndSection Section "DRI" Group "xgrp" Mode 0660 EndSection Section "Extensions" # Option "Composite" "Enable" # Option "RENDER" "Enable" EndSection Видимо все дело действительно в composite.. Тогда wmsystray запускается (см. скриншот).. Правда уже есть другой баг (с моей точки зрения).. Created attachment 2850 [details]
wmsystray without composite
Падает на wmsystray-0.1.1/wmsystray/ui.c:148 XClearWindow (main_disp, draw_wind); (значение draw_wind равно icon_wind) В 4.1/branch исправления не будут вноситься уже технически (заглушена очередь на сборку), поэтому прошу ошибки, актуальные для sisyphus/p7/t7, перевесить на текущие ветки или сизиф. |