Hallo,

ich stehe vor der Aufgabe, einen alten TexasInstruments Laptop,

TravelMate 6050

mit Debian betriebsfertig zu machen. Die Kiste hat 32MB RAM, 1,4G HD
und 1MB VideoRAM. Ein 150MHz Pentium ist drin, und als Grafikchip
werkelt ein Cirrus Logic 7548.

Und da kommt dann auch das Problem: Das System läuft, und nachdem ich ne
passende ModeLine gebastelt habe, spricht X auch das Display an, so dass
ein klares Bild steht. Die Maus reagiert dann aber nur für einie
Sekunden, und danach reagiert das System auf lokale Eingaben nicht mehr.
Sprich: auch CTRL-ALT-Backspace hat keinen Effekt. Der Mauszeiger
verschwindet einfach. Per ssh komme ich dann noch auf die Kiste drauf,
aber außer rebooten bleibt nicht viel übrig.

Habe es zuerst woody mit XFree 4.1 probiert, und dann testweise auf 4.2.1
upgedatet. Jeweils das gleiche Symptom. 

/var/log/XFree86.0.log

füllt sich (zumindest bei 4.2.1) mit

minl(40)

eine 'echte' Fehlermeldung fehlt jedoch. X lädt alle Module und
beschwert sich, soweit ich das sehen kann, über nichts.

Ich denke mal mir fehlt der ein oder andere Kniff für die XF86Config-4.
Daher poste ich die von mir verwendete Konfig mal. Bei Bedarf kann ich
auch /var/log/XFree86.0.log posten.


Grüße


Mario



=========================Start XF86Config-4============================

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc101"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "Cirrus"
        Driver          "cirrus"
        VideoRam        1024
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       31.5-48
        VertRefresh     55-90
        Option          "DPMS"
        ModeLine "800x600" 36.08 800 832 904 1000 600 601 605 628
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Cirrus"
        Monitor         "Generic Monitor"
        DefaultDepth    8
        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       "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an