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] .