diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2011-10-21 00:50:56 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2011-10-21 00:50:56 +0200 |
commit | d14d492732a84e1bda42b0a4a249c83a7d99b93c (patch) | |
tree | 004993f4a9fe5a2da7af4410c3cf70b7de365479 /graphlcd.conf | |
parent | a3916e6c29491024c7204e6a994e156241c5ff42 (diff) | |
download | graphlcd-base-d14d492732a84e1bda42b0a4a249c83a7d99b93c.tar.gz graphlcd-base-d14d492732a84e1bda42b0a4a249c83a7d99b93c.tar.bz2 |
framebuffer: now with colour support (depths 8, 16, 24, 32), damage reporting, selectable framebuffer device
Diffstat (limited to 'graphlcd.conf')
-rw-r--r-- | graphlcd.conf | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/graphlcd.conf b/graphlcd.conf index bb5a0f5..bd39705 100644 --- a/graphlcd.conf +++ b/graphlcd.conf @@ -120,17 +120,32 @@ WaitPriority=0 [framebuffer] # framebuffer driver # Output goes to a framebuffer device -# Default size: 320 x 240 Driver=framebuffer -#Width=320 -#Height=240 #UpsideDown=no #Invert=no +# Device +# Framebuffer device +# Default value: /dev/fb0 +#Device=/dev/fb0 + +# Damage | ReportDamage +# Damage reporting for framebuffer devices with update problems +# Possible values: none, auto, udlfb, ugly +# none: no damage reporting +# auto: automatic determination if damage reporting is needed +# udlfb: damage reporting for udlfb-devices (displaylink) +# ugly: dirty damagereporting (a '\n' is written to the framebuffer file handle +# Default value: none +#Damage=none + # Zoom # Determines if pixels should be drawn double sized. +# If zoom is set, the actual resolution will be halved (both width and height) +# e.g.: framebuffer has resolution 800x600: this driver will report a drawing area of 400x300 # Possible values: 0, 1 +# Default value: 1 Zoom=1 ######################################################################## |