Both sides previous revisionPrevious revisionNext revision | Previous revision |
dcore:desktop-quicky [2016/05/17 01:40] – nitram | dcore:desktop-quicky [2016/05/21 08:24] (current) – nitram |
---|
====== dCore Desktop Quicky ====== | ====== dCore Desktop Quicky ====== |
| |
A basic dCore install consists of a kernel and an initrd file with an appropriate boot stanza. This provides only a commandline interface. Perform the following steps to set up a basic graphic desktop. | A basic dCore install consists of a kernel, an initrd file and a properly configured boot loader. This provides only a commandline interface. Perform the following steps to set up a basic graphic desktop, which can be modified afterwards as desired. |
| |
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. | Note the ''-r'' flag (eg. ''sce-import -br Xprogs'') may optionally be used to extract Debian ('*.deb') files in RAM when importing extensions. The ''-b'' flag ensures newly created SCE extensions are automatically loaded at boot time. |
| |
*Run ''tce-setdrive'' to specify the partition that will be used for dCore's data files. | *Run ''tce-setdrive'' to specify the partition to be used for dCore's data files. |
*Run ''sce-import -b Xprogs'' to install software needed for dCore graphics. | *Run ''sce-import -b Xprogs'' to install software needed for dCore graphics. |
*Optionally run ''sce-import graphics-$(uname -r)'' for additional graphics drivers, especially if the system fails to boot into graphics after applying all of these steps. | |
*Run ''sce-import -b xorg-all'' to install all X.org graphic drivers | *Run ''sce-import -b xorg-all'' to install all X.org graphic drivers |
*Optionally review [[http://wiki.tinycorelinux.net/dcore:xorg-video_driver_packages#dcore_xorg-_specific_driver_installation|dCore Xorg-<specific> Driver Installation]] for your specific system. | *Optionally review [[http://wiki.tinycorelinux.net/dcore:xorg-video_driver_packages#dcore_xorg-_specific_driver_installation|dCore Xorg-<specific> Driver Installation]] for specific drivers. |
*Run ''sce-import -b wbar'' to install the wbar program launcher. | *Run ''sce-import -b wbar'' to install the wbar program launcher. |
*Run ''sce-import -b flwm_topside'' or ''sce-import -b flwm'' to install a FLWM (Window Manager) variant. | *Run ''sce-import -b flwm_topside'' or ''sce-import -b flwm'' to install Fast Light Window Manager. |
*Add the correct desktop=* boot code to the boot loader being used (eg. desktop=flwm or desktop=flwm_topside). | *Add a desktop boot code to the system's boot loader (eg. desktop=flwm or desktop=flwm_topside). |
*Restart the system to boot into a graphical desktop. If this does not work, then | *Reboot system into a graphic desktop. |
| |
Review the relevant [[http://www.tinycorelinux.net/dCore/x86/README/|READMEs]] for additional information. | In most cases the above steps will result in a good working system, if not try [[http://wiki.tinycorelinux.net/dcore:faq#help_i_followed_the_documentation_but_can_t_boot_into_graphics|installing kernel modules for graphic drivers]], reboot and test. As outlined, additional customization, such as [[http://wiki.tinycorelinux.net/dcore:xorg-video_driver_packages#dcore_xorgconf_example|xorg.conf file installation]], may be needed to tweak monitor resolution. Review the relevant [[http://www.tinycorelinux.net/dCore/x86/README/|READMEs]] for additional information. |
| |
**[[http://wiki.tinycorelinux.net/dcore:welcome|> Return to the dCore Wiki Welcome page]]** | **[[http://wiki.tinycorelinux.net/dcore:welcome|> Return to the dCore Wiki Welcome page]]** |
| |