Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archinstall
/
lib
/
hardware.py
Age
Commit message (
Expand
)
Author
2021-09-06
Merge pull request #623 from conqp/clean_hardware_imports
Anton Hvornum
2021-09-06
Merge pull request #626 from conqp/refactor_meminfo
Anton Hvornum
2021-09-06
Merge pull request #625 from conqp/fix_tab_indentation
Anton Hvornum
2021-09-06
Fix indentation with tabs instead of spaces
Richard Neumann
2021-09-06
Refactor meminfo() to allow direct key access
Richard Neumann
2021-09-06
Remove unused import of json
Richard Neumann
2021-09-06
Refactor cpu_model() to use cpuinfo()
Richard Neumann
2021-09-06
Refactor cpu_vendor() to use cpuinfo()
Richard Neumann
2021-09-06
Merge branch 'master' into native_cpu_detection
Anton Hvornum
2021-09-06
Merge pull request #605 from CYPT71/patch-1
Anton Hvornum
2021-09-06
Added exception handling to check_output
Anton Hvornum
2021-09-06
No need for try/catch any longer.
Anton Hvornum
2021-08-20
Remove excess newline
Richard Neumann
2021-08-20
Rewrite CPU vendor detection functions
Richard Neumann
2021-08-20
Add cpuinfo()
Richard Neumann
2021-07-22
Update hardware.py
CYPT71
2021-07-16
Replace for loops with comprehensions
monosans
2021-06-09
Split Nvidia so that there are two options for it
Dylan M. Taylor
2021-06-02
Clean up graphics driver output
Dylan Taylor
2021-06-02
Fix my Quadro T1000 not being detected
Dylan Taylor
2021-06-02
Add hardware logging to beginning of installation
Dylan Taylor
2021-06-02
Add additional hardware functions
Dylan Taylor
2021-05-27
Fix is_vm detection on real hardware
Dylan Taylor
2021-05-18
Compliment to #461 and #459: is_vm() also outputted 'kvm'. This should fix that.
Anton Hvornum
2021-05-18
Converted from subprocess.check_output() to SysCommand() to hide cpu_vendor()...
Anton Hvornum
2021-05-15
Perform refactoring to PEP 8 naming conventions
Dylan Taylor
2021-05-15
f-string fixes
Dylan Taylor
2021-05-15
Whitespace changes
Dylan Taylor
2021-05-15
Some additional formatting
Dylan Taylor
2021-05-15
Many more manual changes
Dylan Taylor
2021-05-12
some type hint fixes and a bad catch fix
advaithm
2021-05-05
Change graphics driver selection based on #414
Dylan Taylor
2021-04-29
typo: none 0 is incorrect grammar
Dylan M. Taylor
2021-04-29
Cleaning up packages. (#374)
Anton Hvornum
2021-04-11
Use generic_select for GPU driver
Dylan Taylor
2021-04-11
Fixed PR #273. Moved the graphic drivers into hardware since they are hardwar...
Anton Hvornum
2021-04-07
added isVM function
advaithm
2021-04-07
added hasIntelCPU
advaithm
2021-04-07
added return value for functions in hardware.py plus cpuVendor function
advaithm
2021-04-02
Merging master into feature branch.
Anton Hvornum
2021-04-01
Simplify boolean checks
Richard Neumann
2021-03-12
add function to check cpu vendor to allow for cpu specific command line argum...
advaithm
2021-01-25
Added some basic/crude graphics checks in hardware.py
Anton Hvornum
2021-01-25
Created an embryo for hardware detection. Supports detecting WiFi and UEFI. T...
Anton Hvornum