This is an old revision of the document!
dCore Desktop Quicky
A basic dCore install consists of a kernel and an initrd file with an appropriate boot stanza. To get a graphic desktop a desktop boot code needs to be added (eg. desktop=flwm) to the boot loader and the following steps applied.
Note, the -r flag (eg. sce-import -b -r Xprogs) may optionally be added to extract the Debian ('*.deb') files in RAM when importing new extensions. The -b flag used below ensures newly created SCE extensions are automatically loaded at boot time.
- Run
tce-setdriveto set up /tce partition that will contain dCore's data files. - Run
sce-import -b Xprogsto install software needed for graphics.- Optionally run
sce-import graphics-$(uname -r)for additional graphics drivers
- Run
sce-import -b xorg-allto install all X.org graphic drivers- Optionally review dCore Xorg-<specific> Driver Installation for your specific system.
- Run
sce-import -b wbarto install the wbar program launcher. - Run
sce-import -b flwm_topsideorsce-import -b flwmto install a variation of the FLWM (Window Manager). - As indicated above, ensure the correct desktop boot code is added to the boot loader (eg. desktop=flwm).
- Restart the system to boot into a graphical desktop. If this does not work, then
Review the relevant READMEs for additional information.