Comment 5 for bug 391292

Revision history for this message
Yannis Tsop (ogiannhs) wrote :

try:
sudo less /etc/modprobe.d/i915-kms.conf

if it shows:
options i915 modeset=X

where X is a number, then you have KMS installed. KMS does not work with PAE, either use another kernel or set KMS off by removing the file:
sudo rm /etc/modprobe.d/i915-kms.conf