Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 299928 - x11-base/xorg-drivers cannot be compiled with multiple graphics drivers for ATI cards.
Summary: x11-base/xorg-drivers cannot be compiled with multiple graphics drivers for A...
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/ati-faq.xml
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-06 18:57 UTC by wolfgang
Modified: 2010-01-07 06:30 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 wolfgang 2010-01-06 18:57:15 UTC
The linked document should mention that the user's VIDEO_CARD variable in make.conf should only contain one of fglrx or radeon (have not tried radeonhd yet). If you compile both drivers, even when trying to specify just one in xorg.conf, Xorg gets confused and tries to load both for some reason. 

In order to get hardware acceleration working on my ati card, I had to:
emerge -C ati-drivers
emerge --newuse xorg-drivers  <--after updating VIDEO_CARDS
rm /etc/X11/xorg.conf   <--- let Xorg use defaults since, since it only has one option.

Reproducible: Always

Steps to Reproduce:
1. VIDEO_CARDS="fglrx radeon" in make.conf
2. emerge --newuse xorg-drivers
3. /etc/init.d/xdm start

Actual Results:  
Xorg usually hangs.

Expected Results:  
Xorg to start.
Comment 1 nm (RETIRED) gentoo-dev 2010-01-07 06:30:26 UTC
Not a bug. You can actually do both; it's just trickier. You have to select which module you want to autoload -- read around the forums for the tips from people who actually use more than one graphics driver.

The xorg guide lists only one driver in VIDEO_CARDS, as that's all the guide covers. Because it gets trickier from setup to setup when mixing and matching graphics cards/drivers, it's a bit beyond the scope of the guides.