From owner-freebsd-hackers@freebsd.org Thu May 16 09:12:45 2019 Return-Path: Delivered-To: freebsd-hackers@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 28F79158BD57 for ; Thu, 16 May 2019 09:12:45 +0000 (UTC) (envelope-from freebsd-hackers@dino.sk) Received: from mailhost.netlabit.sk (mailhost.netlabit.sk [84.245.65.72]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED3666B743 for ; Thu, 16 May 2019 09:12:43 +0000 (UTC) (envelope-from freebsd-hackers@dino.sk) Received: from zeta.dino.sk (fw3.dino.sk [84.245.95.254]) (AUTH: LOGIN milan) by mailhost.netlabit.sk with ESMTPA; Thu, 16 May 2019 11:12:41 +0200 id 00F405E2.5CDD2989.00017173 Date: Thu, 16 May 2019 11:12:41 +0200 From: Milan Obuch To: Niclas Zeising Cc: freebsd-hackers@freebsd.org Subject: Re: Any WAFER-BT users? Message-ID: <20190516111206.477ff9c9@zeta.dino.sk> In-Reply-To: <3ee95478-aa31-450e-efdd-daa500de6032@daemonic.se> References: <20190409103256.5d095bb5@zeta.dino.sk> <20190415143849.0f09eb91@zeta.dino.sk> <20190415210235.75bc4165@zeta.dino.sk> <20190416092724.242e93d3@zeta.dino.sk> <20190507095210.66681691@zeta.dino.sk> <20190516101921.7bfa267e@zeta.dino.sk> <3ee95478-aa31-450e-efdd-daa500de6032@daemonic.se> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; i386-portbld-freebsd11.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: ED3666B743 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of freebsd-hackers@dino.sk designates 84.245.65.72 as permitted sender) smtp.mailfrom=freebsd-hackers@dino.sk X-Spamd-Result: default: False [-4.02 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TAGGED_RCPT(0.00)[freebsd]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[dino.sk]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mail.dino.sk]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[72.65.245.84.list.dnswl.org : 127.0.10.0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:16160, ipnet:84.245.64.0/18, country:SK]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-1.74)[ip: (-5.87), ipnet: 84.245.64.0/18(-2.93), asn: 16160(0.02), country: SK(0.08)]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2019 09:12:45 -0000 On Thu, 16 May 2019 10:43:32 +0200 Niclas Zeising wrote: > On 2019-05-16 10:19, Milan Obuch wrote: [ snip ] > > I found another way to enable VGA - adding line > > > > hw.vga.acpi_ignore_no_vga=1 > > > > into /boot/loader.conf made kernel to use VGA and keyboard as > > console with vt. It works with installation media as well, i. e. > > GENERIC kernel. I am not yet able to use VGA with X with FullHD > > resolution. I can use X with vesa video only, which makes maximum > > resolution 1024x768. > > > > Just to share my finding... > > > > Hi! > Just a wild guess here, perhaps something isn't setting up the > framebuffer used for UEFI correctly? > Maybe, question is how can I know and how to fix the problem not yet known. I am backing up my work now and planning fresh install, just in case - I had originally disabled UEFI boot in BIOS, which could be the cause, and simply enabling it did not help. > With regards to X, try installing drm-kmod and follow the > instructions, that should give you accelerated video (granted that > it's a build in intel graphics card, and that it's supported). > Well, it looks like Bay Trail CPUs are not supported currently, at least according our wiki page. I am asking about this on freebsd-x11 mailing list just now, where this could be addressed better. Regards, Milan