Comment 48 for bug 661248

Revision history for this message
Joakim Lundborg (joakim-lundborg) wrote : Re: Nvidia GeForce 8600M GT doesn't work with nvidia-current 260

I tried dumping my memory as described by Aaron, using this python script:

import mmap
FILE = "/sys/bus/pci/devices/0000:02:00.0/resource0"
with open(FILE, "r+b") as f:
    print mmap.mmap(f.fileno(), 0).read(4096)

The output does not look all that interesting (only 0xfffffffs), but it is attached.