[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:05194] About xdm...(Using Accel-X 4.1)
- From: "Toshiyuki SASAKI" <tosh@xxxxxxxxxxxxxx>
- Subject: [debian-users:05194] About xdm...(Using Accel-X 4.1)
- Date: Tue, 7 Apr 1998 04:16:28 +0900
- X-mimeole: Produced By Microsoft MimeOLE V4.72.2106.4
- X-ml-info: If you have a question, send a mail with the body "# help" (without quotes) to the address debian-users-ctl@debian.or.jp
- X-ml-name: debian-users
- X-mlserver: fml [fml 2.1A#45]; post only from members
- X-msmail-priority: Normal
- X-priority: 3
- Message-id: <000001bd6190$958a5de0$254882d2@vaio>
- X-mail-count: 05194
- X-mailer: Microsoft Outlook Express 4.72.2106.4
このメーリングリストでも、もう何度も出てきた話題だと思うのですが、
xdm についての質問です。
Debian1.3.1を使用していますが、
機種 : Sony VAIO PCG-707
Video chip : Neo Magic Magic Graph 128XD (NM2160)
の為、Xi-Graphics の Accelerated-X (LX Ver 4.1)を使用しています。
インストール元がLaser 5 のDebian CD-ROM だったので、
ユーザーズガイドがついてきましたので、それも参考に作業していますが、
一向にxdm は反応がありません。
その本にはこう書いてあります。
* /usr/X11/xdm/Xservers に 次の一行を含める。
:0 local /usr/X11R6/bin/X
* /etc/X11/Xserver でのXサーバのパスはあっているか?
これらについては、確認しました。
以下、参考まで /etc/init.d/xdm の内容です。
これをリンクから呼んで、どうやら何らかの形で xdm は動いているようです。
----------------------------------------------------------
#!/bin/sh
# /etc/init.d/xdm: start or stop XDM.
test -x /usr/bin/X11/xdm || exit 0
test -f /etc/X11/config || exit 0
if grep -q ^xbase-not-configured /etc/X11/config
then
exit 0
fi
run_xdm=0
if grep -q ^start-xdm /etc/X11/config
then
run_xdm=1
fi
case "$1" in
start)
if [ $run_xdm = 1 ]
then
start-stop-daemon --start --verbose --exec /usr/bin/X11/xdm
fi
;;
stop)
if [ $run_xdm = 1 ]
then
start-stop-daemon --stop --verbose --pidfile /var/run/xdm-pid \
--exec /usr/bin/X11/xdm
fi
;;
*)
echo "Usage: /etc/init.d/xdm {start|stop}"
exit 1
esac
exit 0
---------------------------------------------------------------
どうしたらよいのでしょう?
ご存知の方、こうしたらよいのでは?どんな情報でもかまいません。
よろしくお願いいたします。
------------------------------------------
[tosh@xxxxxxxxxxxxxx] Toshiyuki SASAKI
University of Electro-Communications
Communications & Systems Engineering
Univ.Addr is [toshi@xxxxxxxxxxxxxxxxx]
------------------------------------------