Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: asclepix on May 08, 2012, 12:22:01 PM
-
Hi
I need a small distro for an (old) qt-3 based software.
I'm trying TC 3.8.4. I've installed qt-3.3.8b-xorg from the repository. When I launch a qt application (like qtconfig from the qt package) I've got a segmentation fault.
ldd says it finds all needed libraries.
I've tried TC 4.5: qt app are ok, but I'm not ready for kernel 3.x.
Have you got some suggestions?
Thanks
-
Are you running Xorg-7.5 or standard Xvesa? ;) I would guess it is named -xorg because the Tiny Core Xvesa in TC 3.x is causing problems. Try to load Xorg-7.5.tcz, reboot and test again.
-
I don't load Xvesa.tcz, however with ps I see it loads Xvesa. I've tried to use Xorg-7.5.tcz, but it uses Xvesa.
I'll do some other test.
-
Tiny Core 3.x automatically includes Xvesa, so if you want to switch to Xorg-7.5, you'll have to either load Xorg-7.5.tcz from a tce/ folder at startup or if you load Xorg-7.5.tcz with X already started you have to restart X: Ctrl + Alt + Bksp followed by the console command startx.
-
Yes! ;D
Now I've got Xorg instead of Xvesa and my qt-3 app starts :D
Thank you!!