Add Video adapter rendering presets
This commit is contained in:
parent
4acaa2a603
commit
447cb21592
2 changed files with 38 additions and 0 deletions
19
Video/NVIDIA Corporation/Quadro K1000M.xml
Normal file
19
Video/NVIDIA Corporation/Quadro K1000M.xml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Prevent a segmentation fault for Lenovo laptops with a quadro k2100m
|
||||||
|
or quadro k1000m video adapter.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
|
||||||
|
<sim>
|
||||||
|
<rendering>
|
||||||
|
<shaders>
|
||||||
|
<quality-level type="float">0</quality-level>
|
||||||
|
<shaders>
|
||||||
|
</rendering>
|
||||||
|
</sim>
|
||||||
|
|
||||||
|
</PropertyList>
|
||||||
|
|
19
Video/NVIDIA Corporation/Quadro K2100M.xml
Normal file
19
Video/NVIDIA Corporation/Quadro K2100M.xml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Prevent a segmentation fault for Lenovo laptops with a quadro k2100m
|
||||||
|
or quadro k1000m video adapter.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
|
||||||
|
<sim>
|
||||||
|
<rendering>
|
||||||
|
<shaders>
|
||||||
|
<quality-level type="float">0</quality-level>
|
||||||
|
<shaders>
|
||||||
|
</rendering>
|
||||||
|
</sim>
|
||||||
|
|
||||||
|
</PropertyList>
|
||||||
|
|
Loading…
Reference in a new issue