From owner-freebsd-questions Mon Jul 20 11:59:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22773 for freebsd-questions-outgoing; Mon, 20 Jul 1998 11:59:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alcatel.fr (ns.celwave.tm.fr [194.133.58.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22768 for ; Mon, 20 Jul 1998 11:59:36 -0700 (PDT) (envelope-from THIERRY.HERBELOT@telspace.alcatel.fr) From: THIERRY.HERBELOT@telspace.alcatel.fr Received: from alcatel.fr (gatekeeper-ssn.alcatel.fr [155.132.180.244]) by mailgate.alcatel.fr (ALCANET/SMTP.9.9.9) with ESMTP id VAA08481; Mon, 20 Jul 1998 21:04:32 +0200 Received: from aifhs1.alcatel.fr (aifhs1.alcatel.fr [155.132.180.86]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id UAA00979; Mon, 20 Jul 1998 20:52:11 +0200 (MET DST) Received: from aifhs2.alcatel.fr (localhost [127.0.0.1]) by aifhs1.alcatel.fr (8.8.8/8.8.8) with ESMTP id UAA22703; Mon, 20 Jul 1998 20:54:53 +0200 (MET DST) Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id UAA00963; Mon, 20 Jul 1998 20:52:09 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.7.6/8.7.3) with SMTP id UAA12650; Mon, 20 Jul 1998 20:46:59 +0200 (MET DST) Received: from telspace.alcatel.fr by telss1 (4.1/SMI-4.1) id AA14693; Mon, 20 Jul 98 18:02:44 +0200 Received: from localhost by telspace.alcatel.fr with SMTP (1.40.112.12/16.2) id AA276340288; Mon, 20 Jul 1998 17:58:08 +0200 X-Openmail-Hops: 1 Date: Mon, 20 Jul 98 17:57:55 +0200 Message-Id: In-Reply-To: <35B33EF8.6201DD56@isdnet.net> Subject: =?ISO-8859-1?Q?R=E9p_:_Xinit_problemes?= Mime-Version: 1.0 To: simon@isdnet.net Cc: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; name="Xinit" Content-Disposition: inline; filename="Xinit" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id LAA22769 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi you should start X-Win with startx AND get something in ~.xinitrc my .xinitrc : #!/bin/sh # $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $ userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap sysresources=/usr/X11R6/lib/X11/xinit/.Xresources sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap # merge in defaults and keymaps if [ -f $sysresources ]; then xrdb -merge $sysresources fi if [ -f $sysmodmap ]; then xmodmap $sysmodmap fi if [ -f $userresources ]; then xrdb -merge $userresources fi if [ -f $usermodmap ]; then xmodmap $usermodmap fi # start some nice programs twm & xclock -geometry 50x50-1+1 & xterm -geometry 80x24+272+0 & xterm -geometry 80x24-0-0 & exec xterm -C -geometry 80x24+0+0 -iconic -name console ____________________________ Séparateur Réponse _______________________________ Objet : Xinit problemes Auteur : simon@isdnet.net Date : 20/07/98 14:58 I'm really sorry but I can't launch anything applications after my X server is up. I can't launch this one with XINIT but just with XF86_SVGA and no package mount. I've just a grey screen and my mouse... Please help me. Thanks a lot, Simon THINK DIFFERENT, THINK FreeBSD !!! ______ ___ _ _ ______ \ \ | ( '| \ _ | |_____/Simon Fourticq ) ) | \ | | /|/| |/ -|- |____/Assistant Administrateur Reseau /_____/ _|_'_)|_/ | |/|_/ |/ |___/simon@isdnet.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message