Tiny Core Linux
General TC => Tiny Core on Virtual Machines => Topic started by: ElQuia on February 13, 2011, 01:56:42 PM
-
Hi guys, sorry for a noob question. I have installed TinyCore 3.4 in VirtualBox 4.0.2 on Windows 7 x64.
When I install the VBox 4.02 additions available (yes, they say "testing") in apps, on reboot I can NOT get a GUI, it tries and fall backs to a small command line window.
I have TC 3.12 installed with the additions tat were available before and it works ok in Virtual Box 4.02
I dont know why this newer install won't.
Please help?
-
??? AnyBody ??? Pleaseeeeee :(
-
can you replace "waitforX" in ~/.xsession with something like "sleep 5" and try again
see
http://forum.tinycorelinux.net/index.php?topic=8284.msg44716#msg44716 (http://forum.tinycorelinux.net/index.php?topic=8284.msg44716#msg44716)
-
Arslan S.:
First, thanks for your reply.
Second: I am proficient with windowz, but real noob, doing my first steps in linux. Could you please tell me step by step how to replace "waitforX" in ~/.xsession with something like "sleep 5" ?
I don“t know even where to find "~/.xsession" :(
-
Hi ElQuia
.xsession is in your home directory. Click on the desktop and go to SystemTools and Editor.
Now open and edit the file, you will already be in the correct directory.
-
OK Rich, will do and be back, but maybe first i will install 3.5 (just saw the update) and then try again. Ill be back with testing results tomorrow.
THANKS :) :) to all
-
i have packed up vbox 4.0.4 and tested vbox additions on a windows host
x starts fine with vboxvideo driver, problem mentioned here http://forum.tinycorelinux.net/index.php?topic=966.msg39666#msg39666 (http://forum.tinycorelinux.net/index.php?topic=966.msg39666#msg39666) seems to be gone
so removing testing flag and submitting the updates soon
-
Thanks Arslan for building VBox 4.0.4. When I read the changelog (http://www.virtualbox.org/wiki/Changelog) I spotted this ticket (http://www.virtualbox.org/ticket/8231) and assumed that it might be related to the problem we've seen now for a while.
Before I had a chance to test this assumption you've announced the extension rebuild, so we just have to wait the short time until it hits the repository to benefit from this improvement.
-
that's exactly the fix
Ubuntu 10.04 Xorg server version is 1.7.6, tiny core linux 3.x Xorg version is 1.7.7
looking at Xorg.log exactly the same crash report
wish we had submitted the bug report though
-
I hereby report all the voodoo in Xorg :)
-
Is this a different issue from the waitforX w/ virtualbox video drivers one?
-
i don't think there is anything to do with waitforX, the problem was a null pointer in vboxvideo driver
in vboxvideo.c and VGAHWPTR(pScrn) is NULL.
VGAHWPTR(pScrn)->IOBase = pScrn->domainIOBase;
-
Doesn't waitforX trigger this? I thought it also happens here when you close the last X client...