Hardy Alpha 4 with all updates applied as of posting date.
$ lspci -nn | grep VGA 01:00.0 VGA compatible controller [0300]: nVidia Corporation Quadro FX 570M [10de:040c] (rev a1)
$ sed -ne '/Section "Device"/,/EndSection/p' /etc/X11/xorg.conf Section "Device" Identifier "Videocard1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "Quadro FX 570M" BusID "PCI:1:0:0" Screen 1 EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "Quadro FX 570M" EndSection
I see the memory leak reflected in compiz.real that others have mentioned.
Hardy Alpha 4 with all updates applied as of posting date.
$ lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: nVidia Corporation Quadro FX 570M [10de:040c] (rev a1)
$ sed -ne '/Section "Device" /,/EndSection/ p' /etc/X11/xorg.conf
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro FX 570M"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro FX 570M"
EndSection
I see the memory leak reflected in compiz.real that others have mentioned.