From 5b158d687f8e74f94e6d0e1cf672dffaa2d00fb9 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 12 May 2015 01:10:26 +0300 Subject: set mesa as default GL --- config/live.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/live.cfg b/config/live.cfg index e2a818c..0f6d1df 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -222,6 +222,10 @@ my $_l = { # add local medias "urpmi.addmedia 'Live Core' /var/local/mga_rpms/core with media_info/hdlist.cz", "urpmi.addmedia 'Live Nonfree' /var/local/mga_rpms/nonfree with media_info/hdlist.cz", + + # set mesa as default GL + "/sbin/update-alternatives --set gl_conf /etc/ld.so.conf.d/GL/standard.conf", + "/sbin/ldconfig -X", ), additional_media => [ if_($live->{settings}{updates_repository}, -- cgit v1.2.1