diff --git a/projects/Fusion/options b/projects/Fusion/options index 9de65b32a8..f702d33622 100644 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -35,7 +35,7 @@ # i686 i586 i486 i386 # (VIA CPUs) c3 c3-2 # - TARGET_CPU="atom" + TARGET_CPU="amdfam10" ;; x86_64) @@ -169,8 +169,8 @@ # Graphic drivers to use (all / i915,i965,r200,r300,r600,radeon,nvidia,nouveau,vmware) # Space separated list is supported, -# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau" - GRAPHIC_DRIVERS="r600" +# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon fglrx nvidia nouveau" + GRAPHIC_DRIVERS="fglrx" # use libdrm-master (latest git) instead latest released version LIBDRM_MASTER="no"