Hi Anthony, One possibility the libdri.so is not loading could be that the Poulsbo kernel graphics driver is not in place. U can check in /lib/modules/<kernel-ver>/kernel/drivers/char/drm directory if it has psb.ko and drm.ko files. For Xwindows to work properly on menlow, it is recommended to use the Poulsbo driver.
If u don't have this module, u can pull it as psb-kmd source package from (http://moblin.org/repos/projects/psb-kmd.git) and build with the kernel sources u have. Another simple workaround could be to edit the xorg-crownbeach.conf file to use the 'vga' driver under 'Generic Video Driver' rather than 'psb'. Hope this helps. -Lakshmi -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee, Anthony Sent: Wednesday, October 22, 2008 1:23 AM To: [email protected] Subject: [Moblin Dev] moblin2 in image-creator generated incompatible Xwindow configuration for CrownBeach board Dear all experties I tried the image-creator for Fedora9 platform for a while. There only two predefined platform projects (melow-lpid-moblin2 and netbook-lpia-moblin2) that I used to generate targets by full Fset features. By booting a Live USB image on CrownBeach board, the X never starts and usually reported the failure of loading libdri.so, The snipped message log by X is dumped as following: dlopen: /usr/lib/xorg/modules/extensions/libdri.so: undefined symbol: noPanoramiXExtension (EE) Failed to load /usr/lib/xorg/modules/extensions/libdri.so (EE) Failed to load module "dri" (loader failed, 7) (EE) Failed to load module "vesa" (module does not exist, 0) (EE) Failed to load module "fbdev" (module does not exist, 0) (EE) No devices detected. What I wish to do would be: create my own xorg.conf and elimiate those "unresolved" DRI feature. Is this a good idea rather than waiting for an applicable libdri.so to be finished? Anthony Lee TME, APAC UMG iNet: 268 7379 _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
