ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #126487
[Bug 661248] Re: Nvidia GeForce 8600M GT doesn't work with nvidia-current 260
I think that's the wrong resource0 file (for bus 0 device 2, rather than bus 2 device 0). Probably easier to use the symlinks:
/sys/bus/pci/devices/0000:02:00.0/resource0
However, you can't call read() on those files, they can only be mmap'd.
/dev/mem should work, though. I would recommend reading a whole page:
dd if=/dev/mem of=asdf bs=4096 skip=1036288 count=1
--
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