Finally back home again, I can get a little deeper into the problem. Just started the Live DVD (KDE _64) and no problem with getting X started. Asking the usual questions, I get:
- Code: Select all
sabayon sabayonuser # uname -a
Linux sabayon 2.6.39-sabayon #1 SMP Fri Jun 17 16:40:29 UTC 2011 x86_64 Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz GenuineIntel GNU/Linux
sabayon sabayonuser # eselect opengl list
Available OpenGL implementations:
[1] ati
[2] nvidia *
[3] xorg-x11
sabayon sabayonuser # equo query installed nvidia-drivers
>> Repository sabayon-weekly hasn't been downloaded yet.
>> Repository sabayon-weekly is not available. Cannot validate
>> RepositoryError()
>> !!! Please update your repositories now in order to remove this message!
>> @@ Searching...
>> @@ Package: x11-drivers/nvidia-drivers-270.41.19#2.6.39-sabayon branch: 5, [__system__]
>> Installed: version: 270.41.19 ~ tag: 2.6.39-sabayon ~ revision: 0
>> Slot: 0,2.6.39-sabayon
>> Homepage: http://www.nvidia.com/
>> Description: NVIDIA GPUs kernel drivers
>> License: NVIDIA
>> Keyword: nvidia-drivers
>> Found: 1 entries
So I will try to downgrade to that driver - should be the same one that worked for many months before?
I'll try equo first and, depending upon the outcome, portage afterwards.
1. Attempt:
I tried genfool's suggestion using equo
- Code: Select all
equo install x11-drivers/nvidia-drivers-279.41.19#2.6.39-sabayon
but equo won't allow me to set a specific driver version.
2. Attempt:
I tried once more anonimo's / micia's way of using portage to install the dsired driver - this time at least with partial success: I see for a short moment the nvidia logo and then get to an login screen that I guess is the X login screen. It won't recognize my username and password, but at least, X is up and running. Next question: How do I get back into KDE?
Back into KDE was easy: Somebody / something (not me!) had changed my /etc.conf.d/xdm to use xdm instead of kde. Just setting it (back) to
- Code: Select all
DISPLAYMANAGER="kdm"
did the job.
So thanks for an interesting learning experience,
Rainer