From owner-freebsd-x11@FreeBSD.ORG Mon Jun 14 17:53:44 2010 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26B811065679 for ; Mon, 14 Jun 2010 17:53:44 +0000 (UTC) (envelope-from larry@cybent.net) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 083CA8FC12 for ; Mon, 14 Jun 2010 17:53:43 +0000 (UTC) Received: by pvg7 with SMTP id 7so974542pvg.13 for ; Mon, 14 Jun 2010 10:53:43 -0700 (PDT) Received: by 10.142.55.20 with SMTP id d20mr4145111wfa.331.1276536384590; Mon, 14 Jun 2010 10:26:24 -0700 (PDT) Received: from X80L.local (125.26.228.183.adsl.dynamic.totbb.net [125.26.228.183]) by mx.google.com with ESMTPS id x35sm1901786wfh.18.2010.06.14.10.26.22 (version=SSLv3 cipher=RC4-MD5); Mon, 14 Jun 2010 10:26:24 -0700 (PDT) Message-ID: <4C16663C.8020603@cybent.net> Date: Tue, 15 Jun 2010 00:26:20 +0700 From: Larry Gingras User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100524 Thunderbird/3.0.4 MIME-Version: 1.0 To: x11@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: intel video driver problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2010 17:53:44 -0000 I have a problem with acceleration features on my graphic adapter. I have (according to Xorg.0.log) Integrated Graphics Chipset: Intel(R) 965GM (it is ASUS laptop X80L). When acceleration is enabled, some parts of windows sometimes became garbled. It seems like parts of video memory is littered. Image is only restored when affected regions is completely redrawn, minimize-restore of window do not restore garbled region (but image inside garbled region become different, it become part of desktop or something like that). I tried to disable everything that use acceleration (disable composition in KDE, etc), even disable DRI but if acceleration is enabled in xorg.conf this bug remains. If I disable acceleration (with Option "Accel" "off") - everything works fine. I tried to play with various options in xorg.conf but there are not many options to play with. Driver just ignores a lot of options (such as VideoRam). I tried change AccelMethod, but only EXA works for me (XAA and UXA make Xorg halt on starting graphic mode, I just have blank black screen and everything stop, I cannot switch back to console or kill X server). Only completely disabling acceleration make things better. I use FreeBSD 8.0-RELEASE, xorg 7.4, and intel video driver 2.7.1 (it is latest version currently present in ports). I'm not sure it is bug in xorg driver or in kernel support (i915 and drm modules, btw I mention these are not loaded if acceleration is disabled). It seems to me that it is some sort of memory allocation or access issue. Please advice possible solutions. BTW I think driver is severely outdated now. intellinuxgraphics.org have 2.11.0 now. I tried to download it but I cannot build it (I think it is for linux only and must be ported to FreeBSD).