Stopping DNS requests

Glynn Clements glynn at gclements.plus.com
Tue Jul 19 22:21:57 PDT 2005


paul rogers wrote:

> > What clients does your Xsession script run? Try disabling some of
> > them.
> 
> Nothing. Using default scripts and have no ~/.Xsession.

Sorry; Xsession (and ~/.xsession) are for xdm; startx uses
/etc/X11/xinit/xinitrc and ~/.xinitrc. If you don't have either of
those, xinit will run a xterm.

Most systems have a global /etc/X11/xinit/xinitrc, which is often
customised by the OS distribution vendor (sometimes, it will try to
start Gnome or KDE, in which case just about anything can happen).

You can bypass the system's xinitrc by specifying a command to startx,
e.g.:

	startx /usr/bin/xterm

[The command has to start with a slash or period to be recognised.]

You can then try manually running individual commands from the
system's xinitrc.

-- 
Glynn Clements <glynn at gclements.plus.com>



More information about the xorg mailing list