Comment 42 for bug 285250

Revision history for this message
Rebug (j-de-cuba) wrote :

Hi,
I have edit the xorg.conf file as shown below and it works fine. Option "DRI" "false" is mandatory. I have used the Mandriva xorg.conf as model. See https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/285250

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
 Identifier "device1"
        VendorName "Intel Corporation"
        BoardName "Intel 810 and later"
        Driver "intel"
        Option "DPMS"
        Option "DRI" "false"
EndSection

Section "Monitor"
 Identifier "monitor1"
        VendorName "Plug 'n Play"
        HorizSync 30-83
        VertRefresh 56-76
EndSection

Section "Screen"
 Identifier "screen1"
 Monitor "monitor1"
 Device "device1"
EndSection