[EMAIL PROTECTED] wrote:
> 
> I have been using this alias in my /etc/bashrc to set the screen when
> starting X:
> 
>         startx='startx -- -bpp 16'
> 
> How do I set this in /etc/X11/XF86Config instead of using an alias so that
> I can use it in runlevel 5? I can't seem to make heads or tails of the
> documentation.

Find the section corresponding to your driver and change the
"DefaultColorDepth" line to reflect which one you want.

Section "Screen"
   Driver          "Accel"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 32
                     ^^

hth,
kent
        
-- 
________________________________________________________________
"Neurosis is the way of avoiding non-being by avoiding being." 
- Paul Tillich, American theologian (1886-1965).



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to