summaryrefslogtreecommitdiffstats
path: root/software/debian.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/debian.page')
-rw-r--r--software/debian.page13
1 files changed, 13 insertions, 0 deletions
diff --git a/software/debian.page b/software/debian.page
index 35ab81b..d591740 100644
--- a/software/debian.page
+++ b/software/debian.page
@@ -175,3 +175,16 @@ Chromium Fonts
Surprisingly, this trick worked for me:
http://www.internalpointers.com/post/fixing-ugly-fonts-chrome-chromium-debian-xfce
+Stretch Upgrade Notes
+-----------------------
+
+Was having problems with screen locking after updating, probably because
+`xscreensaver` and `light-lock` were fighting.
+
+Solved by:
+
+ apt remove light-lock
+ apt install lightdm
+
+Also got rid of my old `.xinitrc` file, but not sure if that was related or
+not.