1004 Video Hardware Compatibility List: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
<td style="background-color:#00FF00">Yes</td> | <td style="background-color:#00FF00">Yes</td> | ||
<td style="background-color:#FF0000">No</td> | <td style="background-color:#FF0000">No</td> | ||
<td>[http://wiki.linuxmce.org/index.php/1004_Video_Hardware_Compatibility_List#Upgrade_Kernel_to_Natty | <td>[http://wiki.linuxmce.org/index.php/1004_Video_Hardware_Compatibility_List#Upgrade_Kernel_to_Natty Upgrade Kernel to Natty]<br> | ||
Change line 225 of SetupAudioVideo.sh CardDevice from 7 to 9</td> | Change line 225 of SetupAudioVideo.sh CardDevice from 7 to 9</td> | ||
</tr> | </tr> | ||
| Line 29: | Line 29: | ||
<td style="background-color:#FF0000">No</td> | <td style="background-color:#FF0000">No</td> | ||
<td style="background-color:#FF0000">No</td> | <td style="background-color:#FF0000">No</td> | ||
<td>[http://wiki.linuxmce.org/index.php/1004_Video_Hardware_Compatibility_List#Upgrade_Kernel_to_Natty | <td>[http://wiki.linuxmce.org/index.php/1004_Video_Hardware_Compatibility_List#Upgrade_Kernel_to_Natty Upgrade Kernel to Natty]</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Revision as of 16:34, 10 December 2012
GPU Compatibility List
The purpose behind this page is to give a compatibility probability list, and to confirm these when possible.
I will break down manufacturers, then subsets.
nVidia
| Series | Model | Video OOTB | Audio OOTB | Resolution |
| GT | 4xx | Yes | No | Upgrade Kernel to Natty Change line 225 of SetupAudioVideo.sh CardDevice from 7 to 9 |
| GTX | 5xx | No | No | Upgrade Kernel to Natty |
| Table Cell | Table Cell | Table Cell | Table Cell | Table Cell |
| Table Cell | Table Cell | Table Cell | Table Cell | Table Cell |
| Table Cell | Table Cell | Table Cell | Table Cell | Table Cell |
| Table Cell | Table Cell | Table Cell | Table Cell | Table Cell |
| Table Cell | Table Cell | Table Cell | Table Cell | Table Cell |
| Table Cell | Table Cell | Table Cell | Table Cell | Table Cell |
| Table Cell | Table Cell | Table Cell | Table Cell | Table Cell |
Solutions
All solutions here can be copied/pasted, but assumes you are root. Please begin sessions by typing "sudo -i" without quotes and enter your pass when prompted.
Upgrade Kernel to Natty
CurKernel="-generic"
if uname -r | grep "pae"; then CurKernel="-generic-pae"; fi
NewKernel="linux-image${CurKernel}-lts-backport-natty"
NewHeaders="linux-headers${CurKernel}-lts-backport-natty"
apt-get -yf install "$NewKernel"
apt-get -yf install "$NewHeaders"
apt-get update
apt-get -yf dist-upgrade
/usr/pluto/bin/RebootWithAVWizard