From owner-freebsd-x11@FreeBSD.ORG Wed Jul 1 10:01:17 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 558091065675 for ; Wed, 1 Jul 2009 10:01:17 +0000 (UTC) (envelope-from aragon@phat.za.net) Received: from mail.geek.sh (decoder.geek.sh [196.36.198.81]) by mx1.freebsd.org (Postfix) with ESMTP id E86138FC1F for ; Wed, 1 Jul 2009 10:01:16 +0000 (UTC) (envelope-from aragon@phat.za.net) Received: from igor.geek.sh (unknown [196.209.244.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.geek.sh (Postfix) with ESMTPSA id 843363988A for ; Wed, 1 Jul 2009 11:45:07 +0200 (SAST) Message-ID: <4A4B301F.4050700@phat.za.net> Date: Wed, 01 Jul 2009 11:45:03 +0200 From: Aragon Gouveia User-Agent: Thunderbird 2.0.0.21 (X11/20090331) MIME-Version: 1.0 To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 10:01:17 -0000 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 Thanks, Aragon