File: framebuffer.txt

package info (click to toggle)
finalcut 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,832 kB
  • sloc: cpp: 90,264; makefile: 546; sh: 412
file content (20 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Framebuffer
===========

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. Therefore your user
needs read-access to the framebuffer device (/dev/fb0 or /dev/fb/0).
You can check this 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 members with the id command:

> id