1. 15 Jul, 2013 1 commit
  2. 01 Jul, 2013 1 commit
    • Michael Shigorin's avatar
      initial net feature · 3ee510aa
      Michael Shigorin authored
      This one supports /etc/net, NM and connman; pruning the tree
      to get rid of hardwired remnants is going to take some more time.
      3ee510aa
  3. 17 Jun, 2013 3 commits
    • Michael Shigorin's avatar
      x11: added use/x11/mate target · 61ecd095
      Michael Shigorin authored
      It was implemented in a pretty quick-and-dirty way
      for regular-mate back then, clean things up a bit.
      Package lists should be deduplicated either but
      that's another story.
      61ecd095
    • Michael Shigorin's avatar
      x11-autologin: factor out x11-autostart · 0d8e44d8
      Michael Shigorin authored
      It has value of its own and can be used standalone;
      autologin does require autostart though.
      
      Adjust x11 feature targets accordingly.
      0d8e44d8
    • Michael Shigorin's avatar
      x11: driver and purpose related refactoring · ea8a9089
      Michael Shigorin authored
      This has had several goals:
      - a target suitable for x86 and armh providing a rather
        minimal set of base xorg packages and generic drivers;
      - task-oriented targets for graphics use cases:
        + "desktop" means rather 2D focus with 3D being welcome
          or even essential but not performance critical, thus
          "a slower driver is fine as long as it does work";
        + "3d" means specific 3D performance being critical,
          that is "no 3D means no use at all".
      
      Regarding the free and proprietary 3D-capable drivers:
      the previous idea was to split out some common ground
      and then add the contenders on top of that; the current
      approach is based on the observation that the live images
      requiring proprietary NVIDIA/AMD drivers *by default*
      are usually of not much use with hardware that lacks
      proper 3D acceleration (like Tseng cards) or the driver
      support for that (like Matrox these days).
      
      Intel videodriver makes for a special case though:
      it is both free and top-notch performer.
      
      Thanks sem@ and boyarsh@ for discussion.
      
      PS: xorg-drv-{keyboard,mouse,void} dropped;
      those who need these can usually help themselves.
      ea8a9089
  4. 25 Mar, 2013 1 commit
    • Michael Shigorin's avatar
      x11: added gst-libav, pulseaudio to gnome3 · 4be9af9c
      Michael Shigorin authored
      The former helps totem a lot regarding actual video reproduction,
      suggested for gnome3-default metapackage; the latter helps aris@
      to actually get any sound out, so is supposed to land there too.
      4be9af9c
  5. 19 Mar, 2013 1 commit
  6. 18 Mar, 2013 2 commits
  7. 19 Feb, 2013 1 commit
  8. 14 Feb, 2013 1 commit
  9. 04 Feb, 2013 1 commit
  10. 29 Jan, 2013 1 commit
  11. 20 Jan, 2013 1 commit
  12. 10 Jan, 2013 2 commits
  13. 31 Dec, 2012 1 commit
    • Michael Shigorin's avatar
      initial lxde pkglists · 2701a01f
      Michael Shigorin authored
      Thanks gns@ for his help in figuring these out;
      some metapackage related optimization is still due.
      2701a01f
  14. 26 Dec, 2012 2 commits
    • Michael Shigorin's avatar
      x11: added use/x11/kde4 · 874c078e
      Michael Shigorin authored
      There's use/x11/kde already but that serves somewhat different
      purpose as of today; the naming issue (kde vs kde4) was tersely
      discussed with sin@ at the time of the merge of his KDE4 image
      related bits and it's still not that clear.
      
      Let's try this way and see if existing images would be ported
      to use/x11/kde4.
      874c078e
    • Michael Shigorin's avatar
      implement and use/x11/e17 · e7a4b390
      Michael Shigorin authored
      This marks 0.17.0 hitting Sisyphus to much delight.
      e7a4b390
  15. 03 Dec, 2012 2 commits
  16. 19 Jul, 2012 1 commit
    • Michael Shigorin's avatar
      x11: ensure kdm3 installation for tde · ceffac40
      Michael Shigorin authored
      TDE distros don't really need kdm4 which was proposed as
      a replacement by zerg@ (for all the valid reasons but kdm3
      wasn't maintained at that point, this has changed since).
      ceffac40
  17. 25 Jun, 2012 1 commit
  18. 21 May, 2012 1 commit
  19. 23 Apr, 2012 2 commits
  20. 11 Apr, 2012 1 commit
    • Michael Shigorin's avatar
      conf.d/live.mk: distro/live-simply · 03de0aab
      Michael Shigorin authored
      It is actually an effort by glebfm@ to create an experimental
      systemd-based Simply Linux LiveCD; I merely reviewed the original
      diff, moved kernel related bits to firmware (see preceding commits)
      and introduced a dedicated pkglist namespace by creating a directory.
      03de0aab
  21. 31 Mar, 2012 1 commit
    • Michael Shigorin's avatar
      xorg reorg · b129c86a
      Michael Shigorin authored
      Now is the time for all fonts to be pulled in when needed and not
      along with the X server and hardware drivers; tablet support is
      moved to a (preexisting) specific target either.
      
      There's no need now to arch-discriminate a few older drivers too.
      b129c86a
  22. 28 Mar, 2012 1 commit
    • Michael Shigorin's avatar
      enhanced 3D graphics support · 9555f1f6
      Michael Shigorin authored
      The previous configuration would result in intel-only
      3D being available since nouveau and radeon kernel modules
      are packaged separately with most kernel-images; getting
      NVIDIA/AMD drivers in is more tricky due to availability
      of both proprietary and free implementations with the choice
      being rather a tradeoff in each case (somewhat less so with
      ATI/AMD drivers).
      
      So this is a first shot at the problem: FlightGear would
      freeze on me with today's nouveau.
      9555f1f6
  23. 19 Mar, 2012 2 commits
    • Michael Shigorin's avatar
      plant SHELL beacons into all config-forming rules · 79bb3f8d
      Michael Shigorin authored
      As noted in doc/assumptions.txt, the SHELL based target tracing
      only works for rules with recipes, even empty but present ones.
      
      The simplest thing to do is hooking "; @:" onto the rule's tail
      (one-liner with a non-printing shell builting "true" command).
      79bb3f8d
    • Michael Shigorin's avatar
      initial "+shortcut" support and refactoring · a52b7476
      Michael Shigorin authored
      It looks like the intermediate targets aren't all equal:
      some define a finished feature while some create a common
      lower level piece of configuration.
      
      Let's do shortcuts for the former so that a distro line can be
      more terse and descriptive; help targets in features.in/ tweaked
      accordingly.
      a52b7476
  24. 12 Mar, 2012 1 commit
  25. 17 Feb, 2012 1 commit
    • Michael Shigorin's avatar
      features.in/x11: add lightdm support · 482e7bc9
      Michael Shigorin authored
      It's preferred for Razor-qt's logout app to be able to turn
      the system off or reboot it; xdm lacks consolekit support.
      
      Thanks Alexander Sokoloff for the hint.
      482e7bc9
  26. 19 Dec, 2011 2 commits
    • Michael Shigorin's avatar
      stop abusing use/live/* · c5e559b7
      Michael Shigorin authored
      Some parts of *image* configuration started slipping down
      into the *feature* configuration, and that was wrong; fixed.
      
      Also introduced proper use/live/x11 (via use/x11/xorg with added
      wacom support for the sake of #26723/#26724) and rebased the
      pre-existing descendants onto it.
      c5e559b7
    • Michael Shigorin's avatar
      introduced THE_{KMODULES,PACKAGES,LISTS,GROUPS} · d6972a39
      Michael Shigorin authored
      As too many things started duplicating between distros proper
      and (e.g. corresponding) LiveCDs, it became apparent that a class
      of entities which end up working for THE_USER (not a sysadmin,
      and not a developer, just a Linux user) is in need.
      
      So THE_KMODULES will power installed basesystem and live image,
      while THE_PACKAGES, THE_LISTS and THE_GROUPS will participate
      in building those.
      d6972a39
  27. 04 Nov, 2011 1 commit
    • Michael Shigorin's avatar
      initial x11 desktop distro support · e78c62b4
      Michael Shigorin authored
      This one is pre-alpha quality and very basic but complete enough
      to crank out an icewm.iso successfully installing and booting
      into xdm ;-)
      
      (actually a week's on-and-off work including a pile of
      underlying infrastructure stuff which was planned already
      just not there yet)
      e78c62b4