forked from mirrors/nixpkgs
* Fix xserver restart with cfg.driSupport32Bit. Contributed by Kirill
Elagin. svn path=/nixos/trunk/; revision=33099
This commit is contained in:
parent
339d5b2b48
commit
1186167be2
|
@ -414,6 +414,7 @@ in
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
rm -f /var/run/opengl-driver
|
rm -f /var/run/opengl-driver
|
||||||
|
rm -f /var/run/opengl-driver-32
|
||||||
${# !!! The OpenGL driver depends on what's detected at runtime.
|
${# !!! The OpenGL driver depends on what's detected at runtime.
|
||||||
if elem "nvidia" driverNames then
|
if elem "nvidia" driverNames then
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in a new issue