summaryrefslogtreecommitdiffstats
path: root/remote/modules/xorg
diff options
context:
space:
mode:
authorSimon Rettberg2013-06-11 18:16:55 +0200
committerSimon Rettberg2013-06-11 18:16:55 +0200
commitab5bd281939dcffcd1c1fa7649b829cc3e6d52f0 (patch)
tree79b019e437596e8d3316cfe96ab9253bc1a6855d /remote/modules/xorg
parent[vmplayer] clean up run-virt.include: drop support for old player versions (diff)
downloadtm-scripts-ab5bd281939dcffcd1c1fa7649b829cc3e6d52f0.tar.gz
tm-scripts-ab5bd281939dcffcd1c1fa7649b829cc3e6d52f0.tar.xz
tm-scripts-ab5bd281939dcffcd1c1fa7649b829cc3e6d52f0.zip
[xorg] Fix GLX on SUSE (intel only)
Diffstat (limited to 'remote/modules/xorg')
-rw-r--r--remote/modules/xorg/xorg.conf.zypper27
1 files changed, 21 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"