Linux framebuffer
This commit is contained in:
parent
1703cc4e97
commit
681153f6a1
|
@ -3,8 +3,8 @@ Framebuffer
|
||||||
|
|
||||||
The Final Cut determines the used number of bits per pixel (bpp)
|
The Final Cut determines the used number of bits per pixel (bpp)
|
||||||
for Linux framebuffer console to determine whether 16 (or more)
|
for Linux framebuffer console to determine whether 16 (or more)
|
||||||
different background colors can be displayed. For this your user
|
different background colors can be displayed. For this needs your
|
||||||
needs read-access to the framebuffer device (/dev/fb0 or /dev/fb/0).
|
user read-access to the framebuffer device (/dev/fb0 or /dev/fb/0).
|
||||||
If this is the case, you can check with the following command:
|
If this is the case, you can check with the following command:
|
||||||
|
|
||||||
> fbset -i
|
> fbset -i
|
||||||
|
|
Loading…
Reference in New Issue