From owner-freebsd-current@FreeBSD.ORG Mon Dec 9 15:34:46 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 678D2EEF for ; Mon, 9 Dec 2013 15:34:46 +0000 (UTC) Received: from smtp.dlink.ua (smtp.dlink.ua [193.138.187.146]) by mx1.freebsd.org (Postfix) with ESMTP id 20EB213D1 for ; Mon, 9 Dec 2013 15:34:45 +0000 (UTC) Received: from terran (unknown [192.168.99.1]) (Authenticated sender: ray) by smtp.dlink.ua (Postfix) with ESMTPSA id 13C3CC493A; Mon, 9 Dec 2013 17:34:45 +0200 (EET) Date: Mon, 9 Dec 2013 17:35:21 +0200 From: Aleksandr Rybalko To: Markiyan Kushnir Subject: Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken Message-Id: <20131209173521.3d8543998dad2bc57cdc326c@ddteam.net> In-Reply-To: References: <201312052238.rB5McsVN020719@svn.freebsd.org> <20131208163610.86e9e1ccc892aaf255d4cfb2@gmail.com> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Marc UBM , current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Dec 2013 15:34:46 -0000 On Mon, 9 Dec 2013 10:59:14 +0200 Markiyan Kushnir wrote: > Hello, > > I'm on rev. 259102 and hitting drm not being able to attach to fbd > device at X startup (X freezing). > > Attaching /var/log/messages, pciconf output and kern.conftxt. Please > let me know if there is something I'm missing here. Posting in this > thread since I thought it might be relevant to this commit? > > Thanks, > Markiyan > > > 2013/12/8 Marc UBM : > > Hiho! :-) > > > > Thanks a lot for working on this! > > > > As soon as X is started, things work fine. Before that (as soon as vt > > is initialized after the boot menu), output on all ttys is flickering, > > resolution is at 640x480 (guessing here) and changing anything via > > vidcontrol fails with "inappropriate ioctl for device". Also, screen > > output starts overlapping, but a "clear" command fixes that > > temporarily. The "Alt-Gr" key does nothing, manually entering ascii > > keycodes via alt+number (e.g. alt-124 for |) works. > > > > Relevant pciconf output: > > > > vgapci0@pci0:0:2:0: class=0x030000 card=0x40011297 chip=0x2e328086 > > rev=0x03 hdr=0x00 vendor = 'Intel Corporation' > > device = '4 Series Chipset Integrated Graphics Controller' > > class = display > > subclass = VGA > > > > vgapci1@pci0:0:2:1: class=0x038000 card=0x40011297 chip=0x2e338086 > > rev=0x03 hdr=0x00 vendor = 'Intel Corporation' > > device = '4 Series Chipset Integrated Graphics Controller' > > class = display > > > > Best regards, > > Marc > > > > [[CUT]] > > > > > > -- > > Marc "UBM" Bocklet > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Hi Markiyan! According to attached kernel config you run system with syscons (device sc). If you want to test it with vt (newcons), follow instructions on the wiki page. https://wiki.freebsd.org/Newcons Thanks. WBW -- Aleksandr Rybalko