• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Sudden loss of X11 functionality -- HELP!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sudden loss of X11 functionality -- HELP!


  • Subject: Re: Sudden loss of X11 functionality -- HELP!
  • From: Jim Solderitsch <email@hidden>
  • Date: Tue, 7 Dec 2004 14:34:16 -0500


On Dec 7, 2004, at 2:17 PM, Rich Cook wrote:

What's in your .xinitrc if anything?

On Dec 7, 2004, at 11:06 AM, Jim Solderitsch wrote:

I used X11 under Mac OS X 10.3.6 just last week with no problems.



etc.

I moved the .xinitrc aside (mv'd it to saved.xinitrc) with no improvement.

Here is what it used to say:

#!/bin/sh
# $Id: xinitrc,v 1.2 2003/02/27 19:03:30 jharper Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/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

# xterm &

# xterm -geometry 80x55+0+20 -sb -rightbar -ls -fa Monaco -fs 10 &
xterm -geometry 80x55+0+20 -sb -rightbar -ls -fs 10 &

# start the window manager

exec quartz-wm

_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list      (email@hidden)
This email sent to email@hidden


References: 
 >Sudden loss of X11 functionality -- HELP! (From: Jim Solderitsch <email@hidden>)
 >Re: Sudden loss of X11 functionality -- HELP! (From: Rich Cook <email@hidden>)

  • Prev by Date: Re: Sudden loss of X11 functionality -- HELP!
  • Next by Date: Re: Sudden loss of X11 functionality -- HELP! (Solution?)
  • Previous by thread: Re: Sudden loss of X11 functionality -- HELP!
  • Next by thread: Re: Sudden loss of X11 functionality -- HELP! (Solution?)
  • Index(es):
    • Date
    • Thread