From 8aa922b32cb44352b50b2eda7607ee8e1e3929b4 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 26 Feb 2014 11:48:20 +0100 Subject: [rfs-stage31] Update drm hint list: nvidia ion, some intel chip in Dell Optiplex GX 620 --- remote/rootfs/rootfs-stage31/data/inc/drm.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote/rootfs') diff --git a/remote/rootfs/rootfs-stage31/data/inc/drm.functions b/remote/rootfs/rootfs-stage31/data/inc/drm.functions index 666f22a9..20083724 100644 --- a/remote/rootfs/rootfs-stage31/data/inc/drm.functions +++ b/remote/rootfs/rootfs-stage31/data/inc/drm.functions @@ -37,7 +37,7 @@ load_gfx () { setup_gfx () { local KERN RETVAL CARD CARDS SUCCESS FILES DRM # check which driver to load - CARDS=$(lspci | grep 'Class 03' | awk '{print $4}') + CARDS=$(lspci | grep 'Class 0300' | awk '{print $4}') if [ -e "/drm.cfg" ] && [ -n "$CARDS" ]; then SUCCESS="yes" for CARD in $CARDS; do -- cgit v1.2.3-55-g7522