All Projects

IDProjectCategoryTask Type  descSeveritySummaryStatusProgressOperating System
 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 ;)
 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
 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
 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.
 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?
 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!
 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.
 35 OpenPandora Main OSCoreBug ReportLow AbiWord crashes when you try to start the help. Closed
100%
All Task Description Starting the Help Center will freeze AbiWord.
 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.
 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.
 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.
 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 :)
 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.
 68 OpenPandora Main OSCoreBug ReportLow AlephOne PND not running Closed
100%
All 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 ;)
 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.
 319 Additional ApplicationsApplicationBug ReportLow 1 Closed
100%
Release 1 (Zaxxon) Task Description

3

 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.
 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.
 37 OpenPandora Main OSCoreBug ReportVery Low Game doesn't start in No-X mode (pnd_run.sh) (Permissi ...Closed
100%
All 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.
Showing tasks 51 - 69 of 69 Page 2 of 2 - 1 - 2

Available keyboard shortcuts

Tasklist

Task Details

Task Editing