



IMPORTANT: With KMS you have to change 2 files: A) /etc/initr amfs-tools/modulesAdd: # Enable Kernel Modesetting intel_agp drm i915 modeset=1 B) /etc/modprobe.d/i915-kms.conf Add: options i915 modeset=1 C) /boot/grub/grub.conf (GRUB2) Add (i.e. in front of vga=792) video=i915:modeset=1 |
