summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/suse/functions-9.3
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/distro-specs/suse/functions-9.3')
-rw-r--r--initramfs/distro-specs/suse/functions-9.34
1 files changed, 4 insertions, 0 deletions
diff --git a/initramfs/distro-specs/suse/functions-9.3 b/initramfs/distro-specs/suse/functions-9.3
index 210fc4da..fdfc8b07 100644
--- a/initramfs/distro-specs/suse/functions-9.3
+++ b/initramfs/distro-specs/suse/functions-9.3
@@ -59,3 +59,7 @@ if [ "x$start_dreshal" = "xyes" ]; then
fi
fi
}
+# Xorg variable settings. Lots of stuff has changed for newer Xorg servers
+displayvars () {
+synapticsdrv="/usr/X11R6/lib/modules/input/synaptics_drv.o"
+}