Hi Alex,
"more /usr/X11R6/startx" gets me:

#pragma GCC set_debug_pwd "/private/var/tmp/X11/X11-0.30.obj~2/xc/programs/xinit"
#!/bin/sh


# $Xorg: startx.cpp,v 1.3 2000/08/17 19:54:29 cpqbld Exp $
#
# This is just a sample implementation of a slightly less primitive
# interface than xinit. It looks for user .xinitrc and .xserverrc
# files, then system xinitrc and xserverrc files, else lets xinit choose
# its default. The system xinitrc should probably do things like check
# for .Xresources files and merge them in, startup up a window manager,
# and pop a clock and serveral xterms.
#
# Site administrators are STRONGLY urged to write nicer versions.
#
# $XFree86: xc/programs/xinit/startx.cpp,v 3.16 2003/01/24 21:30:02 herrb Exp $



userclientrc=$HOME/.xinitrc userserverrc=$HOME/.xserverrc sysclientrc=/usr/X11R6/lib/X11/xinit/xinitrc sysserverrc=/usr/X11R6/lib/X11/xinit/xserverrc defaultclient=/usr/X11R6/bin/xterm defaultserver=/usr/X11R6/bin/X defaultclientargs="" defaultserverargs="" clientargs="" serverargs=""


Any ideas?


Chris

On Nov 10, 2003, at 4:10 PM, Alexander K. Hansen wrote:

Hmm...it looks like your startx is running things that it shouldn't. It's just a shell script, so can you post what you get from running "head /usr/X11R6/bin/startx"?

On Monday, November 10, 2003, at 03:45 PM, Chris Guzofski wrote:

Hi All,
A while back I wrote about my issues installing and running X11 with fink under Panther (see: http://article.gmane.org/gmane.os.apple.fink.beginners/8515). I did as recommended and removed all traces of X11 and SDK and reinstalled and updated fink (including indexing). I still can't get X11 to work. My Console.app says:


XFree86 Version 4.3.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
[DRI] screen 0 installation complete
Screen 0 added: 1024x768 @ (0,0)
Quitting XDarwin...
Error: Can't open display: :0
xterm Xt error: Can't open display: :0

Additionally if I try typing "startx" in the Terminal I get:

mycomputer 43% startx
tcsh: userclientrc=/Users/cguzofsk/.xinitrc: Command not found.
tcsh: userserverrc=/Users/cguzofsk/.xserverrc: Command not found.
tcsh: sysclientrc=/usr/X11R6/lib/X11/xinit/xinitrc: Command not found.
tcsh: sysserverrc=/usr/X11R6/lib/X11/xinit/xserverrc: Command not found.
tcsh: defaultclient=/usr/X11R6/bin/xterm: Command not found.
tcsh: defaultserver=/usr/X11R6/bin/X: Command not found.
tcsh: defaultclientargs=: Command not found.
tcsh: defaultserverargs=: Command not found.
tcsh: clientargs=: Command not found.
tcsh: serverargs=: Command not found.
tcsh: userclientrc: Undefined variable.


Any ideas would be very helpful. I am using fink 0.16.0-1 which I got through a selfupdate.
Yours Truly,
Chris





------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners



------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners




------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to