]> code.ossystems Code Review - meta-freescale.git/blob
283a081ba844411ce2cce22f2d4d489562621470
[meta-freescale.git] /
1 From 8ad045e5e664fe2d1bd9f88616d5bf83437aab4e Mon Sep 17 00:00:00 2001
2 From: Yang Dong <b56112@freescale.com>
3 Date: Wed, 9 Sep 2015 13:08:57 +0800
4 Subject: [PATCH] xserver-common: enable iglx module
5
6 Enable iglx module to pass indirect glx rendering test case.
7
8 Upstream-Status: Inappropriate [imx specific]
9
10 Date: Sep 9, 2015
11 Signed-off-by Yang Dong <b56112@freescale.com>
12 ---
13  X11/xserver-common | 1 +
14  1 file changed, 1 insertion(+)
15
16 diff --git a/X11/xserver-common b/X11/xserver-common
17 index 4dc48c4..d19b858 100644
18 --- a/X11/xserver-common
19 +++ b/X11/xserver-common
20 @@ -44,6 +44,7 @@ SCREEN_SIZE=`fallback_screen_arg`
21  export USER=root
22  export XSERVER_DEFAULT_ORIENTATION=normal
23  
24 +INPUT_EXTRA_ARGS="+iglx"
25  ARGS="-br -pn -nolisten tcp $INPUT_EXTRA_ARGS"
26  DPI="100"
27  MOUSE=""
28 -- 
29 1.9.1
30