I did run Xorg -configure from safe mode, and here are the messages (with mod list abbreviated to those of possible interest)
X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux_2.6.32.4-pclos2 PCLinuxOS
Current Operating System: Linux dell 2.6.32.11-pclos2.bfs #1 SMP PREEMPT Wed Apr 7 13:33:19 CDT 2010 i686
Build Date: 22 January 2010 05:01:40AM
Before reporting problems, check
http://pclinuxos.com to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu May 27 13:41:32 2010
List of video drivers:
intel apm i810 vesa v4l
(EE) module ABI major version (2) doesn't match the server's version (5)
(EE) Failed to load module "vga" (module requirement mismatch, 0)
dlopen: libatiuki.so.1: cannot open shared object file: No such file or directory
(EE) Failed to load /usr/lib/xorg/modules/linux//libfglrxdrm.so
(EE) Can't load FireGL DRM library (libfglrxdrm.so).
(EE) module ABI major version (2) doesn't match the server's version (5)
(EE) Failed to load module "i810" (module requirement mismatch, 0)
(EE) No supported AMD display adapters were found
(++) Using config file: "/xorg.conf.new"
Xorg has configured a multihead system, please check your config.
Your xorg.conf file is /xorg.conf.new
To test the server, run 'X -config /xorg.conf.new'
-------------------------------------------------------------------------------------------
Does anyone know if this ABI version mismatch is just part of the 2010 package and therefore a "warning" that I can ignore it or is this something that went wrong with my install and/or part of my present problem?As for the generated /xorg.conf.new it looks very weird - apples to oranges compared to the xorg.conf that XFdrake generated. It's most certainly not a replacement (I didn't expect it to be) but it may not even provide much insight into the problem (I had hoped it would).
-------------------------------------------------------------------------------------------------------------
So now I am thinking that maybe the i830 drivers I have to pick from (in XFdrake - one under the Intel vendor section and one under vesa section) are not the correct ones.
Perhaps the correct ones do have Entry Points (or modules or submodules) named "type1" and "freetype" .
Does this make sense to anyone that knows how drivers are constructed/packaged?Over at Xorg.org they list about 25 versions of i810 drivers (in tarballs) so I could probably get a new one to try if I could figure out which one...