Develop
Ticket #1770 (closed defect: fixed)
XCSoar 6.3_alpha1 does not work on Dell Streak 7
| Reported by: | 170 | Owned by: | max |
|---|---|---|---|
| Priority: | highest | Milestone: | XCSoar 6.3 |
| Component: | Other | Version: | 6.3 |
| Keywords: | Cc: |
Description
Start screen in inverted video, after selecting fly or sim part of start screen remains doubled with bits of map, can get no sensiblle response from screen and have to power off to exit
Attachments
Change History
Changed 16 months ago by 170
- Attachment DSC00775.JPG added
comment:2 Changed 16 months ago by wbu
bisect says: 4759d326f98b1a1e842f666830380d7141b63308
this looks suspicious:
- if (IsEmbedded()) {
+ if (full_screen)
#ifndef ANDROID
flags |= SDL_FULLSCREEN;
#endif
- }
comment:5 Changed 16 months ago by RobD
- Owner set to max
- Status changed from new to assigned
I did a bisect on this using the DROIDX which experiences the same problem. The error was introduced at:
TopWindow?: add full-screen option
4759d326f98b1a1e842f666830380d7141b63308
Changed 16 months ago by RobD
- Attachment shot_Feb_12_2012_6.png added
droidx map screen no terrain, with exit dialog
Note: See
TracTickets for help on using
tickets.

sample screenshot