Fix intel video acceleration migration scripts (#5288)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
echo "6Ghz Wi-Fi + Intel graphics acceleration for existing installations"
|
echo "6Ghz Wi-Fi + Intel graphics acceleration for existing installations"
|
||||||
|
|
||||||
bash "$OMARCHY_PATH/install/config/hardware/set-wireless-regdom.sh"
|
bash "$OMARCHY_PATH/install/config/hardware/set-wireless-regdom.sh"
|
||||||
bash "$OMARCHY_PATH/install/config/hardware/intel.sh"
|
bash "$OMARCHY_PATH/install/config/hardware/intel/video-acceleration.sh"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
echo "Install Intel GPU hardware acceleration drivers if missing"
|
echo "Install Intel GPU hardware acceleration drivers if missing"
|
||||||
|
|
||||||
if lspci | grep -iE 'vga|3d|display' | grep -qi 'intel'; then
|
if lspci | grep -iE 'vga|3d|display' | grep -qi 'intel'; then
|
||||||
source "$OMARCHY_PATH/install/config/hardware/intel.sh"
|
source "$OMARCHY_PATH/install/config/hardware/intel/video-acceleration.sh"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user