Thanks for the help Rich.
Updated TC 6.2 to 6.3rc2, rebooted, no Apps updates, updated .dep files, build reporting database, no missing dependencies.
Rebooted with 'base text norestore' options, manually loaded xf86-video-intel, Xorg, Xprogs, aterm and openbox - same problem.
Log snippets below:
tc@box:/var/log$ cat Xorg.0.log | grep EEdeciphering
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 56.612] (EE) intel: Failed to load module "xaa" (module does not exist, 0)
[ 58.720] (EE) AIGLX: reverting to software rendering
[ 58.720] (EE) AIGLX error: dlopen of /usr/local/lib/dri/swrast_dri.so failed (/usr/local/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
[ 58.720] (EE) GLX: could not load software renderer
[ 59.011] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 59.056] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 59.533] (EE) AIGLX: reverting to software rendering
[ 59.533] (EE) AIGLX error: dlopen of /usr/local/lib/dri/swrast_dri.so failed (/usr/local/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
[ 59.533] (EE) GLX: could not load software renderer
[ 59.815] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
tc@box:/var/log$ cat Xorg.0.log | grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 56.427] (WW) The directory "/usr/local/lib/X11/fonts/OTF/" does not exist.
[ 56.427] (WW) The directory "/usr/local/lib/X11/fonts/100dpi/" does not exist.
[ 56.432] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 56.612] (WW) Warning, couldn't open module xaa
wm_errors snippet:
(openbox:2841): GLib-CRITICAL **: Source ID 86 was not found when attempting to remove it
(process:2885): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
libfam.so.0: cannot open shared object file: No such file or directory
Failed to load module: /usr/local/lib/gio/modules/libgiofam.so
dmesg snippet:
Linux agpgart interface v0.103
agpgart-intel 0000:00:00.0: Intel i810 Chipset
pci 0000:00:01.0: detected 4MB dedicated video ram
agpgart-intel 0000:00:00.0: detected gtt size: 65536K total, 65536K mappable
agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xd0000000
8139too 0000:01:03.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
nf_conntrack version 0.5.0 (8001 buckets, 32004 max)
[drm] Initialized drm 1.1.0 20060810
[drm] Initialized i810 1.4.0 20030605 for 0000:00:01.0 on minor 0
mtrr: base(0xd0000000) is not aligned on a size(0x360000) boundary
Failed to add WC MTRR for [d0000000-d035ffff]; performance may suffer.
[drm] Using v1.4 init.
mtrr: base(0xd0000000) is not aligned on a size(0x3000000) boundary
[drm] DMA Cleanup
mtrr: no MTRR for d0000000,3000000 found
mtrr: base(0xd0000000) is not aligned on a size(0x360000) boundary
Failed to add WC MTRR for [d0000000-d035ffff]; performance may suffer.
[drm] Using v1.4 init.
mtrr: base(0xd0000000) is not aligned on a size(0x3000000) boundary
Will investigate errors as best i can, starting with 'performance may suffer' dmesg stuff and module xaa fail. May try an archived Intel driver. Never had much luck deciphering logs, if anyone sees something please let me know.