Commit Graph

35 Commits

Author SHA1 Message Date
Alexander Grothe a3331d82e4 Add and use own rmmod module instead of rmmod command.
This is a workaround for the modprobe module which fails to unload
modules using modprobe -r MODULE.

Using a dedicated module instead of a plain (shell) command allows to
fail only on important errors.
2019-05-09 11:14:15 +02:00
Alexander Grothe 20812dc872 Add error handling for incomplete Timing information on Modelines 2019-04-07 17:43:14 +02:00
Alexander Grothe 877e651917 Add library module for dpkg-reconfigure 2019-03-09 16:04:30 +01:00
Alexander Grothe 08ed05594e Allow Dual Screen Configurations for intel IGPs
improve xrandr_facts.py to match drm and xrandr outputs

TODO: use drm.edid_firmware kernel boot parameter to load EDID files
  on startup
2019-02-22 00:12:02 +01:00
Alexander Grothe a4dcadabcf Add edid modelines to xrandr facts 2019-01-07 21:32:08 +01:00
Alexander Grothe 58859dd8d7 Add support for drm subsystem to xrandr_facts.py 2019-01-07 10:33:27 +01:00
Alexander Grothe 2559779de3 Several small fixes in various files
- xrandr_facts.py: allow detecting Virtual[1..n] devices in VirtualBox 6.0
2019-01-04 14:17:13 +01:00
seahawk1986 804f9f172f
create empty result if no data have been found 2018-09-03 11:11:48 +02:00
Alexander Grothe 5035437aa2 Fix shebang 2018-08-10 09:00:04 +02:00
Alexander Grothe 70945dc97b Add error handling for parse-edid call.
If parse-edid can not parse the given edid, use "Unknown" for vendor
and model name.
2018-05-08 10:28:25 +02:00
Alexander Grothe f779fba01c Make hardware_facts.py work with different levels of PCI device trees 2018-04-20 11:47:18 +02:00
Alexander Grothe 85fe14ffd2 Fix glob command to collect pci device information 2018-04-20 11:06:45 +02:00
seahawk1986 4cf30fabd0
Fix typo 2017-12-19 09:36:32 +01:00
Alexander Grothe 9860f607a0 don't fail in xrandr_facts.py if nvidia-smi is not available 2017-11-22 11:47:44 +01:00
Alexander Grothe d08d060439 Fix iteration over list 2017-11-22 09:26:32 +01:00
Alexander Grothe 0cd621b6a6 extend hardware_facts.py with bool variables for detected graphic card manufacturers 2017-11-22 09:24:33 +01:00
Alexander Grothe 75cd1eb560 improve syntax, add new variables for detected gpus 2017-11-21 11:31:02 +01:00
Alexander Grothe 3e8e077164 add function to get acpi power saving modes 2017-11-20 09:20:30 +01:00
Alexander Grothe bdda4bc4c0 Update satip_facts.py, fix syntax for hardware autoinstall checks 2017-09-04 12:29:53 +02:00
Alexander Grothe 02ccd7de10 start reorganizing main.yml in roles 2017-07-30 14:29:38 +02:00
Alexander Grothe 0f9caa6605 add some empty lines 2017-07-28 15:07:57 +02:00
Alexander Grothe 72c016d14a Return a list of dicts with GPU properties instead of a list of lists 2017-07-16 08:16:55 +02:00
Alexander Grothe 7794847171 Fix typo in variable name 2017-07-16 08:07:47 +02:00
Alexander Grothe 12df1cba57 Fix listing of pci cards and gpu filtering 2017-07-16 08:03:50 +02:00
Alexander Grothe 15dd3f24f8 Update some descriptions, rearrange order of tasks 2017-07-15 14:28:23 +02:00
Alexander Grothe 2a4dc82e21 add xorg autoconfiguration, install some config files for vdr, update nfs- and avahi configuration 2017-07-08 13:37:35 +02:00
Alexander Grothe d45d4ff643 fix padline option for source blocks 2017-06-21 12:46:51 +02:00
Alexander Grothe 8a1aa945de fix indentation errors 2017-06-20 16:38:38 +02:00
Alexander Grothe ddf59c34f1 Cleanup empty lines at beginning of file 2017-06-20 16:19:08 +02:00
Alexander Grothe 5e5f9f346a add xorg configuration and driver autodetection 2017-06-20 15:09:15 +02:00
Alexander Grothe e2e54637e1 Update Manual.org, make writing edid data optional in xrandr_facts.py 2017-04-12 10:35:12 +02:00
Alexander Grothe a788fdcb4d Add fact collection with xrandr 2017-04-10 13:24:40 +02:00
Alexander Grothe bcbdc8308b Improve sorting modelines to get the best resolution 2017-03-26 15:49:21 +02:00
Alexander Grothe 0ec472d7b2 Add module for display resolution detection.
xorg_facts sets the variable xorg with display information parsed from
xrandr's output
2017-03-26 13:57:31 +02:00
Alexander Grothe 10c3d12215 Add role to install nfs-server, cleanup roles and configuration
- use generic media_dirs including vdr recdir, loop over them to
  create directories, configure samba, nfs, etc.
- add role to install an configure nfs-kernel-server
- cleanup roles
- add custom fact modules
2017-03-13 10:40:35 +01:00