Difference between revisions of "Intel Graphics Media Accelerator 900"

From ThinkWiki
Jump to: navigation, search
(External VGA port)
(External VGA port)
Line 38: Line 38:
 
==== External VGA port ====
 
==== External VGA port ====
 
Works well in clone mode at least, don't know about displaying two different screens.
 
Works well in clone mode at least, don't know about displaying two different screens.
 +
 +
/etc/X11/xorg.conf
 +
        Section "Device"
 +
            Identifier      "Intel Corporation Intel Default Card"
 +
            Driver          "i810"
 +
            BusID          "PCI:0:2:0"
 +
            Option          "MonitorLayout" "CRT,LFP"
 +
            Option          "Clone" "true"
 +
        EndSection
 +
 +
Now you can enable@disable vga out with i810switch crt on|off
  
 
==== SVideo port ====
 
==== SVideo port ====

Revision as of 21:09, 19 September 2005

Intel Graphics Media Accelerator 900

This is an Intel video adapter

Features

Linux X.Org driver

This chip is supported by the 'i810' driver as part of the X.Org distribution

For DRI-Support, you may have to install the latest Drivers from DRI Snapshot you need following files:
common-<CurrentVersion>-linux.i386.tar.bz2
i915-<CurrentVersion>-linux.tar.bz2
Extract both in the same Directory and run install.sh
After that restart your X-Server and enjoy OpenGL-Support ;-)

At least on a T43, you also want to add acpi_sleep=s3_bios to the kernel command line (edit your LILO or GRUB configuration file to do that), in order to make sure that Xorg continues to work after a suspend/resume cycle.

Linux Intel driver

You can find Linux drivers for this card on Intel's site. The site offers much information about how to install this card on many distributions, mainly Red Hat and SuSe.

ThinkPad LCD

Display on the internal LCD works as long as you set the monitor settings correct.

External VGA port

Works well in clone mode at least, don't know about displaying two different screens.

/etc/X11/xorg.conf

       Section "Device"
           Identifier      "Intel Corporation Intel Default Card"
           Driver          "i810"
           BusID           "PCI:0:2:0"
           Option          "MonitorLayout" "CRT,LFP"
           Option          "Clone" "true"
       EndSection

Now you can enable@disable vga out with i810switch crt on|off

SVideo port

??

DVI port

DVI is not supported with this video adapter

Linux kernel Framebuffer driver

This chip will work with either the 'vesa' or 'intelfb' driver as part of any recent 2.4 or 2.6 kernel.

ThinkPad's this chip may be found in