View previous topic :: View next topic |
Author |
Message |
Gentoo-kid Tux's lil' helper
Joined: 14 Oct 2009 Posts: 85 Location: Frankfurt
|
Posted: Thu Dec 18, 2014 9:59 pm Post subject: update; startx nur mit rootrechten |
|
|
Hallo, wie die Ueberschrift schon sagt, kann ich ab gestern nur noch als root den x-server starten.
Wie schaffe ich das jetzt, wie frueher auch, als user, ohne setuid ( zu setzen oder per use flag neu zu kompillieren) ? |
|
Back to top |
|
|
Christian99 Veteran
Joined: 28 May 2009 Posts: 1721
|
Posted: Thu Dec 18, 2014 10:01 pm Post subject: |
|
|
was ist denn genau das problem, wenn du als nicht root startest? konsolenausgabe/xorg.log |
|
Back to top |
|
|
Gentoo-kid Tux's lil' helper
Joined: 14 Oct 2009 Posts: 85 Location: Frankfurt
|
Posted: Fri Dec 19, 2014 8:15 am Post subject: |
|
|
Nach startx bekomme ich die Meldung can not move /var/log/Xorg.0.log /var/log/Xorg.0.log.old
Code: |
less /mnt/usb/Xorg.0.log | grep EE
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 53.693] Initializing built-in extension MIT-SCREEN-SAVER
[ 54.077] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 54.077] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 54.077] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 54.077] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 54.077] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 54.777] (EE) AIGLX: reverting to software rendering
[ 62.135] (EE) Server terminated successfully (0). Closing log file. |
|
|
Back to top |
|
|
Christian99 Veteran
Joined: 28 May 2009 Posts: 1721
|
Posted: Sun Dec 21, 2014 11:49 pm Post subject: |
|
|
hm, sagt mir jetzt nix, aber da es nach einem update war: könte es sein, dass der nvidiatreiber geupdatet wurde und du noch das alte kernelmodul geladen hast? das würdest du im dmesg sehen. da steht dann sowas wie "driver versions not matching" oder so ähnlich. dann müsstest du das nvidia modul neu laden. Code: | modprobe -r nvidia; modprobe nvidia |
|
|
Back to top |
|
|
gendjaral n00b
Joined: 11 Aug 2012 Posts: 46 Location: DE Munich
|
Posted: Mon Dec 29, 2014 11:12 am Post subject: |
|
|
Gentoo-kid wrote: | Nach startx bekomme ich die Meldung can not move /var/log/Xorg.0.log /var/log/Xorg.0.log.old
Code: |
less /mnt/usb/Xorg.0.log | grep EE
...
|
|
Was hat es eigentlich mit dem unerwartetem Log-Verzeichnis auf sich? Und warum wird dann in "/var/log/" gesucht? _________________ Regards, gendjaral |
|
Back to top |
|
|
|