NVidia、Compiz、デスクトップ効果の問題

NVidia、Compiz、デスクトップ効果の問題

OpenSuse 12.1にNvidiaドライバをインストールしました。

ドライバは以下からダウンロードされます。http://en.opensuse.org/SDB:NVIDIA_drivers

ただし、Nvidiaドライバをインストールした後にデスクトップ効果を有効にすることはできません。 (「次のデスクトップ効果を有効にすることはできません」)全体のグラフィックレンダリングが最適ではないか、それほど良くありませんでした。たとえば、ドルフィンが開いている場合は、小さなドルフィンアイコンが点滅していることがわかります。しかし、アニメーション中はアイコンに灰色の痕跡が残ります。また、窓を動かすと揺れ始めます。

これは私のxorg.confです。

Section "Files"
    ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
    ModulePath   "/usr/lib64/xorg/modules/drivers"
    ModulePath   "/usr/lib64/xorg/modules"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    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 7600 GT"
    BusID          "PCI:5:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GT"
    BusID          "PCI:5:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-0: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-1: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "On"
EndSection

ありがとうございます。

関連情報