summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* display_driver_helper: load radeon module with modeset=0 when no firmware is ↵Anssi Hannula2012-04-051-1/+3
| | | | installed (see mga#3466)
* display_driver_helper: allow use of nouveau without xorg.confAnssi Hannula2012-04-051-0/+2
|
* display_driver_helper: drop unused and unuseful --check-initrd optionAnssi Hannula2012-04-051-0/+2
|
* (check_XFree) fix a very ancient bug where we would symlink xorg.confThierry Vignaud2012-03-241-0/+2
| | | | | | | | | | to nothing if xorg.conf.standard exists (issue introduced by pixel in r242888 on Mon Jun 9 2008: "drop support for /etc/X11/XF86Config (replaced by xorg.conf for some time now)") (spot by perl_checker)
* (setup_install) do not run setxkbmap during text installThierry Vignaud2012-03-051-0/+1
|
* (readCardsDB,install_server,handle_FIRMWARE) handle new DRIVER2_NO_FIRMWARE ↵Thierry Vignaud2012-01-041-0/+1
| | | | | | | and FIRMWARE keywords thus enabling to handle drivers needing firmware (fixes mga#1471, mga#3421)
* (readCardsDB,handle_DRIVER2_NO_SSE) handle new DRIVER2_NEEDS_SSE keywordThierry Vignaud2012-01-041-0/+2
| | | | | | | | this enables to handle drivers needing SSE (aka nvidia-current) in a more generic way, not depending on having DRIVER2_NO_SSE keyword) this is needed as DRIVER2_NO_SSE will be commented out since nvidia96xx doesn't support x11-server-1.11.x
* Bump version for release.0.99Colin Guthrie2011-12-181-0/+1
|
* evdev needs to be loaded before calling getInputDevices_and_usb else it will ↵Colin Guthrie2011-12-181-0/+2
| | | | lead to a crash (pterjan)
* Convert mouse helper to use udevadm in order to work with udev 175+Colin Guthrie2011-12-181-0/+1
|
* (allowed) default to 24bit with QXL driver (16 bit doesn't work)Thierry Vignaud2011-12-161-0/+1
|
* (check_bad_card) do not coffer to try KMS drivers during installationThierry Vignaud2011-12-121-0/+1
| | | | | | (mga#3711 and the like) TODO: check for KMS<->proprietary/vesa/fb switches
* display_driver_helper: use modprobe --resolve-aliasAnssi Hannula2011-12-021-0/+3
| | | | | Adapt display_driver_helper to use the new modprobe --resolve-alias instead of manually parsing --dry-run --verbose output.
* New version 0.980.98Dexter Morgan2011-11-071-0/+1
|
* Use the actual variable defined + update NEWSColin Guthrie2011-11-071-0/+2
|
* display_driver_helper: allow automatic loading of the implicit driverAnssi Hannula2011-06-151-0/+5
| | | | | | on systems without xorg.conf if the presence of other files indicates that this is not a live cd boot before automatic X.org configuration (fixes radeon KMS without xorg.conf)
* update translations0.97Anne Nicolas2011-05-141-0/+4
|
* Update drakx-kbd-mouse-x11 NEWS.Anssi Hannula2011-05-041-0/+2
|
* Fallback to X server run-time autodetection on laptops instead ofAnssi Hannula2011-05-041-0/+2
| | | | 1024x768 when the monitor could not be probed (Mageia #1059).
* Do not try to probe monitor information via X server on laptops (itAnssi Hannula2011-05-041-0/+2
| | | | doesn't work with recent X servers).
* add support for Asturian keyboardPascal Terjan2011-05-011-0/+1
|
* prefer boot display devices when probing cards (fixes at least an issueAnssi Hannula2011-04-271-0/+2
| | | | with an SLI laptop as reported by Maarten Vanraes)
* display_driver_helper: do not load radeon driver if the proprietaryAnssi Hannula2011-04-271-0/+3
| | | | driver is temporarily disabled on a PowerXpress system
* 0.950.95Olivier Blin2011-04-231-0/+2
|
* - harddrake: configure default resolution (and background) even if cardOlivier Blin2011-04-231-0/+3
| | | | | configuration fails (useful if vbox video driver is not available)
* drakx-kbd-mouse-x11 0.940.94Anssi Hannula2011-04-201-0/+2
|