From owner-freebsd-questions@freebsd.org Sun Nov 6 13:04:52 2016 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 4D12DC330BF for ; Sun, 6 Nov 2016 13:04:52 +0000 (UTC) (envelope-from frank@woodcruft.co.uk) Received: from b.painless.aa.net.uk (b.painless.aa.net.uk [81.187.30.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18FD2E60 for ; Sun, 6 Nov 2016 13:04:51 +0000 (UTC) (envelope-from frank@woodcruft.co.uk) Received: from woodcruft.co.uk ([81.187.49.114] helo=lime.woodcruft.co.uk) by b.painless.aa.net.uk with esmtp (Exim 4.77) (envelope-from ) id 1c3N7v-0006ly-Hy; Sun, 06 Nov 2016 13:04:49 +0000 Received: by lime.woodcruft.co.uk (Postfix, from userid 1001) id 6AB5F22F16; Sun, 6 Nov 2016 13:04:39 +0000 (GMT) Date: Sun, 6 Nov 2016 13:04:39 +0000 From: Frank Shute To: Kenneth Hatteland Cc: freebsd-questions@freebsd.org Subject: Re: X problem after upgrade 10.3 to 11.0 Release Message-ID: <20161106130439.GA41481@lime.woodcruft.co.uk> Reply-To: Frank Shute Mail-Followup-To: Kenneth Hatteland , freebsd-questions@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 11.0-PRERELEASE amd64 X-Organisation: 'woodcruft.co.uk' User-Agent: Mutt/1.7.1 (2016-10-04) X-Painless-Spam-Score: 3.8 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: Sun, 06 Nov 2016 13:04:52 -0000 On Sat, Nov 05, 2016 at 01:54:45PM +0100, Kenneth Hatteland wrote: > > I have tried both upgrade and fresh install of 11.0 Release, but every > time I reboot, and i starts up xorg and Gnome/KDE going, the screen > turns black with a no signal, going to sleep message. I reinstalled > again 10.3, which works like a charm, and then upgrade to 11.0 again > with the same problem. I have tried setting kern.vty=vt and also to "sc" > with no luck. So I guess there is something with 11.0 that does not work > on my Dell Optiplex 960 or that there is some tweak I have not found. > Does anyone have a tip that would point me in the right direction ? > Google and the release anouncement have not helped me so far. > > Blessed be,, > > Kenneth Hatteland You make no mention of having updated your application software (aka ports/pkgs). When you go from one major version to the next (ie. 10.* to 11.*) then you should use ports that have been rebuilt using 11. It's not necessary when the minor version is incremented ie. 10.2 to 10.3 You might be able to get away with installing the port: misc/compat10x, which should allow softs built on 10.* to run on 11.* For something complicated like X, I'd definitely want to rebuild with my new base system. After an incremented major version, I'd update my ports tree, install misc/compat??x and rebuild all my ports using portupgrade. Nowadays, I use poudriere and pkg upgrade. With regards your X problem, you should be able to get a definitive reason for it crapping itself by grovelling through /var/log/Xorg.0.log Regards, -- Frank https://woodcruft.co.uk/