diff options
author | Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp> | 2013-09-06 19:34:54 +0900 |
---|---|---|
committer | Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp> | 2013-09-06 19:51:10 +0900 |
commit | ffb17d1b41868672899be638aa21dd1130ea2522 (patch) | |
tree | 2aa724bc326cc4a83a4f6798c63f1f85d5afc626 /settings/weston.ini | |
parent | c0ddb023649b0d9d58e36f022cf5eef374aadde4 (diff) | |
download | ico-uxf-weston-plugin-ffb17d1b41868672899be638aa21dd1130ea2522.tar.gz ico-uxf-weston-plugin-ffb17d1b41868672899be638aa21dd1130ea2522.tar.bz2 ico-uxf-weston-plugin-ffb17d1b41868672899be638aa21dd1130ea2522.zip |
Bug fix:TIVI-1693.
Change-Id: I5edfb53df811c37545017295c2b758d792999259
Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
Diffstat (limited to 'settings/weston.ini')
-rw-r--r-- | settings/weston.ini | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/settings/weston.ini b/settings/weston.ini index bd71def..8d51f06 100644 --- a/settings/weston.ini +++ b/settings/weston.ini @@ -14,10 +14,10 @@ name=HDMI3 mode=173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync transform=90 -[output] -name=HDMI2 +#[output] +#name=HDMI2 #mode=1280x480 -mode=100.00 1280 1300 1400 1400 480 500 600 700 -hsync +vsync +#mode=57.12 1280 1328 1456 1632 480 481 484 500 -hsync +vsync #[output] #name=LVDS1 @@ -27,6 +27,7 @@ mode=100.00 1280 1300 1400 1400 480 500 600 700 -hsync +vsync #[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] @@ -63,6 +64,7 @@ fps=30 [ivi-debug] # debug flags # bit.0 0=hide on surface create(for with HomeScreen)/1=show on surface create +# bit.1 0=not show if display not exist/1=show if display not exist flag=0 # 0=no debug log write(1=err/2=warn/3=info/4=trace/5=debug) |