Is it possible to open a TCP port on localhost (port 6000?) and send X11 protocol commands to implement a GUI application on a Linux system? Or is that not how things are done? It sounds like the 'normal' way to interface with X would be through libX11 but can that abstraction layer be cut out? My goal would be to open a window and display a bitmap image, like the GUI equivalent of a hello-world program.
Bookmarks