finalcut/doc/framebuffer.txt

21 lines
601 B
Plaintext
Raw Normal View History

2018-05-05 21:40:43 +02:00
Framebuffer
===========
The Final Cut determines the used number of bits per pixel (bpp)
for Linux framebuffer console to determine whether 16 (or more)
2018-05-05 21:43:30 +02:00
different background colors can be displayed. For this needs your
user read-access to the framebuffer device (/dev/fb0 or /dev/fb/0).
2018-05-05 21:40:43 +02:00
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