PangBai

Results 16 comments of PangBai

it looks like that you use bitmap to draw framebuffer.The performance cost will be higher than that of ANativeWindow.In fact I've never tried this method,which may require some data conversion(due...

the fbfd is not just an array of pixels.It is a data buffer in xwd format.There are some relevant information https://en.wikipedia.org/wiki/Xwd. I may start it at summer vacation.Or You can...

At present, the method of using x protocol to get ximage is available, this method does not need fd, and may be more suitable for a xserver.

> i need libX11.a source code to use XOpenDisplay(0) You can build it with termux.

> How?, sorry im noob about x11 things There are many ways to get x11 lib you can build it with this build system https://github.com/termux/termux-packages. or find libx11-static/stable installed by...

> I thinks ur prebuilt libX11 uses co.pangbai.dowork, is thats right? > > Now termux packages dosent build on my xubuntu server without reason you can use github action .there...

the package called libx11 ,not libX11.and you should edit your package name of app in https://github.com/termux/termux-packages/blob/master/scripts/properties.sh

> ![image](https://github.com/PangBaiWork/Dowork/assets/79816069/167b1d31-a3cd-49ce-985a-656d67fa678c) > edit package.yml and remove "-I"

> xvfb > ld.lld: error: undefined symbol: libandroid_shmget > >>> referenced by test_xcb_image_shm.c > >>> test_xcb_image_shm-test_xcb_image_shm.o:(main) > > ld.lld: error: undefined symbol: libandroid_shmat > >>> referenced by test_xcb_image_shm.c > >>>...

> after 50m > > ![image](https://github.com/PangBaiWork/Dowork/assets/79816069/5dcd35c0-c231-46c6-b0aa-68a34f1af504) > Consider pulling docker to compile locally