From owner-freebsd-current@FreeBSD.ORG Mon Dec 9 17:48:47 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 68D3D9F0 for ; Mon, 9 Dec 2013 17:48:47 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F31851FC0 for ; Mon, 9 Dec 2013 17:48:46 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id k14so3808648wgh.22 for ; Mon, 09 Dec 2013 09:48:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Z/7fNMaXEVBuXgYfqoFAKw2TFGMV4MyyAdHeup3SmrM=; b=dArajBX/FarBUJi1EBITjfe6hGuUglrJHdeY1ggRLO6ihFxqewGm0O7YPTXpdT2LLE 48eUJKwJ3ueZUy1Z4lWdRmRA8wa8xqYzY3MY+Ye6oc6bMV7iz1iIYGzoQAq+AeRo9WCQ kegm9bSj+KeoyGJXZOROdbWF18zMByJka0ZST1IVyrTDsqWKe5yMgabaCP383U9SJdbn 1fCiGy7J5/1OvN+0MC2F/pEPeVpdUPssgGSnchJ53gU+D+W75xNGoJV/r/VU9UkRN93Z swoAsMosZO9/EI4sn3jM5qXZHlSwY6C+mj8V6n1qmtZpv6kktiPHeGBFoW3U2TSm6YVt NxYg== MIME-Version: 1.0 X-Received: by 10.194.2.79 with SMTP id 15mr80702wjs.90.1386611324280; Mon, 09 Dec 2013 09:48:44 -0800 (PST) Received: by 10.227.226.12 with HTTP; Mon, 9 Dec 2013 09:48:44 -0800 (PST) In-Reply-To: <20131209173521.3d8543998dad2bc57cdc326c@ddteam.net> References: <201312052238.rB5McsVN020719@svn.freebsd.org> <20131208163610.86e9e1ccc892aaf255d4cfb2@gmail.com> <20131209173521.3d8543998dad2bc57cdc326c@ddteam.net> Date: Mon, 9 Dec 2013 19:48:44 +0200 Message-ID: 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 From: Markiyan Kushnir To: Aleksandr Rybalko Content-Type: text/plain; charset=ISO-8859-1 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 17:48:47 -0000 2013/12/9 Aleksandr Rybalko : > 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 > Ah, thanks! I'll give it a try. I simply was curious of testing X running on a Radeon card on CURRENT. Testing vt is a bit different thing, and I will try it separately as well. Yet how about this error with drm_fb_helper_single_fb_probe? Does it mean I cannot use the old sc and vga devices now? > Thanks. > > WBW > -- > Aleksandr Rybalko