Пропадают кнопки управления окнами

Модератор: Модераторы разделов

Ответить
vlademon
Сообщения: 1

Пропадают кнопки управления окнами

Сообщение vlademon »

Всем привет :) Извиняюсь, если оффтоп, но никак не могу решить эту проблему: стоит Debian unstable. Все компоненты (aptitude install compiz compizconfig-settings-manager compiz-fusion-plugins-main compiz-gnome compiz-gtk) установлены. При активации компиза пропадают кнопки управления окном (рамка окна остается). Стоит только выплнить metacity --replace иконки возвращаются, компиз естественно отрубается. Вот что пишет fusion -icon -f

Код: Выделить всё

user@debian:~$ fusion-icon -f
 * Detected Session: gnome
 * Searching for installed applications...
Backend     : ini
Integration : true
Profile     : default
Initializing decoration options...done
 * Setting window manager to Compiz
 * NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
 * Using the GTK Interface
 * Decorator "/usr/bin/compiz-decorator" is invalid.
 * Setting decorator to GTK Window Decorator ("gtk-window-decorator --replace")
 * Starting Compiz
 ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --loose-binding --indirect-rendering
Backend     : ini
Integration : true
Profile     : default
Adding plugins
Initializing core options...done
Initializing move options...done
Initializing resize options...done
Initializing place options...done
Initializing decoration options...done
Initializing minimize options...done
Initializing water options...done
Initializing wobbly options...done
Initializing fade options...done
compiz (cube) - Warn: Failed to load slide: /usr/share/images/desktop-base/debian-blueish-wallpaper-640x480.png
Initializing cube options...done
Initializing scale options...done
Initializing switcher options...done
Initializing rotate options...done
Setting Update "constrain_y"
Setting Update "snapoff_maximized"
Setting Update "lazy_positioning"
Setting Update "command"
Setting Update "mipmap"

* Decorator "/usr/bin/compiz-decorator" is invalid. я так понимаю, в этой строке проблема... А вот как побороть не знаю. Несколько раз делал apt-get purge compiz* а потом ставил снова - не помогает. Удалял настройки компиза - не помогает. Проблема эта появилась после того как удалось установить драйвер нвидиа корректно (была проблема с nvidia-glx решилась переходом на ветку unstable).

Еще отредактировал xorg.conf согласно http://wiki.debian.org/Compiz - тоже не помогло

Код: Выделить всё

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

Section "Files"
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"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Samsung"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 9800 GT"
    Option "AllowGLXWithComposite" "true"
EndSection

Section "Screen"
    Option "AddARGBGLXVisuals" "true"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1280x1024_75 +0+0; nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Module"
        #Load "dri"
        #Load "GLcore"
EndSection


ЗЫ: я новичок в линуксе, но быстро учусь :)
Спасибо сказали:
Ответить