hallo.
Bei der Installation von Debian Etch ist mir folgendes aufgefallen:
Wenn kdm mitinstalliert ist hat man recht kleine zum Teil sogar
etwas unsaubere Schriftarten.
Nach der Deinstallation von kdm ist die Schrift auf einmal deutlich größer und sieht auch besser aus.
Kein Ulk.
Hätte nicht gedacht welchen Einfluß kdm auf die KDE-schriftarten hat.
Linux 14.994 Themen, 106.504 Beiträge
Den alten fvwm2 habe ich schon lange nicht mehr verwendet. Du mußt die Konfigurationsdatei Xsession in deinem /home verzeichnis anlegen und/oder bearbeiten. Du kannst dann einstellen welcher Windowmanager gestartet wird und welche Programme wie xterm automatisch gestartet werden sollen.
Du mußt mal die manpage von Xsession durchlesen:
"man Xsession"
Ist schon lange her das ich so einen einfachen Windowmanager verwendet habe.
.......
Xsession(5) Xsession(5)
NAME
Xsession - initialize X session
SYNOPSIS
Xsession [ session-type ]
DESCRIPTION
/etc/X11/Xsession is a Bourne shell (sh(1)) script which is run when an X Window System session is begun by
startx(1x) or a display manager such as xdm(1x). (Some display managers only invoke Xsession when specifically
directed to so by the user; see the documentation for your display manager to find out more.) Administrators
unfamiliar with the Bourne shell will likely find the Xsession.options(5) configuration file easier to deal with
than Xsession itself.
Xsession is not intended to be invoked directly by the user; to be effective it needs to run in a special environ-
ment associated with X server initialization. startx, xdm, xinit(1x), and other similar programs handle this.
By default on a Debian system, Xsession is used by both common methods of starting the X Window System, xdm (or
another X display manager) and startx. To change this for xdm, edit the 'DisplayManager*session' resource in the
/etc/X11/xdm/xdm-config file -- for other display managers, consult their documentation. To stop startx from
using Xsession by default, replace the contents of the /etc/X11/xinit/xinitrc file.
The Xsession script is quite flexible, and extensive customization of the X startup procedure is possible without
modifying the script itself. See "CUSTOMIZING THE STARTUP PROCEDURE" below.
......
