Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 238913 - x11-drivers/nvidia-drivers can't install under sys-kernel/gentoo-sources-2.6.26 and sys-kernel/gentoo-sources-2.6.26-r1
Summary: x11-drivers/nvidia-drivers can't install under sys-kernel/gentoo-sources-2.6....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-27 23:40 UTC by Vladimir Zubko
Modified: 2011-10-30 23:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Zubko 2008-09-27 23:40:40 UTC
nvidia-drivers can be established only when such conditions:
make menuconfig && make && make modules_install && make install
vim /usr/src/linux/.config
need mask # CONFIG_PARAVIRT=y
except # CONFIG_PARAVIRT_GUEST is not set

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-09-29 16:54:03 UTC
You will need to provide a lot more specific information before this bug report starts making any sense. I can install specific version of x11-drivers/nvidia-drivers just fine here, so it's entirely unclear why you cannot.
Comment 2 Vladimir Zubko 2008-09-29 17:40:54 UTC
Problem has been Kernels configuration:
It was:
Subarchitecture Type - Support ScaleMP vSMP

Need:
Subarchitecture Type - PC-compatible

Since then, drivers are installed perfectly.
Please add into ebuild:

eerror "Please enable MTRR support in your kernel config, found at:"
eerror
eerror "  Processor type and features"
eerror "    [*] MTRR (Memory Type Range Register) support"
eerror "    Subarchitecture Type - PC-compatible"
eerror
eerror "and recompile your kernel ..."