Jeff Geerling
Jeff Geerling
For Dock resizing, this works: ``` defaults write com.apple.dock tilesize -int 30; killall Dock ``` The int is the dimension of icons in the Dock. Edit: That's... apparently in the...
The worst thing running Sequoia a few days: autocorrect is still autocorrecting / switching suggestions even though I *thought* I disabled it in System Preferences! Example of frustration: 
Apparently as [suggested on X](https://x.com/fakecarlsagan/status/1859456734680494091), "turning it on and off again" worked, lol.
Just set up another Mac today, tweaked a few more things in my full-mac-setup.md document — commit will appear below. Still working my way through: - [x] Installing Elgato apps...
Closing in favor of #232
There's a good deal of coil whine on my card—when testing on the PC and it needs to render anything. At idle there isn't much, but when the fans stop...
On Twitter someone mentioned this commit: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/drivers/gpu/drm/i915/Kconfig?h=next-20230210 — it looks like the i915 has some hardcoded x86 dependencies: ``` # SPDX-License-Identifier: GPL-2.0-only config DRM_I915 tristate "Intel 8xx/9xx/G3x/G4x/HD Graphics" depends on...
lspci output: ``` 01:00.0 PCI bridge: Intel Corporation Device 4fa0 (rev 01) (prog-if 00 [Normal decode]) Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+...
To test out Intel's open source kernel driver, I cloned the 6.2.y branch of Raspberry Pi's linux fork: ``` git clone -b rpi-6.2.y https://github.com/raspberrypi/linux.git && cd linux make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu-...
...except I can't select the Intel Graphics support using menuconfig, because of the dependencies: ``` Symbol: DRM_I915 [=n] │ │ Type : tristate │ │ Defined at drivers/gpu/drm/i915/Kconfig:2 │ │...