Second attempt at FreeBSD-11.0-RELEASE-i386, Xorg, and Xfce graphical desktop

Matthias Apitz guru at unixarea.de
Fri Jan 20 17:02:13 UTC 2017


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 at 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/


More information about the freebsd-questions mailing list