[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: login.app and 16 bpp?



On Tue, Jul 20, 1999 at 07:10:53PM +0200, Joachim Trinkwitz wrote:
> Hi,
> 
> I've tried login.app and liked it's appearance very much, but it ran
> the X server only with 8bpp. Is it possible to configure it to run
> with 16 bpp?

Look in /etc/X11/XF86Config for something like this:

Section "Screen"
   Driver          "SVGA"
   Device          "Primary Card"
   Monitor         "Primary Monitor"

and add a line "DefaultColorDepth 16", that is:

Section "Screen"
   Driver          "SVGA"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 16


Marcelo


Reply to: