diff options
author | Erik Falor <ewfalor@gmail.com> | 2012-12-09 11:00:43 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:58 -0500 |
commit | c61de3c4c867672e16c88c1a54e0791ce279283a (patch) | |
tree | 5987353e30ac4f4094ced25bff77560a91236292 /libraries/DirectFB/README | |
parent | 02c9dd7a1beddfc02506596828f52d467c07fd8e (diff) | |
download | slackbuilds-c61de3c4c867672e16c88c1a54e0791ce279283a.tar.gz |
libraries/DirectFB: Added (library for Linux framebuffer devices)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/DirectFB/README')
-rw-r--r-- | libraries/DirectFB/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/DirectFB/README b/libraries/DirectFB/README new file mode 100644 index 0000000000..0ba112e50b --- /dev/null +++ b/libraries/DirectFB/README @@ -0,0 +1,19 @@ +DirectFB (Thin library on top of the Linux framebuffer devices) + +DirectFB is a thin library that provides hardware graphics +acceleration, input device handling and abstraction, integrated +windowing system with support for translucent windows and multiple +display layers, not only on top of the Linux Framebuffer Device. It +is a complete hardware abstraction layer with software fallbacks for +every graphics operation that is not supported by the underlying +hardware. + +If you experience difficulties with your mouse or keyboard within a +DirectFB application, create the /etc/directfbrc configuration file +and try adding the following directives, as appropriate: + + disable-module=keyboard + disable-module=ps2mouse + disable-module=serialmouse + +Read directfbrc(5) for more details on configuring the DirectFB library. |