Why is DirectFB not more widely used in GNU/Linux? Are there crippling limitations to it that don't exist in X11?

后端 未结 6 2064
南笙
南笙 2021-02-04 01:05

As far as I understand, DirectFB offers hardware acceleration for many kinds of graphics cards. Additionally, it\'s smaller, faster, and uses up less memory than X11. Why then,

6条回答
  •  一整个雨季
    2021-02-04 01:34

    X11 is far more portable than DirectFB. An X11 app can run on Linux, BSD, Solaris, AIX, HP-UX, MacOS X, Windows (via Cygwin or Exceed), and many more platforms. DirectFB is pretty much Linux-only.

提交回复
热议问题