VIGS: add hardware cursor support 16/35116/1 archives/tizen_20150513
authorVasiliy Ulyanov <v.ulyanov@samsung.com>
Mon, 9 Feb 2015 09:05:59 +0000 (12:05 +0300)
committerVasiliy Ulyanov <v.ulyanov@samsung.com>
Mon, 9 Feb 2015 09:05:59 +0000 (12:05 +0300)
Change-Id: I11171f267cbaf8d5de11981c42995b0d92f0da5f
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
conf-i386-vigs/display.conf
conf-i386-vigs/input.conf

index 37ebff8..fb9b7df 100644 (file)
@@ -21,4 +21,5 @@ Section "Device"
        Identifier              "vigs"
        Driver                  "vigs"
        Option                  "fbdev"         "/dev/fb0"
+       Option                  "HWCursor"      "true"
 EndSection
index 0d2770f..1133724 100644 (file)
@@ -3,6 +3,7 @@ Section "InputClass"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
+       Option "AccelerationProfile" "-1"
 EndSection
 
 Section "InputClass"