From owner-freebsd-x11@freebsd.org Sun Jan 10 20:48:40 2016 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2DFDA6B700 for ; Sun, 10 Jan 2016 20:48:39 +0000 (UTC) (envelope-from tommi.pernila@gmail.com) Received: from mail-lf0-x22b.google.com (mail-lf0-x22b.google.com [IPv6:2a00:1450:4010:c07::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 788F61149; Sun, 10 Jan 2016 20:48:39 +0000 (UTC) (envelope-from tommi.pernila@gmail.com) Received: by mail-lf0-x22b.google.com with SMTP id 17so859253lfz.1; Sun, 10 Jan 2016 12:48:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=vAPKE0ZfIn9H5asxjUBv2kgG91H/oTumYwxOun5J2PI=; b=YqyL1eDT9EzCAZ4OWeJ6X0+bs37RfyM9DyXM0jmyipvQIo4n6KYOu5zv6yx3ThrRjf gpUuuv3PgOx7wWQYE85M7lEf1648zVQpMFCNZouhaRK2ebjcIK2AxhzFEF5YjCYDL4Zz f2GaJowdncERvKVnmsRgCMyPCUWc8a56WQx1ZGSgRzEgotZfxHsTMB9JQked/tGMB1WC bHHASyOz9FHp+fN8X1gE0gRxTrzqFnmtNnWjRLFr9BPKbZOfXiWAZMCUTs6JB0Wesbsk It04SFnPXjZGopaBXPUnZfkgEnwP3pWOYoAktYi6CPAvr8lyK3Okp8FaTeR1Kzzn9CKd OdQA== MIME-Version: 1.0 X-Received: by 10.25.148.142 with SMTP id w136mr28310129lfd.31.1452458917206; Sun, 10 Jan 2016 12:48:37 -0800 (PST) Sender: tommi.pernila@gmail.com Received: by 10.112.2.202 with HTTP; Sun, 10 Jan 2016 12:48:36 -0800 (PST) Received: by 10.112.2.202 with HTTP; Sun, 10 Jan 2016 12:48:36 -0800 (PST) In-Reply-To: <5692B57A.8060402@FreeBSD.org> References: <5692B57A.8060402@FreeBSD.org> Date: Sun, 10 Jan 2016 22:48:36 +0200 X-Google-Sender-Auth: rIJBTcjLf9z0_bxYQA84_x0C4yY Message-ID: Subject: Re: Testing i915 - The easy way From: Tommi Pernila To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= Cc: freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2016 20:48:40 -0000 On Jan 10, 2016 21:48, "Jean-S=C3=A9bastien P=C3=A9dron" wrote: > > On 10/01/2016 01:51, Tommi Pernila wrote: > > Hi all, > > Hi! > > > TL:DR; > > Did a script that gathers all X and drm relevant logs and some data fro= m > > the hardware. > > dsfx.sh - a Debugging Script For things relating to Xorg > Hi, > Awesome! > > A few comments after a quick read: > o You store the output of "pciconf -lvbce" to have more > informations about the PCI devices. > o The output of "devinfo -vr" could be nice too. > o X.Org server configuration files could be in > /etc/X11/xorg.conf.d too. > o If the kernel video driver is not loaded during boot (but loaded > when X is started), dmesg.boot won't contain GPU informations. > Maybe you could grep ": \[drm[:\]]" in /var/log/messages. Yep, good feedback. I'll put it in the next version. > > > Jean it might be a good idea to include this or something better to the > > drm-i915-update-38 branch? > > A better place would be a port. We could even make it a dependency of > xorg-server, Mesa or libdrm, for instance, so everyone has the script > out-of-the-box. > > Would you be interested in submitting a port for your script? Sure i can do that :) > > > Found out that there is some issues with the latest drm-i915-update-38 > > branch with my laptop. > > I'm guessing that it might be cause of the resolution of the screen ( > > 2880x1620 )? > > Possible, modes above 1080p seem broken for several users (including me). > > > The End Game idea would be to integrate Phoronix Test Suite (found in > > ports) to all of this. > > This would produce actual test suites (OpenGL etc) and create nice > > graphs to see actual regressions. > > On this topic, Piglit, the Mesa testsuite, is almost ready in our > development Ports tree. Thanks for the tip, I'll check it out. > > Thank you very much! Likewise, Thank you. > > -- > Jean-S=C3=A9bastien P=C3=A9dron > Br, Tommi