用任何root的權限更改檔案 /etc/acpi/lidbtn.sh
(開啟terminal用sudo或是超級檔案管理員之類開啟kedit)
將 /etc/acpi/suspend2ram.sh 前加上 # (註解掉)
之後加上
xrandr --output LVDS --off
在 fi 和 exit 0 之間加上
if [ $LID_STATE = "open" ] ; then
xrandr --output LVDS --on
fi
這樣就會讓螢幕闔上時關閉螢幕而非待命,打開螢幕時,螢幕即啟動。