Can't start gnome



Hello,

I just compiled and installed 0.20. I've had the same ping.c and
gdiskfree problem someone reported earlier if that's of interest. My
bigger problem though is that I can't start the desktop. When I launch
startx, the X server dies with no warnings or errors or anything. I'm
attaching my xinitrc and the stdout I get when starting. I'm currently running
Xfree 3.2 and am ftp'ing 3.3.2, just in case it's an X server thing.

Thanks for any advice/help you can provide.

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
#xset +fp /usr/X11R6/lib/X11/fonts/freefont/

# 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
background-properties --init &
keyboard-properties --init &                                             
mouse-properties --init &
panel &        
fvwm2 &
tkgoodstuff &

-------------------------


XFree86 Version 3.2 / X Window System
(protocol Version 11, revision 0, vendor release 6100)
Release Date: Oct 26 1996
	If the server is older than 6-12 months, or if your card is newer
	than the above date, look for a newer version before reporting
	problems.  (see http://www.XFree86.Org/FAQ)
Operating System: Linux [ELF] 
Configured drivers:
  Mach64: accelerated server for ATI Mach64 graphics adaptors (Patchlevel 0)
(using VT number 7)

XF86Config: /usr/X11R6/lib/X11/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(**) XKB: keycodes: "xfree86"
(**) XKB: types: "default"
(**) XKB: compat: "default"
(**) XKB: symbols: "us(pc101)"
(**) XKB: geometry: "pc"
(**) XKB: rules: "xfree86"
(**) XKB: model: "microsoft"
(**) XKB: layout: "us"
(**) Mouse: type: Microsoft, device: /dev/mouse, baudrate: 1200,
       3 button emulation (timeout: 50ms)
(**) Mach64: Graphics device ID: "Primary Card"
(**) Mach64: Monitor ID: "Primary Monitor"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/freefont"
(--) Mach64: PCI: Mach64 CT rev 10, Aperture @ 0xe0000000, Block I/O @ 0x6000
(**) Mach64: Option "power_saver"
(--) Mach64: card type: PCI
(--) Mach64: Memory type: 1
(--) Mach64: Clock type: Internal
(--) Mach64: Maximum allowed dot-clock: 80.000 MHz
(**) Mach64: Mode "1024x768": mode clock =  78.800
(**) Mach64: Mode "800x600": mode clock =  50.000
(**) Mach64: Mode "640x480": mode clock =  31.500
(**) Mach64: Mode "640x400": mode clock =  25.180
(--) Mach64: Virtual resolution: 1024x768
(--) Mach64: videoram: 2048k
(--) Mach64: Using hardware cursor
(--) Mach64: Using 8 MB aperture @ 0xe0000000
(--) Mach64: Ramdac is Internal
(**) Mach64: Color weight: 565
(--) Mach64: Pixmap cache: 0 256x256 slots, 0 128x128 slots, 0 64x64 slots
(--) Mach64: Font cache: 0 fonts
PEX extension module not loaded
XIE extension module not loaded

waiting for X server to shut down 

-- 
Laurent Duperval          | The opinions expressed herein are copyrighted.
Systems Analyst           | Any reproduction, in whole or in part, without
                          | written consent of the National Opinion Guild
lduperval@sprint.ca       | is strictly forbidden.
URL: http://www.geocities.com/Heartland/Pointe/5248/

FIRST RULE OF HISTORY
    History doesn't repeat itself -- historians merely repeat each other.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]