David Heinemeier Hansson
43de5df392
Framework too
2026-03-24 20:43:56 +01:00
David Heinemeier Hansson
a6ea7f50e4
Give asus it's own subdirectory too
2026-03-24 20:42:04 +01:00
David Heinemeier Hansson
e8623fbbf6
Move apple fixes into their own subdirectory too
2026-03-24 20:40:43 +01:00
David Heinemeier Hansson
c4c55b5c33
Group all intel specifics in subdirectory
2026-03-24 20:39:01 +01:00
David Heinemeier Hansson
e2c8bb67cc
Group intel hardware tweaks together
2026-03-24 20:35:16 +01:00
David Heinemeier Hansson
4d6221c890
Make custom ptl kernel the default on intel ptl systems
...
Then we don't need to turn off audio any longer
2026-03-24 20:31:58 +01:00
David Heinemeier Hansson
fce6df52aa
Ensure intel-lmp is installed on Intel machines for better core prioritization
2026-03-24 16:37:01 +01:00
David Heinemeier Hansson
886320acee
Simplify the haptic trackpad fix
2026-03-19 23:09:41 -04:00
David Heinemeier Hansson
4d46334d62
Fix the haptic trackpad restore on first boot
2026-03-19 13:48:44 -04:00
David Heinemeier Hansson
3fdd0e5d42
Ensure haptic feedback trackpad doesn't disappear after sleep/reboot
2026-03-19 08:28:54 -04:00
David Heinemeier Hansson
5561f534f1
No need to start this before the reboot
2026-03-15 21:18:48 +01:00
David Heinemeier Hansson
0a5d66ca5e
Fix sudo for enabling thermald unit
2026-03-15 21:17:14 +01:00
David Heinemeier Hansson
e39a45b1ed
Fix the tuxedo backlighting
2026-03-15 21:02:57 +01:00
David Heinemeier Hansson
3154290769
Install MIPI support for IPU7 Intel camera
2026-03-15 18:43:31 +01:00
David Heinemeier Hansson and GitHub
2d35b98bbb
Thermald helps manage thermal load on Intel laptops with Sandy Bridge or newer ( #5022 )
...
Thanks to the team at Intel for pointing this out 👌
2026-03-15 12:13:26 +01:00
David Heinemeier Hansson
26f2106b29
Add keyboard backlighting drivers for tuxedo/slimbook machines
2026-03-11 21:55:14 +01:00
David Heinemeier Hansson
daf738725e
Fix Dell XPS audio until we have an upstream fix
2026-03-11 14:20:49 +01:00
David Heinemeier Hansson
b982e1c986
Ensure we also catch the uhd graphics on the Framework 12
2026-03-08 15:41:00 +01:00
David Heinemeier Hansson
681540490e
Fix regexp
2026-03-08 13:25:46 +01:00
5a7008c01b
Install intel-media-driver for Arc 130T/140T (intel 255H) ( #4922 )
...
* Install intel-media-driver for 130T/140T (intel 255H)
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-07 19:53:35 +01:00
David Heinemeier Hansson
fc79da14bb
Fix panther lake adjustments
2026-03-06 20:51:58 +01:00
David Heinemeier Hansson
e1ee8e8561
Fix smushing
2026-03-03 15:12:20 -05:00
David Heinemeier Hansson
546290e3de
Fix Panther Lake GPU display issues by turning off power saving features until they're fixed
2026-03-03 15:12:10 -05:00
Christoph Kindler and Claude Opus 4.6
46770774b5
Unmute ALSA capture switch in ASUS ROG mic fix
...
The Realtek ALC285 defaults to capture switch off. With
api.alsa.soft-mixer enabled, PipeWire no longer manages the hardware
mixer, so the switch stays off and the internal mic records silence.
Adding `unmute` to the amixer set command ensures the hardware capture
path is enabled.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-27 08:51:59 +01:00
David Heinemeier Hansson and GitHub
35862eb907
Merge pull request #4708 from sgruendel/remove_legacy_gpu_terminal
...
Remove legacy GPU terminal script and its invocation
2026-02-26 05:57:33 -05:00
David Heinemeier Hansson
72d575c679
Add linux-firmware-marvell for Surface laptops
2026-02-21 18:18:45 +01:00
Stefan Gründel
e6f7c94fcf
Remove legacy GPU terminal script and its invocation
2026-02-21 16:51:25 +01:00
David Heinemeier Hansson
7514ae7dcf
Use consistent bash5 style for conditionals and quoting
2026-02-21 10:18:47 +01:00
David Heinemeier Hansson
d2acf3b6ba
Use our pkg helpers consistently
2026-02-21 09:52:17 +01:00
Zach Fleeman
2e3500cbd5
Nvidia RTX Pro Support
...
Support detection of Nvidia RTX Pro GPU during install
2026-02-20 18:05:00 -05:00
David Heinemeier Hansson
694eb8c698
Install vulkan drivers by default
...
Closes #2926
Co-authored-by: @ElBrodino
2026-02-20 18:12:54 +01:00
Steve Godlewski and GitHub
43ae186a80
Add Framework 16 RGB keyboard theme syncing ( #4524 )
...
* Add framwork 16 RGB syncing
* fixed install script, fixed color changing when style changes
* added framework scripts to the main install scripts
* renamed theme-set scripts, added migration
* use omarchy-pkg-add, shared keyboard template, tracked udev rule
* call the install file from the migration file
2026-02-18 21:19:30 +01:00
David Heinemeier Hansson
b68afc10b5
Fix perms
2026-02-18 17:58:46 +01:00
David Heinemeier Hansson
75a0ee6149
Follow existing naming convention
2026-02-07 14:09:16 +01:00
Sameer Paudel and GitHub
2c9c0f883a
Enable Synaptics InterTouch for confirmed touchpads if not already loaded ( #4499 )
...
* Enable Synaptics InterTouch for confirmed touchpads if not already loaded
* fix echo message
* remove shebang and echo messages
* check for synaptics intertouch and enable it only if available
2026-02-07 14:07:01 +01:00
Ryan Hughes and GitHub
347afae8c0
Merge pull request #4491 from johnzfitch/fix/pascal-maxwell-nvidia-backend
...
Expanded Legacy NVIDIA GPU support with correct backend selection
2026-02-07 01:24:30 -05:00
Ryan Hughes
ebfcefa553
Consolidate migration sed cleanup and quote heredoc paths
2026-02-07 00:34:13 -05:00
David Heinemeier Hansson
b638cbc57a
Revert "Fix Realtek RTL8111/8168 ethernet adapter support for ASUS TUF Gaming laptops ( #4497 )"
...
This reverts commit cf72c02ea5 .
2026-02-06 18:22:14 +01:00
David Heinemeier Hansson
e487dace43
Install asusctl on ROG machines to get out-of-the-box keyboard light sync
2026-02-05 09:23:00 +01:00
Jamoladdin and GitHub
cf72c02ea5
Fix Realtek RTL8111/8168 ethernet adapter support for ASUS TUF Gaming laptops ( #4497 )
2026-02-04 10:18:56 +01:00
johnzfitch
a8ce084460
Fix NVIDIA environment variables for Maxwell/Pascal/Volta GPUs
...
Maxwell, Pascal, and Volta GPUs lack GSP (GPU System Processor) firmware
required by NVD_BACKEND=direct. Applying direct backend unconditionally
causes Aquamarine v3.3.0+ to fail with "Unknown-1" displays and blank screens.
Changes:
- Add GPU generation detection (Turing+ vs Maxwell/Pascal/Volta)
- Turing+ (RTX 20xx+, GTX 16xx): NVD_BACKEND=direct + LIBVA_DRIVER_NAME=nvidia
- Maxwell/Pascal/Volta: NVD_BACKEND=egl only (no GSP support)
- Both generations: __GLX_VENDOR_LIBRARY_NAME=nvidia (universal)
Regex improvements:
- Fix Turing+ detection (was using Maxwell/Pascal pattern)
- GT series: GT 1030 now properly detected (was missed)
- Quadro: P/M series only (exclude Kepler K-series)
- Volta: Titan V, Tesla V100, Quadro GV100
- Modern datacenter: A100, H100, T4, L-series
- MX series: Fixed to match MX150/250/450 (was only MX1-9)
Migration script (1770159912.sh) fixes existing broken installations by:
- Detecting legacy NVIDIA GPUs on existing systems
- Rewriting incompatible NVD_BACKEND=direct entries to egl
- Creating automatic backups before modification
Testing:
Validated against GT 1030, GTX 960/1080, Quadro P620 (legacy egl backend)
and GTX 1650, RTX 3080 (modern direct backend).
Preserves existing Turing+ behavior exactly. No impact on non-NVIDIA systems.
Fixes hyprwm/Hyprland#7001
Fixes hyprwm/Hyprland#8519
Fixes hyprwm/Hyprland#6343
Fixes hyprwm/Hyprland#7812
2026-02-03 17:33:48 -08:00
David Heinemeier Hansson
ea76f8196c
Add Motorcomm YT6801 ethernet adapter driver for Slimbook + Tuxedo ethernet adapters
2026-02-02 17:03:53 +01:00
David Heinemeier Hansson
ba31e3073c
Ensure master volume isn't muted either
2026-01-30 19:02:51 +01:00
David Heinemeier Hansson
bb91f90839
Merge branch 'master' into dev
2026-01-28 18:03:43 +01:00
David Heinemeier Hansson
4a6baafd05
Move all fixes for Asus ROGs to install time
2026-01-20 12:11:49 -04:00
David Heinemeier Hansson
c1bf6c4694
Fix the mic on Asus ROG laptops
2026-01-20 11:59:12 -04:00
Jan Margeta
5b2c0dafbf
Fix drivers for older NVIDIA MXxxx mobile GPUs
...
Installs legacy drivers for older Pascal and Maxwell GPUs MXxx, MX2xx, MX3xx
2026-01-20 13:45:32 +01:00
Yaroslav Yenkala and GitHub
1ff31cfe41
Automatic fallback to Alacritty for legacy GPUs when install Omarchy ( #3711 )
...
* Use alacritty when legacy gpu when install omarchy
* Inline legacy GPU detection, install Alacritty only when needed
2026-01-12 12:24:16 +01:00
Ryan Hughes
400a87955e
Use omarchy-pkg-add
2026-01-08 13:41:20 -05:00
George and GitHub
e25a00a38c
Update NVIDIA GPU detection for legacy support on professional/workstation cards
2026-01-08 07:53:11 +01:00