OpenPandora Main OS

This project it to track issues relating to the current shipping OS only as found here http://goo.gl/S5JCy. Please state what Hotfix you are running with any issue report. Please ONLY use this to record issues for the main OS and its default included applications - any other application issue reports should go into the Additional Applications project. Issue reports with 'in development OS images' or feature requests for the next MAJOR version (not Hotfix release) should be placed into the OpenPandora Development OS project and reported on the mailing list http://openpandora.org/cgi-bin/mailman/listinfo/firmware-dev. Please read this page to find out how to properly report bugs: http://pandorawiki.org/Reporting_bugs

IDCategoryTask TypeSeverity  descSummaryStatusProgress
 16 CoreBug ReportMedium normal user login fails over serial/ttys Closed
100%
Task Description Only root can login over serial or ttys, and only if it has no password. Ssh login works fine. After some debugging it seems to be PAM issue, possibly recipes/shadow/ misconfiguration in OE. Maybe we sould use IMAGE_LOGIN_MANAGER = "busybox" instead of IMAGE_LOGIN_MANAGER = "shadow" as we don't need super security?
 18 CoreBug ReportMedium Some errors in first-run-wizard.sh Closed
100%
Task Description Line 154 and 157 need to be changed: 153 if [ $launcher == "xfce" ]; then 154 sed -i 's/.*sessions.*/sessions xfce4,pmenu/g' /etc/slim.conf 155 echo Xfce selected as default interface 156 else 157 sed -i 's/.*sessions.*/sessions pmenu,xfce4/g' /etc/slim.conf 158 echo PMenu selected as default interface 159 fi They should be: 154 sed -i 's/.*sessions .*/sessions xfce4/g' /etc/slim.conf 157 sed -i 's/.*sessions .*/sessions pmenu/g' /etc/slim.conf Note the empty space behind sessions. :)
 25 CoreBug ReportMedium QWERTY Slowdowns Closed
100%
Task Description Cleaned up a bit according to everything we know. EDIT: notaz did it again. Fixed it. If you find any weird side effects, let us know :) http://notaz.gp2x.de/tmp/Xorg Replace the file /usr/bin/Xorg Be sure to change permissions to 755 Switching between DPAD and keyboard does increase CPU usage on X A LOT. It even tends to crash ALSA if done too extensive. According to notaz, this is due to some very old crap that's still included in X. Internally it has one mouse and one keyboard, everything else is copied every time you press a key and bunch of callbacks are called, messages are sent to all screens and windows. New tests from EvilDragon: Disabling xfwm4 makes things better (ALSA won't crash anymore), but it still lags. Running it in minimal X (directly from .xinitrc) strangely fixes this - X won't eat up more than 17% CPU, regardless how many buttons you press. OLD Entry: The qwerty controls when pressed are causing the system to slowdown making the application running to pause/delay. Ive seen in a least 2 application glquake and supertux. For example pressing space would cause the hiccups and shortly after the pressing stopped the application would regain normal running speed. The other joystick/nub controls work fine. glquake is getting controls direct from the event files. Supertux is using the SDL layer. This was done on angstrom image from dec 19th. EDIT: More tests done by EvilDragon with the latest image (pandora-xfce-image-omap3-pandora-20100102-new-kernel-fn-n-m-support.tar.bz2) When you play with the DPAD and press a keyboard button, the app is making the small pause. You can press as many keyboard buttons as you want after that, there won't be another pause. BUT as soon as you press the DPAD again, it pauses again. Then the next pause does happen when you press a keyboard button, etc. So it feels like it pauses when you switch between DPAD and keyboard. The most important thing: This only happens when you run SDL Games from X. It doesn't occur when running SDL games from the console.
 26 CoreBug ReportMedium pndevmapperd only works when manually started Closed
100%
Task Description Though pndevmapperd runs after booting (ps -A lists it), it doesn't react to anything. EDIT: It DOES do something. It creates defunct op_menu.sh with each press. When you run it manually from the terminal, the menu button works find and shows the appfinder.
 30 CoreBug ReportMedium New issues in current image (pandora-20100102-new-kerne ...Closed
100%
Task Description * It takes forever to startup. It hangs while trying to initialize the new SDIO-WiFi: [ 2363.922271] wl1251: WARNING WLAN not ready [ 2363.927581] wl1251_sdio mmc2:0001:1: firmware: requesting wl1251-fw.bin [ 2423.930328] wl1251: ERROR could not get firmware: -2 [ 2424.033447] wl1251: ERROR sdio write failed (-110) [ 2425.786071] wl1251: ERROR sdio read failed (-110) [ 2425.790893] wl1251: WARNING WLAN not ready [ 2425.795776] wl1251_sdio mmc2:0001:1: firmware: requesting wl1251-fw.bin * OpenPandora Start-Button is too small (has the same width as a normal icon)
 43 CoreBug ReportMedium libpng missing from the last images (since approx mid o ...Closed
100%
Task Description Some ports (like SMW, VICE, etc.) stopped working because libpng is missing from the current images. Installing it does fix that problem. http://www.angstrom-distribution.org/unstable/feed/armv7a/base/libpng_1.2.42-r2.0.5_armv7a.ipk
 44 CoreBug ReportMedium Pandora-Start-Menu button too small Closed
100%
Task Description Since about mid January, the Openpandora-Startmenu-Button doesn't resize when the "Show Title" is enabled. Therefore, you only see parts of the "OpenPandora"-Title and no icon. Disabling the title shows the icon. I have no idea how to resize it and why this happened (the theme hasn't been changed as far as I know)
 45 CoreBug ReportMedium libpnd: Using German descriptions from PND files Closed
100%
Task Description I have some PNDs which have a german description included. pmenu does use those instead of the english ones (which should be the default if no language is selected).
 46 CoreBug ReportMedium pmenu: MediaPlayer only shows ~/ Closed
100%
Task Description The mediaplayer only does show the ~/-Directory. Ideally, it should present SD1 / SD2 / Users Home.
 47 CoreTo Do (Reminder)Medium evmapperd: Blinking LED and charging control Closed
100%
Task Description evmapperd should start blinking when the power is getting low. Ideally, the blinking speed should increase with decreasing battery power and should start maybe at 5% as default (would be nice to have the settings configurable by the user). As soon as the AC adaptor is connected, blinking should stop. When the battery power is at 0% it should immediately shutdown and poweroff (NOT to be overridden by the user!) Aditionally, we should have some charging control (or would it be better using a different daemon for that?) Here's part of my conversation with MichaelW: when the charge current was below a threshold, it would reduce the charger input current allowed and take it down to about what the system needs it would be an active thing constantly sampling the system and constantly updating the input current to match the system the alternative is that when the battery is full, the charge path is cut off until the battery drops down a bit, maybe 90%
 50 CoreTo Do (Reminder)Medium pmenu: Add shutdown / logout Closed
100%
Task Description There's no way yet to shutdown (poweroff) or logout from pmenu yet.
 51 CoreBug ReportMedium xfce4-battery-plugin: No time and no AC working Closed
100%
Task Description xfce4-battery-plugin currently displays the % of the battery, but it doesn't show the time (or does it need a while to figure out how much time is left?) Also, it doesn't realize when AC is connected. I did do a sudo poweroff when power was below 5%. When it first powered down, I connected the AC and restarted. The plugin immediately powered down again, as it didn't know AC was connected.
 52 CoreBug ReportMedium X11-Touchscreen: Fullscreen-Issue when the mouse cursor ...Closed
100%
Task Description There are some issues with the touchscreen using X11 and fullscreen apps which use their own mouse cursor. The mouse cursor tends to shift around when it comes outside of the normal screen area. This can be seen with SuperTux: The mouse cursor is a penguin. Move that close to the edge of the screen and it jumps around and then is shifted to the real touchscreen. Thanks to a bug in SuperTux, this can also be fixed: Go into the Level Editor and go back into the main menu: On top of the penguin mouse cursor is the normal X mouse cursor, which will not Shift anymore. Aditionally, I tried the Hatari Menu (running on 640x480) and AlephOne (running on 800x480). Both use the standard X mouse cursor and both are working fine. I guess that the mouse cursor gets confused if it has negative values.
 56 CoreBug ReportMedium Movie Playing (Totem, VLC and MPlayer) Closed
100%
Task Description Not really a bug report, just an information what issues what player has (tested using image from Feb 22nd). MPlayer is missing a library in this image: libxxf86dga1 Installing that one manually does make it work. * VLC: Plays things, but switching to fullscreen and back causes VLC to start having issues. I wouldn't recomment VLC. * Totem: Works well (fullspeed video playing) when you disable the sidebar. With the sidebar enabled, it doesn't play videos in fullscreen. Menus are behind the video overlay as well as the controls in fullscreen mode (which is a bummer). Needs about 10% more for the same movie than MPlayer (and therefore, stutters more often when mmcqd eats up CPU power) * MPlayer: Works well (fullspeed video playing) when video out is set to XV. Audio out needs to be set to OSS. If set to Alsa, it segfaults when scrubbing around or doing a fast forward (see segfault below). Runs very well in fullscreen, including controls on the bottom. Does have issues displaying videos in windows (usually shows black, unless you resize the window). Cache should be set to 40000. This will almost remove the stuttering when mmcqd accesses the SD card. Menu is behind the video stream as well. Only bad thing about Gnome MPlayer is, that you can't run it in fullscreen automatically when a video is loaded. So basically, MPlayer is the best we have at the moment. Fullscreen is really working flawlessly. Maybe we could change Gnome MPlayer to some fullscreen GUI (like the MPlayer for the Wii, etc.). For a first release, it already works well enough. Just need to make sure we include default settings as described above (most important: OSS sound!) In case anyone wants to debug, here is the segfault that happens when using ALSA and fast forwarding: [ 976.602203] Unable to handle kernel paging request at virtual address ffc84000 [ 976.609466] pgd = cf770000 [ 976.612182] [ffc84000] *pgd=8f842011, *pte=00000000, *ppte=00000000 [ 976.618530] Internal error: Oops: 807 [#1] [ 976.622650] Modules linked in: g_cdc pvrsrvkm ipv6 ads7846 hwmon [ 976.628723] CPU: 0 Not tainted (2.6.27-omap1 #1) [ 976.633758] PC is at memset+0x30/0xc0 [ 976.637420] LR is at 0x0 [ 976.639984] pc : [] lr : [] psr: 20000093 [ 976.639984] sp : cf5abe04 ip : 00000000 fp : cf5abe24 [ 976.651519] r10: ffffe0a4 r9 : 00001d4c r8 : 00004c3b [ 976.656799] r7 : ffffe0a4 r6 : cf8975c0 r5 : ffffc148 r4 : cfaed400 [ 976.663360] r3 : 00000000 r2 : 1ff8b350 r1 : 00000000 r0 : ffc83ffc [ 976.669921] Flags: nzCv IRQs off FIQs on Mode SVC_32 ISA ARM Segment user [ 976.677185] Control: 00c5387f Table: 8f770018 DAC: 00000015 [ 976.682952] Process mplayer (pid: 1781, stack limit = 0xcf5aa2e8) [ 976.689086] Stack: (0xcf5abe04 to 0xcf5ac000) [ 976.693481] be00: c02b4e00 cfae0a00 cfaed400 00005007 cf8975c0 cf5abe5c cf5abe28 [ 976.701873] be20: c02b2f74 c02b4da4 cf8975c0 cf5abe38 c0066db0 cfaed400 00005007 cf8975c0 [ 976.710235] be40: 00004c3b cf8975c0 00001d4c 00000000 cf5abe7c cf5abe60 c02b36f8 c02b2d94 [ 976.718627] be60: 00001d4c cfaed400 cf8975c0 00000000 cf5abecc cf5abe80 c02b3b50 c02b362c [ 976.726989] be80: c00699fc c00382ac cf5abeb0 00000000 00ecdda0 00000000 cf5abee4 cf5abea8 [ 976.735382] bea0: c006a104 00001d4c 400c4150 cf8975c0 bef6050c c002ee44 cf5aa000 00000000 [ 976.743774] bec0: cf5abeec cf5abed0 c02b3dbc c02b3ac8 c02b31c4 bef6050c c002ee44 00000000 [ 976.752136] bee0: cf5abf1c cf5abef0 c02b1188 c02b3d64 c04ae8a0 00000000 00ecdda0 00001d4c [ 976.760528] bf00: bef6050c 400c4150 bef6050c cf778760 cf5abf34 cf5abf20 c02b1504 c02b10d4 [ 976.768890] bf20: cf5abf5c cf778760 cf5abf54 cf5abf38 c00aa8ac c02b14d0 bef60548 cf778760 [ 976.777282] bf40: bef6050c 00000007 cf5abf7c cf5abf58 c00aab4c c00aa880 c0066e74 bef60548 [ 976.785675] bf60: cf5abf80 00000007 bef6050c 400c4150 cf5abfa4 cf5abf80 c00aaba4 c00aa8fc [ 976.794036] bf80: 4b82cf18 00000000 00da2268 00da22b8 00000000 00000036 00000000 cf5abfa8 [ 976.802429] bfa0: c002ecc0 c00aab70 00da2268 00da22b8 00000007 400c4150 bef6050c bef6050c [ 976.810821] bfc0: 00da2268 00da22b8 00000000 00000036 00d40628 00000000 00000000 00871348 [ 976.819183] bfe0: 00887178 bef60508 4012354c 4071963c 60000010 00000007 b601206b df08c3ff [ 976.827575] Backtrace: [ 976.830047] [] (snd_pcm_format_set_silence+0x0/0x13c) from [] (snd_pcm_playback_silence+0x1ec/0x2ac) [ 976.841033] r6:cf8975c0 r5:00005007 r4:cfaed400 [ 976.845703] [] (snd_pcm_playback_silence+0x0/0x2ac) from [] (snd_pcm_update_hw_ptr+0xd8/0x1b4) [ 976.856140] [] (snd_pcm_update_hw_ptr+0x0/0x1b4) from [] (snd_pcm_lib_write1+0x94/0x23c) [ 976.866058] r7:00000000 r6:cf8975c0 r5:cfaed400 r4:00001d4c [ 976.871765] [] (snd_pcm_lib_write1+0x0/0x23c) from [] (snd_pcm_lib_write+0x64/0x70) [ 976.881256] [] (snd_pcm_lib_write+0x0/0x70) from [] (snd_pcm_playback_ioctl1+0xc0/0x3fc) [ 976.891174] r4:00000000 [ 976.893737] [] (snd_pcm_playback_ioctl1+0x0/0x3fc) from [] (snd_pcm_playback_ioctl+0x40/0x44) [ 976.904083] r7:cf778760 r6:bef6050c r5:400c4150 r4:bef6050c [ 976.909820] [] (snd_pcm_playback_ioctl+0x0/0x44) from [] (vfs_ioctl+0x38/0x7c) [ 976.918853] r4:cf778760 [ 976.921417] [] (vfs_ioctl+0x0/0x7c) from [] (do_vfs_ioctl+0x25c/0x274) [ 976.929748] r6:00000007 r5:bef6050c r4:cf778760 [ 976.934417] [] (do_vfs_ioctl+0x0/0x274) from [] (sys_ioctl+0x40/0x64) [ 976.942657] r6:400c4150 r5:bef6050c r4:00000007 [ 976.947326] [] (sys_ioctl+0x0/0x64) from [] (ret_fast_syscall+0x0/0x2c) [ 976.955749] r7:00000036 r6:00000000 r5:00da22b8 r4:00da2268 [ 976.961486] Code: e1a0c001 e1a0e001 e2522040 a8a0500a (a8a0500a) [ 976.967773] ---[ end trace 83bdb29850a1e142 ]---
 61 CoreFeature RequestMedium Packages to remove and include Closed
100%
Task Description The following packages can be removed: embryo gnome-games gnome-games-blackjack gnome-games-gnometris gnome-games-iagno gnome-games-gtali gnome-games-gnobots2 xmms-mad But we need the following ones: xmms-plugin-input-mpg123 xmms-plugin-input-mikmod mikmod libxxf86dga1 epdfview gnumeric (if possible, would be nice) I do wonder though if we should remove all gnome-games (and ScummVM) completely. Makes more sense if we wrap those games up as PND files. Same goes for the community wallpapers. Should we include them? Or save that space for other things?
 72 CoreBug ReportMedium Automatic Screen Saver crashes SGX Apps Closed
100%
Task Description The automatic screen saver crashes apps which use the new SGX driver. Has been tested with pmenu and Quake. This does NOT happen with the Lid close / open turn off-routine, just with that automatic screen saver that turns of the LCD when you don't press a button for a while.
 73 Base OSFeature RequestMedium Nub: Change mouse speed, fix scrolling and add mouse bu ...Closed
100%
Task Description Currently the nubs can be set to three different modes: mouse, scroll and absolute Mode 1 (mouse) works fine, but the speed is a bit slow. Mode 2 (scroll) has inverted scrolling and it would be nice if scrolling speed would change according to how far you move it Aditionally, I would suggest adding another mode: mbuttons (Mouse buttons). At the moment, you can use the nubs as mouse but don't have any mouse buttons. I think it would be very convenient if you could set the nubs as mouse buttons: Move the nub left for left click, right for right click, up for double click and down for middle click. That way, each user could use the left nub for mouse and the right nub for mouse buttons or vice versa.
 74 CoreBug ReportMedium xfce4-mouse-settings: Fix the check for Xi so it does n ...Closed
100%
Task Description The xfce4-mouse-settings don't work on the Pandora, because they report "XI is not present or too old" This is a known bug and there already is a fix for it: http://www.mail-archive.com/xfce4-commits@xfce.org/msg09395.html
 87 CoreBug ReportMedium default /etc/network/interfaces is causing problems Closed
100%
Task Description The default /etc/network/interfaces has 192.168.1.0/24 subnet set up for usb0 which causes wifi connectivity to fail for users that have wifi on the same subnet. All addresses should be edited out from /etc/network/interfaces, eth* stuff should probably be dropped too.
 89 Base OSBug ReportMedium XFCE not loading up defaults when MiniMenu is selected  ...Closed
100%
Task Description When mini menu is set to the default menuing system, XFCE settings (selected theme, pandora-specific key bindings) do not get loaded by default, they need to be forced by opening a terminal and typing xfwm4 --replace
 91 Base OSBug ReportMedium libaudiofile is installed by codec pack instead of in b ...Closed
100%
Task Description Certain emulators such as Fuse are reliant on this file and I am assured it should be part of the default load-out (or rather in the HotFix) rather than in the codec pack as it's not a copyright issue.
 92 Base OSBug ReportMedium Startupmanager Closed
100%
Task Description When trying to toggle Enable/Disable Autologin After initially enabling this feature, attempt was made to disable unsuccessfully. System says that it saves this info, upon reboot, login screen shows up again. Wifi toggle seems to work, as does Default GUI, & selecting default user
 95 Base OSBug ReportMedium Cannot Connect to Ad-Hoc WIFI Closed
100%
Task Description I am Currently tethering my Mobile Network via my Android Phone I cannot connect on this WIFI ... it's a Ad-Hoc connection Everything else works, PC, Netbook's and iPod Touch But Pandora seems to have some problems
 98 ApplicationBug ReportMedium Pidgin freezes (msn) Closed
100%
Task Description Pidgin freezes when using the msn protocol. Sometimes it can last 25 minutes before doing so, sometimes it freezes instantly. Usually it's after only a few minutes. Once it freezes you are still able to close it using the built in crash manager (?!) This happens both when running from XFCE and Minimenu.
 99 CoreBug ReportMedium After waking up from standby the system is not responsi ...Closed
0%
Task Description If I resume after standby (moved the slider to the right), the pandora shows the desktop and I can move the mouse cursor but if I click something, nothing happens. IRC suggested that the CPU might still be clocked at the standby low power speed.
 109 CoreBug ReportMedium Wifi looses connection after 20-30 minutes Closed
100%
Task Description While logged into XFCE and browsing for an extended period the wireless will loose its connection. It will not reconnect until the Wifi is toggled off and back on again using the ToggleWifi application. I have not tested this on an unsecured network. My wireless is WPA2 encrypted.
 111 CoreFeature RequestMedium Minimal Boot to X_Term / Pico Closed
100%
Task Description Can we add an option to the boot menu for a minimal boot to X-term, and include Pico in the base OS? This would allow us to fix problems we've caused by messing around with starup scripts etc..
 112 CoreBug ReportMedium .pnd files with spaces in filename won't work Closed
100%
Task Description pnd_run.sh barfs when given a file with space in it's name. Also pnd_run bin doesnt enclose the .pnd name, it should. /usr/pandora/scripts/pnd_run.sh -p "PicoDrive_180beta2 .pnd" -e PicoDrive.run pnd set to `PicoDrive_180beta2 .pnd' exec set to `PicoDrive.run' /usr/pandora/scripts/pnd_run.sh: line 50: [: PicoDrive_180beta2: unary operator expected when run from menu: in fork! df: /media/mmcblk1p1/pandora/desktop//PicoDrive_180beta2: can't find mount point mountpoint: /usr/pandora/scripts/pnd_run.sh: line 120: [: !: integer expression expected not mounted on loop yet, doing so Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help' for more information. Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help' for more information. error determining fs, output was cannot
 115 Base OSBug ReportMedium OS is missing libvorbisidec.so Closed
100%
Task Description Please add to next hotfix, srb2 needed this file. My temporary hack was to modify the LD_LIBRARY_PATH (didnt like having to so this, but I think the way srb2 is loading the library it wouldnt work without it) and include the library in the pnd. Once this lib is added ill do an update on srb2 and remove the LD hack.
 120 Base OSBug ReportMedium Python is missing some modules Closed
100%
Task Description It seems like Python is missing some modules (like cgi) which should be included in the base installation.
121Base OSBug ReportMediumPyGame Hardware supportNew
0%
Task Description PyGame is damn slow (games with scrolling are not at all playable). Would be nice if Hardware surface could be used :)
 122 Base OSFeature RequestMedium SDL 1.2 optimizations Closed
100%
Task Description At the moment, SDL is a bit slow and has vsync problems (tearing, etc.). It could need optimizations to use the hardware.
 128 CoreBug ReportMedium pndnotifyd Segfault Closed
100%
Task Description pndnotifyd Segfault when the PXML.xml attached with th pnd contain non-ascii characters (for translation)
 129 Base OSBug ReportMedium [PATCH] bluetooth script fails to store/restore bluetoo ...Closed
100%
Task Description Patch to op_bluetooth.sh attached.
 131 CoreBug ReportMedium bluetooth drivers read timeout too trigger-happy/logic  ...Closed
100%
Task Description Shamelessly plugged from the forums, to get proper bug tracking and notifications on this. My post: @notaz: + /* there hould be no rx in progress at this point */ + if (info->rx_skb != NULL) { + dev_err(info->dev, "Receive timed out, %i done, %li left, " + "LSR=%02x, IER=%02x\n", info->rx_skb->len + 1, + info->rx_count, hci_h4p_inb(info, UART_LSR), + hci_h4p_inb(info, UART_IER)); + info->rx_timed_out = 1; + } Could you share your rationale for that comment in drivers/bluetooth/hci_h4p/core.c? (Oh and there's a typo, too :P ) EDIT: Asking this because commenting that block out changed status of bluetooth (for me) from unusable (can receive ~20-500kB of data before ppp connection halting) to fully working - used to have big problems playing 32kbps AAC stream (max 2 min), now already 4 mins of 96kbps, but i still think we need some receive timeout mechanism, but this one (as it currently stands) doesnt work. Notaz's reply: I don't really remember, it was more than 1.5 years ago. That driver is a hack, will need to review it, does it work stable with that code removed? My reply: For the non-IRC people: urjaman on IRC said: (22:47:45) urjaman: notaz: about stability: i'm on irc atm with that driver, its been playing internet radio for a few hours without problems now, but i don know for sure. (22:48:00) urjaman: *dont know (22:50:11) urjaman: my logic: if the serial port _never_ misses a byte it should be ok - IMO scary without some receive timeout, but works for me
 132 Base OSBug ReportMedium Deleting big files doesn't work Closed
100%
Task Description When deleting a file on the SD card, the Pandora OS moves it into the thrash folder in the internal memory. That itself isn't very nice (shouldn't there be a trash folder on the SD card as well, to reduce unnecessary copying?), but if the file is too big for the internal memory, a error message appears, and the file cannot be deleted on the Pandora directly.
 142 CoreFeature RequestMedium Visible Sleep Indicator Closed
100%
Task Description Could we please get a visual indication that the Pandora is in sleep/low-power mode? I would suggest one of the case LEDs either turn on or blink to indicate the sleep mode.
 151 Base OSFeature RequestMedium [PATCH] Turn Off LCD when closing the lid Closed
100%
Task Description Just added a few lines to op_lid.sh, will power off the LCD when you close the LID. Patch attached.
155CoreBug ReportMediumCritical problems after rescaling GLES2 X windowsUnconfirmed
0%
Task Description When a X window which is displaying GLES2 render output is: - Either dragged out of the visibile screen region (?) - Is made larger than it was at the creation time of the GLES2 context then: - The performance will drop significantly as the EGL buffer swaps won't occur as fast as before, - The render output will be corrupted and flicker - In rare occasions crashes the application or locks up the entire system (which forces you to remove the battery) The problem can not be solved without restarting the application (Possibly forcing players to complete the same goals again as they were unable to reach a savepoint or similar things). This was confirmed in Mupen64Plus and the PowerVR GLES Samples and some of my own projects (which are, however, based on the PowerVR samples). As I didn't see any other reports about this problems (but had it confirmed by other Pandora users too) I would expect that it can be fixed by using a newer X, kernel or combination of them as other OMAP users would be effected too.
158Base OSBug ReportMediumRefresh rate and BPPUnconfirmed
0%
Task Description On OS Zaxon (hotfix 3). With "xfconf-query", the resolution is 800x480@60 Hz. But with the tool in the menu "Settings" -> "Display", the resolution is 800x480@0 Hz. With Java (opensdk-6-jre 6b18-1.8), GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice().getDisplayModes() return 1 display mode that is 800x480@0 Hz with a BPP of -1. It seems to be the reason that GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice().getDisplayMode() return null and when closing a java application that goes in fullscreen mode to throw an exception (invalid display mode).
159Base OSBug ReportMediumSystem > Run PND Application menu item does nothingUnconfirmed
0%
Task Description With both Hotfix 3 and Hotfix 4 Beta the Run PND Application menu item fails to do anything. Possibly related problem is that PND files newly copied to SD card are not recognized and entered on desktop as expected. When you go to Thunar and right click - execute the PND file, nothing happens. Possible fix by copying the PND to another folder on the SD card with Thunar. This makes at least two PND files I had work. Still no response with "Run PND Application" menu, though.
 162 CoreBug ReportMedium XFCE Setting date Closed
100%
Task Description The tool to setup the date/time in XFCE doesn't work properly : - Menu -> Settings -> Date and Time - The tool show up - Select the time zone Now an error window spam every seconds...
 170 CoreBug ReportMedium Executable directories broken Closed
100%
Task Description Directory type packages fail to run. i.e. dropping a directory containing PXML.xml and a bunch of files onto the SD card rather than a .pnd package. The application is detected and menu entries created correctly, however pnd_run.sh fails to bind mount the directory due to bogus double quoting. Looks like a failed attempt to handle spaces in the path. Patch below removes these incorrect quotes. --- pnd_run.sh +++ pnd_run.sh.old @@ -161,2 +161,2 @@ elif [ $DFS = directory ]; then - mntline="sudo mount --bind -o ro ${PND} " + mntline="sudo mount --bind -o ro \"${PND}\" "
 171 CoreFeature RequestMedium Update clock from hardware when restoring from low powe ...Closed
100%
Task Description The clock occasionally does weird things during low power mode, sometimes gaining time, sometimes losing. This is most likely a result of the CPU being reduced to 14Mhz and the system clock being unable to keep up. A convenient work around is to make a call to "/sbin/hwclock --hctosys" during wake-up to load the hardware clock back into the system clock. This may add an extra second or two to the wake-up time but will prevent confusion caused by clock being very incorrect.
 176 CoreBug ReportMedium op_power.sh: problematic display brightness restoring a ...Closed
100%
Task Description Since hotfix4 it is possible to reduce the value for display brightness below '3'. Thus the script op_power.sh (the one used for low power mode) has to be adjusted accordingly. Currently line 25 in this script looks like this: if [ $oldbright -ge 3 ] && [ $oldbright -le $maxbright ]; then Please change the "-ge 3" part to "-ge 1" so that lower modes are possible, too. Otherwise the screen will be set to max brightness if you have selected a value of '1' when going into powersave mode. Somehow it looks like what is possible to select via the hotkeys and what is possible via the "application" differs. In the script op_lcdsettings.sh in line 11 a minimum brightness of 3 seems to be defined, with the hotkeys it is even possible to go down to 0 (screen off) or values like 1 and 2. This is the relevant line: minbright=3 Brightness restoring appears to be problematic in op_lid.sh, too. Just have a look at line 25 in this script: if [ $oldbright -ge 3 ] && [ $oldbright -le $maxbright ]; then Another issue is that the clockrate of 14MHz is simply too low to be reasonable. Please do adjust it to 125MHz instead, since this seems to be what TI recommends and what makes most sense since starting with hotfix4 this is where the lowest powermode (OPP0) is entered. When clocking down to 14MHz issues like the clock not working correctly come up. Relevant lines in op_power.sh: line 14, restoring old clockrate: if [ $oldspeed -gt 14 ] && [ $oldspeed -le 900 ]; then line 72, setting the clockrate for low power mode: echo 14 > /proc/pandora/cpu_mhz_max
 177 CoreBug ReportMedium no x or xfce after shutdown and reboot Closed
100%
Task Description often but not always after shutting down the system (xfce logout, choose shutdown) thereĀ“s a problem when booting again. i got the normal bootscreen but when x an xfce should start the screen remains black. i cannot say if the x or xfce didnĀ“ start or if it is a problem with the backlight intensity. rebooting with pandora key and power key leads to the same situation. the only thing that seems to help is to remove the battery shortly. so, what is the difference beetween reboot after powerdown and reboot after replacing the battery? there could be the point to fix this problem.
 180 CoreBug ReportMedium LCD Brightness Lower = Flashing, Dies. Closed
100%
Task Description Just try and lower with the Fn+Br- until it starts to flashing and just dies if you go lower. It does go back if you raise it again. Feels wrong. Also no real feel in the brightness getting lower.
 182 CoreBug ReportMedium Ctrl + F5 (Fn Lock) Fail Closed
100%
Task Description So I've tried this a while now with no success. I'm assuming its when Fn is triggered and then pressing Ctrl or Alt it goes away.
 184 CoreFeature RequestMedium libpnd: Add a function to get all mounted PNDs Closed
100%
Task Description Add a function to get all mounted PNDs. Because it's very annoying to check all the menu/desktop folders on all of the SD-Cards.
 186 ApplicationBug ReportMedium unusable "Manage LCD Gamma" tool Closed
100%
Task Description Pandora Menu -> Settings -> LCD-Settings -> Manage LCD Gamma Removing all the profiles listed there will make the user unable to even create a new one. The tool becomes unusable. I hope a re-flash would fix the problem. The last profile in the list, or the Default one, shouldn't be deletable at all.
Showing tasks 51 - 100 of 311 Page 2 of 7 - 1 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing