Re: [XFree86] fatal server error: no screen found

2003-02-01 Thread Lionel Lecoq
A few more details would be helpful (monitor, graphic card, full XF86Config, full log)
However , from the parsing error and the fact that you are not using the standard
/etc/X11/XF86Config resp. /etc/X11/XF86Config-4 (which would be the RH 7.x version for 
X 4.x.x) I
wonder whether you are not using an XF86Config which has a X 3.3.6 format rather than 
the
different format for X 4.x.x (Check whether your config file has a Keyboard and 
pointer section *
version 3.3.6* rather than two input device sections *version X 4.x.x*)
Lionel

--- l <[EMAIL PROTECTED]> wrote:
> 
> an unexpected crash happen in Redhat 7.3, KDE 3.
> 
> Attached is hte /var/log/XFree86.9.log
> 
> 
> thanks
> laurence> 
> XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-8) / X Window System
> (protocol Version 11, revision 0, vendor release 6600)
> Release Date: 23 January 2002
>   If the server is older than 6-12 months, or if your card is
>   newer than the above date, look for a newer version before
>   reporting problems.  (See http://www.XFree86.Org/)
> Build Operating System: Linux 2.4.17-0.13smp i686 [ELF] 
> Build Host: daffy.perf.redhat.com
>  
> Module Loader present
> Markers: (--) probed, (**) from config file, (==) default setting,
>  (++) from command line, (!!) notice, (II) informational,
>  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/XFree86.9.log", Time: Tue Jul 23 16:23:01 2002
> (++) Using config file: "/tmp/xf86config-TLeCvM"
> Parse warning on line 36 of section Keyboard in file /tmp/xf86config-TLeCvM
>   Ignoring obsolete keyword "LeftAlt".
> Parse error on line 36 of section Keyboard in file /tmp/xf86config-TLeCvM
>   "Meta" is not a valid keyword in this section.
> (EE) Problem parsing the config file
> (EE) Error from xf86HandleConfigFile()
> 
> Fatal server error:
> no screens found
> 
> When reporting a problem related to a server crash, please send
> the full server output, not just the last messages.
> This can be found in the log file "/var/log/XFree86.9.log".
> Please report problems to [EMAIL PROTECTED]
> 
> 


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



Re: [XFree86] Fatal server error: no screen found

2004-03-21 Thread Pieter Hulshoff
On Sunday 21 March 2004 14:44, Johannes Hauber wrote:
> What should I do?

Considering the stack of primary devices X seems to find, I think you may want 
to consider setting the BusID to one of them to force X to choose. Currently 
it doesn't seem to be able to do that. Try adding
  BusID"0:8:0"
to your Device section, or if that doesn't work, try some of the other IDs 
mentioned for your primary devices.

Regards,

Pieter Hulshoff
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Fatal server error: no screen found

2004-03-21 Thread Mark Vojkovich
On Sun, 21 Mar 2004, Pieter Hulshoff wrote:

> On Sunday 21 March 2004 14:44, Johannes Hauber wrote:
> > What should I do?
>
> Considering the stack of primary devices X seems to find, I think you may want
> to consider setting the BusID to one of them to force X to choose. Currently
> it doesn't seem to be able to do that. Try adding
>   BusID"0:8:0"
> to your Device section, or if that doesn't work, try some of the other IDs
> mentioned for your primary devices.
>
> Regards,

The syntax would be:

   BusID "PCI:0:8:0"

That's worth a try.  This is either a mothboard BIOS bug or bus
probing bug in XFree86.  If /proc/pci reports these redundant
S3 devices as well, I would say it's a BIOS bug and you should
look into an upgrade.  If /proc/pci doesn't show the multiple
S3 devices, then perhaps this is a bug that was fixed in XFree86
4.4.



Mark.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86