You haven't replied so not sure of your time zone...so forgive me for next post
ASSUMPTIONS
nvidia wants to find proper ids from the pci.ids.gz files.....there are 2 on my system and yours is missing your extra "string"
So forgive me for not knowing if you know how to unpack/repack gz files so lets move ahead.
local user=tc
FOR YOU TO TEST
mkdir 1pci
cp /usr/local/share/pci-utils/files/pci.ids.gz ~/1pci
cd 1pci
gunzip pci.ids.gz
leafpad pci.ids (optional if you like leafpad)
I revert to a gui text editor called leafpad...use what ever you like, an easy terminal editor is nano.
Navigate to your new folder/file or use optional command to open new text file.
Now copy and paste this into your search.... 10de
press enter to create a new line.....this is a local work-a-round so does not need to be perfect and easier to find (or not find your new entry on reboot)
add this line so it looks like
10de nVidia Corporation
06e4 GF100 [GeForce GTX 465]
Now I have tried to find the G number as so far no luck. so I am basing it on the gtx 470 which is in the same family as yours showing at
http://www.nvidia.com/object/linux-display-ia32-304.51-driver.htmlsupported products/ge400 series
ok so save the file
Now repack it
gzip -9 pci.ids
Now we need root powers to edit /opt/onboot.sh
and add these lines pls
/bin/cp -f /home/tc/1pci/pci.ids.gz /usr/local/share/pci-utils/files/
/bin/cp -f /home/tc/1pci/pci.ids.gz /usr/local/share
reboot with backup and test
lspci | grep VGA
if you get a string of GTX etc, your xorg attempts and nvidia attempts may be more successful
if so, you can then report your ids to
http://pci-ids.ucw.cz/mods/?action=help?help=mailsubmit if you wish
good luck
if possible give feedback, if you prefer I not to try to help....no worries just say so