Intel 965: Difference between revisions

No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:hd-graphics-specs.png|thumb|GMA HD vs G45]]
My motherboard (an Intel WG965DH) doesn't support DVI out natively. An [http://www.intel.com/support/graphics/intel915g/sb/CS-013296.htm ADD2] card plugged into the PCI-Ex16 slot solved that quickly and cheaply.
My motherboard (an Intel WG965DH) doesn't support DVI out natively. An [http://www.intel.com/support/graphics/intel915g/sb/CS-013296.htm ADD2] card plugged into the PCI-Ex16 slot solved that quickly and cheaply.


* The X.Org Wiki now has a page for [http://www.x.org/wiki/IntelGraphicsDriver IntelGraphicsDrivers]
* DRM support is provided via the <tt>i915</tt> driver (http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c29b669caae4ed1630ef479e54bdde126a0378ec)
* DRM support is provided via the <tt>i915</tt> driver (http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c29b669caae4ed1630ef479e54bdde126a0378ec)
*[http://www.intel.com/design/chipsets/applnots/313343.htm G and Q965 docs]
*[http://www.intel.com/design/chipsets/applnots/313343.htm G and Q965 docs]
Line 7: Line 7:
*No XvMC support as of [http://lists.freedesktop.org/archives/xorg-announce/2008-March/000528.html 2008-03-19], the xf86-video-intel 2.3 release
*No XvMC support as of [http://lists.freedesktop.org/archives/xorg-announce/2008-March/000528.html 2008-03-19], the xf86-video-intel 2.3 release
**''"(i965 hardware decode is still under work, and would be in next release though)"''
**''"(i965 hardware decode is still under work, and would be in next release though)"''
 
* The X.Org Wiki now supports a [http://www.x.org/wiki/IntelGraphicsDriver IntelGraphicsDriver] page.
<tt>lspci -vv</tt> output:
<tt>lspci -vv</tt> output:
<pre>00:02.0 VGA compatible controller: Intel Corporation 82G965 Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
<pre>00:02.0 VGA compatible controller: Intel Corporation 82G965 Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
Line 33: Line 33:
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-</pre>
Status: D0 PME-Enable- DSel=0 DScale=0 PME-</pre>
[[CATEGORY: Display]]