I'm building a new system and installed xorg-server according to the instructions in http://www.gentoo.org/doc/en/xorg-config.xml. Portage fails to pull in x11-base/xorg-drivers and thus does not install any drivers. I am using ACCEPT_KEYWORDS="~x86" Reproducible: Always Steps to Reproduce: 1. Try to install xorg-server according to the official directions. Actual Results: Video and Input drivers are not installed Expected Results: All necessary drivers are installed based on INPUT_DEVICE and VIDEO_CARDS in /etc/make.conf and X is actually able to start Xorg.0.log X.Org X Server 1.7.3 Release Date: 2009-12-3 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.31-gentoo-r6 i686 Current Operating System: Linux plutonium 2.6.31-gentoo-r6 #1 PREEMPT Fri Dec 11 02:02:33 EST 2009 i686 Kernel command line: root=/dev/sda7 Build Date: 11 December 2009 05:56:46PM Current version of pixman: 0.17.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 11 19:36:28 2009 (II) Loader magic: 0x81dba80 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 ...skipping... (II) UnloadModule: "nv" (EE) Failed to load module "nv" (module does not exist, 0) (II) LoadModule: "vesa" (WW) Warning, couldn't open module vesa (II) UnloadModule: "vesa" (EE) Failed to load module "vesa" (module does not exist, 0) (II) LoadModule: "fbdev" (WW) Warning, couldn't open module fbdev (II) UnloadModule: "fbdev" (EE) Failed to load module "fbdev" (module does not exist, 0) (EE) No drivers available. Fatal server error: no screens found Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information.
Just tried emerge -pvD xorg-server and it seems to be pulling in the deps correctly. I was using --jobs when installing so this may have cause the problem.