Thanks Ville 
  
 In accordance with your methods correctly compiled XDirectFB.
 I used NVIDIA 9400 graphics card, if disable-dri option, it can not use the 
official drivers?
  
  I hope that the DFB application creates the background surface, can be 
transparent to the desktop, only to start the Xserver and the DFB applications 
(based on the x11), and does not start GNOME or KDE, but I found that not 
successful?
 What is good idea?
  
 david_sale(CHN)
  
  ------------------ Original ------------------
  From:  "Ville Syrj?l?"<[email protected]>;
 Date:  Wed, Jan 20, 2010 11:57 PM
 To:  "david_sale"<[email protected]>; 
 Cc:  "directfb-users"<[email protected]>; 
 Subject:  Re: [directfb-users] XDirectfb(xorg-server1.6.3.901) Errorundefined 
reference to `XFree86DRIExtensionInit'

  
On Wed, Jan 20, 2010 at 05:54:42PM +0800, david_sale wrote:
> Dear all,
> 
>  I am first use Maillist
> I tried to use XDirectFB 
>  but build error :  
>      undefined reference to `XFree86DRIExtensionInit'

Pass --disable-dri to configure.

BTW this is what I use to configure XDirectFB:
../configure \
--enable-maintainer-mode \
--disable-xorg \
--disable-dmx \
--disable-xvfb \
--disable-xnest \
--disable-xwin \
--disable-xephyr \
--disable-xsdl \
--disable-dri \
--prefix=/usr \
--sysconfdir=/etc/X11 \
--localstatedir=/var \
--mandir=/usr/share/man \
--with-xkb-path=/usr/share/X11/xkb \
--with-default-font-path=unix/:-1 \
--with-xkb-output=/var/lib/xkb \
--with-fontdir=/usr/share/fonts \
--disable-glx \
--disable-config-hal

-- 
Ville Syrj?l?
[email protected]
http://www.sci.fi/~syrjala/
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to