* Fix xserver restart with cfg.driSupport32Bit. Contributed by Kirill

Elagin.

svn path=/nixos/trunk/; revision=33099
This commit is contained in:
Eelco Dolstra 2012-03-15 10:26:08 +00:00
parent 339d5b2b48
commit 1186167be2

@ -414,6 +414,7 @@ in
preStart =
''
rm -f /var/run/opengl-driver
rm -f /var/run/opengl-driver-32
${# !!! The OpenGL driver depends on what's detected at runtime.
if elem "nvidia" driverNames then
''