diff options
author | Ossama Othman <ossama.othman@intel.com> | 2013-09-16 13:31:56 -0700 |
---|---|---|
committer | Rusty Lynch <rusty.lynch@intel.com> | 2013-09-16 13:42:23 -0700 |
commit | 0c259298f3e22d63bfc99057accdfd131df00ab4 (patch) | |
tree | 15e2b57060a527c22274dae1fd74ff4cda60dbe1 | |
parent | 49bce72c0d107a98da1893f46a32c34856744ff7 (diff) | |
download | ico-uxf-weston-plugin-0c259298f3e22d63bfc99057accdfd131df00ab4.tar.gz ico-uxf-weston-plugin-0c259298f3e22d63bfc99057accdfd131df00ab4.tar.bz2 ico-uxf-weston-plugin-0c259298f3e22d63bfc99057accdfd131df00ab4.zip |
Weston config clean-up: removed unused/commented configuration entries.
Change-Id: I861ccbdfaeb2f82b749b22d7d085792d0ba09543
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
-rw-r--r-- | settings/weston.ini | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/settings/weston.ini b/settings/weston.ini index d1ed40d..4bf68e4 100644 --- a/settings/weston.ini +++ b/settings/weston.ini @@ -1,50 +1,18 @@ [core] modules=ico_plugin_loader.so -#[input-method] -#path=/no_input_method_err_but_no_problem.so - [shell] num-workspaces=1 shell-exe= [output] name=HDMI1 -mode=1680x945 -#mode=173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync transform=90 [output] name=VGA1 mode=off -#[output] -#name=HDMI3 -#mode=1680x945 -#mode=173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync -#transform=90 - -#[output] -#name=HDMI2 -#mode=1280x480 -#mode=57.12 1280 1328 1456 1632 480 481 484 500 -hsync +vsync - -#[output] -#name=LVDS1 -#mode=1680x1050 -#transform=90 - -#[output] -#name=VGA1 -#mode=173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync -#mode=57.12 1280 1328 1456 1632 480 481 484 500 -hsync +vsync -#transform=90 - -#[output] -#name=X1 -#mode=1024x768 -#transform=flipped-270 - [ivi-plugin] modules=ico_ivi_shell.so,ico_window_mgr.so,ico_window_animation.so,ico_input_mgr.so @@ -79,4 +47,3 @@ flag=0 # 0=no debug log write(1=err/2=warn/3=info/4=trace/5=debug) log=4 - |