summaryrefslogtreecommitdiffstats
path: root/tools/display_driver_helper
Commit message (Collapse)AuthorAgeFilesLines
* display_driver_helper: fix --is-kms-allowed for amdgpu (mga#24589)Martin Whitaker2019-03-301-2/+2
|
* detect amdgpu (mga#20538)Thomas Backlund2017-03-281-3/+13
|
* Prevent dkms autoload of display driver on Live system before xorg.conf ↵Martin Whitaker2016-12-021-1/+5
| | | | exists (mga#19520).
* detect grub2 when checking for liveCD/DVDThierry Vignaud2016-07-111-1/+1
|
* X fails to load nouveau on atleast G84 (mga#7982)Thomas Backlund2013-09-041-0/+2
|
* display_driver_helper: never select ums for radeon driver, it is notAnssi Hannula2012-11-261-51/+2
| | | | supported by current X11 driver anymore
* display_driver_helper: add --setup-boot-kms action whichAnssi Hannula2012-04-051-0/+10
| | | | sets/unsets 'nokmsboot' boot option as necessary
* display_driver_helper: return false for --is-kms-allowed when radeonAnssi Hannula2012-04-051-0/+16
| | | | 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-051-5/+48
| | | | installed (see mga#3466)
* display_driver_helper: allow use of nouveau without xorg.confAnssi Hannula2012-04-051-2/+2
|
* display_driver_helper: drop unused and unuseful --check-initrd optionAnssi Hannula2012-04-051-23/+0
|
* display_driver_helper: cosmeticsAnssi Hannula2012-04-051-6/+12
|
* display_driver_helper: use modprobe --resolve-aliasAnssi Hannula2011-12-021-12/+2
| | | | | 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
|
* display_driver_helper: allow automatic loading of the implicit driverAnssi Hannula2011-06-151-2/+7
| | | | | | 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)
* display_driver_helper: do not load radeon driver if the proprietaryAnssi Hannula2011-04-271-0/+5
| | | | driver is temporarily disabled on a PowerXpress system
* Try unloading unconfigured drivers in "display_driver_helper --check-loaded".Anssi Hannula2011-04-201-1/+2
|
* Fix ahead-of-X-server loading of proprietary and fglrx kernel modules.Anssi Hannula2011-04-201-0/+1
|
* Disable debug output of display_driver_helper by default.Anssi Hannula2011-04-201-3/+5
|
* Add display_driver_helper script and add/remove nokmsboot boot option as needed.Anssi Hannula2011-04-171-0/+461