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.
 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 ]---
 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.
 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.
 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 :)
 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.
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}\" "
 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.
 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.
 189 CoreBug ReportMedium pnd-run.sh does not work correctly for very long <pathn ...Closed
100%
Task Description When unmounting, the pnd-run-script greps the output of "losetup -a" at some point. But if you have a very long pathname and filename for the pnd (like "/media/trans8/gamedata/scummvm/Secret_of_Monkey_Islands_Amiga_EN.pnd" then the endpart is cut off in the output, grep can't find the right part and the script get's confused. Example: mounting works: /usr/pandora/scripts/pnd_run.sh -p /media/trans8/gamedata/scummvm/Secret_of_Monkey_Islands_Amiga_EN.pnd -b scummvm -m unounting does not work: /usr/pandora/scripts/pnd_run.sh -p /media/trans8/gamedata/scummvm/Secret_of_Monkey_Islands_Amiga_EN.pnd -b scummvm -u (see /tmp/pndrun*-logs for output) The problem is that the outut of losetup looks like this in such a case: "/dev/loop7: [b309]:157081 (/media/trans8/gamedata/scummvm/Secret_of_Monkey_Islands_Amiga_*)" And because the pnd-name is not fully shown, grepping the name does not work. After i renamed th pnd to a much shorter name (somi_amiga_en.pnd) it worked nicely. Still this should be fixed.
190CoreBug ReportMediumRemoving desktop-shortkeys does not workUnconfirmed
0%
Task Description Try clearing shortcuts in Start->Settings->Window Manager->Keyboard. That doesn't work (for me). This is a problem because these shortcuts are blocking key-combination in apps, like for example the keymapper in dosbox (CTRL+F1) or refreshing content (CTRL+F5). I tried manual editing or even deleting the configuration file, but changes are not recognized and the file recreated on reboot.
 192 CoreBug ReportMedium [U-Boot] ext2fs_devread() read error - block (boot from ...Closed
100%
Task Description [U-Boot] ext2fs_devread() read error - block Description: Formatted two different Transcend 8GB SD cards as EXT2 using both GParted and also with Mkfs.ext2, extracted pandora-rootfs.tar.bz2 to the root of the SD and added 'autoboot.txt' as described here: http://openpandora.org/firmware/README.txt This issue appears to be same as mentioned here, looks like a patch maybe required in drivers/mmc/omap3_mmc.c): http://lists.denx.de/pipermail/u-boot/2010-June/072198.html Output on boot : mmc1 is available reading autoboot.txt ** Unable to read "autoboot.txt" from mc1 0:1 ** Loading file "autoboot.txt" from mmc1 device 0:! (xxa1) 184 bytes read ** Executing plain script at 82000000 Loading file "/boot/uImage-2.6.27.46-omap1" from mmc device 0:1 (xxa1) ** ext2fs_devread() read error - block ** Unable to read "/boot/uImage-2.6.27.46-omap1" from mmc 0:1 ** ## Booting kernel from Legacy Image at 8030000 ... Image Name: Angstrom/2.6.27-pandora+r21+git4 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2325740 Bytes = 2.2 MB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... Bad Data CRC ERROR: can't get kernel image! syntax error
204CoreBug ReportMediumfonts issuesUnconfirmed
0%
Task Description Ok, I just want to say that there is something missing about the font on the base image. I cant get what (at least for now) Here is an issue : http://www.gp32x.com/board/index.php?/topic/54282-getting-vnc-viewer-to-work/ With my current Ogre build I get : Warning: Unable to load any usable ISO8859 font Error: Aborting: no font found I've googled but so far no solution :(
 205 CoreBug ReportMedium libpnd functions and dynamic libs missing Closed
100%
Task Description tried to compile a simple test application that uses functions from libpnd, namely pnd_evdev_open(pnd_evdev_e) pnd_evdev_dpad_state(pnd_evdev_e) pnd_evdev_closeall() but all 3 seem to be missing. yes, i'm linking to libpnd ... but no chance to get it running. i'm using ivanovic's latest toolchain, which in turn installs "pandora-libpnd-dev_1.0-r40.5_armv7a.ipk" ... also, there's only the static library available inside, no dynamic libraries.
 207 CoreBug ReportMedium Touchscreen calibration / use of nubs conflict Closed
100%
Task Description When using certain apps like Basilisk 2 / Dosbox / Enigma the analogue stick and touchscreen are both available to use as a mouse cursor. All is well with the touch until you decide to touch the analogue stick when then affects touchscreen alignment by about 2 - 3 CM. This has been going on since first release.
 215 CoreBug ReportMedium Kingston 32GB Class6G2 SDHC card not working in pandora Closed
100%
Task Description I have noticed errors like this, but not every time [ 1455.612792] mmc2: card claims to support voltages below the defined range. These will be ignored. [ 1455.621795] mmc2: SDIO card claims to support the incompletely defined 'low voltage range'. This will be ignored. [ 1455.665985] mmc2: new SDIO card at address 0001 This is me plugging in my 32GB SD6G2 Kingston SDHC card. at [ 1114.484252] is when the file copy started Errors continue from there until it bombs and remounts the filesystem readonly. I have tried this with ext3 vfat in various configurations and all fail the same I/O errors Let me know if I can do anything to help ------------------------------------- [ 989.496459] mmc1: host does not support reading read-only switch. assuming write-enable. [ 989.504638] mmc1: new high speed SDHC card at address 0003 [ 989.510620] mmcblk1: mmc1:0003 SD32G 31514112KiB [ 989.515625] mmcblk1: p1 p2 p3 p4 < p5 p6 > [ 989.940490] FAT: invalid media value (0x00) [ 989.944702] VFS: Can't find a valid FAT filesystem on dev mmcblk1. [ 990.083190] FAT: invalid media value (0x00) [ 990.087402] VFS: Can't find a valid FAT filesystem on dev mmcblk1. [ 991.907562] EXT3-fs: Unrecognized mount option "umask=0" or missing value [ 991.922943] EXT3-fs: Unrecognized mount option "umask=0" or missing value [ 992.002563] mmci-omap mmci-omap.0: MMC IRQ 0x208002 : TC ERRI DCRC [ 992.003143] mmcblk0: retrying using single block read [ 992.028411] kjournald starting. Commit interval 5 seconds [ 992.048553] EXT3-fs: Unrecognized mount option "umask=0" or missing value [ 992.092346] kjournald starting. Commit interval 5 seconds [ 992.237091] kjournald starting. Commit interval 5 seconds [ 992.259185] EXT3-fs: Unrecognized mount option "umask=0" or missing value [ 992.361999] FAT: bogus number of reserved sectors [ 992.366760] VFS: Can't find a valid FAT filesystem on dev mmcblk1p4. [ 992.400909] kjournald starting. Commit interval 5 seconds [ 992.612945] EXT3 FS on mmcblk1p2, internal journal [ 992.617797] EXT3-fs: mounted filesystem with ordered data mode. [ 992.787475] EXT3 FS on mmcblk1p3, internal journal [ 992.792449] EXT3-fs: mounted filesystem with ordered data mode. [ 993.038940] EXT3 FS on mmcblk1p1, internal journal [ 993.043884] EXT3-fs: mounted filesystem with ordered data mode. [ 993.205749] EXT3 FS on mmcblk1p5, internal journal [ 993.210632] EXT3-fs: mounted filesystem with ordered data mode. [ 993.510253] FAT: bogus number of reserved sectors [ 993.515045] VFS: Can't find a valid FAT filesystem on dev mmcblk1p4. [ 1114.484252] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1114.484802] mmcblk0: retrying using single block read [ 1115.763946] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1115.765594] mmcblk0: retrying using single block read [ 1115.984649] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1115.984985] mmcblk0: retrying using single block read [ 1116.039489] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.039916] mmcblk0: retrying using single block read [ 1116.094329] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.094757] mmcblk0: retrying using single block read [ 1116.150146] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.152343] mmcblk0: retrying using single block read [ 1116.212127] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.212615] mmcblk0: retrying using single block read [ 1116.267791] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.268280] mmcblk0: retrying using single block read [ 1116.335723] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.337738] mmcblk0: retrying using single block read [ 1116.410766] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.413360] mmcblk0: retrying using single block read [ 1116.488250] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.490234] mmcblk0: retrying using single block read [ 1116.581390] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.581939] mmcblk0: retrying using single block read [ 1116.645721] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.646331] mmcblk0: retrying using single block read [ 1116.933288] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1116.933715] mmcblk0: retrying using single block read [ 1117.000518] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.002899] mmcblk0: retrying using single block read [ 1117.068328] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.070526] mmcblk0: retrying using single block read [ 1117.128326] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.128753] mmcblk0: retrying using single block read [ 1117.194183] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.194488] mmcblk0: retrying using single block read [ 1117.261566] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.262084] mmcblk0: retrying using single block read [ 1117.328674] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.329956] mmcblk0: retrying using single block read [ 1117.388061] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.390380] mmcblk0: retrying using single block read [ 1117.451629] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.452087] mmcblk0: retrying using single block read [ 1117.510467] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.512725] mmcblk0: retrying using single block read [ 1117.714874] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.715301] mmcblk0: retrying using single block read [ 1117.776550] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.778930] mmcblk0: retrying using single block read [ 1117.841247] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1117.841674] mmcblk0: retrying using single block read [ 1122.718658] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1122.719055] mmcblk0: retrying using single block read [ 1123.265136] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1123.265441] mmcblk0: retrying using single block read [ 1123.442230] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1123.442413] mmcblk0: retrying using single block read [ 1126.759338] mmci-omap mmci-omap.1: MMC IRQ 0x108000 : ERRI DTO [ 1126.759399] mmcblk1: error -110 transferring data, sector 32669824, nr 8, card status 0xc00 [ 1126.807830] mmci-omap mmci-omap.1: MMC IRQ 0x108000 : ERRI DTO [ 1126.807891] end_request: I/O error, dev mmcblk1, sector 32669824 [ 1126.813934] Buffer I/O error on device mmcblk1p1, logical block 4083726 [ 1126.820556] lost page write due to I/O error on mmcblk1p1 [ 1127.630950] mmci-omap mmci-omap.1: MMC IRQ 0x108000 : ERRI DTO [ 1127.631011] mmcblk1: error -110 transferring data, sector 32686232, nr 8, card status 0xc00 [ 1127.715179] mmci-omap mmci-omap.1: MMC IRQ 0x108000 : ERRI DTO [ 1127.715240] end_request: I/O error, dev mmcblk1, sector 32686232 [ 1127.721282] Buffer I/O error on device mmcblk1p1, logical block 4085777 [ 1127.727935] lost page write due to I/O error on mmcblk1p1 [ 1133.399963] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1133.400024] Spurious DMA IRQ [ 1133.403411] mmcblk0: retrying using single block read [ 1133.504821] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1133.504943] mmcblk0: retrying using single block read [ 1133.599304] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1133.599548] mmcblk0: retrying using single block read [ 1133.767486] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1133.767578] mmcblk0: retrying using single block read [ 1134.222564] mmci-omap mmci-omap.0: MMC IRQ 0x208000 : ERRI DCRC [ 1137.074981] mmcblk0: retrying using single block read [ 1137.465576] mmci-omap mmci-omap.1: MMC IRQ 0x108000 : ERRI DTO [ 1137.465667] mmcblk1: error -110 transferring data, sector 17316672, nr 72, card status 0xc00 [ 1137.509582] mmci-omap mmci-omap.1: MMC IRQ 0x108000 : ERRI DTO [ 1137.509643] end_request: I/O error, dev mmcblk1, sector 17316672 [ 1137.515686] end_request: I/O error, dev mmcblk1, sector 17316680 [ 1137.521728] end_request: I/O error, dev mmcblk1, sector 17316688 [ 1137.527770] end_request: I/O error, dev mmcblk1, sector 17316696 [ 1137.533813] end_request: I/O error, dev mmcblk1, sector 17316704 [ 1137.539855] end_request: I/O error, dev mmcblk1, sector 17316712 [ 1137.545867] end_request: I/O error, dev mmcblk1, sector 17316720 [ 1137.551910] end_request: I/O error, dev mmcblk1, sector 17316728 [ 1137.557952] end_request: I/O error, dev mmcblk1, sector 17316736 [ 1137.766906] Aborting journal on device mmcblk1p1. [ 1137.997436] journal commit I/O error [ 1138.001037] EXT3-fs error (device mmcblk1p1) in ext3_create: IO failure [ 1138.225067] ext3_abort called. [ 1138.228149] EXT3-fs error (device mmcblk1p1): ext3_journal_start_sb: Detected aborted journal [ 1138.236785] Remounting filesystem read-only
 219 CoreBug ReportMedium wrong owner of /home/user/Desktop Closed
100%
Task Description I just reflashed with HF5, and it turns out that I cannot make shortcuts on the desktop. It is very simple to fix: sudo chown janek.janek Desktop/ I remember that this bug was also present in HF4, I fixed it so quickly that I didn't even remember to report it.
 221 CoreBug ReportMedium 32MB worth of qt4 examples in /usr/bin/qt4 ? Closed
100%
Task Description Hi, after upgrading to HF5, I accidentally discovered that there are 32MB of qt4 examples & demos in directory /usr/bin/qt4, those examples do work. For instance the /usr/bin/qt4/examples/webkit/fancybrowser/fancybrowser is a working WWW browser. It is, without any dispute a very useful qt4 development help, but are you sure that you want to include all that in NAND ?
225CoreBug ReportMediumads7846 reports odd pressure valuesUnconfirmed
0%
Task Description using evdev xorg drivers and not the tslib drivers you can receive pressure axis data however there is a problem with the values reported by the ads7846 module and the evdev driver has no calibration property for pressure using xinput test touchscreen you can see the pressure axis ranging from 120-ish for hard press to about 150-170 for light press (low pressure values can be quite erratic) I could possibly hack the evdev module to possibly do something with this odd and narrow range of values, but I rather think looking at the source that the ads7846 module needs some work. is there a git tag that has a known working configuration? as I've had problems getting the kernel to compile the last few times I attempted...
Showing tasks 51 - 100 of 311 Page 2 of 7 - 1 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing