diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2012-04-23 10:03:28 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-05-02 15:19:14 -0300 |
| commit | 89cec6da6e8647a14ec827425b89569330bb514a (patch) | |
| tree | dc729c51be7b1fca857b60f806c1f6bf34f58bf5 | |
| parent | 78f27c9647493c094569c30719ef58939b0cc834 (diff) | |
| download | meta-freescale-89cec6da6e8647a14ec827425b89569330bb514a.tar.gz | |
xserver-xf86-config: add mx6 Xorg configuration
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf new file mode 100644 index 000000000..bbb1f5305 --- /dev/null +++ b/meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf | |||
| @@ -0,0 +1,45 @@ | |||
| 1 | Section "InputDevice" | ||
| 2 | Identifier "Generic Keyboard" | ||
| 3 | Driver "kbd" | ||
| 4 | Option "XkbRules" "xorg" | ||
| 5 | Option "XkbModel" "pc105" | ||
| 6 | Option "XkbLayout" "us" | ||
| 7 | EndSection | ||
| 8 | |||
| 9 | Section "InputDevice" | ||
| 10 | Identifier "Configured Mouse" | ||
| 11 | Driver "mouse" | ||
| 12 | Option "CorePointer" | ||
| 13 | EndSection | ||
| 14 | |||
| 15 | Section "InputClass" | ||
| 16 | Identifier "eGalax" | ||
| 17 | MatchIsTouchscreen "on" | ||
| 18 | MatchDevicePath "/dev/input/event*" | ||
| 19 | Driver "evdev" | ||
| 20 | EndSection | ||
| 21 | |||
| 22 | Section "Device" | ||
| 23 | Identifier "i.MX Accelerated Framebuffer Device" | ||
| 24 | Driver "imx" | ||
| 25 | Option "fbdev" "/dev/fb0" | ||
| 26 | # This option only recognized when "mxc_epdc_fb" frame buffer driver in | ||
| 27 | # use. Values are "RGB565" (default, 16-bit RGB), "Y8" (8-bit gray), | ||
| 28 | # and "Y8INV" (8-bit gray inverted). | ||
| 29 | Option "FormatEPDC" "Y8INV" | ||
| 30 | EndSection | ||
| 31 | |||
| 32 | Section "Monitor" | ||
| 33 | Identifier "Configured Monitor" | ||
| 34 | EndSection | ||
| 35 | |||
| 36 | Section "Screen" | ||
| 37 | Identifier "Default Screen" | ||
| 38 | Monitor "Configured Monitor" | ||
| 39 | Device "i.MX Accelerated Framebuffer Device" | ||
| 40 | EndSection | ||
| 41 | |||
| 42 | Section "ServerLayout" | ||
| 43 | Identifier "Default Layout" | ||
| 44 | Screen "Default Screen" | ||
| 45 | EndSection | ||
