1. 07 Nov, 2016 1 commit
    • Michael Shigorin's avatar
      x11: xfce tweaks · cabaf137
      Michael Shigorin authored
      It turns out that -regular pulls in too much
      (including xfce-polkit that doesn't work with
      sysvinit); let's provide means to have it both
      ways, need xfce4 4.12-alt5 or later metapackage
      for this change to be effective.
      cabaf137
  2. 08 Aug, 2016 1 commit
  3. 23 May, 2016 1 commit
    • Michael Shigorin's avatar
      x11: rework free/proprietary driver support · 55ab1a48
      Michael Shigorin authored
      The problem at hand was that use/x11/xorg has been final,
      and zerg@ just couldn't switch from nouveau to nvidia
      when kdesktop needs that one.
      
      Initial approach included a "big" FREE/PROP switch that
      chose the particular KMODULES/PACKAGES to get added to
      THE_* but that fails to achieve e.g. nvidia+radeon combo;
      looks like these need individual switches.
      55ab1a48
  4. 25 Mar, 2016 1 commit
  5. 03 Feb, 2016 1 commit
    • Michael Shigorin's avatar
      x11: tweak kde5 target · 647294f4
      Michael Shigorin authored
      icon-theme-oxygen is required by kf5-oxygen <- kde5 <- kde5-big
      by now so it's not needed to specify it explicitly anymore;
      and zerg@ has just packaged some translations, let's jump in!
      647294f4
  6. 29 Oct, 2015 1 commit
  7. 02 Sep, 2015 1 commit
    • Michael Shigorin's avatar
      x11: add IM hints · 7f742a8a
      Michael Shigorin authored
      This makes use of IM_PACKAGES variable processed by
      newly added im feature so that DE-specific targets
      could tell which DE-specific IM packages they'd like
      on a system *iff* use/im has been requested.
      
      Might be lacking right now, to be sorted out with
      the actual users.
      7f742a8a
  8. 04 May, 2015 1 commit
  9. 02 May, 2015 1 commit
  10. 18 Apr, 2015 1 commit
  11. 25 Feb, 2015 2 commits
    • Michael Shigorin's avatar
      drop razorqt support (see lxqt) · 03435a70
      Michael Shigorin authored
      This project has evolved/merged into LXQt which has been
      packaged for both p7/t7 and sisyphus by now, no need to
      carry on deprecated bits.
      
      NB: 0.6.x still have it as t6/p6 still bear razorqt.
      03435a70
    • Michael Shigorin's avatar
      x11: rollback gnome3 metapackage · f3f373b9
      Michael Shigorin authored
      The gnome3-regular one adds quite a few megabytes,
      let's keep the mid-sized -default for common targets
      while moving -regular to, well, regular one.
      f3f373b9
  12. 04 Feb, 2015 1 commit
  13. 26 Jan, 2015 1 commit
  14. 12 Nov, 2014 1 commit
  15. 23 Sep, 2014 1 commit
    • Michael Shigorin's avatar
      x11: disable acpid for e19 · 3fc56a10
      Michael Shigorin authored
      E19 would ask the user if they want to shut down
      when facing power button event; it won't get a chance
      though as the system will hurl down immediately as per
      acpid-events-power package provided configuration.
      3fc56a10
  16. 22 Sep, 2014 1 commit
    • Michael Shigorin's avatar
      s/e18/e19/g · 11d07b00
      Michael Shigorin authored
      It has arrived to sisyphus last week silently,
      thanks aris@ (#30253).
      11d07b00
  17. 09 Jun, 2014 2 commits
    • Michael Shigorin's avatar
      x11: add use/x11/nm/gtk target · 4a2e0be1
      Michael Shigorin authored
      This belongs to x11 feature and not to net feature since its
      focus is a GUI, not the actual network-handling parts.
      
      Or like that.
      4a2e0be1
    • Michael Shigorin's avatar
      x11: tweak for multi-branch compatibility · 92c3e24a
      Michael Shigorin authored
      This is a similar trouble: p7/t7 branches had
      plasma-applet-networkmanager while sisyphus has
      switched to kde4-plasma-nm* (there's a bunch of
      subpackages there, basically all of them desired).
      92c3e24a
  18. 13 May, 2014 1 commit
  19. 31 Mar, 2014 1 commit
  20. 24 Mar, 2014 1 commit
    • Michael Shigorin's avatar
      x11: pull xorg-drv-ati in explicitly · 0bafa6a6
      Michael Shigorin authored
      Looks like today's xorg won't autoload radeon_drv but
      insists on ati_drv falling back to fbdev if it's not there;
      FlightGear runs definitely slow on C-60 APU with that.
      
      I didn't specify ati since it pulls r128 and mach64 modules in
      which are rather useless in this context (accelerated 3D graphics).
      0bafa6a6
  21. 09 Feb, 2014 1 commit
    • Michael Shigorin's avatar
      x11: optimus support · 54fbf306
      Michael Shigorin authored
      The use/x11/nvidia/optimus target will pull the bits required
      to operate NVIDIA Optimus GPU scheme which relies on integrated
      GPU to actually drive the screen; much thanks to barssc@ for
      good walkthrough: http://altlinux.org/optimus
      
      NB: this *will* break if nouveau gets in, YHBW.
      54fbf306
  22. 09 Dec, 2013 1 commit
  23. 13 Aug, 2013 1 commit
  24. 15 Jul, 2013 1 commit
  25. 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
  26. 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
  27. 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
  28. 19 Mar, 2013 1 commit
  29. 18 Mar, 2013 2 commits
  30. 19 Feb, 2013 1 commit
  31. 14 Feb, 2013 1 commit
  32. 04 Feb, 2013 1 commit
  33. 29 Jan, 2013 1 commit
  34. 20 Jan, 2013 1 commit
  35. 10 Jan, 2013 1 commit
    • Michael Shigorin's avatar
      added desktop+e17 pkglist, use it in x11 · 95bc7fed
      Michael Shigorin authored
      It's not e17-default alone right now, gnome-icon-theme package
      appears requisite at the moment so that menus and IBar aren't
      half-empty regarding graphics.
      
      Thanks aris@ for the advice and lots of patience with me.
      95bc7fed