Got a bit further with the help of Merkur2k. Used the wrong nvidia-install.sh script and so my version of Nvidia was stuck on 173. Now with the new script I am.... still stuck on 173:
My system is ION based but according to the script (afaiks) because I tried a few lines on the commandline does not contain a NVidia card
root@moon95:/usr/pluto/bin# lspci -nn
00:00.0 Host bridge [0600]: nVidia Corporation MCP79 Host Bridge [10de:0a82] (rev b1)
00:00.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a88] (rev b1)
00:03.0 ISA bridge [0601]: nVidia Corporation MCP79 LPC Bridge [10de:0aad] (rev b2)
00:03.1 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0aa4] (rev b1)
00:03.2 SMBus [0c05]: nVidia Corporation MCP79 SMBus [10de:0aa2] (rev b1)
00:03.3 RAM memory [0500]: nVidia Corporation MCP79 Memory Controller [10de:0a89] (rev b1)
00:03.5 Co-processor [0b40]: nVidia Corporation MCP79 Co-processor [10de:0aa3] (rev b1)
00:04.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa5] (rev b1)
00:04.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa6] (rev b1)
00:06.0 USB Controller [0c03]: nVidia Corporation MCP79 OHCI USB 1.1 Controller [10de:0aa7] (rev b1)
00:06.1 USB Controller [0c03]: nVidia Corporation MCP79 EHCI USB 2.0 Controller [10de:0aa9] (rev b1)
00:08.0 Audio device [0403]: nVidia Corporation MCP79 High Definition Audio [10de:0ac0] (rev b1)
00:09.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Bridge [10de:0aab] (rev b1)
00:0c.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0ac4] (rev b1)
00:10.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0aa0] (rev b1)
00:15.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0ac6] (rev b1)
00:16.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0ac7] (rev b1)
00:17.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0ac7] (rev b1)
00:18.0 PCI bridge [0604]: nVidia Corporation MCP79 PCI Express Bridge [10de:0ac7] (rev b1)
03:00.0 VGA compatible controller [0300]: nVidia Corporation Device [10de:087d] (rev b1)
05:00.0 Ethernet controller [0200]: Attansic Technology Corp. Device [1969:1063] (rev c0)
06:00.0 Network controller [0280]: Atheros Communications Inc. Device [168c:002b] (rev 01)
root@moon95:/usr/pluto/bin# lspci -nn | grep -vi "non-vga" | grep -i vga | sed 's/.*://;s/\].*//'
087d
root@moon95:/usr/pluto/bin# lspci -nn | grep -iq "vga.*nvidia"
root@moon95:/usr/pluto/bin# lspci -nn | grep -iq "vga.*nVidia"
root@moon95:/usr/pluto/bin# lspci -nn | grep -iq "VGA.*nvidia"
root@moon95:/usr/pluto/bin#
root@moon95:/usr/pluto/bin# ./nvidia-install.sh
root@moon95:/usr/pluto/bin#
so finally I installed 195 manually, will let u know what the result is.