From owner-freebsd-x11@FreeBSD.ORG Wed Jul 1 12:17:50 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32E0C106564A for ; Wed, 1 Jul 2009 12:17:50 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id AF7878FC0A for ; Wed, 1 Jul 2009 12:17:49 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz12 with SMTP id 12so703107bwz.43 for ; Wed, 01 Jul 2009 05:17:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=GRIMxZxc66mNBvx9bRc9kTzrxSUxOYAnfDTY/mZZ+NQ=; b=Komo3YkZohEMix0oRmvIzhYh5oaVTBiwX4v5wJPotgAzM/ZZAYRRtnMqS8xMErOF+M 3A3wn/5ZQ7bn+lQfqZLvGip/asZCefb9BHMeJdk5+Ch2WbN+JyxEX99tcW0z1bIihs8W twgTJjBV7bGtYENN3Clsr8tw3YuQBmZrAc3rg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bIRXr5sh5iXuRJNd7tbefRYklCZGw5/K1DleDClWiGRhRlVomueAJpjCGTwV/qH0/O Jvz666YWAeRioHsviixPb7qgrxrocRIQuSqZNaBgTAWYDDxYLK6+hUqG79RF6XbG+NfI tmU7ZZenuJuPoPtmh6LjYrIeQOzheNirtOfBo= MIME-Version: 1.0 Received: by 10.204.56.4 with SMTP id w4mr9591649bkg.17.1246450668744; Wed, 01 Jul 2009 05:17:48 -0700 (PDT) In-Reply-To: <4A4B301F.4050700@phat.za.net> References: <4A4B301F.4050700@phat.za.net> Date: Wed, 1 Jul 2009 14:17:48 +0200 Message-ID: <3a142e750907010517w56981548h3916fd453a9eb278@mail.gmail.com> From: "Paul B. Mahol" To: Aragon Gouveia Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: Some issues with video-intel-2.7.1 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: Wed, 01 Jul 2009 12:17:50 -0000 On 7/1/09, Aragon Gouveia wrote: > Hi, > > I recently installed a new system from the 200906 8.0 snapshot ISO. I'm > having a couple of issues when running latest Xorg/Xserver/video-intel > from ports: > > * The only way to restart X without killing the vtys is by using > ctrl+alt+backspace. If my window manager exits normally, when Xorg > restarts it leaves the vtys with horizontal stripey garbage on the > screen. Switching to/from Xorg/vtys using ctrl+alt shortcuts works fine > though. > > * Xorg only runs reliably if used straight after a fresh boot of the > system. After Xorg is restarted everything just starts > pausing/stuttering at random, even the xdm login screen. > > For the second point, I've attached two Xorg.log files. The first is > the log file straight after a fresh boot, and the second a log file > after a Xorg restart. The interesting bit is if they're diffed. > > My Xorg gets spawned by xdm which gets spawned by init. My package > versions: > > xorg-server-1.6.1,1 > xf86-video-intel-2.7.1 > mesa 7.4.4 (libGL, libGLU, dri) > > Something else of interest is that my kernel logs this on Xorg restarts: > > kernel: error: [drm:pid1619:i915_get_vblank_counter] *ERROR* > trying to get vblank count for disabled pipe 0 Recently, CURRENT get some more drm changes that address vsync problems. One of them fixed problem with vblank you mentioned above. -- Paul