From owner-freebsd-x11@freebsd.org Thu Dec 27 13:21:58 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06F30135F06B for ; Thu, 27 Dec 2018 13:21:58 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out.migadu.com (out.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.migadu.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E02B573719 for ; Thu, 27 Dec 2018 13:21:55 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: (Migadu outbound); Thu, 27 Dec 2018 13:21:46 +0000 Received: from [192.168.1.141] ([62.122.208.146]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id 6D0D1ECA-E336-4E0B-84CC-C869AF47B7E7.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Thu, 27 Dec 2018 13:21:45 +0000 Date: Thu, 27 Dec 2018 16:21:43 +0300 From: Greg V Subject: Re: xserver - black screen To: starikarp@yandex.com Cc: Pete Wright , freebsd-x11@freebsd.org Message-Id: <1545916903.73020.0@smtp.migadu.com> In-Reply-To: <20181227065419.679201d8@yandex.com> References: <20181221172029.6a769ebc@yandex.com> <20181222122918.74010adf@yandex.com> <83c41986-18b1-ce22-6b30-b689efabab7c@nomadlogic.org> <20181227065419.679201d8@yandex.com> X-Mailer: geary/0.12.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed DKIM-Signature: v=1; a=rsa-sha256; bh=tu04csAV5dralY8nhCe0ErbyTJhH2vr8ZoNDZ9DTBjg=; c=relaxed/simple; d=unrelenting.technology; h=from:subject:date:to; s=default; b=PDaQ32PslCVa4sU/Q8KyK+33BIwpksHvsW/iWC9trUfO16gtrlulPh+eSPTijlFo7D/obM/iY96aKRx4Zcv1xoCd3VgedNULpy3dUBKexxg1JuZJJ7l6i1Wv+FI88oQLEsAlVsWkQJtZ8Q/1guy/svMaG2UhtTy6g1+BdUUwE3A= X-Rspamd-Queue-Id: E02B573719 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=unrelenting.technology header.s=default header.b=PDaQ32Ps; dmarc=pass (policy=none) header.from=unrelenting.technology; spf=pass (mx1.freebsd.org: domain of greg@unrelenting.technology designates 91.121.223.63 as permitted sender) smtp.mailfrom=greg@unrelenting.technology X-Spamd-Result: default: False [-6.50 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[unrelenting.technology:s=default]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip4:91.121.223.63]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.989,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[unrelenting.technology:+]; DMARC_POLICY_ALLOW(-0.50)[unrelenting.technology,none]; MX_GOOD(-0.01)[aspmx1.migadu.com,aspmx2.migadu.com]; FREEMAIL_TO(0.00)[yandex.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-2.50)[ip: (-9.84), ipnet: 91.121.0.0/16(-3.08), asn: 16276(0.43), country: FR(-0.02)]; ASN(0.00)[asn:16276, ipnet:91.121.0.0/16, country:FR]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2018 13:21:58 -0000 On Thu, Dec 27, 2018 at 2:54 PM, starikarp@yandex.com wrote: > On Sat, 22 Dec 2018 11:22:46 -0800 > Pete Wright wrote: > >> >> >> hopefully there will more useful info in the dmesg buffer when you >> load the radeonkms driver vi rc.conf. one final thing you can also >> try is uninstalling the drm-kmod package and installing the >> "drm-legacy-kmod" package if you haven't tested that already. >> >> cheers, >> -pete >> > > Today I start again kldload radeonkms.ko. > I have installed drm-kmod legacy and ATI drivers legacy too and put > in /etc/rc.conf kld_list="/boot/modules/radeonkms.ko" > and shutdown computer and start again. > I attached file message.txt which start with the new settings. > Result was black screen but I did log as root and shutdown. About 10 > minutes later I did star again without kld_list in rc.conf and you can > see in the message.txt also. Looks like you're booting with UEFI, try disabling the EFI framebuffer with hw.syscons.disable=1 ? https://github.com/FreeBSDDesktop/DEPRECATED-freebsd-base-graphics/issues/170 (try with the non-legacy radeonkms too)