Datasheet

ZEUS Embedded Linux Development Kit Quickstart Hardware configuration
© 2007 Eurotech Ltd Issue C 32
The file /etc/X11/xorg.conf may not have a 320x240 display option listed so you may
need to add this. It is a text file and can be edited using either the vi or nano editors
that are pre-installed on the ZEUS. An example showing the required entries is shown
below.
Make a backup of this file before you change it.
Section "Monitor"
Identifier "Generic Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "PXA270 integrated controller"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "NL6448AC20" "320x240"
EndSubSection
EndSection
Refer to http://wiki.x.org/wiki/ for more xorg configuration options.
If you intend using a ZEUS FPIF-CRT interface module, for best results the display
controller should be configured for 640x480-16 VGA mode using:
# modprobe pxafb options=mode:640x480-16