Difference between revisions of "Intel 8XX graphic chips"

From FreekiWiki
Jump to navigation Jump to search
(Undo revision 70424 by Scott.morris (talk))
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Migrate}}
+
{{cleanup}}
 
+
'''How to fix the "Black Screen of Death" on i845, i855 and some (but not all) other 8xx graphics chips. GTT Incoherency Patch.(e.g. Dell Inspiron 1100).<br> Both [[Media:Dell-fix.sh]] and the step by step instructions do the same thing.'''
'''How to fix the "Black Screen of Death" on i845, i855 and some (but not all) other 8xx graphics chips. GTT Incoherency Patch.(e.g. Dell Inspiron 1100).'''
+
===Easy way===
===Using a Backported Kernel (recommended)===
 
Install the Backported Kernel
 
*sudo apt-get install linux-image-generic-lts-backport-oneiric linux-headers-generic-lts-backport-oneiric
 
*Reboot the system
 
 
 
'''<br>The following methods are deprecated. [[Media:Dell-fix.sh]] and the step by step instructions do the same thing. Try using the backported kernel before attempting either of the following methods. '''
 
===Dell-fix.sh===
 
 
*Download  this file [[Media:Dell-fix.sh]]
 
*Download  this file [[Media:Dell-fix.sh]]
 
*make it executable by running <code>chmod +x Dell-fix.sh</code> (make sure you are in the same directory as you downloaded it to).
 
*make it executable by running <code>chmod +x Dell-fix.sh</code> (make sure you are in the same directory as you downloaded it to).

Latest revision as of 14:42, 24 April 2014

This page or section appears to be out of date or otherwise inaccurate.
Please edit as seems necessary, removing the {{cleanup}} tag when you are through.

How to fix the "Black Screen of Death" on i845, i855 and some (but not all) other 8xx graphics chips. GTT Incoherency Patch.(e.g. Dell Inspiron 1100).
Both Media:Dell-fix.sh and the step by step instructions do the same thing.

Easy way

  • Download this file Media:Dell-fix.sh
  • make it executable by running chmod +x Dell-fix.sh (make sure you are in the same directory as you downloaded it to).
  • run it as sudo bash Dell-fix.sh

Step by Step

Install the 855gm PPA and the patched kernel.

  • sudo add-apt-repository ppa:brian-rogers/graphics-fixes-testing
  • sudo apt-get update
  • sudo apt-get install linux-headers-2.6.37-graphics2+12 linux-headers-2.6.37-graphics2+12-generic linux-image-2.6.37-graphics2+12-generic
  • sudo apt-get install

If that doesn't work go on to the next commands.

  • sudo add-apt-repository ppa:glasen/intel-driver
  • sudo apt-get update && sudo apt-get upgrade

If that doesn't work go on to the next commands.

  • sudo add-apt-repository ppa:glasen/855gm-fix
  • sudo apt-get update && sudo apt-get install dkms 855gm-fix-dkms

Additional Steps

  • (create /etc/X11/x.org)
  • Add the following lines
 Section "Module"
         Disable "dri"
         Disable "glx"
 EndSection