Difference between revisions of "Debian"
(→No display manager, use startx) |
DeathCamel57 (talk | contribs) |
||
(10 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
== Installing to a running system == | == Installing to a running system == | ||
− | LXDE requires Debian Lenny or later editions to satisfy dependencies to libc6. | + | LXDE requires Debian Lenny (5.0) or later editions to satisfy dependencies to libc6. |
aptitude update | aptitude update | ||
aptitude install lxde | aptitude install lxde | ||
Line 7: | Line 7: | ||
aptitude install --without-recommends lxde-core | aptitude install --without-recommends lxde-core | ||
− | === | + | === Configuring Login Managers === |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ==== GDM, KDM, LightDM or WDM ==== | |
− | ==== GDM or | + | No manual configuration is needed. Just select LXDE from the available sessions listed by the display manager. If you don't see LXDE, restart your display manager or reboot. |
− | |||
==== SLIM ==== | ==== SLIM ==== | ||
With this display manager, some manual configuration is needed. Please refer to their [http://slim.berlios.de/manual.php official document] and write your /etc/slim.conf and ~/.xinitrc. The command you should put in your ~/.xinitrc to start LXDE is: | With this display manager, some manual configuration is needed. Please refer to their [http://slim.berlios.de/manual.php official document] and write your /etc/slim.conf and ~/.xinitrc. The command you should put in your ~/.xinitrc to start LXDE is: | ||
exec startlxde | exec startlxde | ||
− | |||
− | |||
− | |||
==== XDM ==== | ==== XDM ==== | ||
Line 74: | Line 65: | ||
=== Lightweight systems CD === | === Lightweight systems CD === | ||
− | For simpler systems there is a special CD with | + | For simpler systems there is a special CD with LXDE (default) as desktop environment. |
− | * [http://cdimage.debian.org/debian-cd/ | + | * [http://cdimage.debian.org/debian-cd/current-live/i386/iso-hybrid/debian-live-7.0.0-i386-lxde-desktop.iso debian-live-7.0.0-i386-lxde-desktop.iso hybrid] |
− | |||
− | |||
− | |||
=== eee PC === | === eee PC === | ||
Line 88: | Line 76: | ||
== An easy way: Start with CrunchBang == | == An easy way: Start with CrunchBang == | ||
− | + | CrunchBang 10 "Statler" is based on Debian Testing with Openbox, with easy setup scripts. Setting up LXDE should usually be straightforward. | |
== See also == | == See also == | ||
Line 94: | Line 82: | ||
* Changes to the CD/DVD/Blue ray-images of Debian as of 7th of January 2009 is documented in the [http://lists.debian.org/debian-devel-announce/2009/01/msg00002.html Debian mailing list archive] | * Changes to the CD/DVD/Blue ray-images of Debian as of 7th of January 2009 is documented in the [http://lists.debian.org/debian-devel-announce/2009/01/msg00002.html Debian mailing list archive] | ||
* [http://aptosid.com Aptosid] - a Debian Unstable based distribution with LXDE. | * [http://aptosid.com Aptosid] - a Debian Unstable based distribution with LXDE. | ||
− | + | * [http://siduction.org Siduction] - a Debian Unstable based distribution with LXDE live cd. | |
[[Category:LXDE]] | [[Category:LXDE]] |
Latest revision as of 04:17, 5 November 2016
Contents
Installing to a running system
LXDE requires Debian Lenny (5.0) or later editions to satisfy dependencies to libc6.
aptitude update aptitude install lxde
Alternatively, if you want a minimal lxde without its recommended applications:
aptitude install --without-recommends lxde-core
Configuring Login Managers
GDM, KDM, LightDM or WDM
No manual configuration is needed. Just select LXDE from the available sessions listed by the display manager. If you don't see LXDE, restart your display manager or reboot.
SLIM
With this display manager, some manual configuration is needed. Please refer to their official document and write your /etc/slim.conf and ~/.xinitrc. The command you should put in your ~/.xinitrc to start LXDE is:
exec startlxde
XDM
XDM reads a file called .xsession in the user's home directory to determine which window manager (resp. desktop environment) to start. As it is usually not present on a fresh Debian installation, we have to create it and put LXDE's startup command there. As an example, this is a minimal working .xsession:
#!/bin/sh exec startlxde
No display manager, use startx
Run the following command with root access:
update-alternatives --config x-session-manager
Then choose startlxde. (For the option to show-up, you may have to reboot your system first.) The next time you run startx, LXDE will be started.
Configuration for locales and input method
- GDM or KDM: Setting locale is not needed. Input method can be specified by im-switch.
- SLIM: put this in your ~/.xinitrc before "exec startlxde" to set locales.
zh_TW.UTF-8 (traditional Chinese, Taiwan) is my locale, please replace it with yours.
export LC_ALL=zh_TW.UTF-8 export LANGUAGE=zh_TW.UTF-8 export LANG=zh_TW.UTF-8
If you need to use input method, add those lines, too. Please refer to the document of your input method. Here I use scim for example. (FIXME: Maybe we can use some im-switch compatible way here. Anyone know how to do it please fix this)
export GTK_IM_MODULE=scim export QT_IM_MODULE=xim scim -d
Install to a new system
i386 or amd64
Debian uses codes for system architectures, at the official install images noted as amd64 and i386 the user can select LXDE in the menu marked "Advanced options". Use the following install images.
- Minimal networkinstall cd (netinst) Recommended!
- CD
- DVD
- Multi-arch minimal cd i386/amd64/powerpc
Read more in the install notes (this is for i386).
Other systems
For other architectures you have to issue a boot parameter to install LXDE as your desktop environment.
- Download a install image (the netinst is recomended)
- Issue the boot parameter desktop=lxde
- Continue the install process as usual.
Read more in the install notes (this is for i386).
Lightweight systems CD
For simpler systems there is a special CD with LXDE (default) as desktop environment.
eee PC
- CD image to install Debian with LXDE on to a eee PC
- Copy the CD-image on to a USB drive with dd
dd if=debian-eeepc.img of=/dev/<USB-DEVICE>
Note: <USB-DEVICE> = the device, not a partition. ( for example: /dev/sdX but NOT /dev/sdX1)
An easy way: Start with CrunchBang
CrunchBang 10 "Statler" is based on Debian Testing with Openbox, with easy setup scripts. Setting up LXDE should usually be straightforward.
See also
- At debian.org more information about the various disc images can be found.
- Changes to the CD/DVD/Blue ray-images of Debian as of 7th of January 2009 is documented in the Debian mailing list archive
- Aptosid - a Debian Unstable based distribution with LXDE.
- Siduction - a Debian Unstable based distribution with LXDE live cd.