Ak splnas tieto 2 podmienky:
- kernel >= 2.6.29.5
- grep model /proc/cpuinfo je mensie ako 15
Tak v dmesg | grep NVRM by si mal vidiet toto „NVRM: CPU does not support the PAT, falling back to MTRRs.“
Pouzivam novsi driver, takze predosla veta nemusi u teba platit.
Mal som rovnaky problem a vyriesil som to takto:
v subore /usr/src/linux/arch/x86/kernel/cpu/intel.c
vymaz/zakomentuj tento riadok
if (c->x86 == 6 && c->x86_model < 15)
clear_cpu_cap(c, X86_FEATURE_PAT);
Po tejto uprave mi efekty cez OpenGL funguju.

