Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2019 16:38:37 -0600
From:      Sergey Manucharian <sm@ara-ler.com>
To:        FreeBSD-ARM <freebsd-arm@freebsd.org>
Subject:   Re: Using framebuffer in BeagleBone
Message-ID:  <20190607223837.GB6866@dendrobates>
In-Reply-To: <20190607202622.GG13546@eldorado>
References:  <20190607202622.GG13546@eldorado>

next in thread | previous in thread | raw e-mail | index | archive | help
Excerpts from Sergey Manucharian's message from Fri 07-Jun-19 14:26:
> Qt5 supports "bsdfb", and I tried running Qt programs:
>   xyz -platform bsdfb
> 
> but I get:
>   Error reading framebuffer information (Inappropriate ioctl for device).

Answering my own question: the framebuffer device has to be set to the
actual virtual console used, e.g. in case of Qt5 it can be specified:
  xyz -platform bsdfb:fb=/dev/ttyv0

S.M.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190607223837.GB6866>