diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:19:58 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:19:58 +0200 |
commit | f98b448ee835646be48f530b3e6fe13b32b093f5 (patch) | |
tree | 9d1062f1e8893e72829df650f5e558c5fb255955 /recipes-graphics/xorg-xserver/xserver-xf86-config | |
download | meta-fsl-arm-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-graphics/xorg-xserver/xserver-xf86-config')
3 files changed, 42 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf new file mode 100644 index 0000000..a99e6f2 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf | |||
@@ -0,0 +1,16 @@ | |||
1 | Section "Device" | ||
2 | Identifier "i.MX Accelerated Framebuffer Device" | ||
3 | Driver "imx" | ||
4 | Option "fbdev" "/dev/fb0" | ||
5 | # This option only recognized when "mxc_epdc_fb" frame buffer driver in | ||
6 | # use. Values are "RGB565" (default, 16-bit RGB), "Y8" (8-bit gray), | ||
7 | # and "Y8INV" (8-bit gray inverted). | ||
8 | Option "FormatEPDC" "Y8INV" | ||
9 | EndSection | ||
10 | |||
11 | Section "ServerFlags" | ||
12 | Option "BlankTime" "0" | ||
13 | Option "StandbyTime" "0" | ||
14 | Option "SuspendTime" "0" | ||
15 | Option "OffTime" "0" | ||
16 | EndSection | ||
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf new file mode 100644 index 0000000..b89bed6 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf | |||
@@ -0,0 +1,14 @@ | |||
1 | Section "Device" | ||
2 | Identifier "i.MX Accelerated Framebuffer Device" | ||
3 | Driver "vivante" | ||
4 | Option "fbdev" "/dev/fb0" | ||
5 | Option "vivante_fbdev" "/dev/fb0" | ||
6 | Option "HWcursor" "false" | ||
7 | EndSection | ||
8 | |||
9 | Section "ServerFlags" | ||
10 | Option "BlankTime" "0" | ||
11 | Option "StandbyTime" "0" | ||
12 | Option "SuspendTime" "0" | ||
13 | Option "OffTime" "0" | ||
14 | EndSection | ||
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mxs/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mxs/xorg.conf new file mode 100644 index 0000000..79b6c0f --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mxs/xorg.conf | |||
@@ -0,0 +1,12 @@ | |||
1 | Section "Device" | ||
2 | Identifier "Kernel Framebuffer Device" | ||
3 | Driver "fbdev" | ||
4 | Option "fbdev" "/dev/fb0" | ||
5 | EndSection | ||
6 | |||
7 | Section "ServerFlags" | ||
8 | Option "BlankTime" "0" | ||
9 | Option "StandbyTime" "0" | ||
10 | Option "SuspendTime" "0" | ||
11 | Option "OffTime" "0" | ||
12 | EndSection | ||