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 TypeSeveritySummary  descStatusProgress
 192 CoreBug ReportMedium [U-Boot] ext2fs_devread() read error - block (boot from ...Closed
100%
Task Description [U-Boot] ext2fs_devread() read error - block Description: Formatted two different Transcend 8GB SD cards as EXT2 using both GParted and also with Mkfs.ext2, extracted pandora-rootfs.tar.bz2 to the root of the SD and added 'autoboot.txt' as described here: http://openpandora.org/firmware/README.txt This issue appears to be same as mentioned here, looks like a patch maybe required in drivers/mmc/omap3_mmc.c): http://lists.denx.de/pipermail/u-boot/2010-June/072198.html Output on boot : mmc1 is available reading autoboot.txt ** Unable to read "autoboot.txt" from mc1 0:1 ** Loading file "autoboot.txt" from mmc1 device 0:! (xxa1) 184 bytes read ** Executing plain script at 82000000 Loading file "/boot/uImage-2.6.27.46-omap1" from mmc device 0:1 (xxa1) ** ext2fs_devread() read error - block ** Unable to read "/boot/uImage-2.6.27.46-omap1" from mmc 0:1 ** ## Booting kernel from Legacy Image at 8030000 ... Image Name: Angstrom/2.6.27-pandora+r21+git4 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 2325740 Bytes = 2.2 MB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... Bad Data CRC ERROR: can't get kernel image! syntax error
 151 Base OSFeature RequestMedium [PATCH] Turn Off LCD when closing the lid Closed
100%
Task Description Just added a few lines to op_lid.sh, will power off the LCD when you close the LID. Patch attached.
 311 CoreBug ReportMedium [PATCH] Thunar configurable trash Closed
100%
Task Description Not my work, but since I think my reply to ED on the forums will get buried I made this report. The post with patch: http://boards.openpandora.org/index.php/topic/11189-its-arrived-questions/?p=210363
 130 CoreFeature RequestLow [PATCH] in vsense mbuttons mode down=middle click Closed
100%
Task Description Patch attached.
 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.
 197 CoreBug ReportHigh [PATCH] Fix opp if booting with wrong settings in hw Closed
100%
Task Description Hi, This should help with cases like this http://www.gp32x.com/board/index.php?/topic/57303-overclocking-broke-my-pandora/ Patch attached.
 305 CoreBug ReportLow [PATCH] bluetooth startup doesnt restore enabled state Closed
100%
Task Description op_bluetooth.sh doesnt remember to call op_bluetooth_work.sh in the startup case. Patch inlined here (maybe broken, but for fast reading) and behind link: http://urjaman.dyndns.info/bluetooth-startup-fix.patch --- op_bluetooth.sh.org 2012-11-24 01:54:53.000000000 +0000 +++ op_bluetooth.sh 2012-11-24 02:06:51.000000000 +0000 @@ -7,8 +7,13 @@ cd "$HOME" if [ "$1" = "startup" ]; then - [ -f "$LOCK" ] && sudo /usr/sbin/hciconfig "$INTERFACE" up pscan 1>/dev/null && sudo /usr/sbin/bluetoothd || echo "Bluetooth: User has not enabled Bluetooth." - + if [ -f "$LOCK" ]; then + sudo /usr/pandora/scripts/op_bluetooth_work.sh 1 + INTERFACE="`hciconfig | grep "^hci" | cut -d ':' -f 1`" + sudo /usr/sbin/hciconfig "$INTERFACE" up pscan 1>/dev/null && sudo /usr/sbin/bluetoothd + else + echo "Bluetooth: User has not enabled Bluetooth." + fi else # Figure out if Bluetooth is running or not
 129 Base OSBug ReportMedium [PATCH] bluetooth script fails to store/restore bluetoo ...Closed
100%
Task Description Patch to op_bluetooth.sh attached.
 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.
 93 Base OSBug ReportLow zaxxon first boot: don't ask for user prompt if already ...Closed
100%
Task Description How to reproduce: First boot, Pandora's Box has been opened. Prompt for Full name, username, and password. Then, simply press OK without selecting whether minimenu or xfce. None selected. Then you can't do any more. Wizard closes and you don't need any more options. After manual reboot, the wizard starts again and asks for name again. But the username already exists.
185CoreBug ReportLowXorg driver should not be dependant on user environmentUnconfirmed
0%
Task Description The patch implementing screen blanking uses the /usr/pandora/scripts/op_lid.sh script to control LCD backlit: http://git.openpandora.org/cgi-bin/gitweb.cgi?p=openembedded.git;a=blob;f=recipes/xorg-driver/xf86-video-omapfb/pandora_backlight_dim.patch;h=4a0b8432d083c6e7297192a2920c7a777ae3d098;hb=16f3fff44323bd6b4349d909667b51a2fef3f278 The same result can be achieved by using the sys interface: /sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/bl_power This approach makes driver independent on particular distribution. The proposed patch is attached.
 74 CoreBug ReportMedium xfce4-mouse-settings: Fix the check for Xi so it does n ...Closed
100%
Task Description The xfce4-mouse-settings don't work on the Pandora, because they report "XI is not present or too old" This is a known bug and there already is a fix for it: http://www.mail-archive.com/xfce4-commits@xfce.org/msg09395.html
 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?
 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.
 19 CoreFeature RequestLow XFCE-Menu Editor Closed
100%
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
 162 CoreBug ReportMedium XFCE Setting date Closed
100%
Task Description The tool to setup the date/time in XFCE doesn't work properly : - Menu -> Settings -> Date and Time - The tool show up - Select the time zone Now an error window spam every seconds...
 89 Base OSBug ReportMedium XFCE not loading up defaults when MiniMenu is selected  ...Closed
100%
Task Description When mini menu is set to the default menuing system, XFCE settings (selected theme, pandora-specific key bindings) do not get loaded by default, they need to be forced by opening a terminal and typing xfwm4 --replace
326CoreBug ReportLowXFCE menu not expandingl with stylys and scrolling brok...Unconfirmed
0%
Task Description

The XFCE menu does not always show submenues like "Emulators" when being clicked on with the stylus. It only works if the click lasts long or after all menues have been clicked at once with a long click.

Also, tipping on a scroll arrof of menues that are higher than the screen causes the click to be registered as a "click and hold". This leads to the menu being scrolled all the way to the end.

328CoreBug ReportLowXFCE desktop icons not displayed when logging on too qu...Requires testing
0%
Task Description

It looks like XFCE cannot find the icons for links/launchers on the desktop, when the user logs on too quickly. This happens either when the session chooser at start-up is disabled, or when the session is being chosen quickly after the session chooser is being displayed (e.g. by pressing enter as soon as the chooser window pops up). The icons are probably not generated yet at that time point.

 

A simple workaround is adding the command "xfdesktop --reload" to autostart. Couls this be included in the next SuperZaxxon release or a hotfix?

 211 CoreBug ReportLow x11vnc server (in xfce menu - > network) does not work! Closed
100%
Task Description x11vnc launcher in xfce menu -> network does not work. can this be fixed please.
 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.
 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
 173 CoreBug ReportHigh X uses 100% cpu in low power mode Closed
100%
Task Description After 10 minutes in low power mode X seems to go nuts and use 100% CPU. Obviously this is bad ;-) 14MHz isn't *that* slow, so there's obviously something getting wedged. I haven't been able to figure out exactly what's happening, but the fact that it always occurs after exactly 10 minutes suggests its power management related. Maybe we're getting stuck trying to kick off the screensaver, or something? Hacking op_power.sh do disable screen blanking shows that, unsurprisingly, the screen freezes at the same time X goes AWOL. Pressing the power switch brings the device out of low power mode, though there is often a few seconds additional delay as the event handling scripts take longer than normal to run because the CPU is already busy. I've attached the results of top -b -d 60 > toplog & while sleep 60 ; do cat /proc/loadavg; done > loadlog
 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.
 219 CoreBug ReportMedium wrong owner of /home/user/Desktop Closed
100%
Task Description I just reflashed with HF5, and it turns out that I cannot make shortcuts on the desktop. It is very simple to fix: sudo chown janek.janek Desktop/ I remember that this bug was also present in HF4, I fixed it so quickly that I didn't even remember to report it.
 125 CoreBug ReportLow wrong error handling in wl1251 platform initilization Closed
100%
Task Description in http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blob;f=arch/arm/mach-omap2/board-omap3pandora.c;h=c6637426bf3a61f5bd0f85338304d0d8d114f67d;hb=HEAD I see: 555 ret = gpio_request(PANDORA_WIFI_IRQ_GPIO, "wl1251 irq"); 556 if (ret < 0) 557 goto fail_nreset; the goto should go to: fail_irq instead of fail_nreset Denis
308CoreBug ReportLowWireless Network being dropped asks for passwordUnconfirmed
0%
Task Description When a Wireless Network that is dropped because its signal strength isn't that good gets reconnected to, I am being asked to re-input the password for that network. It would be nice if it just used the password I gave to it when it was able to connect without popping up that dialog box.
 140 CoreBug ReportHigh WiFi Starts off fast then slows down Closed
100%
Task Description When downloading files using a browser or wget or when attempting to stream videos we see a fast initial burst which then slows down dramatically. see following topics for more details and actual user stats. http://www.gp32x.com/board/index.php?/topic/54340-post-your-speed-over-wifi/ http://www.gp32x.com/board/index.php?/topic/54921-you-tube-through-vlc/ http://www.gp32x.com/board/index.php?/topic/54831-minitube/ http://www.gp32x.com/board/index.php?/topic/54901-possible-wifi-issues/
 109 CoreBug ReportMedium Wifi looses connection after 20-30 minutes Closed
100%
Task Description While logged into XFCE and browsing for an extended period the wireless will loose its connection. It will not reconnect until the Wifi is toggled off and back on again using the ToggleWifi application. I have not tested this on an unsecured network. My wireless is WPA2 encrypted.
 313 CoreBug ReportLow WiFi LED Not Triggered on First Activation Closed
100%
Task Description The first time WiFi is enabled after boot, using either the the config button menu or the Toggle WiFi menu option the WiFi LED does not light up. (though the WiFi itself does work) Once it has been enabled and disabled for the first time, it will work normally for subsequent uses of the WiFi toggle. If the Toggle WiFi script is launched for the first time from the terminal the LED does light up. This is the case in SuperZaxxon 1.53 with all current upgrades applied, and reportedly since the introduction of SuperZaxxon. checking /sys/class/leds/pandora::wifi/trigger while the WiFi is enabled but the LED off shows that the trigger has been successfully set to phy0radio Also noted while investigating this: If Wifi is enabled for the first time from the terminal the following errors are generated by /etc/init.d/wl1251-init Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] Usage: insmod filename [args] Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] The commands that generate these errors are only executed if the mac80211 module is not already loaded - and that module is not unloaded when wifi is disabled. This seems to be unrelated to the issue being reported, however I can't see any cause for the issue at all, so I figured it was worth including it in the report anyway.
 144 CoreBug ReportLow Wifi LED does not always get re-activated after enablin ...Closed
100%
Task Description Wifi LED does not always get re-activated after enabling wifi. It seems that the led trigger which ought to be set to [phy0dadio] no longer exists and the phy# seems to increment (up to at least 11 I have observed) If I set the trigger to phy##radio then the notification works again, but I'm not sure of the best way to fix this. I suppose a quick hack to the wl1251-init script is the place to start.
 8 CoreBug ReportHigh WiFi doesn't work Closed
100%
Task Description Error inserting /lib/modules/2.6.27-omap1/kernel/drivers/net/wireless/wl12xx/wl1251_sdio.ko: -1 Unknown symbol in module
 76 CoreBug ReportHigh Wifi connection lost under high CPU load Closed
100%
Task Description I noticed that when I tried Quake 3 a while back that I would lose my internet connection. Only the very first time I tried it did it ever find a couple thousand servers and let me join a map. Since then, it always dies and I never see any servers. I wasn't too concerned yet because maybe it's just Q3 doing something but tonight mplayer was running full screen and then suddenly it started chugging and the network manager popped up that it was trying to connect (spinning logo at the bottom). Since you only get one shot at network manager per boot, it was a lost cause. The correlation I make here was that I'm sure the CPU was under heavy load for both cases but I haven't tried other programs to see what happens. I didn't have any games on this card tonight. Can anyone repeat this problem or is it a known issue?
 141 Base OSBug ReportHigh When using an unlabeled SD card, Hotfix3 final can't un ...Closed
100%
Task Description I had beta 1 of hotfix 3, and there turning the pandora into a cardreader worked fine for that card. However, I just installed the latest hotfix 3 final, but that one fails to unmount. Attached is the pndrunop_storage.out. Apparently something's going wrong with the splitting of the partition name, as it tries to unmount /dev/mmcblk0 instead of /dev/mmcblk0p1 Manually unmounting it by using sudo umount /dev/mmcblk0p1 does work, but then I can't use the tool because that apparently only lists mounted memorycards.
 255 CoreBug ReportMedium Waking Pandora with closed lid nevertheless turns scree ...Closed
100%
Task Description Steps to reproduce the undesired behavior: 1) Close the lid. The screen goes off. 2) Slide the power switch to the right. The device goes into low power mode. The screen remains off. 3) Slide the power switch to the right. The device goes into normal power mode and turns on the screen although the lid is still closed! Desired behavior: Ad 3) If the system catches the event "wake from low power mode" it should first wake the system, then check the "lid open/close state", and set the screen on/off state accordingly. By this you could use the Pandora as a power-efficient sleep/wake-able closed-lid-device, practical for i.e. audio applications. I am using: Pandora OS R1.HF6.A4
210CoreFeature RequestMediumWader - cross platform graphical assistant for 3g conne...Unconfirmed
0%
Task Description http://www.wader-project.org http://trac.wader-project.org http://trac.wader-project.org/wiki/Developers this would be really usefull to monitor reception/network of mobile broadband dongle and it also counts ur mobile data usage (for those that have limits).
 165 CoreBug ReportLow VPNC does't work Closed
100%
Task Description vpnc doesn't work
 154 CoreBug ReportHigh Vpn doesn't work Closed
100%
Task Description When clicking on the Network Manager Applet Symbol, then selecting "VPN Connections" and then "Configure VPN", all the buttons in the following dialoge are greyed out. There is no way to add a new vpn connection. Restarting the system or deactivating the WiFi and then reactivaing it doesn't help.
 142 CoreFeature RequestMedium Visible Sleep Indicator Closed
100%
Task Description Could we please get a visual indication that the Pandora is in sleep/low-power mode? I would suggest one of the case LEDs either turn on or blink to indicate the sleep mode.
 203 CoreBug ReportLow Video-out setting window does not exit on OK Closed
100%
Task Description The "video-out" window opens again if you choose OK button.
 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
 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
 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.
 186 ApplicationBug ReportMedium unusable "Manage LCD Gamma" tool Closed
100%
Task Description Pandora Menu -> Settings -> LCD-Settings -> Manage LCD Gamma Removing all the profiles listed there will make the user unable to even create a new one. The tool becomes unusable. I hope a re-flash would fix the problem. The last profile in the list, or the Default one, shouldn't be deletable at all.
 224 CoreBug ReportLow Unresponsive start menu since HF5 Closed
100%
Task Description Since hotfix 5, the start menu often pauses for a few seconds, not letting me select anything or move the mouse. Other people have reported the issue as well: http://boards.openpandora.org/index.php?/topic/2295-is-the-xfce-menu-trolling-anyone-else/page__gopid__42559#entry42559
257CoreBug ReportMediumTV Out script breaks XV/SDL Video playbackUnconfirmed
0%
Task Description This seems to be the case with Hot-fix 5 and 6 alpha 4. I've been able to repeat this bug by re-flashing.. On a fresh re-flash.. installed community codec pack.. Videos will play fine on Panplayer, VLC and Gnome-Mplayer with default settings, which I believe is XV or SDL out in the case of VLC. Run the TV-out script it will cause a blank black screen during playback.. Disabling TV-out, switching modes, rebooting.. battery out, nothing seems to allows it to work with XV/SDL out again.. I know If I switch to X11 it will make it "work" again, but I notice a bit of lag during playback using X11 compared to XV/SDL out.
 108 Base OSFeature RequestCritical TUN/TAN-Driver Closed
0%
Task Description There is no TUN/TAN Driver installed. This is recommanded for some encrypted wireless lan connections, especially for eduroam, a world wide access point for the education community. Also, a tun-driver is also recommended for vpnc.
 181 ApplicationBug ReportLow Triple click in Thunar crash Closed
100%
Task Description Triple tapping (with the stylus) a directory in Thunar in icon or compact mode (not detail view) causes Thunar to close (crash) This is consistently repeatable: tapping three times in rapid succession on the same spot of the file causes the crash. It must be the exact same spot, as if double clicking, but a third tap is added. This can be triggered especially when a user becomes frustrated at mistapping, gets carried away, and taps too much.
 231 CoreBug ReportLow Touchscreen not accurate on the edges - Calibration doe ...Closed
100%
Task Description The touchscreen is accurate in the middle of the screen but precision is off by one or more mm near the edges of the screen. Recalibrating and rebooting does not help. Seems like this is just a permission problem - tslib saves calibration data to /etc/pointercal which is noch writeable for the regular user. Changing permission on that file to 666 solves this, but i guess starting the calibration tool with root permission (gksu?) would be a better solution.
 5 CoreBug ReportHigh Touchscreen Calibration stops the First-Boot-Wizard Closed
100%
Task Description When selecting the touchscreen calibration within the first-boot-wizard, the script stops after the calibration and the Pandora continues to boot.
Showing tasks 1 - 50 of 311 Page 1 of 71 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing