I want to install xserver and all related driver pacakge on my openWRT device. Have anybody tried that before? Any guidance and example of Makefile will be highly appreciated.
This has come up from time to time on the forums -- you can search for the other threads.
Short answer: this is not possible with OpenWrt as it stands now. There are no graphics capabilities (aside from text output) in OpenWrt at all because of the primary targets (i.e. router devices, often consumer all-in-one wifi units, that lack graphics hardware) and the primary use-case (no need for graphics on router).
If you want to do this, it would require months (possibly years) of effort to port the xorg code into OpenWrt along with all of the dependencies. This is not something that is being worked on by anybody as far as I am aware, and it is not likely a priority for anybody.
Thanks Peter, as matter of fact, I spent a month to build Xorg-xserver from source code with dependencies that I thought can be used. But. when I run on the device, it is still not working. I just don't know what am I missing, like any drivers needed to install. I just need video driver, doesn't need text input. I like to share you my Makefile if you want to take a look.
no video drivers exist at this point, except for the most basic drivers to run literal text modes on x86 and other devices that do have integrated graphics chips (for example, raspberry pis and the like). But there are no full graphics drivers whatsoever on the platform.
probably not what you were looking for - https://exxxxkc.neocities.org/articles/tutorial/linux/03/