Linux framebuffer

This commit is contained in:
Markus Gans 2018-05-05 21:40:43 +02:00
parent 808434313c
commit 1703cc4e97
1 changed files with 20 additions and 0 deletions

20
doc/framebuffer.txt Normal file
View File

@ -0,0 +1,20 @@
Framebuffer
===========
The Final Cut determines the used number of bits per pixel (bpp)
for Linux framebuffer console to determine whether 16 (or more)
different background colors can be displayed. For this your user
needs read-access to the framebuffer device (/dev/fb0 or /dev/fb/0).
If this is the case, you can check with the following command:
> fbset -i
If the read-access is not given, it can help to add your user to
the group "video". To do this, please enter the following command:
> sudo usermod -a -G video USERNAME
You can check the group membership with the id command:
> id