Skip to content

Instantly share code, notes, and snippets.

@ixje
ixje / 34UC99-W-displayprofile.md
Created November 6, 2020 10:14
LG 34UC99-W 75HZ Display profile OSX

Put the contents below in the file /Library/Displays/Contents/Resources/Overrides/DisplayVendorID-1e6d/DisplayProductID-76e4, create the folder/file structure as needed. Requires root permission. Reboot and your display should now have a 75hz option for 3440x1440

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>DisplayProductID</key>
	<integer>30436</integer>
	DisplayProductName
@ixje
ixje / rocksdb_instructions.md
Last active January 24, 2018 15:28
python-rocksdb compile instructions

get rocks db

make sure xcode is up to date with a C++ 11 compiler

xcode-select --install

install from brew brew install rocksdb

build python bindings