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

IDCategory  ascTask TypeSeveritySummaryStatusProgress
 20 CoreBug ReportLow pndevmapperd: op_lid.sh / op_lidtoggle.sh Closed
100%
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 ;)
 21 CoreBug ReportLow op_bright.sh doesn't work correctly Closed
100%
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
 22 CoreBug ReportLow pndevmapperd: Powerbutton / hold doesn't work. Closed
100%
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
 23 CoreBug ReportVery Low slim-init doesn't pass session to .xinitrc Closed
100%
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.
 24 CoreBug ReportLow op_menu.sh not working Closed
100%
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.
 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.
 27 CoreBug ReportLow xfce4-brightness-plugin: 0 isn't a good minimum value Closed
100%
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?
 28 CoreBug ReportHigh pmenu only shows preview pictures when selecting the PN ...Closed
100%
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.
 29 CoreTo Do (Reminder)Low ToDo: Map Fn-U and Fn-I with brightness controls Closed
100%
Task Description Include brightness change hotkeys.
 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)
 31 CoreBug ReportHigh X11 Crashing with omapfb Closed
100%
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
 32 CoreBug ReportLow pndnotifyd: Crawling through directories it shouldn't i ...Closed
100%
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!
 33 CoreBug ReportLow mmcqd eating lots of CPU power when writing Closed
100%
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.
 34 CoreTo Do (Reminder)Low Add software mixer to ALSA Closed
100%
Task Description Some headphones are very loud. The volume wheel cannot be used properly with them. Therefore, we should be able to change the volume in software mode, too. File attached below, simply needs to be included in the next image by DJWillis.
 35 CoreBug ReportLow AbiWord crashes when you try to start the help. Closed
100%
Task Description Starting the Help Center will freeze AbiWord.
 36 CoreBug ReportLow X doesn't restart in No-X mode (pnd_run.sh) Closed
100%
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.
 37 CoreBug ReportVery Low Game doesn't start in No-X mode (pnd_run.sh) (Permissi ...Closed
100%
Task Description EDIT: Some more information from notaz: it's failing because it can't find controlling tty (/dev/tty is a "virtual" gateway device, so setting permissions gave no effect) do "ps ax" on your desktop and it has the tty column so SDL fbdev driver wants to get a real tty fo be able to read keys So we need to somehow give it a real tty? yeah, but I don't know why as pnd start from X and that gives virtual tty *don't know how* maybe something can be done using openvt, chvt and similar tools ------ What happens if you run a script in no-X mode: 1. It stops slim 2. It mounts all the directories as needed (works fine). 3. It DOES NOT start the app 4. It unmounts all the directories 5. It restarts slim (and therefore X) I can confirm the path is correctly and the filesystem is mounted there (did an ls -l). I can also confirm the game is working fine, as the same PND does work within X if I run it from the terminal using pnd_run supertux_noX.pnd So it looks like the line that actually executes the game does work when run in X, but not when run outside of X. Maybe it tries to execute the game on the screen where the script is actually started (X) and therefore can't run it as X is not running anymore? The line working in X-mode but not working in non-X-Mode: LD_LIBRARY_PATH=/mnt/utmp/$BASENAME ./$EXENAME $ARGUMENTS The game I tried was SuperTux (SDL-Game) with a no-X=1 parameter in the PXML.
 38 CoreBug ReportHigh ALSA crashes every so often Closed
100%
Task Description EDIT: Doesn't seem to be crashing. Looks like the amp hasn't been setup properly. There is a fix by notaz: http://notaz.gp2x.de/tmp/uImage Use that with the latest image (Feb 13th) to test it out. ALSA crashes pretty often. Not sure, but I think it does this when something is eating up a lot of CPU. ALSA starts to spit out buffer_underrun errors and occasionally crashes with an input/output error. Then no sound will come from an SDL app. You can reinitialize it by playing a song with XMMS.
 39 CoreBug ReportHigh file doesn't work (missing magic files) in image from F ...Closed
100%
Task Description It seems there's a bug in the latest package "file 5.04-r0.5" of the Angström repository: It's missing the magic files and therefore doesn't work. Unfortunately, pnd_run.sh depends on it and therefore it breaks the PND-system. Installing an older stable version (http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv7a/base/file_4.21-r0.1_armv7a.ipk) does make it work again. First appeared on image from Feb 13th, not fixed in image from Feb 22nd yet.
 40 CoreBug ReportLow pmenu doesn't show screenshots Closed
100%
Task Description I did create some PXML files which have screenshots included. pmenu seems to ignore them, it just shows a red X.
 41 CoreBug ReportLow netbook-launcher-efl: Shutdown / Logout / Reboot not wo ...Closed
100%
Task Description The netbook-launcher displays the logout / reboot / shutdown dialogue, but doesn't do anything when you select anything.
 42 CoreBug ReportLow op_defaultgui.sh: sed needs sudo access Closed
100%
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 :)
 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%
 48 CoreTo Do (Reminder)Low Create the TV Out Enable / Disable scripts Closed
100%
Task Description The commands do exist, I just need to wrap them round some zenity scripts.
 49 CoreTo Do (Reminder)Low Change some of our scripts into internal PNDs Closed
100%
Task Description Some of our scripts (CPU Speed, Switch Default GUI, Enable TV Out) should be changed into PND format so that pmenu can also run them.
 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.
 53 CoreBug ReportLow Non-X Touchscreen: Inverted axis Closed
100%
Task Description Running SDL-Apps in Non-X mode have inverted axis.
 54 CoreFeature RequestHigh Make it possible to enable / disable keyboard mappings  ...Closed
100%
Task Description Some stuff (UAE4ALL, SuperTux, etc.) is having problems because ABXY and DPAD are mapped to keyboard buttons. I guess this will lead to more problems in the near future with SDL apps, so it should be configurable to enable / disable the keyboard -> DPAD / ABXY mappings. Maybe this could be included into libpnd?
 55 CoreBug ReportCritical .xinitrc problems (image from Feb 22nd) Closed
100%
Task Description Loading a GUI from slim fails, as .xinitrc is broken. Seems to have been edited using a windows editor? From line 50 on, there are newline characters that shouldn't be there. Removing them makes XFCE4 loading fine.
 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 ]---
 57 CoreBug ReportHigh New GLES driver not working yet (image from Feb 22nd) Closed
100%
Task Description New GLES driver doesn't seem to load correctly right now. Therefore, pmenu is also not working in this image.
 58 CoreBug ReportCritical Pandora has not been shipped yet. Closed
100%
Task Description Pandora has not been shipped yet.
 59 CoreTo Do (Reminder)Low ToDo: Add joystick / keyboard switch to pnd_run and lib ...Closed
100%
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
 60 CoreTo Do (Reminder)Low Include new menufile (Setting) for XFCE4 Closed
100%
Task Description I just built a nice menu file which features subdirectories for games and emulators :) I attached it, the old one should be replaced: /etc/xdg/menus/xfce-applications.menu
 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?
 62 CoreTo Do (Reminder)Low New xmodmap to include into latest image Closed
100%
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
 63 CoreTo Do (Reminder)Low Include new panel-setup for XFCE4 Closed
100%
Task Description I enhanced the XFCE4-Panel setup a bit, since we now have working ALSA mixer and a battery monitor. The files inside the attached archive should go to /etc/xdg/op/xfce4/panel/* in the image.
 64 CoreTo Do (Reminder)Low New power-manager.xml-file (removes opening the logout  ...Closed
100%
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.
 66 CoreBug ReportHigh libpnd : pnd_pnd_mount() function bug Closed
100%
Task Description libpnd : pnd_pnd_mount() function do not seems to wait the mount to success before returning, this can cause some application to try to access the pnd content before it really get mounted.
 67 CoreBug ReportLow libpnd : pnd_apps_exec() function bug Closed
100%
Task Description libpnd : pnd_apps_exec() do not seems to be up to date with pnd_run.sh script, when executing the function i get from the terminal : getopt: invalid option -- 'c' Terminating...
 68 CoreBug ReportLow AlephOne PND not running Closed
100%
Task Description I don't even know if this is a bug or if I just happen to have a fault in my PXML file. All multi-apps-PNDs I have do run fine - except for AlephOne. Whether I include the datafiles or keep them external, it won't work. I can manually mount it (pnd_run.sh -p /bla.pnd -m ) and run it from the mounted directory, but it does not do so automatically from the desktop file. If one of you two could check that out, that would rock. You can download it from the usual PND-Repo I use ;)
 69 CoreBug ReportHigh libpnd : pnd_apps_exec() function bug Closed
100%
Task Description PND_EXEC_OPTION_BLOCK do not seems to work anymore ( the function does not wait the pnd_run.sh task to finish anymore )
 70 CoreTo Do (Reminder)Low Make switching GUIs more customizable (hardcoded at the ...Closed
100%
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 101 - 150 of 311 Page 3 of 7 - 1 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing