blob: ca908850e244893a33c3b5e3702ff11c3e8094ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- xserver-common-1.10/X11/Xserver.orig 2006-09-02 13:54:30.000000000 +0200
+++ xserver-common-1.10/X11/Xserver 2006-09-02 14:00:22.000000000 +0200
@@ -14,6 +14,9 @@
if [ -f /usr/bin/Xomap ]; then
XSERVER=Xomap
fi
+if [ -f /usr/bin/Xw100 ]; then
+ XSERVER=Xw100
+fi
. /etc/profile
|