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

Re: XServer erst beim zweiten Mal?



* Jan Lühr <jluehr@gmx.net> wrote:

> ja hallo erstmal,...

Moin,

> Am Sonntag, 18. Januar 2004 16:04 schrieb Julius Plenz:
> > Hallo Liste,
> >
> > ich habe ein kleines, nicht schlimmes, aber doch ein wenig nerviges
> > Problem: Wenn ich X aus der Konsole per "startx" oder "xinit" starten will,
> > schlägt der erste Versuch immer fehl. Der Bildschirm wird schwaz, flimmert
> > ein klein bisschen und nichts weiter passier. Wenn ich dann wieder per Alt
> > + F1 auf die Startkonsole gehe und ein weiteres Mal "startx" eingebe,
> > funktioniert alles ohne Probleme.
> >
> > Folgende Fehlermeldungen treten auf, wenn ich das erste Mal X zu starten
> > versuche:

> > [Nicht weiter helfende Fehlermeldungen]

> Aus deinem log geht nur hervor, dass irgendjemand den XServer terminiert. 
> Fehler lassen sich daraus nicht entnehmen.

> Steht etwas in den xsession-errors im Homedir des users?

Auch in der ~/.xsession-errors steht nichts zu diesem Problem.

> Mit deinen derzeitigen log-Einträgen kann ich dir kaum helfen. Das könnten von 
> Kernel-Problemen angefangen (DRI) über Probleme mit dem temp-Verzeichnis, dem 
> WM bishin zu einem simplen Fehler im Script alles sein.

Ich habe einfach mal _vor_ dem Xserverstart ein "ls -laR /tmp > ~/1" und
nach dem Xserverstart das gleiche gemacht, mit Dem unterschied, dass ich die
Ausgabe in die Datei mit Namen "2" umgeleitet habe.

Datei 1:
    
    /tmp:
    insgesamt 20
    drwxrwxrwt    4 root     root         4096 2004-01-19 20:16 .
    drwxr-xr-x   24 root     root         4096 2004-01-19 20:15 ..
    drwxrwxrwt    2 root     root         4096 2004-01-19 20:16 .font-unix
    drwxrwxrwt    2 root     root         4096 2004-01-19 20:16 .X11-unix
    -r--r--r--    1 root     root           11 2004-01-19 20:16 .X64-lock

    /tmp/.font-unix:
    insgesamt 8
    drwxrwxrwt    2 root     root         4096 2004-01-19 20:16 .
    drwxrwxrwt    4 root     root         4096 2004-01-19 20:16 ..
    srwxrwxrwx    1 root     root            0 2004-01-19 20:15 fs7100
    srwxrwxrwx    1 root     root            0 2004-01-19 20:16 fs7101

    /tmp/.X11-unix:
    insgesamt 8
    drwxrwxrwt    2 root     root         4096 2004-01-19 20:16 .
    drwxrwxrwt    4 root     root         4096 2004-01-19 20:16 ..
    srwxrwxrwx    1 root     root            0 2004-01-19 20:16 X64

Datei 2:

    /tmp:
    total 28
    drwxrwxrwt    5 root     root         4096 Jan 19 20:16 .
    drwxr-xr-x   24 root     root         4096 Jan 19 20:15 ..
    -r--r--r--    1 root     root           11 Jan 19 20:16 .X0-lock
    drwxrwxrwt    2 root     root         4096 Jan 19 20:16 .X11-unix
    -r--r--r--    1 root     root           11 Jan 19 20:16 .X64-lock
    drwxrwxrwt    2 julius   julius       4096 Jan 19 20:16 .esd
    drwxrwxrwt    2 root     root         4096 Jan 19 20:16 .font-unix

    /tmp/.X11-unix:
    total 8
    drwxrwxrwt    2 root     root         4096 Jan 19 20:16 .
    drwxrwxrwt    5 root     root         4096 Jan 19 20:16 ..
    srwxrwxrwx    1 root     root            0 Jan 19 20:16 X0
    srwxrwxrwx    1 root     root            0 Jan 19 20:16 X64

    /tmp/.esd:
    total 8
    drwxrwxrwt    2 julius   julius       4096 Jan 19 20:16 .
    drwxrwxrwt    5 root     root         4096 Jan 19 20:16 ..
    srwxrwxrwx    1 julius   julius          0 Jan 19 20:16 socket

    /tmp/.font-unix:
    total 8
    drwxrwxrwt    2 root     root         4096 Jan 19 20:16 .
    drwxrwxrwt    5 root     root         4096 Jan 19 20:16 ..
    srwxrwxrwx    1 root     root            0 Jan 19 20:15 fs7100
    srwxrwxrwx    1 root     root            0 Jan 19 20:16 fs7101

~$ diff -u 1 2
    --- 1   2004-01-19 20:16:44.000000000 +0100
    +++ 2   2004-01-19 20:17:21.000000000 +0100
    @@ -1,20 +1,29 @@
     /tmp:
    -insgesamt 20
    -drwxrwxrwt    4 root     root         4096 2004-01-19 20:16 .
    -drwxr-xr-x   24 root     root         4096 2004-01-19 20:15 ..
    -drwxrwxrwt    2 root     root         4096 2004-01-19 20:16 .font-unix
    -drwxrwxrwt    2 root     root         4096 2004-01-19 20:16 .X11-unix
    --r--r--r--    1 root     root           11 2004-01-19 20:16 .X64-lock
    -
    -/tmp/.font-unix:
    -insgesamt 8
    -drwxrwxrwt    2 root     root         4096 2004-01-19 20:16 .
    -drwxrwxrwt    4 root     root         4096 2004-01-19 20:16 ..
    -srwxrwxrwx    1 root     root            0 2004-01-19 20:15 fs7100
    -srwxrwxrwx    1 root     root            0 2004-01-19 20:16 fs7101
    +total 28
    +drwxrwxrwt    5 root     root         4096 Jan 19 20:16 .
    +drwxr-xr-x   24 root     root         4096 Jan 19 20:15 ..
    +-r--r--r--    1 root     root           11 Jan 19 20:16 .X0-lock
    +drwxrwxrwt    2 root     root         4096 Jan 19 20:16 .X11-unix
    +-r--r--r--    1 root     root           11 Jan 19 20:16 .X64-lock
    +drwxrwxrwt    2 julius   julius       4096 Jan 19 20:16 .esd
    +drwxrwxrwt    2 root     root         4096 Jan 19 20:16 .font-unix
     
     /tmp/.X11-unix:
    -insgesamt 8
    -drwxrwxrwt    2 root     root         4096 2004-01-19 20:16 .
    -drwxrwxrwt    4 root     root         4096 2004-01-19 20:16 ..
    -srwxrwxrwx    1 root     root            0 2004-01-19 20:16 X64
    +total 8
    +drwxrwxrwt    2 root     root         4096 Jan 19 20:16 .
    +drwxrwxrwt    5 root     root         4096 Jan 19 20:16 ..
    +srwxrwxrwx    1 root     root            0 Jan 19 20:16 X0
    +srwxrwxrwx    1 root     root            0 Jan 19 20:16 X64
    +
    +/tmp/.esd:
    +total 8
    +drwxrwxrwt    2 julius   julius       4096 Jan 19 20:16 .
    +drwxrwxrwt    5 root     root         4096 Jan 19 20:16 ..
    +srwxrwxrwx    1 julius   julius          0 Jan 19 20:16 socket
    +
    +/tmp/.font-unix:
    +total 8
    +drwxrwxrwt    2 root     root         4096 Jan 19 20:16 .
    +drwxrwxrwt    5 root     root         4096 Jan 19 20:16 ..
    +srwxrwxrwx    1 root     root            0 Jan 19 20:15 fs7100
    +srwxrwxrwx    1 root     root            0 Jan 19 20:16 fs7101

Vieleicht weiß jemand von euch dadurch, was falsch ist.

> Keep smiling

Versuch' ich...

> yanosz

Julius

-- 
Julius Plenz    | Email:<jp@cvmx.de> Mails > 20k are silently dropped   _|_
PGP: 0x186DCA0D | 3993 FD19 2AF0 E21E 5D74   E963 144C 5EE9 186D CA0D    | 
ICQ: #129455276 | Homepage: http://www.plenz.com   --  Coming coon...    | 
~
~
:wq

Attachment: pgpHh4TXI_u7y.pgp
Description: PGP signature


Reply to: