You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,7 @@ Please consult the [SIGNING.md](SIGNING.md).
132
132
133
133
* If you are getting stuck at boot when loading the ramdisk, you need to install the Processor Microcode Firmware for Intel CPUs (usually found under Additional Drivers in Software and Updates).
134
134
* Do not install TLP! It can cause slowdowns, laggy performance, and occasional hangs! You have been warned.
135
+
* If you chose to use hibernate over suspend, please follow the instructions [here](https://fitzcarraldoblog.wordpress.com/2018/07/14/configuring-lubuntu-18-04-to-enable-hibernation-using-a-swap-file/).
echo"Suspend is recommended over hibernate. If you chose to use hibernate, please make sure you've setup your swap file per the instructions in the README.\n"
40
41
read -rp "Do you want to replace suspend with hibernate? (type yes or no) " usehibernate;echo
41
42
42
43
if [ "$usehibernate"="yes" ];then
@@ -51,7 +52,9 @@ else
51
52
echo"Not touching Suspend\n"
52
53
fi
53
54
54
-
read -rp "Do you want use the patched libwacom packages? (type yes or no) " uselibwacom;echo
55
+
echo"Patched libwacom packages are available to better support the pen. If you intend to use the pen, it's recommended that you install them!\n"
56
+
57
+
read -rp "Do you want to install the patched libwacom packages? (type yes or no) " uselibwacom;echo
55
58
56
59
if [ "$uselibwacom"="yes" ];then
57
60
echo"Installing patched libwacom packages..."
@@ -61,6 +64,8 @@ else
61
64
echo"Not touching libwacom"
62
65
fi
63
66
67
+
echo"This repo comes with example xorg and pulse audio configs. If you chose to keep them, be sure to rename them and uncomment out what you'd like to keep!\n"
68
+
64
69
read -rp "Do you want to remove the example intel xorg config? (type yes or no) " removexorg;echo
0 commit comments