From owner-freebsd-x11@freebsd.org Sun Jan 15 13:04:29 2017 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 1B56BCB1017; Sun, 15 Jan 2017 13:04:29 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward2j.cmail.yandex.net (forward2j.cmail.yandex.net [5.255.227.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C9C681391; Sun, 15 Jan 2017 13:04:28 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp3p.mail.yandex.net (smtp3p.mail.yandex.net [77.88.29.86]) by forward2j.cmail.yandex.net (Yandex) with ESMTP id 7B25220D98; Sun, 15 Jan 2017 16:04:19 +0300 (MSK) Received: from smtp3p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3p.mail.yandex.net (Yandex) with ESMTP id EE75113200E0; Sun, 15 Jan 2017 16:04:17 +0300 (MSK) Received: by smtp3p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id gDnGnH1eyp-4FraQAR3; Sun, 15 Jan 2017 16:04:16 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1484485456; bh=qqmEG0oPG9ki2Pm9gtlLRIpYnbd5qn56s1iuRh89vMs=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References; b=wq1HBH7fZDlWkoIGeuOep1qIgVM5hAXdJOkROKVBUtOGfwSsJvTKvvojV9i5Q5O/y RglzXBopXeft2FhI8teBK1NqPecfX8IsMTUDereMm7kZkgWIBr9kXszxsn36SHvdCr lspfTHjcLWlQz8JotEhxx5E8QQ0xSd9BccU3/moc= Authentication-Results: smtp3p.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0 Message-ID: <1484485453.5341.0.camel@yandex.com> Subject: Re: ATI, libdrm, gnome From: Stari Karp To: Baptiste Daroussin , Andriy Gapon Cc: FreeBSD Ports , freebsd-x11 Date: Sun, 15 Jan 2017 08:04:13 -0500 In-Reply-To: <20170115112708.n2dd5pckxklx6git@ivaldir.etoilebsd.net> References: <1484429824.5679.8.camel@yandex.com> <20170114214500.373tbw4zwhj6sxns@ivaldir.etoilebsd.net> <1484433324.1531.2.camel@yandex.com> <20170114224243.sm7pigpe633ftijt@ivaldir.etoilebsd.net> <98f12ab2-850f-d5f4-1db4-ce742f62af60@FreeBSD.org> <20170115112708.n2dd5pckxklx6git@ivaldir.etoilebsd.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 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, 15 Jan 2017 13:04:29 -0000 On Sun, 2017-01-15 at 12:27 +0100, Baptiste Daroussin wrote: > On Sun, Jan 15, 2017 at 01:13:41PM +0200, Andriy Gapon wrote: > > > > On 15/01/2017 00:42, Baptiste Daroussin wrote: > > > > > > If you know how to use svn and are actually using svn for the > > > ports tree can you > > > try reverting the radeon upgrade (only that) (same with git :))? > > > > > I can confirm a similar kind of problem with KDE 4 after upgrading > > to the latest > > packages.  I downgraded xf86-video-ati to the previous version that > > I had > > (7.5.0) and the problem is gone. > > > > More details.  I see the KDM login screen, I can log in, I see the > > KDE splash > > screen and its gets updated with the startup progress.  But in the > > end the > > splash stays on and I never see the actual desktop.  I can verify > > with ps that > > all programs that should start are running and I do not see > > anything unusual in > > their state.  So, it feels like the screen is just not being > > updated after a > > certain stage. > > > I have backed out the upgrade > > Best regards, > bapt Thank you very much.