I tried to compile kdrive with the following host.def ........
#define KDriveXServer YES
#define KdriveServerExtraDefines -DITSY -DMAXSCREENS=2
#define TinyXServer YES
#define CrossCompiling YES
#define TouchScreen NO
#define BuildXcursorgen NO
#define ItsyCompilerBug YES
#undef BuildRandR
#define BuildRandR YES
#define BuildXInputLib YES
#define ProjectRoot /usr/X11R6
#define Freetype2Dir $(TOP)/extras/freetype2
#define Freetype2LibDir $(TOP)/exports/lib
#define BuildXTrueType YES
#define BuildScreenSaverExt YES
#define BuildScreenSaverLibrary YES
#define SharedLibXss YES
#define ServerXdmcpDefines
#define XfbdevServer YES
#define HasTsLib NO
#define MakeLocalFontDir YES
#define BuildXKB YES
#define StandardDefines -Dlinux -D__arm__ -D_POSIX_SOURCE \
-D_BSD_SOURCE -D_GNU_SOURCE -DX_LOCALE \
-fomit-frame-pointer
i get a working Xfbdev file in my xc/programs/Xserver/ directory ...... But moment xterm loads the xserver crashes .........
this is what i get when i run startx
hostname: C007: Resolver Error 0 (no error)
Could not init font path element /usr/X11R6/lib/X11/fonts/misc/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi/, removing fromlist!
Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list!
Warning: locale not supported by C library, locale unchanged
Warning: locale not supported by Xlib, locale set to C
Warning: X locale modifiers not supported, using default
Failed to open input method
waiting for X server to shut down Can't deallocate console 1 errno 16 X connection to :0.0 broken (explicit kill or server shutdown).
Here is a part of my /etc/X11/xinit/xinitrc ----snip------ twm & exec xterm -geometry 80x66+0+0 -name login ------snip------
but the moment i change the second line to
exec xclock -geomentry 640x480+0+0
the server starts running ...... and i can see xclock on my lcd .....
i even used matchbox as my window-manager and then if i try to display any application (developed using fltk) with any labels using helvetica font .....
i get the error "bad font: variable"
thanx in advance
regards, TJ _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86