Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/hardware.py
AgeCommit message (Expand)Author
2024-03-07Fix 2215 | Display installed packages for all profile submenus (#2355)Daniel Girtler
2023-11-27Fixes #2262 and GFX rewrite (#2266)Daniel Girtler
2023-11-24Fix 2253 (#2259)Daniel Girtler
2023-11-22Added nvidia-dkms when installing propri driver to (#2241)Anton Hvornum
2023-09-24Refactor microcode (#2099)codefiles
2023-06-21Make Gfx driver handling saver (#1885)Daniel Girtler
2023-06-05Detect more modules requiring `alsa-firmware` (#1822)codefiles
2023-06-05Move locales and cleanup menu (#1814)Daniel Girtler
2023-05-12Install the package `alsa-firmware` if required (#1812)codefiles
2023-05-12Install the package `sof-firmware` if required (#1811)codefiles
2023-05-11Cleanup imports and unused code (#1801)Daniel Girtler
2023-05-03Full mypy compliance and small fixes (#1777)Daniel Girtler
2022-05-14Adds nvidia-open package as an option. (#1176)Dylan M. Taylor
2022-02-02Torxed fix sys command calls (#932)Anton Hvornum
2022-02-02forgot import of log()Anton Hvornum
2022-02-02forgot import of log()Anton Hvornum
2021-11-05Cleaned up all flake8 issues/warnings. Did some code cleaning as well, mostly...Anton Hvornum
2021-10-21Improve type hintRichard Neumann
2021-10-21Generalize CPU vendor detectionRichard Neumann
2021-10-21Remove useless initialization of mem_info = {}Richard Neumann
2021-10-21Update type hintsRichard Neumann
2021-09-06Merge pull request #623 from conqp/clean_hardware_importsAnton Hvornum
2021-09-06Merge pull request #626 from conqp/refactor_meminfoAnton Hvornum
2021-09-06Merge pull request #625 from conqp/fix_tab_indentationAnton Hvornum
2021-09-06Fix indentation with tabs instead of spacesRichard Neumann
2021-09-06Refactor meminfo() to allow direct key accessRichard Neumann
2021-09-06Remove unused import of jsonRichard Neumann
2021-09-06Refactor cpu_model() to use cpuinfo()Richard Neumann
2021-09-06Refactor cpu_vendor() to use cpuinfo()Richard Neumann
2021-09-06Merge branch 'master' into native_cpu_detectionAnton Hvornum
2021-09-06Merge pull request #605 from CYPT71/patch-1Anton Hvornum
2021-09-06Added exception handling to check_outputAnton Hvornum
2021-09-06No need for try/catch any longer.Anton Hvornum
2021-08-20Remove excess newlineRichard Neumann
2021-08-20Rewrite CPU vendor detection functionsRichard Neumann
2021-08-20Add cpuinfo()Richard Neumann
2021-07-22Update hardware.pyCYPT71
2021-07-16Replace for loops with comprehensionsmonosans
2021-06-09Split Nvidia so that there are two options for itDylan M. Taylor
2021-06-02Clean up graphics driver outputDylan Taylor
2021-06-02Fix my Quadro T1000 not being detectedDylan Taylor
2021-06-02Add hardware logging to beginning of installationDylan Taylor
2021-06-02Add additional hardware functionsDylan Taylor
2021-05-27Fix is_vm detection on real hardwareDylan Taylor
2021-05-18Compliment to #461 and #459: is_vm() also outputted 'kvm'. This should fix that.Anton Hvornum
2021-05-18Converted from subprocess.check_output() to SysCommand() to hide cpu_vendor()...Anton Hvornum
2021-05-15Perform refactoring to PEP 8 naming conventionsDylan Taylor
2021-05-15f-string fixesDylan Taylor
2021-05-15Whitespace changesDylan Taylor
2021-05-15Some additional formattingDylan Taylor