@Juanito sorry for the misunderstanding, here's what I got...
$ head -1 .xsession
/usr/local/bin/Xfbdev -mouse /dev/input/mice,5 -nolisten tcp -I >/dev/null 2>&1
$/usr/local/bin/Xfbdev -mouse /dev/input/mice,5 -nolisten tcp -I >/dev/null
Error opening framebuffer /dev/fb0: No such device
Fatal server error:
no screens found
$ ls /dev/fb0
/dev/fb0
It looks like the device file is there, but is unable to be used for some reason. Permissions are 622 and ownership is root:staff.
Dave