hi
After it segfaults, check if it is present, if not, try this:
sudo mknod /dev/fb0 c 29 0
sudo chmod 644 /dev/fb0
startx
i tryed with
if [ `ls /dev/fb0` = "/dev/fb0" ] ;
then
echo "gotit" ;
else
echo "createfb+test" ;
sudo mknod /dev/fb0 c 29 0 ;
sudo chmod 664 /dev/fb0 ;
startx ;
fi
but i have device /dev/fb0
despite the error from the log
...
OK, I see now. Intel requires the graphics- extension, which is not required by Xorg-7.5 by itself, but is loaded by the virtualbox dep file.
embarrassingly this is one of the first thing i try (xorg+gfx)
but i must have stayed up to early trying to get this woking !
because im replying from gnome desktop ! (im shore before this booted me to blank screen )
booting with xorg_gfx_test.lst = "graphics-2.6.33.3-tinycore.tcz \n Xorg-7.5 "
all though it shows segfault error
and boots to prompt
running startx loads tc default background + wbar etal
loading gnome +setup then runing startx
every thing seems to work as expected
tho
this appears in dmesg
pulseaudio[21814]: segfault at 0 ip b76e440d sp bfe7e06c error 4 in libX11-xcb.so.1.0.0[b76e4000+1000]
@* thanks !!
now i will try this setup with tc4