slim: add newer kernel compatibility hack
authorGrazvydas Ignotas <notasas@gmail.com>
Tue, 3 Jan 2012 00:18:26 +0000 (02:18 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 3 Jan 2012 00:18:26 +0000 (02:18 +0200)
it's actually xf86-video-omapfb that's at fault, but I take the easy way
and just hack this here.

recipes/slim/slim/rc.slim
recipes/slim/slim_1.3.1.bb

index bf63857..5baae47 100644 (file)
@@ -9,6 +9,9 @@
 
 case $1 in
 start)
+       # newer kernel DSS vs old xf86-video-omapfb hack
+       fbset -depth 16
+
        /usr/bin/slim -d &
        ;;
 stop)
index d67e56a..918bdc9 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION="Simple Login Manager"
 HOMEPAGE="http://slim.berlios.de"
 LICENSE = "GPL"
 
-PR = "r4"
+PR = "r5"
 
 inherit update-rc.d