Originally posted by dragonn
View Post
Pros for slram/plram:
- "Directly on the metal", so maybe faster.
Cons for slram/plram:
- Won't work with blob drivers (or better: Crash them. See your own link)
- Won't work with 3D rendering (see http://www.gentoo-wiki.info/TIP_Use_...swap#Be_warned )
- Maybe won't work at all (crashing the system... I deeply remember reading it won't work with todays GPUs, but might be wrong here)
- Needs a xorg setting, so restarting xorg to enable/disable (again: See your own link)
Pros for VRAMFS:
- Works with every GPU that supports OpenCL.
- Works with 3D rendering.
- Works via OpenCL, so enabling/disabling can be done without restarting X.
Cons for VRAMFS:
- Uses OpenCL, so might be slower.
Comment