Re: Xfbdev fails with "no screens found"

2011-04-11 Thread Abdoulaye Walsimou GAYE
On 04/11/2011 10:01 AM, Dushara Jayasinghe wrote: Hi all, I'm trying to use Xfbdev on an embedded linux device with a monochrom LCD display. However, the command returns the following error: Fatal server error: no screens found I have the device nodes for the framebuffer device (/dev/fb0). On

Re: needed modules for x-client only

2011-01-18 Thread Abdoulaye Walsimou GAYE
On 01/19/2011 01:42 AM, Maris wrote: I'm going to build a minimalistic x11 subsystem that only provides X-client functionality (embedded system without display), hence connecting to a remote display. Resources like http://www.linuxfromscratch.org/blfs/view/cvs/x/xorg7.html are very exhaustive,

Re: [PATCH] Remove xcalibrate and tslib support

2010-07-08 Thread Abdoulaye Walsimou GAYE
Ok if I understand what you said: "Stop use of Xfbdev (kdrive) and all things related to it". So why only delete support of xcalibrate and tslib? IMHO functionalities related to Xfbdev must only be deleted at the same time of deletion of Xfbdev. Thanks for your comments, AWG _

Re: [PATCH] Remove xcalibrate and tslib support

2010-07-08 Thread Abdoulaye Walsimou Gaye
Please don't do that. I use Kdrive (Xfbdev) with tslib. Xfbdev + tslib is extremely useful for embedded systems without keyboard, which are driven by a pen. This is the case for many new smart phones for example. So please, don't do that. Thanks, AWG PS: sorry if I posted this message several time

Re: libX11 or xproto seem to disable some macros defined by mips toolchain

2010-06-15 Thread Abdoulaye Walsimou Gaye
On 06/15/2010 10:24 AM, Mikhail Gusarov wrote: > Twas brillig at 10:08:03 15.06.2010 UTC+02 when a...@embtoolkit.org did gyre > and gimble: > > AWG> but the Makefile in libX11-1.3.4/src/util uses the target CFLAGS. > > It's a bug. > > AWG> Can someone confirms that "makekeys" is intended to run

Re: libX11 or xproto seem to disable some macros defined by mips toolchain

2010-06-15 Thread Abdoulaye Walsimou Gaye
On 06/13/2010 10:55 PM, Abdoulaye Walsimou GAYE wrote: > Hello, > I have a issue when I build libX11 with a mips toolchain. > The macro __WORDSIZE seems to be disabled by libX11 or xproto. > Here is the build ouput: > > make[3]: Entering directory > `/home/walsimou

Re: libX11 or xproto seem to disable some macros defined by mips toolchain

2010-06-13 Thread Abdoulaye Walsimou GAYE
On 06/13/2010 10:55 PM, Abdoulaye Walsimou GAYE wrote: Hello, I have a issue when I build libX11 with a mips toolchain. The macro __WORDSIZE seems to be disabled by libX11 or xproto. [...] I think this shows that somewhere in xproto or libX11 __WORDSIZE is disabled. A simple test code, which

libX11 or xproto seem to disable some macros defined by mips toolchain

2010-06-13 Thread Abdoulaye Walsimou GAYE
Hello, I have a issue when I build libX11 with a mips toolchain. The macro __WORDSIZE seems to be disabled by libX11 or xproto. Here is the build ouput: make[3]: Entering directory `/home/walsimou/embtoolkit.git/build/packages_build-mipsel-linux-mips32/libX11-1.3.4/src' cd util && make make[4]: