summaryrefslogtreecommitdiffstats
path: root/testApp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testApp.sh')
-rwxr-xr-xtestApp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testApp.sh b/testApp.sh
index ad505d8..b35c18e 100755
--- a/testApp.sh
+++ b/testApp.sh
@@ -42,7 +42,7 @@ working_path=`dirname "$script_path"`
display_id=$(grep -n $(whoami) /etc/passwd| head -n 1|awk -F : '{print $1}')
# Start QT's virtual framebuffer with proper display_id
-/usr/local/Trolltech/$QT_VERSION/bin/qvfb -width 1024 -height 768 -qwsdisplay :$display_id &
+/usr/local/Trolltech/$QT_VERSION/bin/qvfb -width 1156 -height 800 -qwsdisplay :$display_id &
# quick sleep to wait for qvfb loading
sleep 0.2
# Start fbgui connecting to QVFb with display_id from above.