XFree86-4 Problem (Fatal server error)

Hi,
mein Problem ist das ich den X-Server nicht zum laufen bekomme.

Laptop (Celleron, SIS630/730)
System: FreeBSD 5.1-CURRENT
- XFree86-4 ist installiert
- mit xf86cfg -textmode konfiguriert

XF86Config:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"

# Load "freetype"
# Load "xtt"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
Load "speedo"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Emulate3Buttons"
Option "Device" "/dev/sysmouse"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc102"
Option "XkbLayout" "de"
EndSection

Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 48.5
VertRefresh 50.0 - 90.0
EndSection

Section "Device"
Identifier "Card0"
Driver "sis"
ChipSet "SIS630/730"
Card "sis SIS630/730"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection


Wenn ich mit mit startx (als root) starte kommt folgende Meldung:
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 5.1 i386 [ELF]
Build Date: 11 October 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
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: Sun Oct 12 15:04:51 2003
(==) Using config file: "/etc/X11/XF86Config"

*** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.

Fatal server error:
Caught signal 4. Server aborting

.
.
.

Ich bin im Moment etwas ratlos, woran es liegen könnte ... vieleicht hat ja jemand einen Tip für mich.

Danke
Jimbo
 
Hi,
ich würde mir von dieser URL:
http://www.freesbie.org/ ein image holen und damit einen Test machen.
Falls Dein I-Net-Zugang das nicht zuläßt, würde ich einfach xf86cfg aufrufen.
Im günstigsten Fall kannst Du XFree in hoher Auflösung konfigurieren.
Im weniger günstigen Fall startet xf86cfg im VGA-Modus.
Dabei wird aber eine Xf86Config erzeugt die als Ausgangsbasis dienen kann.
Im ungünstigsten Fall google usw. bemühen.
Ich habe keine Erfahrung mit SIS-chips.
 
Hallo Jimbo,

poste doch mal bitte /var/log/:0.log. Die Datei heißt wirklich so.
Dort steht möglicherweise mehr drin.

Grüße

Jürgen
 
Zurück
Oben