Re: Xorg Documentation Suggestion
Sebastian Pipping <[email protected]>
| Newsgroups | gmane.linux.gentoo.documentation |
|---|---|
| Message-ID | <[email protected]> |
On 06/02/10 04:39, Roger A. Simoneau wrote: > Additionally, the INPUT_DEVICES is set to "evdev". INPUT_DEVICES's content is expanded to use flags starting with "input_device_", e.g. "input_device_evdev". It should appear in USE_EXPAND for you: # emerge --info --verbose | fgrep -i EXPAND | fgrep INPUT_DEVICES The ebuild of x11-base/xorg-drivers is sensitive to that use flag. Is it shown for # equery depgraph --depth=1 x11-base/xorg-drivers | fgrep -i evdev ? Any insights so far? Best, Sebastian