1004 Video Hardware Compatibility List

From LinuxMCE
Revision as of 17:17, 10 December 2012 by L3mce (Talk | contribs) (Created page with "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=== <tabl...")

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

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

Table Cell
Series Model Video OOTB Audio OOTB Resolution
GT 4xx Yes No Upgrade Kernel to Natty
GTX 5xxNo 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