Wie starte ich KDE

T

trikor

Eroberer
Hallo,

ich will endlich weg von windows und habe mir deshalb jetzt openSuse 10.3 installiert.
doch wenn ich mich anmelde startet das programm automatisch in der shell.
dort kann ich mich auch als benutzer und als root anmelden. jedoch kann ich kde nicht starten.
startx funktioniert nicht.
es kommt die Fehlermeldung:

Fatal server error:
failed to initialize core devices giving up.
xinit: Connection reset by peer (errno104): unable to connect to X server
xinit: No such process (errno 3): Server error.

Was muß ich tun.
 
Hallo,

dein Problem ist erstmal nicht KDE, sondern der X-Server.
Melde dich mal bitte als root an und führe "sax2" aus. Dort solltest du das Gröbste einstellen können und danach führst du nochmal "startx" aus.
Was benutzt du für eine Grafikkarte und was für einen Monitor?

cu
 
Also, ich habe eine Geforce 4 TI 4800 und nen 15 zoll tft-monitor.
wenn ich sax2 kommt folgende meldung:

SaX: no X-Server is running
SaX: will start own server if needed
SPP: prepare device[0] profile: NoModulelines
SPP: prepare device[1] profile: logitech-mxlaser
SPP: including prepared profile(s)...

SaX: startup

xc: sorry could not start configuration server
xc: for details refer to the log file:
/var/log/SaX.log
xc: abort...
 
Code:
xc: for details refer to the log file:
/var/log/SaX.log

Code:
cat /var/log/SaX.log
 
habe cat ausgeführt.
die codezeilen rauschen durch den bildschirm.
am ende kann ich nur noch lesen

select returned 1
(II) <default pointer>: ps2EnabledDataReporting: succeeded
No core pointer

Fatal server error:
failed to initialize core devices
 
Um alle Zeilen mit einem Fehler darzustellen
Code:
cat /var/log/Sax.log | grep "(EE)"


Um die Datei in Ruhe zu lesen
Code:
cat /var/log/Sax.log | more
 
Wende mal einen Pager an, dann kannst Du mit den Pfeiltasten durch die Ausgabe navigieren.

Code:
less /var/log/SaX.log

(Beenden mit 'q')

Edit: slackfan, uuoc... :D
 
also als fehler steht in der datei nur einer

(EE) PreInit returned NULL for "Mouse[1]"
 
Daten zu "Mouse[1]"

Section "ImputDevice"
Driver "evdev"
Identifier "Mouse[1]
Option "Buttons" "20"
Option "InputFashion" "Mouse"
Option "Name" "Logitech Bluetooth Mouse"
Option "Protocol" "event"
Option "SendCoreEvents" "on"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
.
.
.
EDIT (autom. Beitragszusammenführung) :
.

sax2 -a liefert das gleiche ergebnis wie sax
:-(

sorry. nicht ganz das gleiche.
am ende meldet sax

SaX: Automatic configuration is done.

Aber wenn ich startx dann eingebe klappt es trotzdem nicht.
 
Zuletzt bearbeitet:
Poste mal bitte Deine /etc/X11/xorg.conf sowie /var/log/Xorg.0.log.
 
Zuletzt bearbeitet:
xorg.config:

FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/latin2/misc:unscaled"
FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
FontPath "/usr/share/fonts/latin2/Type1"
FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
FontPath "/usr/share/fonts/baekmuk:unscaled"
FontPath "/usr/share/fonts/japanese:unscaled"
FontPath "/usr/share/fonts/kwintv"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/ucs/misc:unscaled"
FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/misc:unscaled"
FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/Type1"
FontPath "/usr/share/fonts/misc/sgi:unscaled"
FontPath "/usr/share/fonts/xtest"
FontPath "/pot/kde3/share/fonts"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
EndSection

Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protokol" "Standard"
Option "XkbLayout" "de"
Opton "XkbModel" "microsoftpro"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "ImputDevice"
Driver "evdev"
Identifier "Mouse[1]
Option "Buttons" "20"
Option "InputFashion" "Mouse"
Option "Name" "Logitech Bluetooth Mouse"
Option "Protocol" "event"
Option "SendCoreEvents" "on"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Option "CalcAlgorithm" "XServerPool"
DisplaySize 304 220
HorizSync 30-62
Identifier "Monitor[0]"
ModelName "GVISION PCK-158XG9"
Option "DPMS"
VendorName "GVT"
VertRefresh 43-75
UseModes "Modes[0]"
EndSection

Section "Modes"
Identifier "Modes[0]"
EndSection

Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

Section "Device"
BoardName "GeForce4 Ti 4800 SE"
BusID "1:0:0"
Driver "nv"
Identifier "Device[0]"
VendorName "NVidia"
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection

Section "Extensions"
EnsSection

So jetzt glühen meine Finger!

Frage: Muß die Xorg.0.log wirklich sein? Da fangen dann bestimmt meine Finger an zu bluten.
 
Zuletzt bearbeitet:
Du hast das abgetippt?

* hust *

Wieso hast du die Datei nicht einfach auf einen usb-stick gepackt?
 
weil ich linux das erste mal installiert habe und nicht weiß wie ich das mache
 
Haste du noch ne andere Maus zum testen da? Wenn ja probier mal mit der!
 
MoFo
Haste du noch ne andere Maus zum testen da? Wenn ja probier mal mit der!

Na, ohne Xorg.0.log ist das doch alles Rätsel raten.

So kommen wir nicht weiter.

weil ich linux das erste mal installiert habe und nicht weiß wie ich das mache

Ganz einfach:

-> Stick einstecken
-> mit

Code:
fdisk -l

schauen, als was dein Stick erscheint. Wahrscheinlich sowas wie /dev/sdb1, aber das kriegst du allein durch die Größenangabe daneben locker raus.

-> als root in der Konsole

Code:
mkdir /mnt/usb
mount -t auto /dev/sdXXX /mnt/usb
cp /var/log/Xorg.0.log /mnt/usb

(/dev/sdXXX musst du natürlich ersetzen durch das device welches dir fdisk sagt!)


Sicherheitshalber kannst du den Stick vorher unter Windows mit FAT formatieren, dann klappts mit dem Mounten auf jeden Fall.

Die Datei dann in Code-Tag (http://www.linuxforen.de/forums/showthread.php?t=229647) hier posten.

Feddich.
 
mount -t auto /dev/sdb1/mnt/usb
funktioniert so nicht.
was mach ich falsch
 
mount -t auto /dev/sdb1/mnt/usb
funktioniert so nicht.
was mach ich falsch

Hmpff, eine ordentliche Fehlermeldung geben?

Oder gehst du auch zum Automechaniker und sagst "Hilfe, mein Auto geht net"?

Und wenn du das wirklich so geschrieben hast

Code:
mount -t auto /dev/sdb1/mnt/usb

dann fehlt da ein Leerzeichen zwischen /dev/sdb1 /mnt/usb, also

Code:
mount -t auto /dev/sdb1 /mnt/usb
 

Ähnliche Themen

Autostart von X mit google-chrome durch systemd

Akonadi startet nicht mehr

dovecot und postfix Konfiguration Problem

Windows clients können nicht mehr auf lange laufendes System zugreifen

VPN verbindet nichtmehr

Zurück
Oben