/usr/share/pyshared/visual/site_settings.py is in python-visual 1:5.12-1.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # This file may be modified by the user (or site administrator, in a
# multi-user environment) to change settings or modify VPython to work
# around local configuration issues.
from visual import *
## Disabling shaders may be necessary on some systems where Visual fails
## to detect that the video hardware or drivers are incapable of competently
## rendering the shaders used to implement certain materials. This will
## revert all objects to legacy rendering regardless of what material is
## chosen:
#display.enable_shaders = False
## Alternatively, it might be possible to fix some systems by disabling
## only some materials, remapping them to ones that work:
#materials.rough = materials.diffuse
|