Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | display_driver_helper: add --setup-boot-kms action which | Anssi Hannula | 2012-04-05 | 2 | -0/+12 |
| | | | | sets/unsets 'nokmsboot' boot option as necessary | ||||
* | display_driver_helper: return false for --is-kms-allowed when radeon | Anssi Hannula | 2012-04-05 | 2 | -0/+19 |
| | | | | firmware is needed but not installed | ||||
* | display_driver_helper: factor get_hw_display_modaliases out of ↵ | Anssi Hannula | 2012-04-05 | 1 | -3/+8 |
| | | | | get_active_kms_drivers | ||||
* | display_driver_helper: load radeon module with modeset=0 when no firmware is ↵ | Anssi Hannula | 2012-04-05 | 2 | -6/+51 |
| | | | | installed (see mga#3466) | ||||
* | display_driver_helper: allow use of nouveau without xorg.conf | Anssi Hannula | 2012-04-05 | 2 | -2/+4 |
| | |||||
* | display_driver_helper: drop unused and unuseful --check-initrd option | Anssi Hannula | 2012-04-05 | 2 | -23/+2 |
| | |||||
* | display_driver_helper: cosmetics | Anssi Hannula | 2012-04-05 | 1 | -6/+12 |
| | |||||
* | switch from bzip2 to xz | Thierry Vignaud | 2012-03-24 | 1 | -3/+3 |
| | |||||
* | (check_XFree) fix a very ancient bug where we would symlink xorg.conf | Thierry Vignaud | 2012-03-24 | 2 | -1/+4 |
| | | | | | | | | | | 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) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-24 | 2 | -2/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-24 | 5 | -13/+12 |
| | |||||
* | help perl_checker | Thierry Vignaud | 2012-03-24 | 2 | -3/+3 |
| | |||||
* | updated Czech translation | Petos Safarik | 2012-03-10 | 1 | -37/+13 |
| | |||||
* | - Updated Catalan translations | Oliver Burger | 2012-03-10 | 1 | -114/+71 |
| | |||||
* | (setup_install) do not run setxkbmap during text install | Thierry Vignaud | 2012-03-05 | 2 | -1/+2 |
| | |||||
* | (setup_install_X11) split it out of setup_install() | Thierry Vignaud | 2012-03-05 | 1 | -0/+4 |
| | | | | (needed for next commit) | ||||
* | Updating Spanish translation | Diego Bello | 2012-03-05 | 1 | -75/+19 |
| | |||||
* | updated Italian translation | Matteo Pasotti | 2012-03-01 | 1 | -37/+13 |
| | |||||
* | Uploaded all the French translations from Transifex | Rémi Verschelde | 2012-02-23 | 1 | -38/+14 |
| | |||||
* | Update Greek translation | Dimitrios Glentadakis | 2012-01-22 | 1 | -7/+7 |
| | |||||
* | updated Turkish translation | Numan Demirdöğen | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | updated Turkish translation | Numan Demirdöğen | 2012-01-16 | 1 | -174/+395 |
| | |||||
* | (readCardsDB,install_server,handle_FIRMWARE) handle new DRIVER2_NO_FIRMWARE ↵ | Thierry Vignaud | 2012-01-04 | 3 | -0/+19 |
| | | | | | | | 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 keyword | Thierry Vignaud | 2012-01-04 | 3 | -3/+7 |
| | | | | | | | | 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 | ||||
* | cleanups | Thierry Vignaud | 2011-12-19 | 1 | -2/+2 |
| | |||||
* | help perl_checker | Thierry Vignaud | 2011-12-19 | 1 | -0/+3 |
| | |||||
* | supplement blacklist | Thierry Vignaud | 2011-12-19 | 1 | -0/+4 |
| | |||||
* | Bump version for release.0.99 | Colin Guthrie | 2011-12-18 | 2 | -1/+2 |
| | |||||
* | evdev needs to be loaded before calling getInputDevices_and_usb else it will ↵ | Colin Guthrie | 2011-12-18 | 2 | -0/+6 |
| | | | | lead to a crash (pterjan) | ||||
* | Convert mouse helper to use udevadm in order to work with udev 175+ | Colin Guthrie | 2011-12-18 | 2 | -2/+9 |
| | |||||
* | Update Greek translation | Dimitrios Glentadakis | 2011-12-17 | 1 | -1/+1 |
| | |||||
* | (allowed) default to 24bit with QXL driver (16 bit doesn't work) | Thierry Vignaud | 2011-12-16 | 2 | -1/+2 |
| | |||||
* | (allowed) simplify | Thierry Vignaud | 2011-12-16 | 1 | -1/+1 |
| | |||||
* | one definition for libdir | Thierry Vignaud | 2011-12-12 | 1 | -3/+4 |
| | |||||
* | (may_use_Driver2) simplify | Thierry Vignaud | 2011-12-12 | 1 | -3/+2 |
| | |||||
* | (may_use_Driver2) simplify (more generic, more readable) | Thierry Vignaud | 2011-12-12 | 1 | -4/+2 |
| | |||||
* | (may_use_Driver2,pkgs_for_Driver2) perl_checker cleanups | Thierry Vignaud | 2011-12-12 | 1 | -3/+3 |
| | |||||
* | (to_raw_X) simplify | Thierry Vignaud | 2011-12-12 | 1 | -1/+1 |
| | | | | (N.B.: not found by perl_checker :-( ) | ||||
* | (pkgs_for_Driver2) simplify | Thierry Vignaud | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | (check_bad_card) do not coffer to try KMS drivers during installation | Thierry Vignaud | 2011-12-12 | 2 | -0/+7 |
| | | | | | | (mga#3711 and the like) TODO: check for KMS<->proprietary/vesa/fb switches | ||||
* | (probe) perl_checker cleanup | Thierry Vignaud | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | supplement black list | Thierry Vignaud | 2011-12-12 | 1 | -0/+1 |
| | |||||
* | (check_bad_card,from_raw_X) simplify | Thierry Vignaud | 2011-12-12 | 1 | -2/+2 |
| | |||||
* | display_driver_helper: use modprobe --resolve-alias | Anssi Hannula | 2011-12-02 | 2 | -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 comment | Anssi Hannula | 2011-12-02 | 1 | -1/+1 |
| | |||||
* | Do not include chroot path in symlink. | Colin Guthrie | 2011-11-07 | 1 | -2/+2 |
| | |||||
* | New version 0.980.98 | Dexter Morgan | 2011-11-07 | 2 | -1/+2 |
| | |||||
* | Use the actual variable defined + update NEWS | Colin Guthrie | 2011-11-07 | 2 | -1/+3 |
| | |||||
* | Ensure we update the default systemd target when setting runlevel. | Colin Guthrie | 2011-11-07 | 1 | -0/+6 |
| | |||||
* | updated Slovenian translation | Filip Komar | 2011-07-12 | 1 | -88/+65 |
| |