From owner-freebsd-x11@freebsd.org Fri Nov 20 22:40:55 2015 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 245E4A34C06 for ; Fri, 20 Nov 2015 22:40:55 +0000 (UTC) (envelope-from andersbo87@icloud.com) Received: from st11p00im-asmtp003.me.com (st11p00im-asmtp003.me.com [17.172.80.97]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1F8E1447 for ; Fri, 20 Nov 2015 22:40:54 +0000 (UTC) (envelope-from andersbo87@icloud.com) Received: from andersbo-freebsd.local (ti0025a400-1038.bb.online.no [85.164.51.18]) by st11p00im-asmtp003.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Mar 31 2015)) with ESMTPSA id <0NY4006NNUVTB320@st11p00im-asmtp003.me.com> for freebsd-x11@freebsd.org; Fri, 20 Nov 2015 21:40:48 +0000 (GMT) From: Anders Bolt-Evensen Subject: Testing the new i915 driver To: freebsd-x11@freebsd.org Message-id: <564F92F4.8050402@icloud.com> Date: Fri, 20 Nov 2015 22:39:00 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-version: 1.0 Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-11-20_13:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 kscore.is_bulkscore=0 kscore.compositescore=1 compositescore=0.9 suspectscore=3 phishscore=0 bulkscore=0 kscore.is_spamscore=0 rbsscore=0 spamscore=0 urlsuspectscore=0.9 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510090000 definitions=main-1511200371 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: Fri, 20 Nov 2015 22:40:55 -0000 Hello! Today I decided to download updated source for the i915 driver on FreeBSD. I have had problems testing that before, especially if I add myself to the video group prior to starting a desktop management system like GNOME. According to https://github.com/freebsd/freebsd-base-graphics/tree/drm-i915-update-38 the sources is a day old. What I have experienced so far is the same as it was before: When I add myself to the video group and then start GNOME, everything works fine until I attempt to click on Applications to bring down the applications menu. What basically happens is that the graphical system stops (the clock on top of the screen stops and the system no longer responds to mouse or keyboard interactions while in the GUI -- I can press Alt+Fn to get back to the command line, but that is all), and when I press Alt+F2 to get back to the command line and type dmesg > newdmesg.txt and then "less dmesg | grep GPU", I see the following: *error: [drm:pid12:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung *The entire dmesg file can be downloaded here (the boot messages were already deleted because of the debugging messages from DRM): https://www.dropbox.com/s/i7fenvvyryzlvqn/newdmesg.txt?dl=0 The pid = 613 is the PID of the "/usr/local/bin/X :0 -background none -noreset -verbose -auth /var/run/gdm/auth-for-gdm-eI4wlW/database -nolisten tcp vt09" command. The test is being performed on a Aser Aspire VN7-791G that has an Intel HD 4600 and an nVidia GeForce GTX 860m grapics cards. Anders * *