i915Driver

Differences between revisions 3 and 4
Revision 3 as of 2005-09-21 11:33:01
Size: 1582
Editor: pb-d-128-141-34-84
Comment:
Revision 4 as of 2005-12-27 02:36:28
Size: 1623
Editor: S0106001217cbd164
Comment: add categories
Deletions are marked like this. Additions are marked like this.
Line 59: Line 59:

CategoryDocumentation CategoryCleanup

845G/855G/865G/915G/945G chipset installation workaround on Breezy preview

The drivers for the i915 (or similar) chipset are not available neither in Hoary, nor in Breezy (preview).

As a result, GDM might not be able to reach the maximum resolution.

Steve Tomljenovic provides a very nice workaround for this, called 915resolution.

It is available from: http://www.geocities.com/stomljen/

All I had to do was:

  1. Download 915resolution

  2. run "915resolution -l" as root

  3. Pickup an unused resolution ('3c' for me)
  4. run "915resolution 3c 1400 1050 32" as root

  5. Edit /etc/X11/xorg.conf to add:

Option "ForceBIOS" "1920x1440=1400x1050"

As a result, the /etc/X11/xorg.conf looks like:

<SNIP>
Section "Device"
        Identifier      "Intel 915GM"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        VideoRam        65536
Option "ForceBIOS" "1920x1440=1400x1050"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       28-72
        VertRefresh     59.0 - 75.0
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel 915GM"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1400x1050" "1280x1024" "1024x768"
        EndSubSection
EndSection

<SNIP>

Section "DRI"
        Mode    0666
EndSection

CategoryDocumentation CategoryCleanup

i915Driver (last edited 2008-08-06 16:15:31 by localhost)