Difference between revisions of "Laptop Graphics"
(added i8xx fix) |
|||
| Line 36: | Line 36: | ||
2.6.37-graphics2+12-generic | 2.6.37-graphics2+12-generic | ||
you do not need to install this fix | you do not need to install this fix | ||
| + | |||
| + | {|class="wikitable" style="text-align:left" font-size="90%" border=".05" cellpadding=".4" width="35% valign="top" | ||
| + | |style="text-align:left"| | ||
| + | '''How to fix the "Black Screen of Death" on i845, i855 and some (but not all) other 8xx graphics chips. GTT Incoherency Patch''' | ||
| + | |style="text-align:left" width="65%"|===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 | ||
[[Category:Laptops]][[Category:Tech support]] | [[Category:Laptops]][[Category:Tech support]] | ||
Revision as of 16:58, 1 April 2011
Graphics Resource Links for Laptops:
* Understanding Notebook Video - How to Choose the Proper Display on a Notebook
|
How to fix the 3 part screen in Dell Inspiron 8000 series in Hardy: This is also useful as a start point for similar problems with other laptops. |
Open the terminal
|
|
How to fix the graphic issues (blanking screen in Dell Inspiron 1100 series in Lucid Lynx (10.04): This is also useful as a start point for similar problems with other laptops with the intel 845/855GM graphics cards.
|
Note the latest version of 10.04 contains this fix built in
if uname -r returns
2.6.37-graphics2+12-generic
you do not need to install this fix
|
How to fix the "Black Screen of Death" on i845, i855 and some (but not all) other 8xx graphics chips. GTT Incoherency Patch |
===Install the 855gm PPA and the patched kernel===
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 |