fe18327b3c
command line
2 lines
177 B
Plaintext
2 lines
177 B
Plaintext
install i915 { /bin/grep "i915.modeset=1" /proc/cmdline ; if /usr/bin/test $? = 0 ; then MYASS="modeset=1" ; else MYASS=""; fi ; /sbin/modprobe --ignore-install i915 $MYASS ; }
|