Tiny Core Linux
dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => Topic started by: kevinfish on January 10, 2016, 12:27:54 AM
-
here's my sceboot.lst
----------------
graphics-3.16.6-tinycore
xorg-all
wbar
Xprogs
flwm_topside
-------------------
And my Xorg log is attached.
I'm not really seeing an error in there.
It clears the screen, resets the video mode, then just returns to the prompt
Any ideas?
-
Your boot list looks good. Run to confirm all boot extensions installed:
ls /tmp/tcloop
As per: http://tinycorelinux.net/dCore/x86/README/README-X-Desktop.txt, you're using the desktop=flwm_topside boot parameter?
Now using the simple command line import tool, type:
$ sce-import -b Xprogs
$ sce-import -b flwm_topside
$ sce-import -b wbar
$ sce-import -b xorg-all
The above will download all the packages and create the required sces to get a typical TinyCore (flwm_topside & wbar) desktop environment.
Next you must specify the desktop as a boot parameter.
Then add desktop=flwm_topside to the end of the boot parameter line.
When successfully completed, reboot into an environment ready to "startx":
$ sudo reboot
If this fails, may need to create an /etc/xorg.conf file.