Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-18 Thread Simo Xefil
A lot of suggesitons, wow! With a10disp I've obtained some results. I need to disable the hdmi, but enabling back doesn't work. I need to re-apply the display settings. This seems forces a rewrite of the fb. It uses fbset which has give me some partial results in the past. So console comes back.

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-18 Thread Siarhei Siamashka
On Wed, 18 Feb 2015 11:04:01 +0100 Michal Suchanek wrote: > On 18 February 2015 at 06:15, Siarhei Siamashka > wrote: > > On Wed, 18 Feb 2015 07:08:42 +0200 > > Siarhei Siamashka wrote: > > > >> On Fri, 13 Feb 2015 09:04:48 -0800 (PST) > >> Simo Xefil wrote: > >> > >> > > >> > Hello Siarhei, >

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-18 Thread Michal Suchanek
On 18 February 2015 at 06:15, Siarhei Siamashka wrote: > On Wed, 18 Feb 2015 07:08:42 +0200 > Siarhei Siamashka wrote: > >> On Fri, 13 Feb 2015 09:04:48 -0800 (PST) >> Simo Xefil wrote: >> >> > >> > Hello Siarhei, >> > >> > First of all thanks for your answer. >> > Basically, I'm searching a way

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-18 Thread Bruno Prémont
Hi Simo, On Wed, 18 Feb 2015 07:15:22 +0200 Siarhei Siamashka wrote: > On Wed, 18 Feb 2015 07:08:42 +0200 Siarhei Siamashka wrote: > > On Fri, 13 Feb 2015 09:04:48 -0800 (PST) Simo Xefil wrote: > > There are surely plenty of ways to clear the framebuffer. And you can > > also even make a copy of t

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-17 Thread Siarhei Siamashka
On Wed, 18 Feb 2015 07:08:42 +0200 Siarhei Siamashka wrote: > On Fri, 13 Feb 2015 09:04:48 -0800 (PST) > Simo Xefil wrote: > > > > > Hello Siarhei, > > > > First of all thanks for your answer. > > Basically, I'm searching a way to let the drivers work properly based on > > the hardware perfo

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-17 Thread Siarhei Siamashka
On Fri, 13 Feb 2015 09:04:48 -0800 (PST) Simo Xefil wrote: > > Hello Siarhei, > > First of all thanks for your answer. > Basically, I'm searching a way to let the drivers work properly based on > the hardware performances. framebuffer is much more faster Yes, the mali framebuffer driver is ro

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-16 Thread Simo Xefil
*GREAT!!* I'll give a try and let you know. :-) Thanks Andreas!!! Simon Il giorno lunedì 16 febbraio 2015 17:28:43 UTC+1, Andreas Baierl ha scritto: > > You could look into https://github.com/mittorn/a10disp and simply do a > > ./a10disp displayoff > ./a10disp enablehdmi > > and check if it

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-16 Thread Andreas Baierl
You could look into https://github.com/mittorn/a10disp and simply do a ./a10disp displayoff ./a10disp enablehdmi and check if it works. If so, you can either execute some batch script after you finished displaying or put the ioctls into your player's source code. libvdpau-sunxi for example. I

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-16 Thread Simo Xefil
Hi Andreas, Ok, in case that would be the workaround, do you think trying to compile a simple program that does exactly that could be a solution to refresh a screen after such a behaviour? Not having experience, I'd try it if that could be a possible solution (even if I've no idea where to s

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-16 Thread Andreas Baierl
Hi Simon, i only think, that Allwinner already did a workaround against that non-screen-clearing issue in their in code. They do DISP_CMD_HDMI_OFF, DISP_CMD_HDMI_SET_MODE and DISP_CMD_HDMI_ON after finishing displaying on the framebuffer. They "reset" the HDMI. I haven't tested that. So that

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-16 Thread Simo Xefil
Hallo Andreas, Sorry, I'm not totally understanding your answer. You mean I should replace some part of my drivers recompiling a part of what you've linked? Thanks, Simon Il giorno lunedì 16 febbraio 2015 10:12:56 UTC+1, Andreas Baierl ha scritto: I don't know the reason, but i suppose, that

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-16 Thread Andreas Baierl
Hello Simon, Am 13.02.2015 um 18:04 schrieb Simo Xefil: Hello Siarhei, First of all thanks for your answer. Basically, I'm searching a way to let the drivers work properly based on the hardware performances. framebuffer is much more faster, so, for such devices is the best choise. I'm not ask

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-13 Thread Simo Xefil
Hello Siarhei, First of all thanks for your answer. Basically, I'm searching a way to let the drivers work properly based on the hardware performances. framebuffer is much more faster, so, for such devices is the best choise. I'm not asking the driver to handle multi-tasking. Using the 'test' pr

Re: [linux-sunxi] Re: sunxi-mali and FRAMEBUFFER issues

2015-02-12 Thread Siarhei Siamashka
On Thu, 12 Feb 2015 06:54:30 -0800 (PST) Simo Xefil wrote: > Il giorno mercoledì 11 febbraio 2015 00:07:58 UTC+1, Simo Xefil ha scritto: > > > > Hello! > > > > I've installed the sunxi-mail drivers following the guide found on > > http://linux-sunxi.org/Mali_binary_driver using EGL_TYPE=framebuf