saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-02-27 01:58:55 +01:00
committed by root
commit b3cea8d893
2385 changed files with 507432 additions and 0 deletions

29
freeorion/OISInput.cfg Normal file
View 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

View 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