Due to rapid changes in sid, I have created a new sid repo for antiX.
At the moment it only has the latest systemd free xserver-* debs.
Users should also install xserver-xorg-legacy otherwise your systemd may not login to X.
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.daveserver.info/sid"
linktext was:"http://antix.daveserver.info/sid"
====================================
sid main nosystemd ***
Keep the antiX testing repo enabled.
topic title: NEW antiX sid repo
8 posts
• Page 1 of 1
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
-
Posts: 45
- Joined: 03 Apr 2013
#2
Thanks! I'll check it out later on my home desktop.
-
Posts: 45
- Joined: 03 Apr 2013
#3
GOOD NEWS: The new antiX sid repos definitely keeps my desktop systemd-free.
BAD NEWS: I no longer have pulseaudio! This is really bad because I can not get any sound from Firefox, Palemoon, or Chronium without it. ALSA by itself only works with Chronium. OSS4 doesn't work with any of the browsers at all, at least not on my old desktop.
Looks like I will be doing another fresh re-installment of antiX tonight.
BAD NEWS: I no longer have pulseaudio! This is really bad because I can not get any sound from Firefox, Palemoon, or Chronium without it. ALSA by itself only works with Chronium. OSS4 doesn't work with any of the browsers at all, at least not on my old desktop.
Looks like I will be doing another fresh re-installment of antiX tonight.
-
Posts: 2,238
- Joined: 16 Dec 2007
#4
Have you tried setting a default sound card in the control center?
-
Posts: 45
- Joined: 03 Apr 2013
#5
Yes and it didn't work like before.dolphin_oracle wrote:Have you tried setting a default sound card in the control center?
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#6
Pulseaudio is in the antiX sid repos
-
Posts: 215
- Joined: 14 Sep 2007
#7
If I'm correct, pulse audio depends on systemd.
I'm using Alsa in Stable: alsa-base, alsa-tools, and alsa-utils
These are my keybindings in IceWM:
Works fine
In JWM:
#Volume
<Key mask="C" key="Down">>exec:amixer set Master 9%- </Key>
<Key mask="C" key="Up">exec:amixer set Master 9%+ </Key>
<Key mask="C" key="0">exec:amixer sset Master,0 toggle </Key>
I'm using Alsa in Stable: alsa-base, alsa-tools, and alsa-utils
These are my keybindings in IceWM:
Code: Select all
#Sound
key"Ctrl+Down" aumix -v -5 # lower volume
key"Ctrl+Up" aumix -v +5 # raise volume
Works fine
In JWM:
#Volume
<Key mask="C" key="Down">>exec:amixer set Master 9%- </Key>
<Key mask="C" key="Up">exec:amixer set Master 9%+ </Key>
<Key mask="C" key="0">exec:amixer sset Master,0 toggle </Key>
Last edited by macondo on 23 Jun 2017, 17:07, edited 1 time in total.
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#8
Except the version in antiX has removed the systemd/libsystemd0 dependency. That is why we have the nosystemd repomacondo wrote:If I'm correct, pulse audio depends on systemd.