Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 98 17:57:55 +0200
From:      THIERRY.HERBELOT@telspace.alcatel.fr
To:        simon@isdnet.net
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   =?ISO-8859-1?Q?R=E9p_:_Xinit_problemes?=
Message-ID:  <H000057c01709dd1@MHS>
In-Reply-To: <35B33EF8.6201DD56@isdnet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
     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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?H000057c01709dd1>