Gentoo Archives: gentoo-user

From: Hartmut Figge <h.figge@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: gnome not working
Date: Tue, 14 May 2013 00:53:31
Message-Id: 51918AED.9060204@hfigge.myfqdn.de
In Reply to: [gentoo-user] Re: gnome not working by walt
1 walt:
2
3 >Anyway, the trick *I* would try is to add the gentoo=nox kernel
4 >option to the grub boot prompt (assuming you use grub) to prevent
5 >gentoo from even trying to start an X session, thus avoiding gdm
6 >and allowing you to use startx so you can read the gnome error
7 >messages on the console while X starts up.
8
9 I am also using startx and have no experience with *dm. For a test, how
10 about renaming gdm to gdm-old and creating a script with the name gdm
11 instead?
12
13 ----- gdm -----
14 #!bin/bash
15 gdm-old 2>&1 | tee ~/gdm.log
16 ---------------
17
18 Hartmut