Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2017 21:32:38 +0100
From:      Kenneth Hatteland <kenneth.hatteland@kleppnett.no>
To:        Polytropon <freebsd@edvax.de>, Bernt Hansson <bah@bananmonarki.se>
Cc:        FreeBSD-questions@freebsd.org
Subject:   Re: Intel-driver failure after upgrade to 11.0 Release
Message-ID:  <7f13ab14-3701-0dd9-ce7e-8e6ff778b39a@kleppnett.no>
In-Reply-To: <20170123195347.6f86be14.freebsd@edvax.de>
References:  <21331c8a-3219-1686-d00a-d1296d95dfdd@kleppnett.no> <8daf8f60-d5c3-c475-c15e-a09328044f47@bananmonarki.se> <20170123195347.6f86be14.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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... :-/
>
>
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7f13ab14-3701-0dd9-ce7e-8e6ff778b39a>