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

kein X unter Etch



n'Abend allerseits,

ich habe auf einem AMD64 Etch frisch aufgesetzt und bekomme partout kein X, 
nur Textmodus.

Meine Graka ist eine Ati Radeon Sapphire X700 Pro PCIE 256 MO. Ich will die 
Karte aber gar nicht ausreizen, da ich das bei mir aufgesetzte Etch später 
auf einem anderen Rechner im Büro verwenden will und dort eine andere Graka 
habe. Vesa genügt mir also zunächst.

Auf meinem Rechner benutze ich sonst Sarge (und xorg), wo die entsprechenden 
Ati-Treiberli installiert sind, und das klappt auch. Xorg.conf von Sarge habe 
ich nun auf Etch kopiert und nur "fglrx" durch "vesa" ersetzt:

-------------
Section "Files"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
EndSection

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

Section "Device"
        Identifier      "Standardgrafikkarte"
        Driver          "vesa"
        ChipID  0x5e4b
EndSection

Section "Monitor"
        Identifier      "Standardbildschirm"
        Option          "DPMS"
        HorizSync       30-61
        VertRefresh     60-75
        DisplaySize 350 200
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Standardgrafikkarte"
        Monitor         "Standardbildschirm"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection
---------------------

Klappt aber nicht:
(EE) Screen(s) found, but none have a usable configuration.

Mein Bildschirm ist ein 32'' Fernseher von Samsung.

Liegt's an xorg.conf oder fehlen mir Pakete? Ich habe x-window-system-core 
installiert, das müsste doch reichen. 

Bei Versuchen mit "dpkg-reconfigure xserver-xorg" wurde der Bildschirm 
manchmal schwarz und das System stürzte ab. Auch Verwenden der xorg.conf von 
Knoppix brachte keine Abhilfe. 

Ich wäre froh, wenn das endlich mal klappen würde.

Gruß
Klaus



Reply to: