- Top 15 Window Managers for Linux
- Embedded GUI Using Linux Frame Buffer Device with LVGL
- 一篇非常简单的文章描述了如何使用 Linux 的 FrameBuffer。
- How does the GUI interface in Linux work?
- Windows 1-3.1 原来是直接跑在 DOS 上面的,所以 Windows 和 Linux 其实都一样,先跑命令模式,然后在命令模式下启动图形界面。
- Shell 是内核与用户的交互层,分为:Command Shell,Graphic Shell。所以其实可以说 Linux 的 Shell 是类似 Bash 的这种命令解释器,而 Windows 的 Shell 则是 Explorer 桌面环境(shell32.dll 还记得吗?)。
- FrameBuffer
- 了解了很多关于图形显示/显卡方面的知识,非常值得一看。