All Projects

IDProjectCategoryTask TypeSeveritySummary  descStatusProgressOperating System
 74 OpenPandora Main OSCoreBug ReportMedium xfce4-mouse-settings: Fix the check for Xi so it does n ...Closed
100%
All 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
 27 OpenPandora Main OSCoreBug ReportLow xfce4-brightness-plugin: 0 isn't a good minimum value Closed
100%
All Task Description The xfce4-brightness-plugin can be set to a minimum of 0. This is kinda confusing to the normal user, as it makes the screen totally black. Maybe this could be changed to a minimum of 3?
 51 OpenPandora Main OSCoreBug ReportMedium xfce4-battery-plugin: No time and no AC working Closed
100%
All 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.
 19 OpenPandora Main OSCoreFeature RequestLow XFCE-Menu Editor Closed
100%
All Task Description Add an XFCE-Menu Editor (using python). This way, people can edit the Startmenu :) http://my.opera.com/Texel/blog/2008/02/20/xfce-applications-menu-editor-0-4
 52 OpenPandora Main OSCoreBug ReportMedium X11-Touchscreen: Fullscreen-Issue when the mouse cursor ...Closed
100%
All 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.
 31 OpenPandora Main OSCoreBug ReportHigh X11 Crashing with omapfb Closed
100%
All Task Description Cleaned up a bit. * Mouse is inverted if you run SDL Games from the console. * Mouse is not properly calibrated when you run SDL Games under X fullscreen. Fixed with notaz patch that also fixes the X11-Crash with omapfb (see below) Regarding the X11-Crash when using SDL-Fullscreen-Apps together with omapfb: notaz nailed down the problem: It's actually xf86-input-tslib's fault- omapfb only acted as catalizator here, causing SDL to use different code path and call different X functions. His patch also almost increases the touchscreen problem (see above): It runs perfect for games in 800x480. However, on small issue is left on apps with lower resolution which use their own mouse cursor: As soon as you move the mouse outside of the game resolution (i.e. SuperTux runs 640x480), the mouse cursor stops at the end of the virtual screen and you have an offset. This only seems to happen when the game uses it's own mouse cursor. If you go to the level editor of SuperTux and leave, the normal X cursor appears and the problem doesn't occur anymore. So this is probably something that needs to be fixed in the game, not in the driver. A compiled version (for testing): http://notaz.gp2x.de/tmp/tslib_drv.so --- needs to be copied here: /usr/lib/xorg/modules/input/tslib_drv.so
 36 OpenPandora Main OSCoreBug ReportLow X doesn't restart in No-X mode (pnd_run.sh) Closed
100%
All Task Description At the end of the script, it calls /etc/init.d/slim-init-init start If you fix that to /etc/init.d/slim-init start , X restarting works again. Please apply this fix into the GIT.
 8 OpenPandora Main OSCoreBug ReportHigh WiFi doesn't work Closed
100%
All Task Description Error inserting /lib/modules/2.6.27-omap1/kernel/drivers/net/wireless/wl12xx/wl1251_sdio.ko: -1 Unknown symbol in module
 5 OpenPandora Main OSCoreBug ReportHigh Touchscreen Calibration stops the First-Boot-Wizard Closed
100%
All Task Description When selecting the touchscreen calibration within the first-boot-wizard, the script stops after the calibration and the Pandora continues to boot.
 29 OpenPandora Main OSCoreTo Do (Reminder)Low ToDo: Map Fn-U and Fn-I with brightness controls Closed
100%
All Task Description Include brightness change hotkeys.
 59 OpenPandora Main OSCoreTo Do (Reminder)Low ToDo: Add joystick / keyboard switch to pnd_run and lib ...Closed
100%
All Task Description The next kernel offers switching between a joystick / keyboard mode. In joystick mode, the DPAD and ABXYRL Buttons behave like a joystick buttons and have no keyboard mappings. In keyboard mode, the DPAD and ABXYRL Buttons have keyboard mappings and are NOT registered as joystick. The normal keyboard keys are not affected by this. PXML needs to have a switch added for that and pnd_run should change the mode according to that switch. When the PND app has quit, it should always go back to keyboard mode. The commands are the following: echo 1 > /proc/pandora/game_button_mode # keyboard mode echo 2 > /proc/pandora/game_button_mode # gamepad mode
123OpenPandora Main OSBase OSFeature RequestLowSuggestions for the Pandora-ButtonNew
0%
All Task Description My suggestion instead of a full menu, would be to have a tiny overlay over the current running application which allows you to: - relogin (to close all running applications) - quit (stop the active application) - shows the last notifications / toaster messages which you missed while being in a fullscreen app. - possibly even something like plugin support or icons to check out the wifi-strength etc. from fullscreen apps. Implementation wise this could possibly be done using - a topmost window and the same content rendered in screenspace in a GLES hook (which should draw over most applications) or - one of the DSS2 overlays maybe It's definitely something to consider as it was requested on the forums a few times (~"xbox like menu in games").
 18 OpenPandora Main OSCoreBug ReportMedium Some errors in first-run-wizard.sh Closed
100%
All 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. :)
 23 OpenPandora Main OSCoreBug ReportVery Low slim-init doesn't pass session to .xinitrc Closed
100%
All Task Description It seems like slim doesn't send the session to .xinitrc I included an "echo $1 >> ~/debug.txt" in the script and the file was completely empty. That's why it always starts xfce4, not pmenu: The fallback is startxfce4.
 122 OpenPandora Main OSBase OSFeature RequestMedium SDL 1.2 optimizations Closed
100%
All Task Description At the moment, SDL is a bit slow and has vsync problems (tearing, etc.). It could need optimizations to use the hardware.
 1 OpenPandora Main OSCoreBug ReportVery Low Sample Task Closed
0%
All Task Description This isn't a real task. You should close it and start opening some real tasks.
 75 OpenPandora Main OSBase OSTo Do (Reminder)Low Remove application-launcher from Pandora-Button Closed
100%
All Task Description As the Application Launcher takes 12 seconds to load and slows all running games down terribly if you accidentally hit the Pandora-Button, it is useless. Please change it so it does something different. My suggestions: * Open the XFCE Start-Menu or * Open a simple applauncher (as suggested by vimacs) Make sure it doesn't disturb any game or emulator if you press it while playing!
 120 OpenPandora Main OSBase OSBug ReportMedium Python is missing some modules Closed
100%
All Task Description It seems like Python is missing some modules (like cgi) which should be included in the base installation.
121OpenPandora Main OSBase OSBug ReportMediumPyGame Hardware supportNew
0%
All Task Description PyGame is damn slow (games with scrolling are not at all playable). Would be nice if Hardware surface could be used :)
 32 OpenPandora Main OSCoreBug ReportLow pndnotifyd: Crawling through directories it shouldn't i ...Closed
100%
All Task Description My current configuration is: Rootfs on first SD Card, 2nd partition. If I put my WIZ SD Card with tons of files into the second SD Slot while booting, pndnotifyd eats up about 95% of CPU time. After about 8 - 9 minutes, it stopped eating the CPU and the system is working normally. This doesn't happen when I put in the card when XFCE4 is already running. Using LSOF, I can confirm it's crawling where it shouldn't: pndnotify 1825 root 6r DIR 179,9 1441792 62488 /media/mmcblk1p1/roms/c64/Tapes Could it be that on first initialization it hasn't loaded the config and crawls through the whole SD Card? On a side note: I got 44700 files on that SD Card... so if it needs about 8 minutes, that does mean it can do over 5000 files a minute!
 2 OpenPandora Main OSCoreBug ReportHigh pndnotifyd Closed
100%
All Task Description pndnotifyd needs to be restarted before it works (tested in image 2009-12-21) This can manually be fixed by installing two packages: http://www.angstrom-distribution.org/unstable/feed/armv7a/base/sessreg_1.0.4-r0.2_armv7a.ipk http://djwillis.openpandora.org/pandora/packages/pandora-libpnd_1.0-r12.5_armv7a.ipk And adding to lines to slim.conf: sessionstart_cmd /usr/bin/sessreg -a -l $DISPLAY %user sessionstop_cmd /usr/bin/sessreg -d -l $DISPLAY %user
 22 OpenPandora Main OSCoreBug ReportLow pndevmapperd: Powerbutton / hold doesn't work. Closed
100%
All Task Description Moving the powerbutton doesn't get recognized by pndevmapperd. When moving the powerbutton to hold, it reports: keyboard.c: can't emulate rawmode for keycode 152
 20 OpenPandora Main OSCoreBug ReportLow pndevmapperd: op_lid.sh / op_lidtoggle.sh Closed
100%
All Task Description pndevmapperd tries to run /usr/pandora/scripts/op_lidtoggle.sh, however, the filename is /usr/pandora/scripts/op_lid.sh Either rename the file or change the call ;)
 26 OpenPandora Main OSCoreBug ReportMedium pndevmapperd only works when manually started Closed
100%
All 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.
 201 OpenPandora Main OSCoreBug ReportHigh PND apps still use memory after they've quit Closed
100%
Release 1 (Zaxxon) Task Description After running and quitting a PND app, not all of the used memory is being freed. This eats more and more memory over time. Just run 5 or 6 apps and you only have half of the memory left. Sounds like either aufs or unionfs don't free the memory after unmounting. This has been reported with HF4 and still is the case with HF5 Beta 2 -- downgraded to 'Researching' and 'Normal' priority until confirmed and details found
 46 OpenPandora Main OSCoreBug ReportMedium pmenu: MediaPlayer only shows ~/ Closed
100%
All Task Description The mediaplayer only does show the ~/-Directory. Ideally, it should present SD1 / SD2 / Users Home.
 50 OpenPandora Main OSCoreTo Do (Reminder)Medium pmenu: Add shutdown / logout Closed
100%
All Task Description There's no way yet to shutdown (poweroff) or logout from pmenu yet.
 28 OpenPandora Main OSCoreBug ReportHigh pmenu only shows preview pictures when selecting the PN ...Closed
100%
All Task Description When selecting a PND for the first time, it only shows a red X. When selecting the PND for the second time, it shows the preview picture.
 9 OpenPandora Main OSCoreBug ReportHigh pmenu doesn't work Closed
100%
All Task Description Running pmenu leads to: ERROR: config_read_file() failed: skins/Platinum/skin.cfg (line 21 of config skin.c) (config_skin.c:22) ERROR: cfg_gui_read failed, exiting... ( main.c:1517)
 40 OpenPandora Main OSCoreBug ReportLow pmenu doesn't show screenshots Closed
100%
All Task Description I did create some PXML files which have screenshots included. pmenu seems to ignore them, it just shows a red X.
 71 OpenPandora Main OSCoreBug ReportLow Permissions of omapdss need to be fixed Closed
100%
All Task Description Only root can currently setup and change TV Out parameters :) Should be set to make it user-changeable.
 3 OpenPandora Main OSCoreBug ReportHigh Permissions for brightness and CPU Speed Closed
100%
All Task Description /sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/brightness /proc/pandora/cpu_mhz_max Those values cannot be changed by the user, only by root. Should be changed.
 15 OpenPandora Main OSCoreBug ReportMedium Permissions / automounted SD Card Closed
100%
All Task Description Only root has write access to automounted SD Cards. The normal user can only read.
 44 OpenPandora Main OSCoreBug ReportMedium Pandora-Start-Menu button too small Closed
100%
All 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)
 61 OpenPandora Main OSCoreFeature RequestMedium Packages to remove and include Closed
100%
All 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?
 24 OpenPandora Main OSCoreBug ReportLow op_menu.sh not working Closed
100%
All Task Description Reports: xfce4-appfinder: Cannot open display: . Fix might be (according to vimacs): Change those two similar looking lines to: sudo -u $xfceuser DISPLAY=:0.0 xfce4-appfinder and: pidlist=$(pstree -lpA | grep pnd_run.sh | sed -ne 's/.*-\(.*\)(\([0-9]\+\))/\2\n \1/p' | DISPLAY=:0.0 zenity --list --multiple --column "pid" --column "name" --title "kill" --text "which apps should be killed" | sed 's/|/\n/') Needs to be checked.
 42 OpenPandora Main OSCoreBug ReportLow op_defaultgui.sh: sed needs sudo access Closed
100%
All Task Description I (EvilDragon) created a small script where you can reselect the default GUI and enable / disable autologin. Works fine so far, except for that the sed to /etc/slim.conf needs root access. I have no idea how to make sudo in this script work without asking for a password. If anyone could help me there, I'll be happy :)
 21 OpenPandora Main OSCoreBug ReportLow op_bright.sh doesn't work correctly Closed
100%
All Task Description The file has to be changed to make it work. The working script is: #!/bin/bash #get value range minbright=3 maxbright=$(cat /sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/max_brightness) curbright=$(cat /sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/brightness) device=/sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/brightness if [ ! $1 ]; then newbright=$(DISPLAY=0:0 zenity --scale --text "set brightness" --min-value=$minbright --max-value=$maxbright --value=$curbright --step 1) else newbright=$1 fi if [ $newbright -le $minbright ]; then newbright=$newbright; fi echo $newbright > $device
 73 OpenPandora Main OSBase OSFeature RequestMedium Nub: Change mouse speed, fix scrolling and add mouse bu ...Closed
100%
All 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.
 53 OpenPandora Main OSCoreBug ReportLow Non-X Touchscreen: Inverted axis Closed
100%
All Task Description Running SDL-Apps in Non-X mode have inverted axis.
 7 OpenPandora Main OSCoreBug ReportLow No help or tips and tricks yet Closed
100%
All Task Description Help is missing as are the tips and tricks on startup.
 62 OpenPandora Main OSCoreTo Do (Reminder)Low New xmodmap to include into latest image Closed
100%
All Task Description This is just the latest xmodmap, based on the latest map notaz released. Both maps (xmodmap and notaz' console map) are attached. Path in the image: /etc/skel/.pndXmodmap /etc/keymap-extension-2.6.map
 64 OpenPandora Main OSCoreTo Do (Reminder)Low New power-manager.xml-file (removes opening the logout  ...Closed
100%
All Task Description As the powerswitch is used to go into low power mode or shutdown, it doesn't make sense showing the logout dialogue (which would appear when you come back from low-power mode). Therefore, I disabled it with this file. It should be placed in: /etc/xdg/op/xfconf/xfce-perchannel-xml/ in the image.
 30 OpenPandora Main OSCoreBug ReportMedium New issues in current image (pandora-20100102-new-kerne ...Closed
100%
All 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)
 57 OpenPandora Main OSCoreBug ReportHigh New GLES driver not working yet (image from Feb 22nd) Closed
100%
All Task Description New GLES driver doesn't seem to load correctly right now. Therefore, pmenu is also not working in this image.
 41 OpenPandora Main OSCoreBug ReportLow netbook-launcher-efl: Shutdown / Logout / Reboot not wo ...Closed
100%
All Task Description The netbook-launcher displays the logout / reboot / shutdown dialogue, but doesn't do anything when you select anything.
 56 OpenPandora Main OSCoreBug ReportMedium Movie Playing (Totem, VLC and MPlayer) Closed
100%
All 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 ]---
 33 OpenPandora Main OSCoreBug ReportLow mmcqd eating lots of CPU power when writing Closed
100%
All Task Description EDIT: Tried a remount with noatime and this seemed to work very well. CPU usage when writing still goes higher, but not as high as before. Very common problem, seems to happen on all systems (just do a google search for mmcqd). Just run SuperTux, wait about 10 seconds at the title screen and it will hang for a few seconds (while mmcqd goes up). Same problem as on the GP2X where we also had hangs occuring. I wonder if there's something that can be done here? Some suggest to change mmcqd priority. Some other sites do try to remove features of mmcqd. Another option is to mount async (like on the gp2x). As the Pandora usually isn't switched off the hard way but should be shutdown properly, this could be a good solution. That would mean that our suspend mode needs to call sync before shutting down. Maybe pnd_run.sh could also run sync after a game quit? Here are some interesting reads that might help us: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg16345.html : "wait_for_completion is blocking call. Please check 'omap_mmc_request'" http://www.mail-archive.com/davinci-linux-open-source@linux.davincidsp.com/msg08732.html - He disables some stuff in mmcqd which lowers CPU usage.
 4 OpenPandora Main OSCoreBug ReportLow Missing Icons Closed
100%
All Task Description Some icons are missing: XFCE4 Settings Manager: Accessibility, Appearance, Desktop, Display, File Manager, Keyboard, Mouse The icons on the panel (Mail, Web, etc.) are also missing (they're invisibile)
 70 OpenPandora Main OSCoreTo Do (Reminder)Low Make switching GUIs more customizable (hardcoded at the ...Closed
100%
All Task Description At the moment, /usr/pandora/scripts/op_switchgui,sh ,/usr/pandora/scripts/op_defaultgui.sh and /usr/pandora/scripts/first-run-wizard.sh are hardcoded with the GUIs we have. I'd like to have that configurable for the future. My current plan is having a config file with all the GUIs in (e.g. /etc/pandora/gui.conf) In there, there should be ALL GUIs: "XFCE4";"startxfce4";"xfce4-session-logout --logout" "Netbook Launcher";"startnetbooklauncher";"killall netbook-launcher-efl" "PMenu";"pmenu";"" So with an info: a) What's the name of the GUI b) How to start it c) How to stop it (if it doesn't do that itself) Therefore, various GUIs could be implemented and switched with the Switch GUI script by simply adding it to the config file. Ideally, all GUIs should either have a shutdown script (so I don't have to kill it to quit it) or react properly on a simple terminate command :) Or they could do it themselves, read out the config file, show up the different GUIs we have, change the /tmp/gui.load file and quit. Any more ideas? Any help? Coding that script shouldn't be too hard, the only thing I don't know at the moment is how to parse various config lines (as above) into a shell script :) vimacs, any idea there?
Showing tasks 1 - 50 of 69 Page 1 of 21 - 2 -

Available keyboard shortcuts

Tasklist

Task Details

Task Editing