diff options
author | deva <deva> | 2005-04-10 20:38:45 +0000 |
---|---|---|
committer | deva <deva> | 2005-04-10 20:38:45 +0000 |
commit | b03406e31c5e5d4f8a4e065b03e68330885a3832 (patch) | |
tree | 0d636129516814509df07afd918daef086be3133 /src/miav.conf | |
parent | 55a7afdedc7cee2df9012f600dd51aff92ad1af3 (diff) |
lots of styff!
Diffstat (limited to 'src/miav.conf')
-rw-r--r-- | src/miav.conf | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/miav.conf b/src/miav.conf index ba2ceda..c0f5c89 100644 --- a/src/miav.conf +++ b/src/miav.conf @@ -3,16 +3,20 @@ # # Cpr Database configuration -fisk = - = true cpr_host = "cpr.j.auh.dk" cpr_port = 10301 cpr_timeout = 10000 +# Video source +#video_width = 720 +#video_height = 576 +video_width = 500 +video_height = 370 + # Size of the screen in inches -screensize = 19.0 -pixel_width = 1024 -pixel_height = 768 +screensize = 14.0 +pixel_width = 800 +pixel_height = 600 # How and where to connect to the miav server? server_addr = "192.168.0.10" |