<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Merrison</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Merrison"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Merrison"/>
	<updated>2026-05-24T14:11:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_Extreme_Graphics_2&amp;diff=23951</id>
		<title>Intel Extreme Graphics 2</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Intel_Extreme_Graphics_2&amp;diff=23951"/>
		<updated>2006-08-02T15:58:04Z</updated>

		<summary type="html">&lt;p&gt;Merrison: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== Intel Extreme Graphics 2 ===&lt;br /&gt;
This is an Intel video adapter&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Integrated in one of the following chipsets:&lt;br /&gt;
** [[Intel 855GM]]&lt;br /&gt;
** [[Intel 855GME]]&lt;br /&gt;
** [[Intel 852GME]]&lt;br /&gt;
* PCI ID: 8086:3582&lt;br /&gt;
* Uses up to 64MB of main memory&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Linux X.Org driver ===&lt;br /&gt;
This chip is supported by the 'i810' driver as part of the X.Org distribution.&lt;br /&gt;
&lt;br /&gt;
Hardware 3-D acceleration is available using DRI and kernel i915 module (2.6 kernel)&lt;br /&gt;
for 16-bit depth. &lt;br /&gt;
&lt;br /&gt;
You can configure 3-D acceleration by ensuring that the following is in your xorg.conf:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
         Identifier	&amp;quot;Intel Corporation 82852/855GM Integrated Graphics Device&amp;quot;&lt;br /&gt;
         Driver		&amp;quot;i810&amp;quot;&lt;br /&gt;
         BusID		&amp;quot;PCI:0:2:0&amp;quot;&lt;br /&gt;
         Option		&amp;quot;DRI&amp;quot;			&amp;quot;true&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
To check that it's working, run glxinfo | grep direct and check that direct draw reports as &amp;quot;Yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
There are binary drivers for SuSE and a modified X.Org distribution available from Intel.&lt;br /&gt;
&lt;br /&gt;
==== ThinkPad LCD ====&lt;br /&gt;
Display on the internal LCD works as long as you set the monitor settings correct.&lt;br /&gt;
&lt;br /&gt;
==== External VGA port ====&lt;br /&gt;
&lt;br /&gt;
===== X.org =====&lt;br /&gt;
&lt;br /&gt;
At least using X.org 6.9.0, the following will always enable the VGA port:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
         Identifier &amp;quot;VideoCard0&amp;quot;&lt;br /&gt;
         Driver  &amp;quot;i810&amp;quot;&lt;br /&gt;
         Option  &amp;quot;VBERestore&amp;quot; &amp;quot;yes&amp;quot; &lt;br /&gt;
         Option  &amp;quot;Clone&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
         Option  &amp;quot;MonitorLayout&amp;quot; &amp;quot;CRT,LFP&amp;quot; &lt;br /&gt;
         Option  &amp;quot;DevicePresence&amp;quot; &amp;quot;yes&amp;quot; &lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
To change to which pipe the overlay is directed (e.g. when playing a movie in xine), use:&lt;br /&gt;
&lt;br /&gt;
 xvattr -a XV_PIPE -v ''DISPLAY''&lt;br /&gt;
&lt;br /&gt;
Where ''DISPLAY'' is either 0 (with the above setup, the CRT) or 1 (with the above setup, the Local Flat Panal).&lt;br /&gt;
&lt;br /&gt;
===== i855crt =====&lt;br /&gt;
&lt;br /&gt;
There seems to be many issues trying to do this from within {{path|/etc/X11/xorg.conf}} or {{path|/etc/X11/XFree86.conf}}. The solution for basic projector or cloned output is to use the [http://i855crt.sourceforge.net/ i855-crt] program. Remember that this program is very raw and could damage your display equipment.&lt;br /&gt;
&lt;br /&gt;
Once this is installed an example command would be (with root permissions): &lt;br /&gt;
:{{cmdroot|i855crt swcursor on &amp;quot;1024x786@85&amp;quot;}}&lt;br /&gt;
to stop it enter&lt;br /&gt;
:{{cmdroot|i855crt off}}&lt;br /&gt;
&lt;br /&gt;
The video mode in quotes is defined in {{path|/etc/i855crt.conf}} or {{path|~/.i855crt.conf}}.&lt;br /&gt;
{{Fixme|This is specific usage information for that tool. Introducing an own tool page for it should be considered or joining this with other information in a display cloning howto page.}}&lt;br /&gt;
&lt;br /&gt;
Using MonitorLayout and Clone options it is possible to setup cloned display with X.Org (tested with 6.9.0). Dualhead supported by Xorg driver.&lt;br /&gt;
&lt;br /&gt;
==== SVideo port ====&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
==== DVI port ====&lt;br /&gt;
DVI Pass-through to a Dock or Port Replicator is not supported on any ThinkPad with this chipset.&lt;br /&gt;
&lt;br /&gt;
=== Linux kernel Framebuffer driver ===&lt;br /&gt;
This chip will work with either the 'vesa' or 'intelfb' driver as part of any recent 2.4 or 2.6 kernel.&lt;br /&gt;
&lt;br /&gt;
=== External Sources ===&lt;br /&gt;
*[http://www.intel.com/products/chipsets/eg2/ Intel Extreme Graphics 2 overview]&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this chip may be found in ===&lt;br /&gt;
* {{G41}}&lt;br /&gt;
* {{R50e}}, {{R51}}&lt;br /&gt;
* {{X40}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Merrison</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_Extreme_Graphics_2&amp;diff=23950</id>
		<title>Intel Extreme Graphics 2</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Intel_Extreme_Graphics_2&amp;diff=23950"/>
		<updated>2006-08-02T15:55:06Z</updated>

		<summary type="html">&lt;p&gt;Merrison: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== Intel Extreme Graphics 2 ===&lt;br /&gt;
This is an Intel video adapter&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Integrated in one of the following chipsets:&lt;br /&gt;
** [[Intel 855GM]]&lt;br /&gt;
** [[Intel 855GME]]&lt;br /&gt;
** [[Intel 852GME]]&lt;br /&gt;
* PCI ID: 8086:3582&lt;br /&gt;
* Uses up to 64MB of main memory&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Linux X.Org driver ===&lt;br /&gt;
This chip is supported by the 'i810' driver as part of the X.Org distribution.&lt;br /&gt;
&lt;br /&gt;
Hardware 3-D acceleration is available using DRI and kernel i915 module (2.6 kernel)&lt;br /&gt;
for 16-bit depth. &lt;br /&gt;
&lt;br /&gt;
You can configure 3-D acceleration by ensuring that the following is in your xorg.conf:&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Device&amp;quot;&lt;br /&gt;
	Identifier	&amp;quot;Intel Corporation 82852/855GM Integrated Graphics Device&amp;quot;&lt;br /&gt;
	Driver		&amp;quot;i810&amp;quot;&lt;br /&gt;
	BusID		&amp;quot;PCI:0:2:0&amp;quot;&lt;br /&gt;
	Option		&amp;quot;DRI&amp;quot;			&amp;quot;true&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
To check that it's working, run glxinfo | grep direct and check that direct draw reports as &amp;quot;Yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
There are binary drivers for SuSE and a modified X.Org distribution available from Intel.&lt;br /&gt;
&lt;br /&gt;
==== ThinkPad LCD ====&lt;br /&gt;
Display on the internal LCD works as long as you set the monitor settings correct.&lt;br /&gt;
&lt;br /&gt;
==== External VGA port ====&lt;br /&gt;
&lt;br /&gt;
===== X.org =====&lt;br /&gt;
&lt;br /&gt;
At least using X.org 6.9.0, the following will always enable the VGA port:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
         Identifier &amp;quot;VideoCard0&amp;quot;&lt;br /&gt;
         Driver  &amp;quot;i810&amp;quot;&lt;br /&gt;
         Option  &amp;quot;VBERestore&amp;quot; &amp;quot;yes&amp;quot; &lt;br /&gt;
         Option  &amp;quot;Clone&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
         Option  &amp;quot;MonitorLayout&amp;quot; &amp;quot;CRT,LFP&amp;quot; &lt;br /&gt;
         Option  &amp;quot;DevicePresence&amp;quot; &amp;quot;yes&amp;quot; &lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
To change to which pipe the overlay is directed (e.g. when playing a movie in xine), use:&lt;br /&gt;
&lt;br /&gt;
 xvattr -a XV_PIPE -v ''DISPLAY''&lt;br /&gt;
&lt;br /&gt;
Where ''DISPLAY'' is either 0 (with the above setup, the CRT) or 1 (with the above setup, the Local Flat Panal).&lt;br /&gt;
&lt;br /&gt;
===== i855crt =====&lt;br /&gt;
&lt;br /&gt;
There seems to be many issues trying to do this from within {{path|/etc/X11/xorg.conf}} or {{path|/etc/X11/XFree86.conf}}. The solution for basic projector or cloned output is to use the [http://i855crt.sourceforge.net/ i855-crt] program. Remember that this program is very raw and could damage your display equipment.&lt;br /&gt;
&lt;br /&gt;
Once this is installed an example command would be (with root permissions): &lt;br /&gt;
:{{cmdroot|i855crt swcursor on &amp;quot;1024x786@85&amp;quot;}}&lt;br /&gt;
to stop it enter&lt;br /&gt;
:{{cmdroot|i855crt off}}&lt;br /&gt;
&lt;br /&gt;
The video mode in quotes is defined in {{path|/etc/i855crt.conf}} or {{path|~/.i855crt.conf}}.&lt;br /&gt;
{{Fixme|This is specific usage information for that tool. Introducing an own tool page for it should be considered or joining this with other information in a display cloning howto page.}}&lt;br /&gt;
&lt;br /&gt;
Using MonitorLayout and Clone options it is possible to setup cloned display with X.Org (tested with 6.9.0). Dualhead supported by Xorg driver.&lt;br /&gt;
&lt;br /&gt;
==== SVideo port ====&lt;br /&gt;
?&lt;br /&gt;
&lt;br /&gt;
==== DVI port ====&lt;br /&gt;
DVI Pass-through to a Dock or Port Replicator is not supported on any ThinkPad with this chipset.&lt;br /&gt;
&lt;br /&gt;
=== Linux kernel Framebuffer driver ===&lt;br /&gt;
This chip will work with either the 'vesa' or 'intelfb' driver as part of any recent 2.4 or 2.6 kernel.&lt;br /&gt;
&lt;br /&gt;
=== External Sources ===&lt;br /&gt;
*[http://www.intel.com/products/chipsets/eg2/ Intel Extreme Graphics 2 overview]&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this chip may be found in ===&lt;br /&gt;
* {{G41}}&lt;br /&gt;
* {{R50e}}, {{R51}}&lt;br /&gt;
* {{X40}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Merrison</name></author>
		
	</entry>
</feed>