Skip to content
Snippets Groups Projects
  1. Jul 08, 2021
  2. Jul 07, 2021
    • Alexey Minnekhanov's avatar
      main/linux-postmarketos-qcom-msm8974: hotfix for missing bam_dmux · 2a1f6bdd
      Alexey Minnekhanov authored
      Turns out, after refactoring (moving bam_dmux driver to wwan
      subsystem) we need to set CONFIG_WWAN=y for bam_dmux driver
      to be built. Fix this asap :)
      Unverified
      2a1f6bdd
    • Clayton Craft's avatar
      device/*: set gpu_accelerated for devices that show '3D=Y' on wiki (MR 2078) · f1e0404f
      Clayton Craft authored and Alexey Minnekhanov's avatar Alexey Minnekhanov committed
      [ci:ignore-count]
      [ci:skip-vercheck] needed for the postmarketos-ui-* packages in this
      series
      [ci:skip-build] already built ui-* packages in CI, and device pacakges
      are just trivial deviceinfo change (manually built some just to verify)
      Unverified
      f1e0404f
    • Anri Dellal's avatar
      main/postmarketos-ui-*: add GPU acceleration option (MR 2078) · 196ff18b
      Anri Dellal authored and Clayton Craft's avatar Clayton Craft committed
      Adds pmb:gpu-accel option to Phosh, Plasma Mobile/Bigscreen, Sway,
      Glacier and Kodi APKBUILDs to hide the UIs at `pmbootstrap init`
      for devices without GPU acceleration support.
      
      Related: pmbootstrap!2043
      
      [ci:skip-build]: already built successfully in CI
      [ci:skip-vercheck]
      Unverified
      196ff18b
    • Alexey Minnekhanov's avatar
      main/linux-postmarketos-qcom-msm8974: upgrade to 5.13.0 (MR 2312) · 1d3776d4
      Alexey Minnekhanov authored
      Should work same as before.
      
      Slightly tweaked kernel config options:
      * default cpufreq governor is now "conservative" instead of "performance", which should be better for devices running on battery. Not that it matters, MSM8974 does not have cpufreq support anyway.
      * enabled CONFIG_ARM_QCOM_SPM_CPUIDLE, which was missing! At least some cpuide is better than none at all.
      * 2 missing options for nftables: CONFIG_IP6_NF_FILTER, CONFIG_IP6_NF_TARGET_REJECT
      * few missing options for wg-quick: CONFIG_IPV6_MULTIPLE_TABLES, CONFIG_IP_MULTIPLE_TABLES, CONFIG_IP6_NF_RAW, CONFIG_IP_NF_RAW
      
      WWAN subsystem is not enabled.
      
      BAM-DMUX upgraded to version "v3" (subnode of modem remoteproc)
      
      Mark kernel package as supporting anbox, containers (in addition to nftables)
      
      [ci:skip-build] Already built successfully twice on CI
      Unverified
      1d3776d4
  3. Jul 06, 2021
  4. Jul 05, 2021
  5. Jul 04, 2021
  6. Jul 03, 2021
  7. Jul 02, 2021
  8. Jul 01, 2021
    • Newbyte's avatar
      main/postmarketos-base: add Firefox env config to -tinydm subpackage (MR 2235) · 6d25d7f6
      Newbyte authored and Clayton Craft's avatar Clayton Craft committed
      Currently, this only sets Firefox to run in Wayland mode, but in the
      future it might be used to make e.g. SDL applications run in Wayland
      mode.
      
      SDL applications are not set to run in Wayland mode right no as
      SDL 1.2 uses the same environment variable as SDL 2.0 for
      controlling video driver (SDL_VIDEODRIVER) and SDL 1.2 does not
      support Wayland and crashes if an invalid value is provided for
      SDL_VIDEODRIVER, and as such setting SDL_VIDEODRIVER=wayland
      globally would break all SDL 1.2 applications. This will however be
      fixed once SDL 1.2 is replaced by sdl12-compat in Alpine, as
      sdl12-compat implements the SDL 1.2 API and ABI via SDL 2.0 and as
      such supports Wayland. As such, once this happens we can start
      setting SDL_VIDEODRIVER=wayland.
      
      [ci:skip-build] already built successfully in CI
      Unverified
      6d25d7f6
    • Newbyte's avatar
      main/postmarketos-ui-phosh: don't set GDK_BACKEND=wayland (MR 2235) · 6d36d274
      Newbyte authored and Clayton Craft's avatar Clayton Craft committed
      This causes issues with some programs, chiefly that gsd-xsetttings
      does not start properly. GDK_BACKEND=wayland is only really
      necessary to make Firefox run in Wayland mode anyway - other GTK 3/4
      apps use it automatically. Firefox will be set to use Wayland via a
      following commit.
      Unverified
      6d36d274
Loading