Comment 331 for bug 252094

Revision history for this message
Feistybird (bryanjen-tw) wrote :

The bug below has been fixed in the most recent patch (xserver-xorg-video-intel 2:2.6.3-0ubuntu8)

"Some users of Intel i8x5 video chipsets are unable to load X, getting an error message of "Fatal server error: Couldn't bind memory for BO front buffer". As a workaround, use the VESA driver by logging into a text console, running "sudo nano /etc/X11/xorg.conf", and adding the line Driver "vesa" to the Device section. An alternative (experimental) workaround is to use the UXA acceleration method (see below). If in doubt, please do not upgrade to Ubuntu 9.04 Beta yet. 304871" [ https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/304871?comments=all ]

Thank you VERY MUCH for your hard work!

However, there are still some other problems probably related to this performance issue; the graphic rendering in some of the java-applet & web pages are broken. Please refer to the attached screenshots.

(II) Module intel: vendor="X.Org Foundation"
 compiled for 1.6.0, module version = 2.6.3
 Module class: X.Org Video Driver
 ABI class: X.Org Video Driver, version 5.0
-PCI Devices-
VGA compatible controller : Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device

/etc/X11/xorg.conf:

Section "Device"
 Identifier "Configured Video Device"
 Driver "intel
 VideoRAM 131072 ## Enable/Disable this option makes no difference
        Option "Legacy3D" "false" ## Either true of false makes no difference
# Option "AccelMethod" "XAA" ## GDM won't start once enabled.
# Option "UseFBDev" "false" ## true or false makes no difference
# Optoin "DRI" "false" ## true or false makes no difference
EndSection

Hope this can also be fixed soon.

Thanks!