linux-l: Probleme nach Debian-Upgrade XFree86 3.3.6 --> XFree86 4.0

Florian Cramer paragram at gmx.net
Mo Feb 12 14:23:42 CET 2001


Leider habe ich mich zu einem kompletten "apt-get dist-upgrade" auf Debian
"testing" hinreißen lassen und stehe ohne laufendes X11 da.

Der X-Server ist mit xf86config konfiguriert. Nach "startx" passiert
zunächst gar nichts, dann kommt die Meldung "waiting for X server to begin
accepting connections", dann folgen endlose Warte-"..."-Meldungen bis zum
Abbruch.

Folgendes habe ich bisher versucht: mit "dpkg --purge" alle Reste von
XFree86 3.3.6 vom System geputzt und das X-Window-System von Grund auf neu
installiert. Log-Dateien finde ich leider nirgends, und auch die manpage von
startx bzw. xinit hilft mir nicht bei der Fehlersuche. Offensichtlich
startet der Server nicht, weshalb, ist mir schleierhaft. (Ich fühle mich
nach dem Upgrade wie ein DAU nach der ersten Linux-Installation!)

Anbei füge ich meine XF86Config-Datei, Kommentare sind entfernt. Für jede
Hilfe bin ich dankbar.

Florian

* * *

Section "Module"


    Load        "dbe"  	# Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"

EndSection

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    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/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection

Section "ServerFlags"
EndSection
Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc105"
    Option "XkbLayout"	"de"

EndSection
Section "InputDevice"

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"
EndSection


Section "Monitor"

    Identifier  "Samsung"
    HorizSync   31.5-90
    VertRefresh 50-100

EndSection



Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Driver     "vga"

EndSection


Section "Device"
    Identifier  "ATi"
    Driver      "ati"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "ATi"
    Monitor     "Samsung"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "640x480" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


 

-- 
http://userpage.fu-berlin.de/~cantsin/
http://www.complit.fu-berlin.de/institut/lehrpersonal/cramer.html
PGP public key ID 6440BA05 



Mehr Informationen über die Mailingliste linux-l