It means that the `Device "Screen"` setting in /etc/X11/XF86Config(-4)
is wrong. It is trying to work with a defined screen that doesn't
exist. The most common error that I have had in this section is the
DefaultDepth is set to something (like 24), but there is no Display
subsection for the defined depth, or the mode  line in that section is
incorrect.

I won't even comment on Sun stuff "Just Working"..... ;-)

C-Ya,
Kenny

This is from my laptop:

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Paul Lussier wrote:
> 
> Anyone know what the error message:
> 
>         (EE) No devices detected.
>         Fatal server error:
>         no screens found.
> 
> is trying to tell me, and how I fix it?
> 
> X is one of those things I really know nothing about (a result of all those years
> running Sun stuff that "just worked" I guess :)
> 
> Thanks,
> 
> *****************************************************************
> To unsubscribe from this list, send mail to [EMAIL PROTECTED]
> with the text 'unsubscribe gnhlug' in the message body.
> *****************************************************************

-- 
---------------------------------------------------
 Kenneth E. Lussier
 Geek by nature, Linux by choice
 PGP KeyID C0D2BA57 
 Public key
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC0D2BA57

*****************************************************************
To unsubscribe from this list, send mail to [EMAIL PROTECTED]
with the text 'unsubscribe gnhlug' in the message body.
*****************************************************************

Reply via email to