summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Suppress writing xorg.conf.d snippets for built in evdev defaultsColin Guthrie2015-02-111-0/+1
| | | | | | | | | | | | This should allow us to keep a cleaner xorg.conf.d snippet when generated at boot without specific configuration which should then allow udev rules to override it without any problem. Note: we default to a pc105 layout but evdev defaults to a pc104 layout. We should either adopt pc104, or adapt evdev to default to pc105. mga#14476
* Fix typo in xorg.conf.d snippetColin Guthrie2015-02-101-0/+2
|
* 1.51.5Anne Nicolas2015-02-091-0/+3
|
* ensure i18n settings are written to xorg.conf.d snippetColin Guthrie2015-02-081-0/+1
| | | | | | | | | | In an ideal world we'd use the localed daemon to write this file for us (thus hiding the implementation detail) but this will not work from the installer context so for now just do it manually. Longer term, all manual stuff should be killed off and we should find a way to make installed and installer contexts both work with dbus services.
* write KEYMAP to /etc/vconsole.confColin Guthrie2015-02-081-0/+2
|
* 1.41.4Thierry Vignaud2015-01-021-0/+4
|
* update NEWSMarja van Waes2014-12-241-0/+8
|
* 1.21.2Colin Guthrie2014-01-251-0/+2
|
* Do not exec pkexec but run it so it has a parent process to fix double fork ↵Colin Guthrie2014-01-221-0/+2
| | | | issues mga#11184 mga#12364
* updatedAngelo Naselli2014-01-091-0/+3
|
* 1.11.1Thierry Vignaud2013-12-281-0/+2
|
* adapt to new /etc/sysctl.dThierry Vignaud2013-12-271-0/+2
|
* 1.01.0Thierry Vignaud2013-11-241-0/+4
|
* 0.1130.113Colin Guthrie2013-11-171-0/+2
|
* polkit: Only use pkexec when not already rootColin Guthrie2013-11-171-0/+2
|
* 0.1120.112Colin Guthrie2013-10-131-0/+1
|
* polkit: Tidy up polkit supportColin Guthrie2013-10-121-0/+2
|
* 0.1110.111Colin Guthrie2013-10-011-0/+1
|
* polkit: Make the polkit policy files translatable.Colin Guthrie2013-10-011-0/+1
|
* Add a legacy compatibility symlink for XFdrake (found+removed in drakx)Colin Guthrie2013-09-041-0/+2
|
* 0.1100.110Colin Guthrie2013-09-041-0/+2
|
* Convert to polkit from usermode consolehelper for gaining root privilegesColin Guthrie2013-09-041-0/+1
| | | | | | | | | | | | | | | | | | | | polkit is better integrated into various environments, both console and GUI and offers better access rules and prevents the internal need to run su which is prone to errors and doesn't offer an environment agnostic prompt to the user. Under the old scheme, the binaries relating to the three main tools covered in this package behaved differently. Keyboard and Mouse are allowed to be run without any password prompts, whereas X11 prompts for the *user* password. This is only true when run as their 'old' names of keyboarddrake, mousedrake and XFdrake respectively. If they are called via their 'new' names of drakkeyboard, drakmouse and drakx11, they would prompt for the root password. This change also standardises that behaviour. The tools now follow the scheme specified for their old names, regardless of how they are called. mga#11125
* Remove /sbin install path post usrmoveColin Guthrie2013-09-041-0/+2
|
* 0.1090.109Olivier Blin2013-05-071-0/+2
|
* install drakx-update-background (in /usr/sbin)Olivier Blin2013-05-071-0/+2
|
* 0.1080.108Anssi Hannula2013-05-031-0/+2
|
* Xconfig: select the preferred timing in case of multiple detailed timings in ↵Anssi Hannula2013-05-031-0/+2
| | | | EDID (mga#9934)
* Xconfig: never fallback to assuming a 1024x768 monitor if probing failedAnssi Hannula2013-05-031-0/+2
| | | | Instead select an automatic "Plug'n Play" monitor (mga#9272).
* Xconfig: never fallback to guessing display resolutionAnssi Hannula2013-05-031-0/+4
| | | | | | Neverfallback to guessing display resolution from display size or forcing it to 1024x768, instead fallback to automatic display mode (mga#9934).
* 0.1070.107Thomas Backlund2013-04-221-0/+2
|
* fix Russian keyboard config (mga#6308)Thomas Backlund2013-04-221-0/+2
|
* 0.1060.106Thierry Vignaud2013-04-181-0/+2
|
* fix detecting whether X11 is started on boot or not (mga#3618)Thierry Vignaud2013-03-161-0/+2
| | | | handle both inittab & pure systemd
* 0.1050.105Thomas Backlund2013-01-161-0/+2
|
* update translationsThomas Backlund2013-01-161-0/+2
|
* 0.1040.104Thierry Vignaud2012-12-061-0/+2
|
* use 'es-latin1' mapping instead of 'es' for asturian (mga#6639)Thierry Vignaud2012-12-061-0/+2
|
* 0.1030.103Anssi Hannula2012-11-261-0/+2
|
* display_driver_helper: never select ums for radeon driver, it is notAnssi Hannula2012-11-261-0/+3
| | | | supported by current X11 driver anymore
* fix test background (Manuel Hiebel, mga#6349)Thierry Vignaud2012-06-281-0/+1
| | | | image was moved in desktop-common-data
* german keyboard: default to variant with enabled deadkeys instead of ↵Thierry Vignaud2012-05-091-0/+3
| | | | "nodeadkeys variant" (mga#3791)
* (allowed) allow to select depth other than 16bit on Poulsbo (mga#5695)Thierry Vignaud2012-05-091-0/+2
|
* Release 0.102Pascal Terjan2012-04-291-0/+2
|
* Do not install bootloader when configuring X during install.Pascal Terjan2012-04-291-0/+4
| | | | This will be done at end of summary to allow selecting where to install bootloader(mga#5044)
* 0.1010.101Thierry Vignaud2012-04-051-0/+2
|
* (install_server) fix loading functionsThierry Vignaud2012-04-051-0/+2
| | | | | thus fixing crash introduced by anssi in r3925 ["Fix firmware handling (it is DRIVER which needs it, not DRIVER2)"]
* drakx-kbd-mouse-x11 0.1000.100Anssi Hannula2012-04-051-0/+2
|
* add a 'nice' warning message when firmware is not available instead ofAnssi Hannula2012-04-051-1/+1
| | | | a simple "Package not found: radeon-firmware"
* display_driver_helper: add --setup-boot-kms action whichAnssi Hannula2012-04-051-0/+2
| | | | sets/unsets 'nokmsboot' boot option as necessary
* display_driver_helper: return false for --is-kms-allowed when radeonAnssi Hannula2012-04-051-0/+3
| | | | firmware is needed but not installed