Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 1997 22:33:07 -0700
From:      "Jeffrey J. Ayres" <JeffAyres@worldnet.att.net>
To:        questions@FreeBSD.org
Subject:   [Fwd: Repost fvwm startup]
Message-ID:  <337FE613.3014@worldnet.att.net>

next in thread | raw e-mail | index | archive | help
From: "Jeffrey J. Ayres" <JeffAyres@worldnet.att.net>
To: "Jeffrey J. Ayres" <JeffAyres@worldnet.att.net>
Received: from LOCALNAME ([207.147.168.98]) by mtigwc04.worldnet.att.net
          (post.office MTA v2.0 0613 ) with SMTP id AAA5457
          for <JeffAyres@worldnet.att.net>; Sun, 18 May 1997 20:22:32 +0000
Message-ID: <337F6586.4823@worldnet.att.net>
X-Mailer: Mozilla 3.01Gold (Win16; I)
Subject: Repost fvwm startup
References: <337B5B4A.5781@worldnet.att.net>
Organization: independent
Date: Sun, 18 May 97 20:24:38 +0000
Mime-Version: 1.0
Content-Type: Text/Plain;
	charset=us-ascii

Could someone please help me with this problem starting fvwm, it is a
repost of a previous question to which I haven't received a response.
 
 Because the second disk on the 2.1.5 FreeBSD was damaged CDROM
 replaced the
 disks with 2.2.1 FreeBSD.  The 2.1.5 version worked great, xdm and twm,
 no bugs.  However many programs were not available.  The following
 patches were necessary in order to start xdm and twm using version
2.1.5
 FreeBSD.
 In /etc/rc.local, the following was added:
 
         echo -n 'starting local daemons:'
 
         # put your local stuff here
 
         /usr/X11R6/bin/xdm && echo -n ' twm'
 
 The following .xsession file was added
 
 #!/bin/sh
 #
 # .xinitrc - X Windows initialization file, FreeBSD/twm version.
 # Wes Peters; 05/25/95
 #
 # Run .profile to make sure we get the environment setup correctly.
 #
 . ~/.profile
 
 TZ=MST7MDT; export TZ
 
 #
 # Start clients - just a terminal window to start with.
 #
 xterm &
 
 #
 # Start a window manager - twm to start with.  This program becomes the
 # 'session manager', exit from it to logout from X.
 #
 twm
 
         Starting from a "clean" slice I wish to install fvwm95.
 Installation
 of the window manager program fvwm95 using the above commands is not
 working.  fvwm95 replaced twm whenever it appears.  The symptoms are
the
 xdm
 login screen appears allowing login.  Then a blank screen appears, no
 window, only the fvwm95 menu appears after clicking the right mouse
 button (default menu and exit buttons).
 
  The error message in the -xsession-errors file reads
       Fvwm-95: in function Read: <<error>>file ' .fvwm95rc' not found
in
  $HOME or /usr/X11R6/lib/X11/fvwm95
       Fvwm-95:in function Read: trying to read system rc file
       Fvwm-95: in function Read:<<Error>> file 'system.fvwm95rc' not
  found in $HOME or /usr/X11R6/lib/X11/fvwm95
 
 Both 'system.fvwm95rc' and '.fvwm95rc' are present in the $HOME
 directory.
 
 
        Also, there is recurring error message, ' XF86_SVGA pid ###
tried
 to
 use non present SYSVSHM '  the message is displayed whenever logging
 out.
 
         Could someone please help me to setup the fvwm95 correctly and
 remedy
 the XF86_SVGA error message?
 
                                                 Thanks,
                                                 Jeff Ayres






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