diff --git a/projects/ARCTIC_MC/options b/projects/ARCTIC_MC/options index cba7cc9f71..8f94aa677d 100755 --- a/projects/ARCTIC_MC/options +++ b/projects/ARCTIC_MC/options @@ -240,7 +240,7 @@ # Mesa to use # default: default Mesa release # master: latest Mesa-master checkout - MESA="default" + MESA="master" # OpenGL-ES implementation to use (no) OPENGLES="no" @@ -254,19 +254,19 @@ # Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,fglrx,nvidia,nouveau,vmware) # Space separated list is supported, # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau" - GRAPHIC_DRIVERS="fglrx" + GRAPHIC_DRIVERS="r600" # XBMC Player implementation to use (default / bcm2835-driver / libamlplayer-m3) XBMCPLAYER_DRIVER="default" # Use VDPAU video acceleration (needs nVidia driver and a supported card) - VDPAU="no" + VDPAU="yes" # Use VAAPI video acceleration (needs intel i965 driver and a supported card) VAAPI="no" # Use XVBA video acceleration (needs AMD fglrx driver and a supported card) - XVBA="yes" + XVBA="no" # Use Broadcom CrystalHD Decoder Card for video acceleration # (needs Kernelsupport for Broadcom Decoder Card and a supported card) diff --git a/projects/Fusion/options b/projects/Fusion/options index 41cfbb4948..543a6a4568 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -240,7 +240,7 @@ # Mesa to use # default: default Mesa release # master: latest Mesa-master checkout - MESA="default" + MESA="master" # OpenGL-ES implementation to use (no) OPENGLES="no" @@ -254,19 +254,19 @@ # Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,fglrx,nvidia,nouveau,vmware) # Space separated list is supported, # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon fglrx nvidia nouveau" - GRAPHIC_DRIVERS="fglrx" + GRAPHIC_DRIVERS="r600" # XBMC Player implementation to use (default / bcm2835-driver / libamlplayer-m3) XBMCPLAYER_DRIVER="default" # Use VDPAU video acceleration (needs nVidia driver and a supported card) - VDPAU="no" + VDPAU="yes" # Use VAAPI video acceleration (needs intel i965 driver and a supported card) VAAPI="no" # Use XVBA video acceleration (needs AMD fglrx driver and a supported card) - XVBA="yes" + XVBA="no" # Use Broadcom CrystalHD Decoder Card for video acceleration # (needs Kernelsupport for Broadcom Decoder Card and a supported card) diff --git a/projects/Generic/options b/projects/Generic/options index 4e9d85aedd..b6141173a6 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -240,7 +240,7 @@ # Mesa to use # default: default Mesa release # master: latest Mesa-master checkout - MESA="default" + MESA="master" # OpenGL-ES implementation to use (no) OPENGLES="no" @@ -254,7 +254,7 @@ # Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,fglrx,nvidia,nouveau,vmware) # Space separated list is supported, # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 nvidia nouveau" - GRAPHIC_DRIVERS="fglrx fglrx-legacy i915 i965 nvidia" + GRAPHIC_DRIVERS="r200 r300 r600 i915 i965 nvidia" # XBMC Player implementation to use (default / bcm2835-driver / libamlplayer-m3) XBMCPLAYER_DRIVER="default" @@ -266,7 +266,7 @@ VAAPI="yes" # Use XVBA video acceleration (needs AMD fglrx driver and a supported card) - XVBA="yes" + XVBA="no" # Use Broadcom CrystalHD Decoder Card for video acceleration # (needs Kernelsupport for Broadcom Decoder Card and a supported card)