Reply by dalai lamah December 18, 20072007-12-18
Un bel giorno embeddedtoday digit�:

> I am having an ARM target(S3C2440A)with TFT LCD. Now currently I am > running 2.4 kernel on this target and we developed the LCD drivers also > and able to disply some images on the LCD at the time of Linux booting. > > Now my main intention is to run Xwindows(X11R6 protocol). Can anybody > guide how can i build Xwindows to run on ARM target. I want detailed steps > for this.
First of all, you may want to check out some lightweight X servers like kdrive: http://en.wikipedia.org/wiki/KDrive http://www.freedesktop.org/Software/Xserver You can find plenty of documentation there. -- emboliaschizoide.splinder.com
Reply by Ico December 18, 20072007-12-18
embeddedtoday <krishna.mogalipuvvu@gmail.com> wrote:
> Hi Friends, > > I am having an ARM target(S3C2440A)with TFT LCD. Now currently I am > running 2.4 kernel on this target and we developed the LCD drivers also > and able to disply some images on the LCD at the time of Linux booting. > > Now my main intention is to run Xwindows(X11R6 protocol). Can anybody > guide how can i build Xwindows to run on ARM target. I want detailed steps > for this.
Consider implementing a framebuffer driver for your LCD display. This allows you to run both the linux console and the Xfb X server on your hardware with no additional work.
Reply by embeddedtoday December 17, 20072007-12-17
Hi Friends, 

I am having an ARM target(S3C2440A)with TFT LCD. Now currently I am
running 2.4 kernel on this target and we developed the LCD drivers also
and able to disply some images on the LCD at the time of Linux booting. 

Now my main intention is to run Xwindows(X11R6 protocol). Can anybody
guide how can i build Xwindows to run on ARM target. I want detailed steps
for this. 

Regards

Kris