Linux Support - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Pine A64 Hardware, Accessories and POT (https://forum.pine64.org/forumdisplay.php?fid=32) +---- Forum: LCD and Touch Panel (https://forum.pine64.org/forumdisplay.php?fid=37) +---- Thread: Linux Support (/showthread.php?tid=1183) |
RE: Linux Support - Ghelorn - 11-03-2016 (11-03-2016, 04:45 AM)Ghelorn Wrote:(11-02-2016, 11:53 AM)modsbyus Wrote:Onboard fails to start and florence crashes when you press any key on it.(11-02-2016, 07:12 AM)Ghelorn Wrote: The version I downloaded yesterday is working pretty good. can't seem to find a good working virtual keyboard but its working after all this is the output for florence: Code: p { margin-bottom: 0.1in; line-height: 120%; } RE: Linux Support - modsbyus - 11-04-2016 (11-03-2016, 04:38 PM)Ghelorn Wrote:(11-03-2016, 04:45 AM)Ghelorn Wrote:(11-02-2016, 11:53 AM)modsbyus Wrote:Onboard fails to start and florence crashes when you press any key on it.(11-02-2016, 07:12 AM)Ghelorn Wrote: The version I downloaded yesterday is working pretty good. can't seem to find a good working virtual keyboard but its working after all I don't know about florence but for onboard install Code: sudo apt-get install gir1.2-atspi-2.0 Then go to onboard settings and in the general uncheck Auto-show when editing text . In keyboard uncheck enabled under typing assistance. Onboard should start. RE: Linux Support - vintagewaffle - 11-07-2016 (11-04-2016, 02:40 PM)modsbyus Wrote:You also need to install at-spi2-core if you don't have that already.(11-03-2016, 04:38 PM)Ghelorn Wrote:(11-03-2016, 04:45 AM)Ghelorn Wrote:(11-02-2016, 11:53 AM)modsbyus Wrote:Onboard fails to start and florence crashes when you press any key on it.(11-02-2016, 07:12 AM)Ghelorn Wrote: The version I downloaded yesterday is working pretty good. can't seem to find a good working virtual keyboard but its working after all RE: Linux Support - Ghelorn - 11-09-2016 gir1.2-atspi-2.0 fixed issues with onboard at-spi2-core fixed the issues with florence I also noticed the brightnes on the lcd is lacking but can be turned up with the gpio pin. I just run a small scrip that sets the required pin to high and then sets it to low when it detects xscreensaver running. RE: Linux Support - psychedup - 11-12-2016 (11-09-2016, 04:41 PM)Ghelorn Wrote: I also noticed the brightnes on the lcd is lacking but can be turned up with the gpio pin. I just run a small scrip that sets the required pin to high and then sets it to low when it detects xscreensaver running. Which GPIO controls the brightness? Would you mind sharing your script? RE: Linux Support - Ghelorn - 11-12-2016 (11-12-2016, 12:29 AM)psychedup Wrote:(11-09-2016, 04:41 PM)Ghelorn Wrote: I also noticed the brightnes on the lcd is lacking but can be turned up with the gpio pin. I just run a small scrip that sets the required pin to high and then sets it to low when it detects xscreensaver running. this code is dirty but just checks the state of xscreensaver and writes to the pin. there are better ways but this works. needs root doesnt actually turn off the lcd though. just dulls it. Code: echo 362 > /sys/class/gpio/export RE: Linux Support - psychedup - 11-12-2016 (11-12-2016, 01:04 AM)Ghelorn Wrote:(11-12-2016, 12:29 AM)psychedup Wrote:(11-09-2016, 04:41 PM)Ghelorn Wrote: I also noticed the brightnes on the lcd is lacking but can be turned up with the gpio pin. I just run a small scrip that sets the required pin to high and then sets it to low when it detects xscreensaver running. That works! (I just manually ran the 2 echo commands). I had no idea it could get so bright. Thanks! RE: Linux Support - Jessica Spongekipper - 11-30-2016 Is there an image available for down-load anywhere ? My old hardware can't really run Ubuntu 16.04 64bit in a VM and it is only 2 core. The script runs OK but hangs during kernel compilation. RE: Linux Support - Terra854 - 11-30-2016 (11-30-2016, 03:46 AM)Jessica Spongekipper Wrote: Is there an image available for down-load anywhere ? My old hardware can't really run Ubuntu 16.04 64bit in a VM and it is only 2 core. You can download Ubuntu, Debian, openSUSE or Fedora (if you are OK with not using a GUI). RE: Linux Support - Jessica Spongekipper - 12-01-2016 Compilation finished (after 325 minutes) on the fourth attempt. The resulting .img file however does not boot. I used the script on the Armbian page, left it at default except for BOARD="pine64" and KERNEL_ONLY="no" Any hints or tips for a comparative newbie ? I assumed that the only reason a quad core VM was specified was to cut down on processing time. |