summaryrefslogtreecommitdiffstats
path: root/src/daemon/default.pa.in
Commit message (Collapse)AuthorAgeFilesLines
* default: esd is obsolete, hence don't load it anymore by defaultHEADmasterLennart Poettering2012-05-161-3/+3
|
* build-sys: Add more build-time conditionals to config filesMaarten Bosmans2011-06-301-6/+29
|
* build-sys: Process configuration files with m4Maarten Bosmans2011-06-301-1/+12
| | | | | This allows for build-time conditionals to be processed, eliminating the need for a separate default.pa.win32.
* conf: Make system.pa use udev-detect and not hal-detect.Colin Guthrie2011-03-031-1/+1
| | | | Also fix a left over reference to HAL in default.pa
* console-kit: Console Kit support is dependent on DBUS and is thus optional.Colin Guthrie2011-01-111-0/+2
| | | | | | | | Therefore, we must reflect this in the default.pa. Several users have reported an error with consolekit when starting a self-built PA due to the default config not working properly. This works around the issue but we should include a warning on configure about the lack of DBUS and udev support as this is a common mistake.
* Merge branch 'master' into dbus-workTanu Kaskinen2009-06-291-3/+6
|\ | | | | | | | | | | | | | | Conflicts: src/daemon/daemon-conf.c src/daemon/daemon-conf.h src/daemon/main.c src/pulsecore/dbus-util.h
| * daemon: enable module-intended-roles by defaultLennart Poettering2009-06-221-0/+3
| |
| * hal,udev: deprecate HAL support in favour of udevLennart Poettering2009-06-061-3/+3
| |
* | Create module-dbus-protocol with "Hello, world!" functionality.Tanu Kaskinen2009-06-031-0/+3
|/
* load bt discover module only when installedLennart Poettering2009-04-011-2/+2
|
* enable bluetooth default by supportLennart Poettering2009-03-231-1/+1
|
* implement a module that corks music/video streams automatically when a phone ↵Lennart Poettering2009-02-121-0/+3
| | | | call is active
* add new module-augment-properties module for augmenting properties from ↵Lennart Poettering2009-02-051-0/+4
| | | | .desktop files
* Load module gconf earlierSjoerd Simons2009-02-031-9/+9
| | | | | | | This makes sure that module-default-device-restore can actually work when GConf enables additional sinks. Signed-off-by: Lennart Poettering <lennart@poettering.net>
* get rid of module-flat-volumes since we are moving this into the coreLennart Poettering2009-01-271-3/+0
|
* enable module-card-restore by defaultLennart Poettering2009-01-211-0/+1
|
* Load module-volume-restore and module-device-restore before all other modulesLennart Poettering2008-12-171-4/+4
| | | | | | Since m-v-r and m-d-r become active in the FIXATE hooks for stream/device creation we need to make sure the modules are loaded before the first devices/streams are created.
* correctly load module-flat-volume instead of module-flat-volumesLennart Poettering2008-10-131-1/+1
|
* enable flat volumes by defaultLennart Poettering2008-10-081-1/+4
|
* it might be a bit too early to initialize bluetooth by default for now, ↵Lennart Poettering2008-10-011-3/+3
| | | | since it's still very rough around the edges
* enable bluetooth by defaultLennart Poettering2008-09-111-0/+5
|
* disable hotplug sounds by defaultLennart Poettering2008-08-151-1/+1
|
* load module-device-restore and module-stream-restore by default, don't load ↵Lennart Poettering2008-08-031-2/+3
| | | | module-volume-restore anymore
* install a default system.paLennart Poettering2008-07-301-0/+3
|
* enable exit-on-idle by defaultLennart Poettering2008-07-221-13/+14
|
* merge Colin Guthrie's module-always-sink module, and add priorization to the ↵Lennart Poettering2008-06-111-1/+4
| | | | | | hook subsystem while doing so. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2516 fefdeb5f-60dc-0310-8127-8f9354f1896f
* enable ConsoleKit support and positioned event sounds by defaultLennart Poettering2008-06-111-1/+8
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2514 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge r2179 from prepare-0.9.10Lennart Poettering2008-03-271-7/+7
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2180 fefdeb5f-60dc-0310-8127-8f9354f1896f
* make loading of a few more modules non-fatalLennart Poettering2008-03-271-0/+6
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2134 fefdeb5f-60dc-0310-8127-8f9354f1896f
* Attempt to resolve the multilib conflicts by getting all the config filesLennart Poettering2008-03-271-3/+3
| | | | | | | | | | | | | look equally for all plattforms. This includes getting rid go pathnames with libdir; let's make ps search for files with relative paths there. https://bugzilla.redhat.com/show_bug.cgi?id=228383 Modified patch, originally from Lubomir Kundrak <lkundrak@redhat.com> git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2132 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-25/+38
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f
* enable module-hal-detect in the default configuration file only if HAL ↵Lennart Poettering2006-09-201-2/+2
| | | | | | support is enabled (closes #30) git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1401 fefdeb5f-60dc-0310-8127-8f9354f1896f
* fix alsa-sink exampleLennart Poettering2006-09-071-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1377 fefdeb5f-60dc-0310-8127-8f9354f1896f
* activate HAL in the default configLennart Poettering2006-08-251-6/+13
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1331 fefdeb5f-60dc-0310-8127-8f9354f1896f
* Load module-rescue-streams by defaultLennart Poettering2006-08-131-0/+3
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1245 fefdeb5f-60dc-0310-8127-8f9354f1896f
* load module-gconf in default installLennart Poettering2006-07-271-1/+7
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1159 fefdeb5f-60dc-0310-8127-8f9354f1896f
* use access group dedclared in ~/.pulse/client.conf instead of PA_ACCESS_GROUPLennart Poettering2006-07-191-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1108 fefdeb5f-60dc-0310-8127-8f9354f1896f
* Fix the final few occurences of polyp.Pierre Ossman2006-06-201-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1042 fefdeb5f-60dc-0310-8127-8f9354f1896f
* big s/polyp/pulse/gLennart Poettering2006-06-191-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1033 fefdeb5f-60dc-0310-8127-8f9354f1896f
* more sensible default.pa fileLennart Poettering2006-05-171-22/+27
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@907 fefdeb5f-60dc-0310-8127-8f9354f1896f
* * svn:ignore some filesLennart Poettering2006-02-161-0/+66
* move configuration files to the directories they belong to * built esd-compat.sh in the src/ dir git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@488 fefdeb5f-60dc-0310-8127-8f9354f1896f