Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296584 - >=x11-base/xorg-server-1.6 does not pull in x11-base/xorg-drivers
Summary: >=x11-base/xorg-server-1.6 does not pull in x11-base/xorg-drivers
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-12 05:57 UTC by Joseph Mulloy
Modified: 2009-12-12 06:03 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 Joseph Mulloy 2009-12-12 05:57:59 UTC
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.
Comment 1 Joseph Mulloy 2009-12-12 06:03:16 UTC
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.