[Comm] Kak ustanovit' 96dpi screen resolution for WindowMaker?
ALT Linux User
=?iso-8859-1?q?altlinux=2Emailbox_=CE=C1_gmail=2Ecom?=
Ср Фев 21 18:08:20 MSK 2007
> И поэтому можно (после установки xinitrc?) из 3 ранлевела запускать иксы
> командой
> xinit
> А значит ей можно скормить параметры:
> xinit -- -dpi 96
>
> Возможно, по аналогии, сработает и
> startx -- -dpi 96
Xsession поставил.
xserverrc выглядит так:
#!/bin/bash
#
# move this file to ~/.xserverrc, if you don't want to allow
# everybody to get access to your X-Server
#
dspnum=":0"
args="-dpi 96"
done=no
if test -z "$XAUTHORITY" ; then
auth="$HOME/.Xauthority"
else
auth="$XAUTHORITY"
fi
while test -n "$1" ; do
case "$1" in
\:[0-9])
dspnum="$1" ; shift ;;
-auth)
done=yes
args="$args $1" ; shift ;;
*)
args="$args $1" ; shift ;;
esac
done
# handle TCP port 6000
. /etc/sysconfig/displaymanager
test "$DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN" != "yes" && \
args="$args -nolisten tcp"
if test -x "`type -p keygen`" -a "$done" != "yes" ; 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
add ${host}/unix$dspnum $cookie
EOF
cookie=
exec X $dspnum -auth $auth $args
else
exec X $dspnum $args
fi
Подскажите, пожалуйста, где здесь можно подставить параметр '-dpi 96'?
Спрашиваю, поскольку ни startx windowmaker -dpi 96 ни startx -dpi 96
windowmaker Иксы не запускают.
Подробная информация о списке рассылки community