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-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/661248

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

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to