Re: 0.2 issues
Re: 0.2 issues
- Subject: Re: 0.2 issues
- From: Chris Devers <email@hidden>
- Date: Mon, 10 Feb 2003 18:24:42 -0500 (EST)
On Mon, 10 Feb 2003, Richard Chamberlain wrote:
> After installing the new beta all the window decorations have gone to
> the default X11 style, I get three xterms on startup and a little clock
> top right. There also seems to be something going on in the top left of
> the screen as just under the menubar there is a shadow, which looks like
> the kind that a window generates.
What's happening here is that X11.app now reads global default
configuration from /etc/X11/xinit/xinitrc, which as you note includes the
TWM window manager, a clock, and several xterms. If you aren't happy with
this arrangement, either edit this file (you need root priviliges to do
this, so use sudo: "sudo vim /etc/X11/xinit/xinitrc" or similar) or,
preferably, copy it to your home directory & edit that copy:
cp /etc/X11/xinit/xinitrc ~/.xinitrc
vim ~/.xinitrc
Suggested change to your .xinitrc -- comment our the twm line, and replace
it with one to quartz-wm. After doing so, I ended up with these lines:
#twm &
quartz-wm &
Changes like this should address some or all of your problems. Give it a
try and see if things get better after you do that.
--
Chris Devers email@hidden
version, latest, n.
That VERSION which most exceeds the DEADLINE for completion.
-- from _The Computer Contradictionary_, Stan Kelly-Bootle, 1995
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.
References: | |
| >0.2 issues (From: Richard Chamberlain <email@hidden>) |