← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 661248] 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.

-- 
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


References