Results 1 to 3 of 3

Thread: IGO8 Language Select Screen stretched

  1. #1
    Junior Member
    Join Date
    Sep 2010
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default IGO8 Language Select Screen stretched

    Hi,

    Running a 2DIN Chinese indash GPS 800x480 with IGO8 and had quite a bit of trouble (2 days worth so far). Have finally got the software loading but now it is appearing to be stretched on the right and bottom of the screens. So when it gets to the Language Selection screen the sides of the top 2 buttons are cut off and I can't see the bottom of the screen (for a next or ok button). Even the splash screen is stretched in that way. In order for it even to load I had to add the following otherwise I have a black screen.

    [interface]
    skin="ui_igo8"
    resolution_dir="800_480"

    and

    [rawdisplay]
    Screen_x=800
    Screen_y=480
    class="landscape"

    Here's my SYS.TXT file

    PHP Code:
    [project]
    name="igo8_pda"

    [folders]
    app="%SDCARD%/iGO8"

    [interface]
    skin="ui_igo8"
    resolution_dir="800_480"
    laneinfo_signpost_enabled=1
    extra_settings
    =0
    maxzoom2d
    =6000000
    show_exit
    =1

    [rawdisplay]
    Screen_x=800
    Screen_y
    =480
    class="landscape"

    [utility]
    utilitymov=",1,\Storage Card\IGO8,"
    utilitydel=",2,\Storage Card\iGO8,"

    [msdn]
    enabled=0

    [debug]
    cache=2048
    skip_eula
    =1
    disable_outlookpoi
    =1
    show_performance
    =0
    reserve_memory
    =2500000
    ;added new april20th for speeding up tts voice
    tts_min_ready_wav
    ="1"
    tts_getaway_time="100"
    sound_q_length="200"
    ;no_file_cache="0"
    ;cache="1024"

    [switchmap]
    changer="\Storage Card\iGO8\MapChanger\MapChanger.exe"
    1=",map_ta,\Storage Card\iGO8,\Storage Card\iGO8,"
    2=",map_nt,\Storage Card\iGO8,\Storage Card\iGO8,"
    3=",map_ot,\Storage Card\iGO8,\Storage Card\iGO8,"
    4=",map_us,\Storage Card\iGO8,\Storage Card\iGO8,

    [3d_config]
    roadsign_lines_per_screen=20
    disable_roadsign_navigation_mode=0

    [sound]
    sound_volume=15
    os_volume=255
    voice_volume=255

    [map]
    text_animation=1
    3d_scale_carmodel=1
    3dcarsizemin=6000
    3dcarsizemax=7000
    3dcarsizemul=30000

    [smartzoom]
    restore_smartzoom_on=1
    minangle=85
    maxangle=85
    minzoom=40
    maxzoom=60
    speedzoom=10
    speedangle=10

    [roundaboutcam]
    enabled=0
    centery=20


    [3dcar]
    work_dir="
    \Storage Card\iGO8"
    mortscript="
    \Storage Card\iGO8\Themechanger\MortScript.exe"

    [themechanger]
    work_dir="
    \Storage Card\iGO8"
    mortscript="
    \Storage Card\iGO8\Themechanger\MortScript.exe"

    [tts]
    tts_buffer=131072
    tts_logics=3
    priority="
    HIGH"
    always_say_road_names=1
    announce_street_name=1
    announce_exit_directions=1
    skip_exit_numbers=0

    [warning]
    speedcam_warning="
    1"
    speedcam_max_angle=10
    speedcam_snap_distance=200
    speedcam_max_lookahead=400
    speedcam_maxdistance_from_road=10 
    Any help would be appreciated.



Look Here ->
  • #2
    Senior Member

    Join Date
    Nov 2009
    Location
    Australia
    Posts
    1,087
    Thanks
    100
    Thanked 722 Times in 348 Posts
    Rep Power
    314
    Reputation
    5103

    Default

    [interface]
    vga=0
    skin="ui_igo8"
    resolution_dir="800_480"

    [rawdisplay]
    class="landscape"
    highres=0
    screen_x=800
    screen_y=480


    Bazzle

  • The Following User Says Thank You to bazzle01 For This Useful Post:

    magicrat80 (21-10-10)

  • #3
    Junior Member
    Join Date
    Sep 2010
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default

    Thank you very much. Worked by just replacing those 2 sections with your code. Thankyou.

  • Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •