a75aae653e
xorg: fixes for setting alternatives when switching from/to proprietary video drivers
2014-09-30 01:55:06 +02:00
7c2ebe3873
console: support multilanguage installation by post-configuring /etc/vconsole.conf and /etc/locale.conf
2014-08-08 19:11:01 +02:00
381aed1e7b
xorg: try to set fixed video moves only when old CRT seem detected
2014-06-30 00:18:40 +02:00
2244f457a3
xorg: can't call localectl in postplug, so create 00-keyboard.conf
2014-06-30 00:13:38 +02:00
8598291d84
xorg: use localectl to configure X11 keyboard layout; ensure it is always configuring it
2014-06-29 19:56:04 +02:00
2e1ef68602
machine: exclude comment line starting with '#' from dmidecode output as seen on a HP Proliant Server
2014-06-11 21:18:41 +02:00
7f9aac7a35
network: rework android_usb support by using udev and avoid calling blocking systemctl for ttyG* but create symlinks
2013-11-19 10:59:44 +01:00
9e035594d9
processor: fix to avoid reporting script execution error on log
2013-09-29 18:56:30 +02:00
29c1787405
filesystem: swap: yet another fix, add UUID= when calling swapon using uuid
2013-09-29 18:40:45 +02:00
f7e9e7befb
filesystem: enable swap after adding to fstab
2013-09-29 18:35:08 +02:00
d18482236a
filesystems: re-enable only for swap configuration; systemd service: start befare swap.target
2013-09-26 14:26:55 +02:00
fdfb337dcb
network: remove trailing spacing when setting HWADDR for ifcfg-p2p0 for NetworkManager to parse it correctly
2013-09-19 02:30:06 +02:00
29ea391692
network: enable getty on ttyGS0,1 through systemd to enable ACM console on android_usb
2013-09-19 02:00:46 +02:00
94b6db3676
network: code optimization for speed and removal/cornering of obsolete functions
2013-09-18 20:10:00 +02:00
7a526dab3a
xorg: remove obsoleted code and rework caching for autoprobed devices to speed up boot
2013-09-18 02:01:19 +02:00
95b7da8f5b
sound: don't probe raspberry-pi sound module, now using an alias since libalsa 1.0.27.2-4mamba
...
- rework checks on cached (unchanged) devices to speed up boot in rpi and sgn
2013-09-18 01:58:48 +02:00
dccee1c9dd
network: configure and start a dedicated dhcpd server bound to configured CDC and RNDIS interfaces
2013-07-31 14:35:17 +02:00
8740e2a830
network: added support for configuration of CDC-Ethernet and Android RNDIS network interfaces
2013-07-31 13:28:01 +02:00
b011e2aa40
network: removed obsolete code for interactive boot-time configuration using dialog
2013-07-31 12:10:54 +02:00
10aa2ca3ee
sound: add support for initial mixer configuration of Midas_WM1811 (Galaxy Note 10.1)
2013-07-30 18:21:48 +02:00
c2a12f57be
Revert "filesystems: re-enable with systemd because installer needs mounted entries"
...
This is not really needed and would cause problems with systemd.
This reverts commit a6f03cc4b3
.
2013-06-28 22:14:48 +02:00
a6f03cc4b3
filesystems: re-enable with systemd because installer needs mounted entries
2013-06-11 15:15:37 +02:00
9f585a34c9
xorg: fix when nouveau/modeset is returning -1 instead of 1 (treat as 1)
2013-04-05 14:54:33 +02:00
f8beae5cbe
localtime: create /etc/localtime as a symlink as required by systemd (and also good for sysv5)
2013-04-05 14:23:43 +02:00
d6e8096815
postplug: add systemd service script and don't run filesystem and console scripts if systemd is running
2013-04-05 14:19:03 +02:00
2020bd26fd
xorg: radeon: enable a conservative power profile (mid) by default
2013-01-27 19:30:36 +01:00
c0bf7d25ed
sound: Raspberry PI: configure to load snd-bcm2835 and set dummy alsa.conf because driver doesn't support dmix & c. plugins
2012-09-02 16:20:23 +02:00
c33c8978df
sound: make lspci silent if no PCI bus is available (arm)
2012-09-01 20:50:22 +02:00
b8ce4a9a82
xorg: don't fail if no devices are conifgured; this makes probe work on Raspberry Pi with fbdev
2012-09-01 20:49:24 +02:00
4af6f32896
xorg: don't blacklist nouveau driver to avoid it from being removed from initramfs and stop being reconfigured
2012-08-03 20:58:36 +02:00
efd02e0b17
filesystems: set 'noatime' option for also previously configured root filesystem
2012-07-30 16:29:36 +02:00
42f193f4eb
filesystems: configure ext* and reiser* filesystems with the noatime option
2012-07-30 16:10:03 +02:00
74bdfeb5dd
Revert "sound: workaround softvol channels initialization by running dummy aplay and arecord"
...
Reported to hang boot on a DELL Optiplex 755 with:
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
Subsystem: Dell Optiplex 755
Codec: Analog Devices AD1984
Address: 0
AFG Function Id: 0x1 (unsol 0)
Vendor Id: 0x11d41984
Subsystem Id: 0x10280211
Revision Id: 0x100400
A recent patch to libalsa should be the upstream solution to the KWin crash problem this patch was intended to fix.
This reverts commit 30e0db1d2c
.
2012-07-24 11:53:35 +02:00
56de70a264
xorg: set GLXVBlank to true when using nouveau driver to fix flickering issues
2012-07-16 19:30:18 +02:00
c454411a28
xorg: fix a typo preventing nvidia->nouveau reconfiguration from working
2012-07-16 18:47:34 +02:00
b934e5e81d
fglrx/radeon: also support fglrx -> radeon and reverse reconfiguration based on modeset activation
2012-07-11 01:06:57 +02:00
57a587a5e4
xorg: support nouveau -> nvidia reconfiguration
2012-07-05 16:35:29 +02:00
c468b29553
xorg: disable autoconfigured multiple screens
2012-06-12 16:23:43 +02:00
30e0db1d2c
sound: workaround softvol channels initialization by running dummy aplay and arecord
2012-06-06 19:02:23 +02:00
8ea30d4cc1
console: added plugin for automatic /etc7inittab consoles configuration
2012-03-02 19:32:28 +01:00
root
dd6e1435ce
sound: (arm) use /proc/asound/cards to detect soundcard changes if PCI bus is missing
2012-03-02 15:11:40 +01:00
f365eb6f03
xorg: modify to detect Nvidia Tegra and create Xorg.conf by Xorg.conf.tegra template provided with driver
2012-02-28 19:25:33 +01:00
f0dbdca8a8
xorg: remove code to configure KDM that is not used any longer
2012-02-28 19:04:56 +01:00
07581d2546
xorg: fix removal of "XAANoOffscreenPixmaps" from xorg.conf
2012-02-19 22:37:58 +01:00
db4ae4fb4b
xorg: remove "XAANoOffScreenPixmaps" "true" workaround from Xorg.conf
2012-02-17 23:36:11 +01:00
555840e2c0
filesystems: revert removable partitions check using udisks because unavailable because is relies on dbus which is started after postplug; filter blkid output with /dev/sd to prevent other kind of devices to be checked
2012-01-07 13:59:29 +01:00
2da950c727
filesystems: fix udisks check on removable devices
2011-11-21 00:28:02 +01:00
5e6363a56d
sound: revise and add new controls to default channels volume settings
2011-11-07 00:09:04 +01:00
376c120f8b
sound: remove obsolete /etc/asound.state
2011-11-06 23:46:42 +01:00
4834ad0782
sound: remove obsolete and obscure code and mostly rewrite a more simple plugin relying on sound drivers autodetection
2011-11-06 23:40:58 +01:00