summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/suse/functions-9.3
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-10-13 19:52:21 +0200
committerDirk von Suchodoletz2007-10-13 19:52:21 +0200
commitfd7fb9f529a4c52613edd844e1ffee7cdeca03f8 (patch)
tree5124c761b9be8420d3277ea65f767fab5eb42286 /initramfs/distro-specs/suse/functions-9.3
parentThere exist 2 kopies of vesafb.ko in Ubuntu. one in kernel/drivers/video and ... (diff)
downloadcore-fd7fb9f529a4c52613edd844e1ffee7cdeca03f8.tar.gz
core-fd7fb9f529a4c52613edd844e1ffee7cdeca03f8.tar.xz
core-fd7fb9f529a4c52613edd844e1ffee7cdeca03f8.zip
Some fixes and cleanup of functions files for several SuSE versions ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1375 95ad53e4-c205-0410-b2fa-d234c58c8868
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"
+}