[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Debian] XFree crasht staendig



Hi @all,

ich habe ein RIESENproblem mit XFree. Und zwar stürzt es ständig ab.
Aber hier erstmal einige Daten meines Computers:

- Chipsatz: Intel i810 (integrierter Grafikchip)
- RAM: 64 MB
- OS: Debian sid
- Kernel: 2.4.3 DRI-Support, ohne FB-Unterstützunng
- XFree: Version 4.0.3


Problem: X stüzt in unregelmäßigen Abständen ab


So, also: ich starte X per startx von der Konsole. 
Nun benutze ich X ganz normal, und plötzlich fängt die Platte an zu
rattern. Und PENG! bin ich wieder auf der Konsole und siehe
Meldungen ähnlich der folgenden:

LP ring tail: 8 head: 0 len: 0 start 0
eir: 0 esr: 0 emr: 3d
instdone: ff7b instpm: 0
memmode: 4 instps: 0
hwstam: 0 ier: 3 imr: 0 iir: 0
space: 65520 wanted 65528
(0): [drm] removed 1 reserved context for kernel
(0): [drm] unmapping 4096 bytes of SAREA 0xc1436000 at 0x40017000

Fatal server error:
lockup


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 submit@bugs.debian.org.

xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
Gdk-ERROR **: X connection to :0.0 broken (explicit kill or server shutdown).
xinit:  connection to X server lost.
/usr/bin/X11/WindowMaker warning: got signal 1 (Hangup) - exiting...
X connection to :0.0 broken (explicit kill or server shutdown).


Das tritt meistens auf, wenn ich sehr viele Programme gleichzeitig
geöffnet habe oder wenn ich aus X heraus auf eine Konsole wechsle
mit STRG+ALT+Fn. Aber manchmal crasht X auch schon 30 sec. nach
seinem Start. Manchmal läuft es auch 29 Stunden ohne Probleme, dann
starte ich einen Editor, und WUSCH! ist es abgeschmiert.
Mein Arbeitsspeicher scheint nicht fehlerhaft zu sein: Memtest86
findet keinen Fehler. Allerdings: Memtest zeigt ja auch etwas auf
dem Bildschirm an, und da mein Grafikchip keinen eigenen Speicher
besitzt, legt Memtest seine Daten für die Bildschirmausgabe ja in
meinem Hauptspeicher ab. Vielleicht gibt es genau in diesem für die
Grafik benutzten Teil einen Fehler - who knows? Auf der Konsole
aber alles fehlerfrei, weshabl ich nicht glaube, fehlerhaften RAM zu
haben. Hier nochmal meine /etc/X11/XF86Config-4

Section "Files"
  FontPath      "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath      "/usr/X11R6/lib/X11/fonts/local"
  FontPath      "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath      "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath      "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath      "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath      "/usr/X11R6/lib/X11/fonts/URW"
  FontPath      "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath      "/usr/X11R6/lib/X11/fonts/misc"
  FontPath      "/usr/X11R6/lib/X11/fonts/75dpi"
  FontPath      "/usr/X11R6/lib/X11/fonts/100dpi"
  FontPath      "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath      "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath      "/usr/X11R6/lib/X11/fonts/latin2/misc"
  FontPath      "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
  FontPath      "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
  FontPath      "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath      "/usr/X11R6/lib/X11/fonts/latin7/75dpi"
  FontPath      "/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath      "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath      "/usr/X11R6/lib/X11/fonts/uni"
  FontPath      "/usr/X11R6/lib/X11/fonts/CID"
  FontPath      "/usr/X11R6/lib/X11/fonts/baekmuk"
  FontPath      "/usr/X11R6/lib/X11/fonts/japanese"
  FontPath      "/usr/X11R6/lib/X11/fonts/ucs/misc"
  FontPath      "/usr/X11R6/lib/X11/fonts/ucs/75dpi"
  FontPath      "/usr/X11R6/lib/X11/fonts/ucs/100dpi"
  FontPath      "/usr/X11R6/lib/X11/fonts/hellas/misc"
  FontPath      "/usr/X11R6/lib/X11/fonts/hellas/75dpi"
  FontPath      "/usr/X11R6/lib/X11/fonts/hellas/100dpi"
  FontPath      "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath      "/usr/X11R6/lib/X11/fonts/xtest"
  FontPath      "/mnt/win_c/windows/fonts"
ModulePath    "/usr/X11R6/lib/modules"
  RgbPath       "/usr/X11R6/lib/X11/rgb"
EndSection

Section "ServerFlags"
  Option        "AllowMouseOpenFail"
EndSection

Section "Module"
  Load          "type1"
  Load          "speedo"
  Load          "extmod"
  Load          "freetype"
  Load          "dri"
  Load          "glx"
  Load          "GLcore"
EndSection

Section "InputDevice"
  Driver        "Keyboard"
  Identifier    "Keyboard[0]"
  Option        "Protocol"      "Standard"
  Option        "XkbLayout"     "de"
  Option        "XkbModel"      "pc104"
  Option        "XkbRules"      "xfree86"
  Option        "XkbVariant"    "nodeadkeys"
EndSection


Section "InputDevice"
  Driver        "mouse"
  Identifier    "Mouse[1]"
  Option        "Device"        "/dev/ttyS0"
  Option        "InputFashion"          "Mouse"
  Option        "Name"          "Autodetection"
  Option        "Protocol"      "microsoft"
  Option        "Vendor"        "Sysp"
EndSection

Section "InputDevice"
  Driver        "mouse"
  Identifier    "Mouse[2]"
  Option        "Device"        "/dev/psaux"
  Option        "Emulate3Buttons"       "off"
  #Option       "Emulate3Timeout"       "50"
  Option        "InputFashion"          "Mouse"
 Option        "Name"          "Autodetection"
  Option        "Protocol"      "ps/2"
  Option        "Vendor"        "Sysp"
EndSection


Section "Monitor"
  HorizSync     30-69
  Identifier    "Monitor[0]"
  ModelName     "1024X768@75HZ"
  VendorName    "--> VESA"
  VertRefresh   50-85
  UseModes      "Modes[0]"
EndSection


Section "Modes"
  Identifier    "Modes[0]"
  Modeline      "800x600" 46.80 800 880 992 1064 600 640 650 674
  Modeline      "800x600" 53.04 800 880 992 1064 600 640 650 674
  Modeline      "640x480" 25.96 640 656 720 864 480 480 484 501
  Modeline      "640x480" 29.95 640 656 720 864 480 480 490 501
  Modeline      "640x480" 33.95 640 656 720 864 480 480 490 501
 EndSection


Section "Screen"
  DefaultDepth  16
  SubSection "Display"
    Depth       16
    Modes       "800x600" "640x480" 
  EndSubSection
  Device        "Device[0]"
  Identifier    "Screen[0]"
  Monitor       "Monitor[0]"
EndSection


Section "Device"
  BoardName     "i810"
  BusID         "0:1:0"
  Driver        "i810"
  Identifier    "Device[0]"
  Screen        0
  VendorName    "Intel"
  VideoRam 24576
  VendorName    "Intel"
  VideoRam 24576
EndSection


Section "ServerLayout"
  Identifier    "Layout[all]"
  InputDevice   "Keyboard[0]"   "CoreKeyboard"
  InputDevice   "Mouse[1]"      "CorePointer"
  InputDevice   "Mouse[2]"      "SendCoreEvents"
  Option        "Xinerama"      "off"
  Screen        "Screen[0]"
EndSection

Section "DRI"
  # Group       "video"
  Mode          0666
EndSection


Die /var/log/XFree86.0.log habe ich angehängt.
(Ja, ich weiß, dass ich die FontPaths mal bearbeiten muss ;-))


Kann mir irgendwer helfen? Bei Bedarf liefere ich auch weitere
Infortmationen nach!



Richard 


-- 
"Steigen Sie mal aus. Sie sind ja völlig betrunken." sagt die
Streife.
"Iich, wiesou. Iiich biin douch tutal nüchdern."
"Ach kommen Sie, ich habe 20 Jahre Berufserfahrung, ich sehe sowas.
Aber okay. Ich kenne das. Ich bin ja ein kulanter Mann. Ich sage
Ihnen jetzt einen Autotyp und sie mir gleich einen zweiten hinterher.
Also ich sage z.B. Volvo und sie sagen dann Renault. Wenn das klappt,
lasse ich sie weiterfahren."
"Oukay"
"Also, passen Sie auf: Jaguar !"
Darauf der Betrunkene:" Fffebruar !"

-- 
-----------------------------------------------------------
Um sich aus der Liste auszutragen schicken Sie bitte eine
E-Mail an debian-user-de-request@lehmanns.de die im Subject
"unsubscribe <deine_email_adresse>" enthaelt.
Bei Problemen bitte eine Mail an: Jan.Otto@Lehmanns.de
-----------------------------------------------------------

795 eingetragene Mitglieder in dieser Liste.


Reply to: