summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix po/Makefile to ignore display_driver_helperAnssi Hannula2012-04-051-1/+1
|
* add a 'nice' warning message when firmware is not available instead ofAnssi Hannula2012-04-053-4/+12
| | | | a simple "Package not found: radeon-firmware"
* Fix firmware handling (it is DRIVER which needs it, not DRIVER2)Anssi Hannula2012-04-052-7/+10
|
* display_driver_helper: add --setup-boot-kms action whichAnssi Hannula2012-04-052-0/+12
| | | | sets/unsets 'nokmsboot' boot option as necessary
* display_driver_helper: return false for --is-kms-allowed when radeonAnssi Hannula2012-04-052-0/+19
| | | | firmware is needed but not installed
* display_driver_helper: factor get_hw_display_modaliases out of ↵Anssi Hannula2012-04-051-3/+8
| | | | get_active_kms_drivers
* display_driver_helper: load radeon module with modeset=0 when no firmware is ↵Anssi Hannula2012-04-052-6/+51
| | | | installed (see mga#3466)
* display_driver_helper: allow use of nouveau without xorg.confAnssi Hannula2012-04-052-2/+4
|
* display_driver_helper: drop unused and unuseful --check-initrd optionAnssi Hannula2012-04-052-23/+2
|
* display_driver_helper: cosmeticsAnssi Hannula2012-04-051-6/+12
|
* switch from bzip2 to xzThierry Vignaud2012-03-241-3/+3
|
* (check_XFree) fix a very ancient bug where we would symlink xorg.confThierry Vignaud2012-03-242-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 cleanupsThierry Vignaud2012-03-242-2/+1
|
* perl_checker cleanupsThierry Vignaud2012-03-245-13/+12
|
* help perl_checkerThierry Vignaud2012-03-242-3/+3
|
* updated Czech translationPetos Safarik2012-03-101-37/+13
|
* - Updated Catalan translationsOliver Burger2012-03-101-114/+71
|
* (setup_install) do not run setxkbmap during text installThierry Vignaud2012-03-052-1/+2
|
* (setup_install_X11) split it out of setup_install()Thierry Vignaud2012-03-051-0/+4
| | | | (needed for next commit)
* Updating Spanish translationDiego Bello2012-03-051-75/+19
|
* updated Italian translationMatteo Pasotti2012-03-011-37/+13
|
* Uploaded all the French translations from TransifexRémi Verschelde2012-02-231-38/+14
|
* Update Greek translationDimitrios Glentadakis2012-01-221-7/+7
|
* updated Turkish translationNuman Demirdöğen2012-01-161-1/+1
|
* updated Turkish translationNuman Demirdöğen2012-01-161-174/+395
|
* (readCardsDB,install_server,handle_FIRMWARE) handle new DRIVER2_NO_FIRMWARE ↵Thierry Vignaud2012-01-043-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 keywordThierry Vignaud2012-01-043-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
* cleanupsThierry Vignaud2011-12-191-2/+2
|
* help perl_checkerThierry Vignaud2011-12-191-0/+3
|
* supplement blacklistThierry Vignaud2011-12-191-0/+4
|
* Bump version for release.0.99Colin Guthrie2011-12-182-1/+2
|
* evdev needs to be loaded before calling getInputDevices_and_usb else it will ↵Colin Guthrie2011-12-182-0/+6
| | | | lead to a crash (pterjan)
* Convert mouse helper to use udevadm in order to work with udev 175+Colin Guthrie2011-12-182-2/+9
|
* 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
|