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 TypeSeveritySummaryStatusProgress  desc
 153 ApplicationFeature RequestLow [PATCH] HACK: change OPP level according to set Mhz Closed
100%
Task Description It's a hack, use on your own risk as always. I feel like abusing the tracker dropping all my patches here, but whatever. Patch attached.
 161 Base OSFeature RequestLow Add ftp to base OS Closed
100%
Task Description Include the netkit-ftp package so the Pandora has at least basic ftp functionality out of the box.
 171 CoreFeature RequestMedium Update clock from hardware when restoring from low powe ...Closed
100%
Task Description The clock occasionally does weird things during low power mode, sometimes gaining time, sometimes losing. This is most likely a result of the CPU being reduced to 14Mhz and the system clock being unable to keep up. A convenient work around is to make a call to "/sbin/hwclock --hctosys" during wake-up to load the hardware clock back into the system clock. This may add an extra second or two to the wake-up time but will prevent confusion caused by clock being very incorrect.
 174 Base OSFeature RequestLow Include modem-manager in base image Closed
100%
Task Description Please consider including the modemmanager package in the base distibution. This allows 3G wireless dongles to work out of the box (configured via network-manager).
 184 CoreFeature RequestMedium libpnd: Add a function to get all mounted PNDs Closed
100%
Task Description Add a function to get all mounted PNDs. Because it's very annoying to check all the menu/desktop folders on all of the SD-Cards.
 195 CoreFeature RequestHigh Start re-recharge of battery sooner Closed
100%
Task Description Increase battery LVL_4 and LVL_3 threshold. After reaching 100%, in some cases the charge circuit enters "battery full" state, stops charging, and begins to discharge. This is not entirely unexpected behavior according to the spec sheet, although I don't fully understand exactly the situations in which it completes charging. Once the battery is full, the battery will begin discharging. The charge circuit automatically restarts the recharge once the voltage has gone below a certain level (crosses below the LVL_3 voltage threshold) The default LVL_3 voltage threshold is 3.902 volts which is at about 80-85% battery level as recorded by bq27500 chip. In my opinion, this is way too low. Setting the BCIMFTH2 register to 0xCB increases the voltage threshold to about 4.003 volts which is about 93%. Setting it to 0xDC may also be worthwhile, which is just over 95%. By default, if a user leaves their Pandora plugged in overnight, they may wake up to find their Pandora has stopped charging and the capacity has dropped to almost 80%, which can be quite startling to some users who will then report it as a bug. This change will ensure that it never drops below 93-95%, a much more acceptable level. Specific code changes suggested, in the /drivers/power/twl4030_bci_battery.c file, somewhere in the twl4030_bci_battery_probe function (or a function called by it), add the lines: /********************************/ #define KEY_FTH2 0x7F #define REG_BCIMFTH2 0x017 ret = twl4030_i2c_write_u8(TWL4030_MODULE_MAIN_CHARGE, KEY_FTH2, REG_BCIMFKEY); if (ret) return ret; ret = twl4030_i2c_write_u8(TWL4030_MODULE_MAIN_CHARGE, 0xDC, REG_BCIMFTH2); if (ret) return ret; /********************************/ (Move defines to the top, as appropriate)
 196 CoreFeature RequestMedium [PATCH] Add tablet support into kernel Closed
100%
Task Description Hi, This should be a quite simple thing, but my first time touching the OE repo and i cant test it, so be careful.
 212 CoreFeature RequestLow Add curl to core installed programs Closed
100%
Task Description I wish for curl to be installed by default on the upcoming pandora FWs, As reported by the angstrom repo, where I install using the command: $sudo su ... #opkg update #opkg install curl curl 7.21.2-r4.0.9 is 78.57 Kilobytes with the dependencies Depends:libcurl4, libgnutls26, libgcrypt11, libgpg-error0, libc6, libz1 I do not know which is installed by default, but I'm sure libc6 is, so I'm going to state the info on the rest of the packages for its memory space usage on the NAND libcurl4(142.99 Kilobytes): Command line tool and library for client-side URL transfers. Depends:libc6, libgnutls26, libz1, libgcrypt11, libgpg-error0, as you can see, it has the same dependencies as above, so it seems both curl and libcurl are probably exclusive from the others, but I will go forward and state the rest of the dependencies libgnutls26 2.8.6-r10.0.5 (291.44 Kilobytes) Depends:libz1, libgcrypt11, libgpg-error0, libc6, (again, it looks like the above depends on this) libgcrypt11 1.4.1-r0.9 (220.35 Kilobytes) Depends: libgpg-error0, libc6, (Oh look, we're not looking at libz1 anymore) libgpg-error0 1.4-r7.1.9 (5.78 Kilobytes) Depends:libc6 now to the lone libz1 libz1 1.2.3-r7.0.9 (41.95 Kilobytes) Depends:libc6 So, in the case we already have the gpg stuff, then the installation is only 221.56KB, however, with the zlib and the gpg included, the total comes to 781.08KB So, now that the cost is out of the way, What are the goods and bads? Good: Its a very versatile CLI program to get and send information over http through the network, and is tolerant of network issues It doesn't take too much space relative to things that have been pulled out, like abiword. The libcurl is a very good library, and could be of great benefit to some future projects. Bad: Well, we already have wget, which is not as configurable, and wget hates Craig's appstore Here's the link to curl on the repo http://www.angstrom-distribution.org/repo/?pkgname=curl
 220 CoreFeature RequestLow Please include /usr/bin/xkbset Closed
100%
Task Description One of the first things after installing HF5 was downloading xkbset, because it is necessary for proper L-R buttons mapping as mouse buttons. Could you please include that in the system? I am using urjaman's executable from here: http://www.gp32x.com/board/index.php?/topic/55124-remapping-the-mouse-buttons-etc/page__st__15__p__896576&#entry896576 Even better would be a GUI that allows mapping of L-R buttons for mouse, just like GUI for nubs :) But including xkbset will be already good.
 226 CoreFeature RequestHigh Boot from /dev/sda devices requested Closed
100%
Task Description Boot from usb hard disk not supported. This should be a rather simple fix of adding the sdx devices and adjust the boot scripts?? I was able to put this autoboot.txt on mmc 0:1 setenv bootargs debug root=/dev/sda1 rw rootdelay=2 console=ttyS0,115200n8 vram=6272K omapfb.vram=0:3000K ext2load sda 0:1 0x80300000 /boot/uImage bootm 0x80300000 This failed with amongst other things "Block device sda 0 not supported" and something about failing to load kernel So I then changed the autoboot file to this setenv bootargs debug root=/dev/sda1 rw rootdelay=2 console=ttyS0,115200n8 vram=6272K omapfb.vram=0:3000K ext2load mmc 0:3 0x80300000 /boot/uImage bootm 0x80300000 All this did was die after the kernel loaded. I believe I could much better make use of this device if I could boot from some faster storage, please advise :)
 234 CoreFeature RequestMedium Changeable behaviour when closing the lid Closed
100%
Task Description As it was requested on forum.gp2x.de and I think it's a good idea I've written some scripts to allow the user to change what happens when the lid is opened/closed. There are 3 Settings: -The old behaviour (turning off the screen) -Go into low power mode -Shutdown Default behaviour is still the same: Turn the screen off. Maybe we could change this to low power mode? I don't know. I made a lot of changes to op_lid.sh: http://pastebin.com/GT3qxWSx (diff: http://pastebin.com/Z8GwpDj8 ) I changed line 11 in op_power.sh to: if [ $powerstate -ne 0 ]; then And wrote a gui for changing the setting using zenity: http://pastebin.com/9JvSTqfQ (I still can't upload any files, don't know if it's the fault of my browser, that's why I use this paste service)
 241 ApplicationFeature RequestLow MiniMenu shall remember state for next start Closed
100%
Task Description With the setting "Live (not exit) on app run?" set to "NO" the currently selected tab and item shall be remembered, so that you return to the same state, in which you left MiniMenu.
 248 CoreFeature RequestMedium Support for hibernation by caching to SD card Closed
100%
Task Description It would be very desirable that the PandoraOS could hibernate, and that this action can easily be accessed/triggered with either a hotkey or as an action for the max-idle-time-event or lid-close-event. That would be the battery friendly universal action to quickly pause/resume any arbitrary application/task. The current standby mode is far to power consuming for breaks longer than ~ 1 hour. Improving standby mode to be more battery-friendly would of course be too highly appreciated and practical. If hibernation is triggered, RAM content gets written to a special file or partition on a SD card. The boot-manager of course needs to recognize such a RAM-file on SD-cards. In case it finds more than 1, i.e.: multiple cards/partitions, the one with the newest timestamp gets priority. 256MB RAM with about 10-20 MB/s read/write time to SD, would result in 25-12 seconds for going into or out of hibernation, which would be acceptable for me. In practice it would mean, that if I quickly have to pause me OpenPandora operation (i.e. train stop), I just close my lid, and put the Pandora into my pocket (2-4 seconds), and I am then trusting that the rest reliable happens in my pocket (10-20 seconds).
 275 CoreFeature RequestLow User should be a member of the cdrom group Closed
100%
Task Description These permissions are needed for CD/DVD burning/player apps. From bdc88595d8af726b3bf4745ece310f92299d8759 Mon Sep 17 00:00:00 2001 From: Paul Dersey Date: Sun, 19 Feb 2012 17:22:41 -0500 Subject: [PATCH] pandora-first-run-wizard: add user to cdrom group --- recipes/pandora-system/pandora-first-run-wizard.bb | 2 +- .../pandora-first-run-wizard/first-run-wizard.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/pandora-system/pandora-first-run-wizard.bb b/recipes/pandora-system/pandora-first-run-wizard.bb index 904dc4a..a63dc0c 100755 --- a/recipes/pandora-system/pandora-first-run-wizard.bb +++ b/recipes/pandora-system/pandora-first-run-wizard.bb @@ -6,7 +6,7 @@ RDEPENDS = "hsetroot zenity dbus pandora-wallpaper-official tslib tslib-calibrat COMPATIBLE_MACHINE = "omap3-pandora" -PR = "r28" +PR = "r29" SRC_URI = " \ file://first-run-wizard.sh \ diff --git a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh index a801e3f..f30b80e 100755 --- a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh +++ b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh @@ -88,7 +88,7 @@ while ! username=$(zenity --title="Enter your username" --entry --text "Please c zenity --title="Error" --error --text="Please try again." --timeout 6 done -while ! useradd -c "$name,,," -G adm,audio,video,netdev,wheel,plugdev,users "$username" ; do +while ! useradd -c "$name,,," -G adm,audio,cdrom,netdev,plugdev,users,video,wheel "$username" ; do username=$(zenity --title="Please check username" --entry --text "Please ensure that your username consists of only\nletters and numbers and is not already in use on the system." --entry-text "$username") done -- 1.7.8.3
 276 CoreFeature RequestLow Kernel 3.2.x: add script to activate zram Closed
100%
Task Description Please add a script to activate zram (RAM compression) when using the new kernel. More info about how to do this is available in this post: http://boards.openpandora.org/index.php?/topic/7844-superzaxxon-beta-3-released/#entry138834 http://boards.openpandora.org/index.php?/topic/7226-superzaxxon-beta-11-released/page__st__20#entry128665 Please be aware though that Linux-SWAT had to explicitly set a value in "/sys/block/zram0/disksize" to get it work with Slackware. Over here the following is automatically set: pandora:~$ cat /sys/block/zram0/disksize 61648896 Sadly I can *not* change this value, even using sudo: pandora:~$ ls -l /sys/block/zram0/disksize -rw-r--r-- 1 root root 4096 Apr 9 12:51 /sys/block/zram0/disksize pandora:~$ cat /sys/block/zram0/disksize 61648896 pandora:~$ sudo echo 61648888 > /sys/block/zram0/disksize -bash: /sys/block/zram0/disksize: Permission denied Basically the following commands are required in a startup script to automatically create the "compressed swap inside RAM" aka zram (possibly a check if the modprobe was successful makes sense as well as checking for the size of the created ramdisk): modprobe zram mkswap /dev/zram0 swapon -p 5 /dev/zram0
 279 CoreFeature RequestMedium pidgin requires (more) locales to work correctly Closed
100%
Task Description Please add the following package to allow umlauts working in pidgin: glibc-gconv-utf-16 After installing this package I no longer have a problem receiving umlauts in pidgin. Besides it might also make sense to add "glibc-gconv-cp1250" which might be required for western europe and koi8-r which seems to be missing for xchat and conversion of chars there. At the moment the following locale related packages are installed (as of SuperZaxxon Beta3): glibc-charmap-utf-8 - 2.9-r35.3.5 glibc-gconv - 2.9-r35.3.5 glibc-gconv-cp1252 - 2.9-r35.3.5 glibc-gconv-ibm850 - 2.9-r35.3.5 glibc-gconv-iso8859-1 - 2.9-r35.3.5 glibc-gconv-iso8859-15 - 2.9-r35.3.5 Please add: glibc-gconv-cp1250 glibc-gconv-koi8-r glibc-gconv-unicode glibc-gconv-utf-16 Thanks!
 321 CoreFeature RequestLow Support overriding all category fields with .ovr Closed
100%
Task Description

Currently only the main category and the first sub category of the main category can be overridden using a .ovr file while libpnd uses additional PXML supplied category date to construct the desktop file. This makes it difficult to work with PNDs that supply unwanted data in these additional fields.

 13 CoreTo Do (Reminder)Low verify pndevmapperd is invoking scripts Closed
100%
Task Description menu button is verified verify power button verify lid open/close
 14 CoreTo Do (Reminder)Low Add hup of pndnotifyd to .xinitrc Closed
100%
Task Description Pretty minor risk, but if the guy creates multiple accounts on the machine, and logs out of one and into another .. we'll want to hup pndnotifyd Alternative solution is to poll utmp (or inotify on utmp?) to watch for logins and handle it magicly.
 29 CoreTo Do (Reminder)Low ToDo: Map Fn-U and Fn-I with brightness controls Closed
100%
Task Description Include brightness change hotkeys.
 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.
 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.
 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
 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.
 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?
 75 Base OSTo Do (Reminder)Low Remove application-launcher from Pandora-Button Closed
100%
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!
 175 CoreTo Do (Reminder)Very Low Test Closed
100%
Task Description Test if the edit button in the bug tracker works now. //Edit: Blah
227CoreBug ReportLowDelete button won't delete, and function lock doesn't w...Unconfirmed
50%
Task Description If you hit the function button, then hit it again to lock the function keys, it doesn't lock the function key. The delete key, hold shift and hit the back space button, it won't delete, meaning it won't remove the character to the right of the cursor. I saw this on the forum, and confirmed it on my pandora also.
250ApplicationFeature RequestMediumFile Browser Thunar - Trashing file crosses filesystem ...Researching
30%
Task Description Trashing a file/folder seems to MOVE it to a certain trash directory on the MAIN VOLUME, rather then the ORIGINATING VOLUME, hence this can result in a COPY RATHER THAN A MOVE operation, if the trashed file originates from a filesystem other than the main filesystem! This is very inefficient and faulty as it is: a) Very time consuming b) And in case of large files this operation can even fail due to not enough free space on the main volume.
216ApplicationTo Do (Reminder)LowToDo - SD manager tool (backup homedir/restore, prepare...New
30%
Task Description Should make up a simple zenity script tool .. - backup -> pick SD -> backs up current user's homedor to SD. (tar.gz format so permissions can be kept; not cpio/etc, too annoying for user.) -> keep rolling, or just one copy? - restore -> pick SD -> pick user -> confirm -> wipe home and restore with version from tarball? (or just unpack in-place, so existing new files are kept) -> prepare SD -> pick SD -> mkdir /pandora/menu and /pandora/desktop
 1 CoreBug ReportVery Low Sample Task Closed
0%
Task Description This isn't a real task. You should close it and start opening some real tasks.
94CoreBug ReportLowBacklight control by lid sensor not detected after bootNew
0%
Task Description If you boot the system with the lid closed, the backlight will still be on when you get to the desktop. You have to lift the lid for an instant and then close again to shut it off. Perhaps this is because of the lack of trigger for an interrupt since the sensor is already activated. Can there be one extra check of the lid sensor after boot to cover this static position?
 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.
104Base OSBug ReportLowAAC decoder libfaad doesn't appear to be compiled as fi...Unconfirmed
0%
Task Description FAAD2 appears to not be compiled with fixed point decoding. My version of libfaad compiled with fixed point used 2-3x less cpu than the provided one. It's not enough to provide the switch to the configure script. the file libfaad/common.h has to be edited and a define uncommented. Line 68 in the v2.7 source. /* COMPILE TIME DEFINITIONS */ /* use double precision */ /* #define USE_DOUBLE_PRECISION */ /* use fixed point reals */ //#define FIXED_POINT
110CoreBug ReportVery LowBattery percentage static in MiniMenuUnconfirmed
0%
Task Description Battery remaining percentage in MiniMenu does not update unless you change tabs back and forth. This is only really an issue when leaving the unit charging and not using it. It gives the appearance that it is not charging until you swap tabs around.
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 :)
124Base OSBug ReportLowifup doesn't like dhclientUnconfirmed
0%
Task Description I added: iface usb0 inet dhcp And ran: ifup usb0 But dhclient simply prints usage.
135ApplicationBug ReportLowOOM Killer causes loss of items in xfce4-panel configur...Unconfirmed
0%
Task Description When the Pandora runs out of memory and the Out-Of-Memory killer fires, the Applications/Settings/xfce4/panel/panels.xml loses the entries for the menu button and the power monitor.
138CoreBug ReportLow'del' key (shift+backspace) not workingNew
0%
Task Description The title says everything: The 'del' key does not work. In theory you should have a del "event" when hitting shift+backspace. This is not the case in all progs I tested so far (terminal and default text editor with gui).
148CoreBug ReportLowadd standard library path to ldconfig.so.conf to help l...Unconfirmed
0%
Task Description cat >/etc/ld.so.conf
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.
178CoreBug ReportLowMount-loop when booting from SD-cardUnconfirmed
0%
Task Description When booting the pandora-OS from sd-card by using the official tar, you will end up with your sd-card being mounted twice: once as / and once as /media/. I solved this by adding "/dev/mmcblk0" to "/etc/udev/mount.blacklist". Maybe this should be added to the default tarball? I'm not sure as it might be used in other ways maybe (beside SD-card-installation)? Background: I ran "updatedb" as root and have been notified by a message that there was a mount-loop. After adding the above modification the system still booted fine and "updatedb" ran nicely without a warning.
Showing tasks 201 - 250 of 311 Page 5 of 7<<First - 3 - 4 - 5 - 6 - 7 -

Available keyboard shortcuts

Tasklist

Task Details

Task Editing