Commit 0bafa6a6 authored by Michael Shigorin's avatar Michael Shigorin

x11: pull xorg-drv-ati in explicitly

Looks like today's xorg won't autoload radeon_drv but insists on ati_drv falling back to fbdev if it's not there; FlightGear runs definitely slow on C-60 APU with that. I didn't specify ati since it pulls r128 and mach64 modules in which are rather useless in this context (accelerated 3D graphics).
parent d8680710
......@@ -33,7 +33,7 @@ use/x11/3d: use/x11/intel use/x11/nvidia/optimus use/x11/radeon; @:
# has performance problems but is getting better, just not there yet
use/x11/radeon: use/x11
@$(call add,THE_KMODULES,drm-radeon)
@$(call add,THE_PACKAGES,xorg-drv-radeon)
@$(call add,THE_PACKAGES,xorg-drv-ati xorg-drv-radeon)
# sometimes broken with current xorg-server
use/x11/nvidia: use/x11
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment