Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 18:02:03 +0100
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: Second attempt at FreeBSD-11.0-RELEASE-i386, Xorg, and Xfce graphical desktop
Message-ID:  <20170120170203.GA3685@c720-r292778-amd64.oa.oclc.org>
In-Reply-To: <alpine.BSF.2.20.1701200952300.37959@wonkity.com>
References:  <18a5de5c-bc3a-c2e8-32c1-ea0a12d446ac@holgerdanske.com> <20170116230336.2cc22d94@riseup.net> <45c5ea44-e0b4-2698-da8e-707c507eb086@holgerdanske.com> <alpine.BSF.2.20.1701172256330.1046@wonkity.com> <20170118031855.48fbbe2c@riseup.net> <alpine.BSF.2.20.1701181757440.45317@wonkity.com> <2d4edb680db8c48f2be352b074f2b968@mhoenicka.de> <alpine.BSF.2.20.1701190750510.55707@wonkity.com> <955ae51c90249264567d01d77b656093@mhoenicka.de> <alpine.BSF.2.20.1701200952300.37959@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
El día Friday, January 20, 2017 a las 09:55:06AM -0700, Warren Block escribió:

> I do not use a display manager either, not worth the effort for me. 
> Just startx.
> 
> My .xinitrc has this:
> 
>    # WB: map the Zap combination
>    setxkbmap -option terminate:ctrl_alt_bksp
> 
>    exec /usr/local/bin/startxfce4 --with-ck-launch

Mine one is this:

cd
setxkbmap -option terminate:ctrl_alt_bksp
xrandr --output default --mode 1366x768
/usr/local/bin/xbindkeys
test -f startkde.log && mv startkde.log startkde.log.last
mixer vol 91
exec /usr/local/bin/startkde 2>&1 | while read line; do echo -n "$(date '+%T'): "; echo $line ; test "$line" = "startkde: Done." && exit ; done | tee -a startkde.log

This logs the stdout/stderr of KDE into a file with timestamps in front.

	matthias

-- 
Matthias Apitz, ✉ guru@unixarea.de, ⌂ http://www.unixarea.de/  ☎ +49-176-38902045
"Wo ist der antiimperialistische Schutzwall, wenn man ihn braucht? US-Panzertransport durch ex-DDR"
"Where is the anti-imperialistic  wall, if it's needed? Transport of US-tanks through the ex-GDR"
https://deutsch.rt.com/kurzclips/45282-us-panzertransporte-durch-ex-ddr/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170120170203.GA3685>