Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: GasparB123 on June 28, 2021, 11:09:50 PM
-
Hello, maybe I'm asking for a bit too much here :P
I have a Pentium III 933 Mhz with 512 Mb of RAM, and I'm trying to install Tiny Core, to try and bring it back to life. I downloaded CorePlus (I'm from Argentina so I use a Non-US Keyboard), and burned it on to a CD. It burned and verified without issue, and I put it in the old computer. Neither of the first 8 options work (All that involve a graphic interface). It starts doing it's thing and then it stops with a "failed to waitforx" error and it goes to a command line.
I know a bit of Linux, but I'm no expert. If anyone could give me a hand, it would be much apreciated. Any and all questions that you may need to know, I'll do my best to answer them.
-
Hi GasparB123
Welcome to the forum.
After you get "failed to waitforx" , do you get a GUI if you enter startx ?
-
Hi GasparB123
Welcome to the forum.
After you get "failed to waitforx" , do you get a GUI if you enter startx ?
Thanks for the welcome. It's good to be here :)
Unfortunatley I get a blinking cursor for a while and then it repeats the "failed to waitforx" error
-
Hi GasparB123
Does this produce any messages:
`head -n 1 .xsession`
Those little ` characters enclosing the command are backticks. They are usually on the ~ key in the upper left
corner of the keyboard.
-
Hi GasparB123
Does this produce any messages:
`head -n 1 .xsession`
Those little ` characters enclosing the command are backticks. They are usually on the ~ key in the upper left
corner of the keyboard.
It returns this message (attachememt).
-
Hi GasparB123
What does this return:
Xvesa -listmodes
-
Your GPU is not vesa compatible, its bios seems buggy. That's highly weird for something as recent as a P3, what graphics card is it?
You will need to install Xorg and a suitable driver.
-
Hi GasparB123
What does this return:
Xvesa -listmodes
It returns this (sorry, it seems the command line says more but it passes by to quickly, this is all I manage to see)(attachment)
-
Your GPU is not vesa compatible, its bios seems buggy. That's highly weird for something as recent as a P3, what graphics card is it?
You will need to install Xorg and a suitable driver.
I don't know about that, it's using the motherboard integrated graphics, an SiS 530/630 if I recall correctly.
How would I go about installing Xorg and drivers??
-
Hi GasparB123
Try it like this:
Xvesa -listmodes 2>&1 > modes.txt
Then attach the modes.txt file to your next post.
-
Sis, ouch. They are one of the worst possible graphics, even on Windows the drivers were terribly buggy. On Linux they're worse, and we haven't even had them in the repo after 4.x it looks like.
The best course of action would be to find an used PCI graphics card from a different vendor. Some old Radeon or even Rage or Matrox.
-
Sis, ouch. They are one of the worst possible graphics, even on Windows the drivers were terribly buggy. On Linux they're worse, and we haven't even had them in the repo after 4.x it looks like.
The best course of action would be to find an used PCI graphics card from a different vendor. Some old Radeon or even Rage or Matrox.
I hope I can find one. Here in Argentina, it's kind of hard to come by PCI graphics cards.
-
Hi GasparB123
Try it like this:
Xvesa -listmodes 2>&1 > modes.txt
Then attach the modes.txt file to your next post.
The txt file is empty :(
-
Hi GasparB123
You are absolutely right. I messed up the command. Try it like this:
Xvesa -listmodes > modes.txt 2>&1
-
Hi GasparB123
You are absolutely right. I messed up the command. Try it like this:
Xvesa -listmodes > modes.txt 2>&1
Here are the full results in the attachment (sorry, couldn't move the file to a usb drive, so here are more photos):
-
Hi GasparB123
I think you should consider curagas recommendation:
... The best course of action would be to find an used PCI graphics card from a different vendor. Some old Radeon or even Rage or Matrox.
-
updated xf86-video-sis posted (not tested)
-
updated xf86-video-sis posted (not tested)
How can I test this update??
-
Hi GasparB123
Try this:
tce-load -wi xf86-video-sis Xorg-7.7
startx
-
updated xf86-video-sis posted (not tested)
Hi GasparB123
Try this:
tce-load -wi xf86-video-sis Xorg-7.7
startx
It installed everything but when I put startx I get a blinking cursor for a while and then a black screen.