Date: Sat, 08 Jul 2000 12:34:07 +0100 From: "Carlos J. G. Duarte" <cgd@teleweb.pt> To: Rahul Siddharthan <rsidd@physics.iisc.ernet.in> Cc: Matt Rohrer <matt@prognostikos.com>, freebsd-questions@FreeBSD.ORG Subject: Re: [off-topic] -bpp with .xsession Message-ID: <396711AF.200EF202@teleweb.pt> References: <Pine.GSO.4.21.0007052104350.11614-100000@freke.odin.pdx.edu> <20000706123023.A1203@physics.iisc.ernet.in>
next in thread | previous in thread | raw e-mail | index | archive | help
Rahul Siddharthan wrote: > > I don't know whether individual users can control it with .xsession, > probably not, but globally you can edit > /usr/X11R6/lib/X11/xdm/Xservers and add the -bpp flag to the X line > there. > yes, individual users can create/edit a .xserverrc file on their $HOME. that file must be executable (usually a script), and if it exists, it will be ran to launch the X server. this is usefull for changing options or even changing the PATH of our Xserver. for instance, my .xserverrc is: #! /bin/sh exec X vt08 "$@" in this case, we could add a -bpp switch to get the job done. -- carlos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?396711AF.200EF202>