From owner-freebsd-questions@freebsd.org Mon Jan 23 20:42:42 2017 Return-Path: Delivered-To: freebsd-questions@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 C9162CBE37C for ; Mon, 23 Jan 2017 20:42:42 +0000 (UTC) (envelope-from kenneth.hatteland@kleppnett.no) Received: from asav22.altibox.net (asav22.altibox.net [109.247.116.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FB5B7D4 for ; Mon, 23 Jan 2017 20:42:42 +0000 (UTC) (envelope-from kenneth.hatteland@kleppnett.no) Received: from [192.168.10.26] (93.92-221-148.customer.lyse.net [92.221.148.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kenneth.hatteland@kleppnett.no) by asav22.altibox.net (Postfix) with ESMTPSA id A77F8201F5; Mon, 23 Jan 2017 21:32:38 +0100 (CET) Subject: Re: Intel-driver failure after upgrade to 11.0 Release To: Polytropon , Bernt Hansson References: <21331c8a-3219-1686-d00a-d1296d95dfdd@kleppnett.no> <8daf8f60-d5c3-c475-c15e-a09328044f47@bananmonarki.se> <20170123195347.6f86be14.freebsd@edvax.de> Cc: FreeBSD-questions@freebsd.org From: Kenneth Hatteland Message-ID: <7f13ab14-3701-0dd9-ce7e-8e6ff778b39a@kleppnett.no> Date: Mon, 23 Jan 2017 21:32:38 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170123195347.6f86be14.freebsd@edvax.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Score: 0 X-CMAE-Analysis: v=2.2 cv=c+3pel1l c=1 sm=1 tr=0 a=Q4oIiSXwO1bUAm3//TxtUA==:117 a=Q4oIiSXwO1bUAm3//TxtUA==:17 a=N659UExz7-8A:10 a=wX_2E1pcy75-Y_4sMmMA:9 a=pILNOxqGKmIA:10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2017 20:42:42 -0000 Dbus has always been enabled on my machines, so there should not be a problem then. Here is my rc.conf hostname="terra" keymap="norwegian.iso.kbd" ifconfig_em0="DHCP" ifconfig_em0_ipv6="inet6 accept_rtadv" ipv6_activate_all_interfaces="YES" ip6addrctl_policy="ipv6_prefer" sshd_enable="YES" moused_enable="YES" ntpd_enable="YES" dbus_enable="YES" hald_enable="YES" nfs_client_enable="YES" nfs_client_flags="-n 4" linux_enable="YES" cupsd_enable="YES" webcamd_enable="YES" smartd_enable="YES" #slim_enable="YES" # Synchronize system time ntpd_enable="YES" # Let ntpd make time jumps larger than 1000sec ntpd_flags="-g" devfs_system_ruleset="devfsrules_common" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="NO" Blessed Be Kenneth On 01/23/17 19:53, Polytropon wrote: > On Mon, 23 Jan 2017 19:26:07 +0100, Bernt Hansson wrote: >> I've had some trouble with xorg, this is on 10.3, the screen went black >> but after a while the led on the monitor started to slowly flash >> like it was in sleep mode or something. > Usually monitors go to standby when there is no signal, > or when the signal is out of range. This leads to the > assumption that X didn't make the GPU to emit _any_ > signal, or a "distorted" signal - something which the > monitor cannot display anymore. > > > >> so I added this to /etc/rc.conf >> dbus_enable="YES" >> >> Now it works. > Modern X... incredible... :-/ > > >