On Saturday 22 February 2003 11:08, Thibaut HENRY wrote:
> My graphic card is an S3 Graphics ProSavageDDR (32Mo of RAM) :
>
> When the X server is launched : I have this error
>
>
> XFree86 Version 4.2.1 / X Window System
> (protocol Version 11, revision 0, vendor release 6600)
> Release Date: 3 September 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.18-23mdkenterprise i686 [ELF]
> 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.0.log", Time: Tue Feb 18 23:40:59 2003
> (==) Using config file: "/etc/X11/XF86Config-4"
> (==) ServerLayout "layout1"
> (**) |-->Screen "screen1" (0)
> (**) | |-->Monitor "monitor1"
> (**) | |-->Device "device1"
> (EE) No core pointer device specified
> (EE) Unable to determine the screen layout
> (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.0.log".
> Please report problems to [EMAIL PROTECTED]

Are you sure this is a bug? It looks like a misconfiguration. Did you 
configure the server manually or with  Xfdrake (You're running mandrake 
right?) . 

Normally, X uses this kind of scheme for its configuration:

serverlayout
    * keyboard
    * mouse
    * screen
        - monitor
        - graphics device

Since the server says "no core pointer device specified" it probably doesn't 
know how to use your mouse. In your ServerLayout section, there must be a 
line like

InputDevice "foo" "CorePointer"

Where foo corresponds to the Identifier name in the InputDevice section that 
descripbes your mouse. 

-- 
Frank Van Damme
http://www.openstandaarden.be

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

Reply via email to