diff options
| author | Jonathan Bauer | 2013-06-11 18:49:25 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-06-11 18:49:25 +0200 |
| commit | a883b965f2060f0d026b936da8952c626b48d3b4 (patch) | |
| tree | 61a0310325d21d991389d8277bd656fbed374527 | |
| parent | [kernel] fix firmware not being copied, because of wrong paths (diff) | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-a883b965f2060f0d026b936da8952c626b48d3b4.tar.gz tm-scripts-a883b965f2060f0d026b936da8952c626b48d3b4.tar.xz tm-scripts-a883b965f2060f0d026b936da8952c626b48d3b4.zip | |
Merge branch 'master' of git:openslx-ng/tm-scripts
| -rw-r--r-- | remote/modules/xorg/xorg.conf.zypper | 27 | ||||
| l--------- | remote/targets/stage32/german | 1 |
2 files changed, 22 insertions, 6 deletions
diff --git a/remote/modules/xorg/xorg.conf.zypper b/remote/modules/xorg/xorg.conf.zypper index 33aba5eb..9f7d69e7 100644 --- a/remote/modules/xorg/xorg.conf.zypper +++ b/remote/modules/xorg/xorg.conf.zypper @@ -1,4 +1,5 @@ -REQUIRED_CONTENT_PACKAGES=" xorg-x11 +REQUIRED_CONTENT_PACKAGES=" + xorg-x11 xorg-x11-server xorg-x11-driver-input xorg-x11-driver-video @@ -24,7 +25,18 @@ REQUIRED_CONTENT_PACKAGES=" xorg-x11 xkbcomp dejavu-fonts libxcb-glx0 - kdm-branding-openSUSE" + kdm-branding-openSUSE + Mesa +" +REQUIRED_LIBRARIES=" + libI810XvMC + libxcb-glx + libIntelXvMC + i965_dri + vmwgfx_dri + i915_dri + i965_drv_video +" REQUIRED_BINARIES=" Xorg gtf cvt @@ -36,8 +48,11 @@ REQUIRED_BINARIES=" Xorg xkbbell xkbevd vmmouse_detect" -REQUIRED_DIRECTORIES=" /usr/lib - /usr/bin - /usr/share/X11 - /usr/share/fonts" +REQUIRED_DIRECTORIES=" + /usr/lib/udev + /usr/lib/xorg + /usr/bin + /usr/share/X11 + /usr/share/fonts +" REQUIRED_FILES="/var/adm/fillup-templates/sysconfig.displaymanager-kdm" diff --git a/remote/targets/stage32/german b/remote/targets/stage32/german new file mode 120000 index 00000000..4469f96e --- /dev/null +++ b/remote/targets/stage32/german @@ -0,0 +1 @@ +../../modules/german
\ No newline at end of file |
