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

View File

207
MYGUI/Ogre.log Normal file

File diff suppressed because one or more lines are too long

11
MYGUI/ogre.cfg Normal file
View File

@@ -0,0 +1,11 @@
Render System=OpenGL Rendering Subsystem
[OpenGL Rendering Subsystem]
Display Frequency=50 Hz
FSAA=0
Fixed Pipeline Enabled=Yes
Full Screen=Yes
RTT Preferred Mode=FBO
VSync=No
Video Mode=3840 x 1200
sRGB Gamma Conversion=No

8
MYGUI/plugins.cfg Normal file
View File

@@ -0,0 +1,8 @@
# Defines plugins to load
# Define plugin folder
PluginFolder=/usr/lib/OGRE
# Define plugins
#Plugin=RenderSystem_Direct3D9
Plugin=RenderSystem_GL

6
MYGUI/resources.xml Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Paths>
<Path root="true">/usr/share/MYGUI/Media</Path>
<Path>/usr/share/MYGUI/Media/MyGUI_Media</Path>
</Paths>