[Solved] failed to get i915 symbols, graphics turbo disabled
Posted: 23. Mar 2014, 03:40
Once I had modified my Grub2 /etc/boot/grub/grub.cfg
I had the nouveau driver loading more quickly making for a high resolution almost immediately in the boot process. However, I then began to receive this error message only about 6 displayed lines into the boot ....
solution is add a line to /etc/modprode.d/blacklist.conf
blacklist intel_ips
If this file does not exist then simply create an empty file in of blacklist.conf as the su user. then add The entry blacklist intel_ips
Reboot, Error Gone!
I had the nouveau driver loading more quickly making for a high resolution almost immediately in the boot process. However, I then began to receive this error message only about 6 displayed lines into the boot ....
Code: Select all
failed to get i915 symbols, graphics turbo disabled
blacklist intel_ips
If this file does not exist then simply create an empty file in of blacklist.conf as the su user. then add The entry blacklist intel_ips
Reboot, Error Gone!