Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von ».callisto« (16.11.2013, 15:24)
Zitat
"systemctl enable gdm default" als root ausführen
Zitat
nano /etc/conf.d/xdm(als Root)
und
DISPLAYMANAGER="xdm" in DISPLAYMANAGER="gdm" ändern
Strg+O, Enter. Strg+X
rc-update add xdm default
Zitat
nano ~/.xinitrc (als normaler User ausführen) und folgendes rein schreiben:
#!/bin/sh
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/Xresources
sysmodmap=/etc/X11/xinit/Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
exec gnome-session
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »OCmylife« (25.10.2013, 20:21)
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von ».callisto« (28.10.2013, 15:13)
Ich benutze systemd, ich kann allerdings (auch wenn es ja wahrscheinlich nichts positiv ändern würde) "systemctl enable gdm default" nicht ausführen (Operation failed: Invalid argument)
Quellcode |
|
1 |
# systemctl enable gdm |
Zitat
Auch noch eine kleine Entdeckung, wobei ich keine Ahnung habe ob das relevant oder ganz normal ist: Wenn ich einfach ins Terminal "systemd" eingebe, also versuche das Programm ohne zusätzliche Parameter als root zu starten, dann bekomme ich diese Fehlermeldung in rot: "Trying to run as user instance, but the system has not been booted with systemd."
Quellcode |
|
1 2 |
# cat /proc/cmdline BOOT_IMAGE=/boot/kernel-genkernel-x86_64-3.11.6-gentoo root=UUID=ae66be09-da3f-4e51-8f2b-68125ce6f4a0 ro init=/usr/lib/systemd/systemd |
Quellcode |
|
1 |
$ startx |
Quellcode |
|
1 |
$ startx &> startx.log |
Quellcode |
|
1 |
[ 27.401] (EE) module ABI major version (19) doesn't match the server's version (18) |
Quellcode |
|
1 2 3 4 5 |
[ 27.506] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X [ 27.506] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X [ 27.506] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If [ 27.506] (EE) NVIDIA(0): you continue to encounter problems, Please try [ 27.506] (EE) NVIDIA(0): reinstalling the NVIDIA driver. |
Quellcode |
|
1 |
# emerge -v @x11-module-rebuild |
Quellcode |
|
1 |
# eselet opengl list |