compiz + gnome + nvidia GeForce 7000M / nForce 610M

Решил поставить compiz, захотелось красивых рюшечек и тд. Поставил, настроил, только есть три момента которые омрачают жизнь, а именно:
1. Крайне низкая частота обновления экрана (легкое мерцание видно глазом)
2. Для того, что бы после автозапуска увидеть рабочий стол нужно сначала переключиться на любую консоль, а потом опять на "иксы".
3. Некоторое время назад настроил горячие клавиши через gconf-editor, теперь клавиши не работают.

Очень хотелось бы нормализовать работу X сервера и compiz. Форум читал, по нему устанавливал и настраивал compiz-manager. Прошу помочь.

$ cat /etc/X11/xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Thu Feb  5 00:08:50 PST 2009

#Section "InputDevice"
# Identifier	"Touchpad"
# Driver		"synaptics"
# Driver		"mouse"
# Option		"Protocol"		"auto-dev"
# Option		"Device"		"/dev/psaux"
# Option		"ZAxisMapping"		"4 5"
# Option		"LeftEdge"     		"1900"
# Option		"RightEdge"     	"5400"
# Option		"TopEdge"       	"1800"
# Option		"BottomEdge"   	 	"3900"
# Option		"FingerLow"		"25"
# Option		"FingerHigh"		"30"
# Option		"MaxTapTime"		"180"
# Option		"MaxTapMove"		"220"
# Option		"VertScrollDelta" 	"100"
# Option		"MinSpeed"		"0.02"
# Option		"MaxSpeed"		"0.18"
# Option		"AccelFactor" 		"0.0010"
# Option		"UpDownScrolling"	"on"
#EndSection

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath      "/usr/lib64/xorg/modules"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/OTF"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
    Load           "xtrap"
    Load           "extmod"
    Load           "record"
    Load           "wfb"
    Load           "glx"
    Load           "dbe"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "C67 [GeForce 7000M / nForce 610M]"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    Option         "RenderAccel" "True"
    Option         "NoRenderExtension" "False"
    Option         "AddARGBGLXVisuals" "True"
    Option         "DamageEvents" "True"
    SubSection     "Display"
        Viewport    0 0
    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

Section "Extensions"
    Option         "Composite" "Enable"
EndSection