Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 128490

Summary: use.mask in the x86 hardened profile does not unmask modular xorg flags
Product: Gentoo Linux Reporter: Christian Apolloni <bsolar17>
Component: EclassesAssignee: The Gentoo Linux Hardened Team <hardened>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christian Apolloni 2006-04-02 03:28:32 UTC
'/usr/portage/profiles/hardened/x86/use.mask' does not unmask modular xorg flags. In my case the 'video_cards_nvidia' flag is needed to use nvidia-kernel.

In the default-linux/x86/use.mask file there is this section:

---
# Modular X: unmask for architectures on which they are available
-input_devices_synaptics
-input_devices_vmmouse
-input_devices_wacom
-video_cards_nvidia
-video_cards_fglrx
-video_cards_vmware

# Modular X: mask for architectures on which they aren't available
video_cards_newport
---

I am not sure about the other flags, but the 'video_cards_nvidia' one works well here.
Comment 1 Kevin F. Quinn (RETIRED) gentoo-dev 2006-04-02 04:57:56 UTC
ok; I've updated the masks for hardened/x86 and hardened/amd64 in line with default-linux.  Thanks for the heads-up.