summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Greek translationDimitrios Glentadakis2011-12-171-1/+1
|
* (allowed) default to 24bit with QXL driver (16 bit doesn't work)Thierry Vignaud2011-12-162-1/+2
|
* (allowed) simplifyThierry Vignaud2011-12-161-1/+1
|
* one definition for libdirThierry Vignaud2011-12-121-3/+4
|
* (may_use_Driver2) simplifyThierry Vignaud2011-12-121-3/+2
|
* (may_use_Driver2) simplify (more generic, more readable)Thierry Vignaud2011-12-121-4/+2
|
* (may_use_Driver2,pkgs_for_Driver2) perl_checker cleanupsThierry Vignaud2011-12-121-3/+3
|
* (to_raw_X) simplifyThierry Vignaud2011-12-121-1/+1
| | | | (N.B.: not found by perl_checker :-( )
* (pkgs_for_Driver2) simplifyThierry Vignaud2011-12-121-1/+1
|
* (check_bad_card) do not coffer to try KMS drivers during installationThierry Vignaud2011-12-122-0/+7
| | | | | | (mga#3711 and the like) TODO: check for KMS<->proprietary/vesa/fb switches
* (probe) perl_checker cleanupThierry Vignaud2011-12-121-1/+1
|
* supplement black listThierry Vignaud2011-12-121-0/+1
|
* (check_bad_card,from_raw_X) simplifyThierry Vignaud2011-12-121-2/+2
|
* display_driver_helper: use modprobe --resolve-aliasAnssi Hannula2011-12-022-12/+5
| | | | | Adapt display_driver_helper to use the new modprobe --resolve-alias instead of manually parsing --dry-run --verbose output.
* fix typo in a commentAnssi Hannula2011-12-021-1/+1
|
* Do not include chroot path in symlink.Colin Guthrie2011-11-071-2/+2
|
* New version 0.980.98Dexter Morgan2011-11-072-1/+2
|
* Use the actual variable defined + update NEWSColin Guthrie2011-11-072-1/+3
|
* Ensure we update the default systemd target when setting runlevel.Colin Guthrie2011-11-071-0/+6
|
* updated Slovenian translationFilip Komar2011-07-121-88/+65
|
* display_driver_helper: allow automatic loading of the implicit driverAnssi Hannula2011-06-152-2/+12
| | | | | | 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)
* updated Czech translationPetos Safarik2011-05-241-50/+58
|
* Update of the Arabic and Romanian translations for almost all of the ↵Rémi Verschelde2011-05-192-227/+172
| | | | projects. Add of new Arabic translations for indexhtml, and new Romanian translations for indexhtml, drakpxelinux, identity.
* update translations0.97Anne Nicolas2011-05-142-1/+5
|
* Update of the Italian translations for almost every project with the po ↵Rémi Verschelde2011-05-122-58/+59
| | | | | | files from Transifex. Update of the French po file for drakx-kbd-mouse-x11 with the latest file from Tx.
* Updated German translationOliver Burger2011-05-101-87/+70
|
* Update Greek translationDimitrios Glentadakis2011-05-091-140/+98
| | | | CCMAIL: mageia_gr@list.mageia.org.uk
* Updated Estonian translation.Marek Laane2011-05-091-59/+53
|
* updateJosé Melo2011-05-081-8/+9
|
* updateJosé Melo2011-05-081-128/+95
|
* Update drakx-kbd-mouse-x11 NEWS.Anssi Hannula2011-05-041-0/+2
|
* drakx-kbd-mouse-x11 0.960.96Anssi Hannula2011-05-041-1/+1
|
* Fallback to X server run-time autodetection on laptops instead ofAnssi Hannula2011-05-042-1/+4
| | | | 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-043-31/+6
| | | | doesn't work with recent X servers).
* Update of the French locale for the following softwares and projets: ↵Rémi Verschelde2011-05-021-145/+80
| | | | | | control-center, drakpxelinux, drakwizard, mageia-gfxboot-theme, drakx-kbd-mouse-x11, drakx_install. The po files come from Mageia's Transifex.
* add support for Asturian keyboardPascal Terjan2011-05-012-0/+3
|
* Updated Dutch translations, updated copyright noticeRemco Rijnders2011-05-011-1137/+76
|
* 20110428 committed by FranklinFranklin Weng2011-04-281-25/+10
|
* prefer boot display devices when probing cards (fixes at least an issueAnssi Hannula2011-04-272-1/+5
| | | | with an SLI laptop as reported by Maarten Vanraes)
* display_driver_helper: do not load radeon driver if the proprietaryAnssi Hannula2011-04-272-0/+8
| | | | driver is temporarily disabled on a PowerXpress system
* 0.950.95Olivier Blin2011-04-232-1/+3
|
* - harddrake: configure default resolution (and background) even if cardOlivier Blin2011-04-232-3/+10
| | | | | configuration fails (useful if vbox video driver is not available)
* drakx-kbd-mouse-x11 0.940.94Anssi Hannula2011-04-202-1/+3
|
* Try unloading unconfigured drivers in "display_driver_helper --check-loaded".Anssi Hannula2011-04-202-1/+3
|
* Fix ahead-of-X-server loading of proprietary and fglrx kernel modules.Anssi Hannula2011-04-202-0/+2
|
* Disable debug output of display_driver_helper by default.Anssi Hannula2011-04-202-3/+7
|
* Revert commit 759, we will keep as a patch in the rpm as long as there is ↵Dexter Morgan2011-04-171-4/+0
| | | | not "real" fix
* drakx-kbd-mouse-x11 0.930.93Anssi Hannula2011-04-172-1/+4
|
* Ask for reboot instead of X restart, as it is commonly needed.Anssi Hannula2011-04-172-1/+5
|
* Add display_driver_helper script and add/remove nokmsboot boot option as needed.Anssi Hannula2011-04-175-2/+485
|