I think that probably your /etc/conf.d/xdm file has some problem.
If I understood correctly you have a login screen (not textual, but a
grey window), which is not the one you previously had, and when you
login you get some console windows and the one you mentioned in your last post.
If it is so:
gain root priviledges in a console using su,
open the file
/etc/conf.d/xdm with a text editor, in these situations
nano could
be useful, it is a console text editor, but it is easy to use; type in the console:
- Code: Select all
nano /etc/conf.d/xdm
it will open the file, navigate in the file using the keyboard arrows and edit the file
normally.
There should be a line like:
- Code: Select all
DISPLAYMANAGER="gdm"
The value "gdm" depends on your system setup:
if you use Gnome it should be, as here, "gdm".
If you use KDE it should be "kdm".
In your situation I think it is set to "xdm", try to correct it, save the file using Ctrl+o
and exit (Ctrl+x).
The Intel drivers should be already installed, you should set your active openGL implementation
to xorg using eselect:
- Code: Select all
eselect opengl set xorg-x11
reboot to check that everything is fine-
Hope it helps.