This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
DEST=~/.local/share/fonts | |
TEMP_DIR=/tmp/fonts_install | |
font_files="andale32.exe arial32.exe arialb32.exe comic32.exe courie32.exe georgi32.exe impact32.exe times32.exe trebuc32.exe webdin32.exe verdan32.exe wd97vwr32.exe" | |
download(){ | |
wget -P ${TEMP_DIR} "https://netcologne.dl.sourceforge.net/project/corefonts/the%20fonts/final/$1" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[SystemSettings] | |
OneFrameThreadLag=1 | |
[/Script/Engine.Engine] | |
bDisablePhysXHardwareSupport=False | |
[/script/engine.garbagecollectionsettings] | |
TimeBetweenPurgingPendingKillObjects=15 | |
[/Script/Engine.RendererSettings] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#This file is provided by xorg-x11-drv-nvidia | |
#Do not edit | |
Section "OutputClass" | |
Identifier "intel" | |
MatchDriver "i915" | |
Driver "intel" | |
Option "TearFree" "true" | |
Option "TripleBuffer" "true" | |
Option "PrimaryGPU" "yes" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Display] | |
iMaxAnisotropy=8 | |
fShadowDistance=60000.0000 | |
fDirShadowDistance=60000.0000 | |
iShadowMapResolution=2048 | |
uiShadowFilter=2 | |
uiOrthoShadowFilter=2 | |
fBlendSplitDirShadow=48.0000 | |
iMaxFocusShadows=4 | |
iMaxDecalsPerFrame=100 |
OlderNewer