[gentoo-user] emerge won't update (to newest version of nvidia driver)

2003-04-05 Thread Thilo Schwidurski
Whenever I try an

emerge -p nvidia-kernel

or

emerge -p nvidia-glx

it will show me a "R" (not an expected "U") for the installed 3xxx
version (I dont have the exact number here on my W2K box).

But there is this newer 4xxx ebuild package in the
...portage/.../media-video/... path (or tree).

How can I instruct portage to update to this newer version?

I also tried:

emerge -up nvidia-glx..ebuild

and

emerge -p nvidia-glx..ebuild

So portage doesnt behave like expected. Can someone help me with this?

Regards,
Thilo.




--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: emerge won't update (to newest version of nvidia driver)

2003-04-06 Thread Thilo Schwidurski

"Jose Gonzalez Gomez" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
>
> This new package is masked. You can emerge it using
> ACCEPT_KEYWORDS="~x86" or using the following:

Ok, Portage is now willing to update. Great. :-)
But now there is a (completely different) problem, for which I will ask
for help in another posting.

Bye,
Thilo.




--
[EMAIL PROTECTED] mailing list



[gentoo-user] NVidia hassle (MTRR support)

2003-04-06 Thread Thilo Schwidurski
Hi,

when executing:
ACCEPT_KEYWORDS="~x86" emerge
/usr/portage/media-video/nvidia-kernel/nvidia-kernel-1.0.4349-r1.ebuild

the nvidia build script complains about missing MTRR support (obviously
a processor feature), which it says has to be build into the kernel. Ok,
did that - at least I tried, but to no avail.

Actually, there is no /proc/mtrr file (or link?) and I am not able to
generate one via nano or echo - it looks that I am not allowed to write
a simple file in /proc (insufficient access rights? Can't be, I am
logged on as root).

(BTW, I already found mtrr-related postings describing this behaviour
which unfortunately where not helpful in my case).

In /usr/src/linux/Documentation/mtrr.txt I find that there has to be a
CONFIG_MTRR Option (I assume it's a #DEFINE that is used somewhere in
C/C++ source via #IFDEF) which will take care of generating the
/proc/mtrr file (right?). Should'nt make menuconfig take care of this
setting? Or do I have to set this? If, then how and where?

Maybe this is the point where I should describe what I actually want to
acchieve:

After installing Gentoo the X Server won't run after startx (what
happens each and every year whenever I tried to install Linux and
finally gave up frustrated, beginning sometime arround 1996 :-/).

In the log the NVDriver complains about some bad settings, so this
*could* still be a simple (display) setting problem in the XFree86config
(what I doubt). So the good thing is, the NVDriver module is running (it
is, I checked via lsmod).

I thought I need to update to the newer driver version 4349 (what I am
able now after getting help of Jose G.G.). So there I am stuck, because
this update won't compile, it needs the MTRR kernel setting, which it
probably identifies by the /proc/mtrr file, well, which is missing...

Besides: the card is a NVidia Geforce MX420 and my display is a TFT
(1280x1024 pixel @ 24bit).

Bye,
Thilo.





--
[EMAIL PROTECTED] mailing list