README-X-Desktop.txt How to get X desktop (graphics) running from a base dCore image. This assumes any sdcard, TCE directory and network issues are resolved, see README-1st.txt. From command line import these SCEs (Self Contained Extensions), enter: sce-import -b Xprogs sce-import -b flwm_topside sce-import -b wbar sce-import -b xorg-all This downloads required packages, creates SCEs for a typical Tiny Core graphic environment (flwm_topside with wbar) and sets them to load during system boot. Next specify the desktop as a boot parameter by adding the following to the end of the boot parameter line: desktop=flwm_topside Reboot into an environment ready to "startx", enter: sudo reboot Notes: * dCore is not limited to flwm_topside and wbar. The following example imports the xfce4 Desktop Environment, enter: sce-import -b Xprogs sce-import -b xorg-all sce-import -b xfce4 Then mount the boot partition, add the following to the end of the boot parameter line and reboot: desktop=startxfce4 sudo reboot * Review READMEs of other graphic environments for specific setup information, including Enlightenment, Fluxbox, Flwm, IceWM, JWM, LXDE, MATE and Openbox. Additional unofficial graphic environments also work, including tiling Window Managers, see http://wiki.tinycorelinux.net/dcore:x-desktop. * xorg-all is a meta package containing all available Xorg drivers. Although recommended for new users, other hardware dependent meta packages include: xorg-ati xorg-nv xorg-intel xorg-ark xorg-apm xorg-chips xorg-cirrus xorg-fbdev xorg-glint xorg-i128 xorg-i740 xorg-mga xorg-neomagic xorg-newport xorg-openchrome xorg-rendition xorg-s3 xorg-s3virge xorg-savage xorg-siliconmotion xorg-sis xorg-sisusb xorg-tdfx xorg-trident xorg-tseng xorg-vesa