Übersicht
Stichwortsuche
History
Versionen
Kategorien
Alle Artikel
SuSE Linux: Versionen ab 4.4
XFree86: Version 3.2
Wabi: Version 2.2B, 2.2D
Die Version Wabi 2.2D kann jedoch auch in 24 Bit Farbtiefe betrieben werden. Sie finden das Update unter ftp://ftp.caldera.com/pub/wabi/updates/wabiprog-2.2D
startx -- :1 -bpp 8 -kb
~/.xserverrc
verwenden:
#!/bin/bash # # move this file to ~/.xserverrc, if you don't want to allow # everybody to get access to your X-Server # auth=$HOME/.Xauthority dspnum=":0" args="" while [ -n "$1" ] ; do case "$1" in \:[0-9]) dspnum="$1" ; shift ;; *) args="$args $1" ; shift ;; esac done if [ -x "`type -p keygen`" ] ; then if [ ! -x "`type -p hostname`" ] ; then echo "startx: can't get my hostname - exiting" 1>&2 exit 1 else host=`hostname -f` fi trap "echo" 1 2 15 cookie="MIT-MAGIC-COOKIE-1 `keygen`" tcpip="$host$dspnum" unix="${host%%.*}/unix$dspnum" xauth -f $auth source - <<-EOF add $tcpip $cookie add $unix $cookie EOF cookie= exec X $dspnum -auth $auth $args else exec X $dspnum $args fiMit Xnest kann WABI dann in ein eigenes Fenster gebracht werden, das sich nicht mehr mit dem virtuellen Desktop stört.
Siehe auch:
Stichwörter: WABI, X11, STARTX
Kategorien:
X-Applikationen
Feedback willkommen: Send Mail to srolf@suse.de (Geben Sie bitte folgendes Stichwort an: SDB-wabi_2_X_server
)
Übersicht
Stichwortsuche
History
Versionen
Kategorien
Alle Artikel