diff options
| author | Simon Rettberg | 2014-02-26 11:48:20 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2014-02-26 11:48:20 +0100 |
| commit | 8aa922b32cb44352b50b2eda7607ee8e1e3929b4 (patch) | |
| tree | 56bcc326555af1518f672198c6175588044a3e90 /remote/rootfs | |
| parent | Tweaked fbsplash to survive switch_root, kill it before spawning getty or kdm (diff) | |
| download | tm-scripts-8aa922b32cb44352b50b2eda7607ee8e1e3929b4.tar.gz tm-scripts-8aa922b32cb44352b50b2eda7607ee8e1e3929b4.tar.xz tm-scripts-8aa922b32cb44352b50b2eda7607ee8e1e3929b4.zip | |
[rfs-stage31] Update drm hint list: nvidia ion, some intel chip in Dell Optiplex GX 620
Diffstat (limited to 'remote/rootfs')
| -rw-r--r-- | remote/rootfs/rootfs-stage31/data/inc/drm.functions | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
