The suse kernel has framebuffer support built in.
I suspect that's why you get no consoles.
I have the same problem with a 5200 PCI card.
Turn off that framebuffer by setting
vga=normal like in the GRUB failsafe configuration and see if the consoles are useable.
I'm unsure what to tell you about the driver not working, though, other than:
ftp://download.nvidia.com/XFree86/Li...36/README.IA64
Says the ia64 driver only supports 2.4 kernels newer than 2.4.13 and not any 2.6 kernels.
In general:
1) Kernel sources must be installed and configured. Usually this means
installing the 'kernel-source', 'make' and 'gcc' packages with YaST2.
Update it - if not already done - via YaST2 Online Update (YOU).
Then
cd /usr/src/linux
make cloneconfig
make prepare-all
2) Use the nvidia installer for 1.0-5336. (Make sure it's the ia64 driver)
modprobe agpgart
sh NVIDIA-Linux-ia64-1.0-5336-pkg1.run -q
3) Configure X.Org with
sax2 -m 0=nvidia (0 is a digit, not a letter!)
You may not be able to modprobe agpgart successfully with PCI Express.
Try the different settings of NVIDIA agpgart from
/usr/share/doc/NVIDIA_GLX-1.0/README
by editing the xorg.conf file after Sax2 writes it.
Option "NvAGP" "integer"
Configure AGP support. Integer argument can be one of:
Value Behavior
----------------------------- -----------------------------
0 disable agp
1 use NVIDIA's internal AGP
support, if possible
2 use AGPGART, if possible
3 use any agp support (try
AGPGART, then NVIDIA's AGP)
Please note that NVIDIA's internal AGP support cannot work if AGPGART
is either statically compiled into your kernel or is built as a
module, but loaded into your kernel (some distributions load AGPGART
into the kernel at boot up). Default: 3 (the default was 1 until after
1.0-1251).