This file contains 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
<?xml version="1.0"?> | |
<settings> | |
<console change_refresh="10" refresh="100" rows="25" columns="80" buffer_rows="5000" buffer_columns="0" shell="" init_dir="C:\" start_hidden="0" save_size="0"> | |
<colors> | |
<color id="0" r="0" g="0" b="0"/> | |
<color id="1" r="0" g="0" b="128"/> | |
<color id="2" r="0" g="150" b="0"/> | |
<color id="3" r="0" g="150" b="150"/> | |
<color id="4" r="170" g="25" b="25"/> | |
<color id="5" r="128" g="0" b="128"/> |
This file contains 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
1) Put http://pastebin.com/raw.php?i=PCrGz1rT in /storage/.config/xorg.conf and uncomment the ModeDebug option and reboot | |
2) touch /storage/.config/debug.xorg | |
3) curl https://dl.dropboxusercontent.com/u/8224157/OpenELEC-Ultra/nvidia-xconfig.x86_64 -o /storage/nvidia-xconfig.x86_64 | |
4) chmod +x /storage/nvidia-xconfig.x86_64 | |
5) /storage/nvidia-xconfig.x86_64 --extract-edids-from-file=/var/log/Xorg.0.log --extract-edids-output-file=/storage/.config/edid.bin | |
6) Comment out ModeDebug from /storage/.config/xorg.conf | |
7) rm /storage/.config/debug.xorg | |
8) Uncomment all the following lines with DFP-0: | |
Option "VertRefresh" "DFP-0: 23-60" | |
Option "HorizSync" "DFP-0: 25-100" |
This file contains 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
mkdir -p /storage/.xbmc/addons/reviveaudio/sleep.d/ | |
nano /storage/.xbmc/addons/reviveaudio/sleep.d/reviveaudio.power | |
# contents of reviveaudio.power below | |
#!/bin/sh | |
case "$1" in | |
resume) | |
# that defines the default primary output |
This file contains 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
set autoindent | |
set expandtab | |
set smarttab | |
set number | |
set hlsearch | |
set ignorecase | |
set smartcase | |
set nowrap | |
set showmode | |
set showcmd |
This file contains 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 -e | |
# | |
# rc.local | |
# | |
# This script is executed at the end of each multiuser runlevel. | |
# Make sure that the script will "exit 0" on success or any other | |
# value on error. | |
# | |
# In order to enable or disable this script just change the execution | |
# bits. |
This file contains 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
chrome.exe --enable-file-cookies --allow-file-access-from-files |
This file contains 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
{ | |
"font_size": 11, | |
"vintage_start_in_command_mode": true, | |
"word_wrap": false, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"hot_exit": false, | |
"remember_open_files": false | |
} |
This file contains 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
set autoindent | |
set expandtab | |
set smarttab | |
set number | |
set hlsearch | |
set ignorecase | |
set smartcase |
This file contains 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
# Use Xft? | |
use_xft yes | |
xftfont DejaVu Sans:size=8 | |
xftalpha 0.8 | |
text_buffer_size 2048 | |
# Update interval in seconds | |
update_interval 1 | |
# This is the number of times Conky will update before quitting. |