| Summary: | >x11-drivers/nvidia-drivers-361.28 - add FB_UVESA kernel check | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Marc Schiffbauer <mschiff> |
| Component: | Current packages | Assignee: | David Seifert <soap> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | ionen |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
I'll be trying to find more config options that are still a problem and add checks where possible. Marking as duplicate to keep in one place, that one had issue with uvesa as well. *** This bug has been marked as a duplicate of bug 589030 *** |
This has been a real headache for me: s2ram was broken for me with newer versions and I spent hours to find out the reason. Today I found that CONFIG_FB_UVESA must not be set in the kernel to make it work So I think it would be very helpful to have something like this in the ebuild pkg_pretend() { if linux_config_exists; then linux_chkconfig_present FB_UVESA && die "FB_UVESA must not be set in the kernel" fi } TIA