saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
29
freeorion/OISInput.cfg
Normal file
29
freeorion/OISInput.cfg
Normal file
@@ -0,0 +1,29 @@
|
||||
# Defines the settings for the OgreGUI OISInput plugin
|
||||
|
||||
# Define Win32 DirectInput cooperative levels
|
||||
|
||||
# only take keyboard input when window has focus
|
||||
w32_keyboard=DISCL_FOREGROUND
|
||||
|
||||
# do not take exclusive control of keyboard
|
||||
w32_keyboard=DISCL_NONEXCLUSIVE
|
||||
|
||||
# only take input when window has focus
|
||||
w32_mouse=DISCL_FOREGROUND
|
||||
|
||||
# take control of mouse, so cursor can't leave window and windows cursor is not drawn
|
||||
#w32_mouse=DISCL_EXCLUSIVE
|
||||
|
||||
# do not take eclusive control of mouse; allow mouse to leave window and draw windows cursor
|
||||
w32_mouse=DISCL_NONEXCLUSIVE
|
||||
|
||||
|
||||
# Define X11 settings
|
||||
x11_mouse_grab=false
|
||||
x11_mouse_hide=true
|
||||
x11_keyboard_grab=false
|
||||
XAutoRepeatOn=true
|
||||
|
||||
|
||||
# Define Mac settings
|
||||
MacAutoRepeatOn=true
|
||||
9
freeorion/ogre_plugins.cfg
Normal file
9
freeorion/ogre_plugins.cfg
Normal file
@@ -0,0 +1,9 @@
|
||||
# Ogre 3D engine plugins to load
|
||||
|
||||
# Plugin folder
|
||||
PluginFolder=/usr/lib64/OGRE
|
||||
|
||||
# Plugins
|
||||
Plugin=RenderSystem_GL
|
||||
Plugin=Plugin_ParticleFX
|
||||
Plugin=Plugin_OctreeSceneManager
|
||||
Reference in New Issue
Block a user