On Thu, 21 Sep 2000, Smith, Jonathan wrote:
> How do I make xdm work like startx --bpp16
> 
> my xdm start in 8 bit mode.  how can I get it to work like startx --bpp16?
> 

Change your /etc/X11/XF86Config so that the preferred colour depth is first in
the screen section, viz:

Section "Screen"
    Driver      "svga"
    Device      "Matrox G400"
    Monitor     "HP D8901A"
    Subsection "Display"
        Depth       32  # insert in preferred bpp order
        Modes       "1024x768" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Then restart your X server with Ctrl-Alt-Bksp.

Michael

-- 
Michael Eng, Division of Informatics, The University of Edinburgh
Email: [EMAIL PROTECTED]    Web: http://ukug.freebsd.org.uk/~eng/






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

Reply via email to