@@ -12,3 +12,6 @@ Talking with a friend of mine who used to work on video card drivers for X.org (
> < brutal_chaos> Is there a way to flush the vram then?
> < MostAwesomeDude> Basically, become root, find the PCI BAR where VRAM's mapped, and walk over it. There's a couple things called mmapw and mmapr that can help you; Google for them.
Another idea, maybe related to the previous (this isn't really my strong point), is mapping all ram, including video memory as virtual ram and with the use of kfree in the kernel, writing all 0's to it.