Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] xinit not quite right.

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Robin <robin AT kallisti.2y.net>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] xinit not quite right.
  • Date: Sun, 28 Jul 2002 23:53:16 +1200

I occasionaly play a few games under wine (and, BTW, I recall normal
wine being better than winex, but anyway...). My normal procedure is to
run 'xinit -- :1', and work in the new server (that way if things fail I
can happily alt-ctrl-backspace). However, I tried this with sourcemage
and get:
robin@kallisti:~/windows/Black Isle/Baldur's Gate$ xinit -- :1


XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 January 2002
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/)
Build Operating System: Linux 2.4.18 i686 [ELF]
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.1.log", Time: Sun Jul 28 23:40:07 2002
(==) Using config file: "/etc/X11/XF86Config"
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/,
removing from list!
AUDIT: Sun Jul 28 23:40:15 2002: 23957 X: client 1 rejected from local host
Xlib: connection to ":1.0" refused by server
Xlib: No protocol specified


waiting for X server to begin accepting connections .
AUDIT: Sun Jul 28 23:40:17 2002: 23957 X: client 1 rejected from local host
Xlib: connection to ":1.0" refused by server
Xlib: No protocol specified

..
AUDIT: Sun Jul 28 23:40:19 2002: 23957 X: client 1 rejected from local host
Xlib: connection to ":1.0" refused by server
Xlib: No protocol specified

A server screen does come up, but not even an xterm appears (even when I
do 'xinit xterm -- :1', which I think is right.)
This continues until I alt-ctrl-backspace.

My ~/.xinitrc is:
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld 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 80x50+494+51 &
#xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login
#exec startkde


Any ideas?


--
Robin <robin AT kallisti.2y.net> JabberID: <eythian AT jabber.org>

Hostes alienigeni me abduxerunt. Qui annus est?

PGP Key 0x768B8765 Fingerprint=33C8 EA9C 61F1 F117 EEED 24A5 3BCE 4F77 768B
8765

Attachment: pgpNgHHDAZ2WH.pgp
Description: PGP signature



  • [SM-Discuss] xinit not quite right., Robin, 07/28/2002

Archive powered by MHonArc 2.6.24.

Top of Page