x startet nicht korrekt
x startet nicht korrekt
Hallo.
habe mir grad mit der Grafischen installationsoberfläche eindebian installiert und neu gestartet.
debian versucht x zu starten. Es erscheinen aber nur flimmernde streifen auf dem bilschirm.
ich denke X ist nich richtig konfiguriert, aber wie muss ich es konfigurieren? Grafikkarte ist ne ATI.
Vielen Dank
habe mir grad mit der Grafischen installationsoberfläche eindebian installiert und neu gestartet.
debian versucht x zu starten. Es erscheinen aber nur flimmernde streifen auf dem bilschirm.
ich denke X ist nich richtig konfiguriert, aber wie muss ich es konfigurieren? Grafikkarte ist ne ATI.
Vielen Dank
Re: x startet nicht korrekt
Hallo und willkommen im df.de!
Existiert bei dir die Datei /etc/X11/xorg.conf (inkl. Inhalt)?
Gruß,
Daniel
Welche genau?shorty88 hat geschrieben:Grafikkarte ist ne ATI.
Existiert bei dir die Datei /etc/X11/xorg.conf (inkl. Inhalt)?
Gruß,
Daniel
Re: x startet nicht korrekt
es ist eine ATI Radeon 9200 Pro.
hab mit nano in die xorg.conf geschaut und sie ist leer!
gibt es einen Möglichkeit x automatisch zu konfigurieren?
hab mit nano in die xorg.conf geschaut und sie ist leer!
gibt es einen Möglichkeit x automatisch zu konfigurieren?
Re: x startet nicht korrekt
Erstelle dir mal eine xorg.conf mit "dexconf" (als root).
Gruß,
Daniel
Gruß,
Daniel
Re: x startet nicht korrekt
alles klar hab ich gemacht. Die xorg.conf ist angelegt und wie mache ich jetzt weiter.
vielen Dank
vielen Dank
Re: x startet nicht korrekt
Schau mal in der Log, ob es dort hilfreiche Fehlermeldungen:
oder Warnungen gibt:
Gruß,
Daniel
Code: Alles auswählen
grep "^(EE)" /var/log/Xorg.0.log
Code: Alles auswählen
grep "^(WW)" /var/log/Xorg.0.log
Daniel
Re: x startet nicht korrekt
keine errors nur warnungen.
/usr/share/fonts/X11/cyrillic und /var/lib/defoma/X-ttcidfont-conf.d/dirs/TrueType existiert nicht.
" no matching device section for instance found".
gibt es keine Möglichkeit X automatisch zu konfugurieren. in anderen Distributionen geht das doch auch!
/usr/share/fonts/X11/cyrillic und /var/lib/defoma/X-ttcidfont-conf.d/dirs/TrueType existiert nicht.
" no matching device section for instance found".
gibt es keine Möglichkeit X automatisch zu konfugurieren. in anderen Distributionen geht das doch auch!
Re: x startet nicht korrekt
Wird ja automatisch gemacht, nur manchmal funktioniert das eben leider nicht richtig.shorty88 hat geschrieben:gibt es keine Möglichkeit X automatisch zu konfugurieren.
Gruß,
Daniel
Re: x startet nicht korrekt
und waskann ich sonst noch probieren???
Re: x startet nicht korrekt
Das ginge auch nochDanielx hat geschrieben:Erstelle dir mal eine xorg.conf mit "dexconf" (als root).
http://debianforum.de/forum/viewtopic.p ... f4#p671037
Wenn's gar nicht geht, musst du wohl oder übel doch mal die xorg.conf und weitere Daten posten.shorty88 hat geschrieben:" no matching device section for instance found"
Gruß cirrussc
--------------------
„Der Mensch steigert zur Zeit die Nutzung dessen, was seiner Willkür unterliegt - und kommt sich sehr klug dabei vor.“ H. Gruhl
--------------------
„Der Mensch steigert zur Zeit die Nutzung dessen, was seiner Willkür unterliegt - und kommt sich sehr klug dabei vor.“ H. Gruhl
Re: x startet nicht korrekt
Achtung hier ist meine xorg.conf
Code: Alles auswählen
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/etc/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "GLcore"
Load "record"
Load "dbe"
Load "dri"
Load "xtrap"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 400 250 # mm
Identifier "Monitor0"
VendorName "PHL"
ModelName "Philips 190WV"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 30.0 - 83.0
VertRefresh 55.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "DMAForXv" # [<bool>]
#Option "FBTexPercent" # <i>
#Option "DepthBits" # <i>
#Option "PCIAPERSize" # <i>
#Option "AccelDFS" # [<bool>]
#Option "DDCMode" # [<bool>]
#Option "IgnoreEDID" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "ColorTiling" # [<bool>]
#Option "VideoKey" # <i>
#Option "RageTheatreCrystal" # <i>
#Option "RageTheatreTunerPort" # <i>
#Option "RageTheatreCompositePort" # <i>
#Option "RageTheatreSVideoPort" # <i>
#Option "TunerType" # <i>
#Option "RageTheatreMicrocPath" # <str>
#Option "RageTheatreMicrocType" # <str>
#Option "ScalerWidth" # <i>
#Option "RenderAccel" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
#Option "VGAAccess" # [<bool>]
#Option "ReverseDDC" # [<bool>]
#Option "LVDSProbePLL" # [<bool>]
#Option "AccelMethod" # <str>
#Option "DRI" # [<bool>]
#Option "ConnectorTable" # <str>
#Option "DefaultConnectorTable" # [<bool>]
#Option "DefaultTMDSPLL" # [<bool>]
#Option "TVDACLoadDetect" # [<bool>]
#Option "ForceTVOut" # [<bool>]
#Option "TVStandard" # <str>
#Option "IgnoreLidStatus" # [<bool>]
#Option "DefaultTVDACAdj" # [<bool>]
#Option "Int10" # [<bool>]
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV280 [Radeon 9200 PRO]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x786"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Modes "1024x768"
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Re: x startet nicht korrekt
Und damit soll og. Fehlermeldung erscheinen?
Eigentlich sollte damit jetzt jedenfalls schon mal ein Bild erscheinen.
Poste bitte mal noch die aktuelle /var/log/Xorg.0.log nach NoPaste.
Eigentlich sollte damit jetzt jedenfalls schon mal ein Bild erscheinen.
Poste bitte mal noch die aktuelle /var/log/Xorg.0.log nach NoPaste.
Gruß cirrussc
--------------------
„Der Mensch steigert zur Zeit die Nutzung dessen, was seiner Willkür unterliegt - und kommt sich sehr klug dabei vor.“ H. Gruhl
--------------------
„Der Mensch steigert zur Zeit die Nutzung dessen, was seiner Willkür unterliegt - und kommt sich sehr klug dabei vor.“ H. Gruhl
Re: x startet nicht korrekt
OK. Ich habe "grep -e EE -e WW /var/log/Xorg.0.log" eingegeben und erhalte: http://nopaste.debianforum.de/24786
Re: x startet nicht korrekt
Scheinbar hat deine GPU die BUS-ID 1:0:1 (mit lspci nachzuprüfen).(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
Ändere also, oder kommentiere ganz aus, den BusID Eintrag in der xorg.conf zu:
Code: Alles auswählen
BusID "PCI:1:0:1"
Gruß cirrussc
--------------------
„Der Mensch steigert zur Zeit die Nutzung dessen, was seiner Willkür unterliegt - und kommt sich sehr klug dabei vor.“ H. Gruhl
--------------------
„Der Mensch steigert zur Zeit die Nutzung dessen, was seiner Willkür unterliegt - und kommt sich sehr klug dabei vor.“ H. Gruhl
Re: x startet nicht korrekt
Habe ich gemacht. Das ergab den totalen crash.
hab mal lspci, messages und Xorg.0.log gepostet: http://nopaste.debianforum.de/24795
hab mal lspci, messages und Xorg.0.log gepostet: http://nopaste.debianforum.de/24795