diff options
| -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 | ||
