rbacher,
yeah, I see...
It seems you might try starting TC in CLI (no GUI), then:
sudo xfbdev -screen 800x600x24 && export DISPLAY=:0.0 || echo Failed
startx
(nb. && means run second command if first one works, that is returns a zero.
|| means if not success... so don't say "startx".)
I found these links below:
Best results come with persistence.
moB
I protested my innocence of these things
--Melville, Moby Dick
[removed, see rule/guideline 6]
Do they all work the same way?
You are not the only one...
<snip>
You'll see that the fonts are pretty small in the apps. Should be some
way to increase them altogether adjusting the dpi but I could not find
anything easily. If you know the trick for tinycore running in Xfbdev,
please let us know.
</snip>
[removed 6]
<snip>
Try to see if from the console (press ctrl+alt+del) either of these
commands will execute w/o errors and get you to the desktop when you
enter it as sudo.
Code:
Xfbdev -dpi 200 -mouse /dev/input/mice,5 &
export DISPLAY=:0.0
# and/or
Xfbdev -screen 1200x900x16 -mouse /dev/input/mice,5 &
export DISPLAY=:0.0
startx
change the -dpi value to something smaller (150) and/or the -screen
option in the second case. See how it goes. I'm not sure that the
framebuffer can support different resolutions on the XO but try it just
the same.
</snip>
Xfbdev manual:
http://www.xfree86.org/current/Xfbdev.1.html TinyX:
This incarnation of TinyX is colloquially known as kdrive.
Xfbdev [:display] [option...]
-screen widthxheight[xdepth[xfreq]][@rotation]
Use a screen of the specified width, height, screen depth,
frequency, and rotation (0, 90, 180 and 270 are legal values).
====
Edit:
sudo xfbdev -screen 800x600x24 && sudo export DISPLAY=:0.0 && startx || echo Failed
The manual says to make both screen commands as "sudo".