Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: dentonlt on September 23, 2013, 07:20:35 AM

Title: Compaq 6910p + Radeon X2300 + Xfbdev?
Post by: dentonlt on September 23, 2013, 07:20:35 AM
I rec'd an older Compaq laptop (6910p) with a Radeon X2300. Putting on TC 4.7.7 was easy, but getting the Radeon drivers working with Xfbdev is new to me.

For Xvesa, onboot.lst just has Xvesa.tcz + flwm.tcz + deps and away I go: run xsetup, etc. Reboots/boots fine.

For Xfbdev, though, I'm stumped. I crop Xvesa, add firmware-radeon to the top of the list, then add graphics-3.0.12-tinycore, then add Xfbdev ... and reboot. All those load, but I keep getting a dreadful error: timeout, failed in waitforX.

I can run startx from ~ and the desktop loads up fine, but this isn't right. Logging out of X doesn't work right, either. Nothing peculiar in dmesg. /tmp/wm_errors is empty. I'm stumped. The only error I can find is the timeout from waitforX.

Any advice on Radeon + Xfbdev setup? I'm interested to avoid the weight of Xorg, but will head that way if it's really necessary.

DLT
Title: Re: Compaq 6910p + Radeon X2300 + Xfbdev?
Post by: dentonlt on September 23, 2013, 10:15:53 AM
Boot problem solved: the graphics card is not by the time ~/.xsession calls Xfbdev. There is no way for startx to really know if the graphics card is ready.

Solved by adding a wait loop at the top of .xsession. I monitor dmesg using:
dmesg | tail -5 | grep "Initialized radeon"

TC is too quick!

DLT