xdm-screen 16 bit?

1997-05-13 Thread Gernot Bauer
Hi, 

what do I have to change if I want the xdm-login and all further 
screens to be at least 16 bit (when I dont use xdm I get the right 
screen depth with xinit -- -bpp 16 but how does this work with xdm)?

Thanx, 

Gernot
-
Gernot Bauer
University of Linz, Austria

eMail: [EMAIL PROTECTED]

The answer is yes - me.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: xdm-screen 16 bit?

1997-05-13 Thread Rolf Obrecht


On Tue, 13 May 1997, Gernot Bauer wrote:

 Hi, 
 
 what do I have to change if I want the xdm-login and all further 
 screens to be at least 16 bit (when I dont use xdm I get the right 
 screen depth with xinit -- -bpp 16 but how does this work with xdm)?
 
Change the entry in your /etc/X11/xdm/Xservers file to

:0 local /usr/X11R6/bin/X -bpp 16

Regards
Rolf


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: xdm-screen 16 bit?

1997-05-13 Thread J.H.M.Dassen
On May 13, Rolf Obrecht wrote
 On Tue, 13 May 1997, Gernot Bauer wrote:
  what do I have to change if I want the xdm-login and all further screens
  to be at least 16 bit (when I dont use xdm I get the right screen depth
  with xinit -- -bpp 16 but how does this work with xdm)?
  
 Change the entry in your /etc/X11/xdm/Xservers file to
 
 :0 local /usr/X11R6/bin/X -bpp 16

Or, generically, set DefaultColorDepth 16 in the Screen section of your
/etc/X11/XF86Config.

Ray
-- 
PATRIOTISM  A great British writer once said that if he had to choose 
between betraying his country and betraying a friend he hoped he would
have the decency to betray his country.  
- The Hipcrime Vocab by Chad C. Mulligan 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: xdm-screen 16 bit?

1997-05-13 Thread Jens B. Jorgensen
Gernot Bauer wrote:
 
 Hi,
 
 what do I have to change if I want the xdm-login and all further
 screens to be at least 16 bit (when I dont use xdm I get the right
 screen depth with xinit -- -bpp 16 but how does this work with xdm)?
 

/etc/X11/xdm/Xservers contains the list of local servers to be
managed by xdm (unless you changed something). It has the command-lines
which are used to start up the servers. Add the '-bpp 16' to the
command line. For instance, in my /etc/X11/xdm/Xservers, I have a line:

:0 DEC-P90 local /usr/X11R6/bin/XF86_S3 :0

Which would change to 

:0 DEC-P90 local /usr/X11R6/bin/XF86_S3 :0 -bpp 16

to have 16 bits-per-pixel.

Yes, my friend, had you Read The Fine xdm Manpage you would have easily
discovered the answer.

-- 
Jens B. Jorgensen
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .