All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

xserver-SIXEL: X Server Implementation for SIXEL Terminal Support

By

jesprenj

8mo ago· 1 min readenCode

Summary

This article describes xserver-SIXEL, an X server implementation specifically designed for SIXEL-featured terminals. It explains that X servers create virtual screens (windows) for client applications, which are then composed on the actual display by the window manager. The implementation is based on @pelya's Xsdl kdrive server and provides a technical overview of how X Window System servers function.

Key quotes

· 3 pulled
The X server accepts requests from client applications to create windows, which are (normally rectangular) 'virtual screens' that the client program can draw into.
Windows are then composed on the actual screen by the X server (or by a separate composite manager) as directed by the window manager.
A X server implementation for SIXEL-featured terminals, based on @pelya's Xsdl kdrive server.
Snippet from the RSS feed
A X server implementation for SIXEL-featured terminals, based on @pelya's Xsdl kdrive server(https://github.com/pelya/xserver-xsdl) - saitoha/xserver-SIXEL

You might also wanna read