diff options
author | Carsten Haitzler <raster@rasterman.com> | 2009-08-20 08:58:29 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2009-08-20 08:58:29 +0000 |
commit | 0b404ef16344dc0b8c6c8f9a5d0f4765be5adb4e (patch) | |
tree | 843ebfd1a74bdc389d170f804aedd12bfa85707c /x-ui.sh | |
parent | 08a169c6966514eb88f4a5db83269a70e4fc5488 (diff) |
illume2 thing... refactoring the code here. use at your own risk!
SVN revision: 41883
Diffstat (limited to 'x-ui.sh')
-rwxr-xr-x | x-ui.sh | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -1,22 +1,27 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | #Xephyr :1 -noreset -ac -br -dpi 142 -screen 240x320x16 & | ||
4 | #Xephyr :1 -noreset -ac -br -dpi 142 -screen 320x240x16 & | ||
5 | #Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480x16 & | ||
6 | #Xephyr :1 -noreset -ac -br -dpi 186 -screen 480x272x16 & | ||
7 | #Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320x16 & | ||
8 | Xephyr :1 -noreset -ac -br -dpi 183 -screen 320x480x16 & | ||
9 | #Xephyr :1 -noreset -ac -br -dpi 183 -screen 480x320x16 & | ||
10 | #Xephyr :1 -noreset -ac -br -dpi 183 -screen 480x800x16 & | ||
11 | #Xephyr :1 -noreset -ac -br -dpi 183 -screen 800x480x16 & | ||
3 | #Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640x16 & | 12 | #Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640x16 & |
4 | Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640 & | ||
5 | #Xephyr :1 -noreset -ac -br -dpi 284 -screen 640x480x16 & | 13 | #Xephyr :1 -noreset -ac -br -dpi 284 -screen 640x480x16 & |
14 | |||
15 | #Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640 & | ||
6 | #Xephyr :1 -noreset -ac -br -dpi 284 -screen 640x480 & | 16 | #Xephyr :1 -noreset -ac -br -dpi 284 -screen 640x480 & |
7 | #Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320x16 & | ||
8 | #Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320 & | 17 | #Xephyr :1 -noreset -ac -br -dpi 181 -screen 320x320 & |
9 | #Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480x16 & | ||
10 | #Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480 & | 18 | #Xephyr :1 -noreset -ac -br -dpi 186 -screen 272x480 & |
11 | #Xephyr :1 -noreset -ac -br -dpi 142 -screen 240x320x16 & | ||
12 | #Xephyr :1 -noreset -ac -br -dpi 142 -screen 240x320 & | 19 | #Xephyr :1 -noreset -ac -br -dpi 142 -screen 240x320 & |
13 | 20 | ||
14 | sleep 1 | 21 | sleep 1 |
15 | export DISPLAY=:1 | 22 | export DISPLAY=:1 |
16 | unset E_RESTART E_START E_IPC_SOCKET E_START_TIME | 23 | unset E_RESTART E_START E_IPC_SOCKET E_START_TIME E_CONF_PROFILE |
17 | #E_CONF_PROFILE=default ltrace enlightenment_start | ||
18 | #E_CONF_PROFILE=default enlightenment_start | ||
19 | enlightenment_start \ | 24 | enlightenment_start \ |
20 | -no-precache \ | 25 | -no-precache \ |
21 | -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it \ | 26 | -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it \ |
22 | -profile illume | 27 | -profile illume2 |