From: Sebastian <selist@arcor.de>
To: gentoo-user-de@lists.gentoo.org
Subject: Re: [gentoo-user-de] x (kde) start probleme
Date: Fri, 03 Mar 2017 15:29:20 +0100 [thread overview]
Message-ID: <4917541.52Yd4Bgyko@l1-gentoo> (raw)
In-Reply-To: <20170218120856.5062d9d1@big-server.localdomain>
Hallo,
ich habe nochmal ein wenig gesucht und kann mich jetzt immerhin per startx an
kde Anmelden ohne Umweg über xterm.
Nachvollziebar habe ich die /etc/X11/xinit/xinitrc bearbeitet. Leider habe ich
dazu im Handbuch aber keine mich weiterführenden hinweise gefunden. Ich stelle
die mal hier rein wie sie im Moment aussieht. Sollte ich da noch etwas
verbessern?
-----------------------------------------------------------
#!/bin/sh
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/Xresources
sysmodmap=/etc/X11/xinit/Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
# start some nice programs
if [ -n "`/etc/X11/chooser.sh`" ]; then
command="`/etc/X11/chooser.sh`"
else
failsafe="yes"
fi
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?* ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
if [ -n "$failsafe" ]; then
#twm &
#xclock -geometry 50x50-1+1 &
#xterm -geometry 80x50+494+51 &
#xterm -geometry 80x20+494-0 &
#exec xterm -geometry 80x66+0+0 -name login
#exec startkde -geometry 80x66+0+0 -name login
#else
exec startkde
fi
------------------------------------------------------------------------------
wofür stehen die twm, xclock und xterm angaben?
Leider ist der Anmeldebildschirm von sddm noch immer unbrauchbar eine
Anmeldung schlägt immer fehl. Ich habe festgestellt das das Tastatur-Layout zu
diesem Zeitpunkt warscheinlich noch Englisch ist? = = ) üöä sind nicht
vorhanden.
Dies dürfte dem Passwort aber egal sein da im Moment auf einfach getrimmt.
Den sddm schalte in der /etc/conf.d/xdm an oder aus.
------------------------------------
# We always try and start X on a static VT. The various DMs normally default
# to using VT7. If you wish to use the xdm init script, then you should ensure
# that the VT checked is the same VT your DM wants to use. We do this check to
# ensure that you haven't accidentally configured something to run on the VT
# in your /etc/inittab file so that you don't get a dead keyboard.
CHECKVT=7
# What display manager do you use ? [ xdm | gdm | kdm | gpe | entrance ]
# NOTE: If this is set in /etc/rc.conf, that setting will override this one.
#DISPLAYMANAGER="sddm"
---------------------------------------------------------------------------
Mit den Spracheinstellung hatte ich auch meine Probleme und vieleicht ist das
noch nicht korrekt. Für Deutsch war kein erkennbares UTF8 Layout vorhanden so
habe ich eines erstellt mit locale-gen (ohne recht zu verstehen was dabei
genau passiert) und mit eselect gesetzt.
/etc/env.d/02locale sieht so aus:
# Configuration file for eselect
# This file has been automatically generated.
LANG="de_DE.utf8"
LC_CTYPE="de_DE.utf8"
LC_NUMERIC="de_DE.utf8"
LC_TIME="de_DE.utf8"
LC_COLLATE="C"
LC_MONETARY="de_DE.utf8"
LC_MESSAGES="de_DE.utf8"
LC_PAPER="de_DE.utf8"
LC_NAME="de_DE.utf8"
LC_ADDRESS="de_DE.utf8"
LC_TELEPHONE="de_DE.utf8"
LC_MEASUREMENT="de_DE.utf8"
LC_IDENTIFICATION="de_DE.utf8"
LC_ALL=""
Gruß
Sebastian
next prev parent reply other threads:[~2017-03-03 14:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-14 17:22 [gentoo-user-de] X start probleme Sebastian
2017-02-14 17:37 ` Harald Weiner
2017-02-15 13:58 ` Sebastian
2017-02-15 14:46 ` Sebastian
2017-02-17 19:40 ` [gentoo-user-de] x (kde) " Sebastian
2017-02-18 11:09 ` Randy Andy
2017-03-03 14:29 ` Sebastian [this message]
2017-03-03 15:46 ` Sven Eden
2017-03-03 16:43 ` Sebastian
2017-03-04 22:21 ` Michael Schier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4917541.52Yd4Bgyko@l1-gentoo \
--to=selist@arcor.de \
--cc=gentoo-user-de@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox