From d14d492732a84e1bda42b0a4a249c83a7d99b93c Mon Sep 17 00:00:00 2001 From: mrwastl Date: Fri, 21 Oct 2011 00:50:56 +0200 Subject: framebuffer: now with colour support (depths 8, 16, 24, 32), damage reporting, selectable framebuffer device --- graphlcd.conf | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'graphlcd.conf') 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 ######################################################################## -- cgit v1.2.3