summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/suse/functions-default
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-default
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-default')
-rw-r--r--initramfs/distro-specs/suse/functions-default10
1 files changed, 8 insertions, 2 deletions
diff --git a/initramfs/distro-specs/suse/functions-default b/initramfs/distro-specs/suse/functions-default
index 485bc06d..a5514975 100644
--- a/initramfs/distro-specs/suse/functions-default
+++ b/initramfs/distro-specs/suse/functions-default
@@ -513,7 +513,13 @@ rerun\n# the mkdxsinitrd script to get them applied\n\
;;
esac
}
-# Xorg variable settings. Lots of stuff changes for newer Xorg servers
+# Xorg variable settings. Lots of stuff changed since 10.2
displayvars () {
-synapticsdrv="/usr/X11R6/lib/modules/input/synaptics_drv.o"
+Files='\tModulePath\t"/etc/X11/modules"\n
+\tModulePath\t"/usr/lib/xorg/modules"\n
+\tFontPath\t"/usr/share/fonts/misc/:unscaled"\n
+\tFontPath\t"/usr/share/fonts/75dpi/:unscaled"\n
+\tFontPath\t"/usr/share/fonts/100dpi/:unscaled"'
+synapticsdrv="/usr/lib/xorg/modules/input/synaptics_drv.so"
}
+