When i try to run nvclock on opensuse 11.1, i'm getting a seg fault. I have
an 8800 gt. I believe this is because of the new nvidia 180x drivers, since
nvclock worked with ubuntu 8.10 which uses the 177 series.
the line it's crashing on is:
uint32_t vbios_vram = (nv_card->PDISPLAY[0x9f04/4] & ~0xff) << 8;
PDISPLAY isn't get set correctly for whatever reason.
Using the latest nvclock cvs trunk.