--- 80-video-pci-state.sh-orig 2007-11-19 19:22:15.000000000 +0000 +++ 80-video-pci-state.sh 2007-11-19 19:21:25.000000000 +0000 @@ -4,6 +4,9 @@ if [ `cat $x/class` = "0x030000" ]; then cat $x/config >/var/run/vga-pci-`basename $x`; fi + if [ `cat $x/class` = "0x038000" ]; then + cat $x/config >/var/run/vga-pci-`basename $x`; + fi done fi