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.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/661248

Title:
  Nvidia GeForce 8600M GT doesn't work with nvidia-current 260

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to