155
votes
Accepted
Invisible region on screen is blocking mouse cursor
I had this same problem and it has been driving me crazy. While I still don’t fully understand the cause of the bug I finally found a way to fix it.
First a note, I think this problem only happens ...
41
votes
Accepted
What external monitor and size combinations provide best scaling on macOS?
I had to make a similar decision for myself. In summary: after lots of researching and testing, I found an LG 27 inch 4k display to be the best balance from price/performance point of view for now. I ...
39
votes
Maximize windows just like Windows on OS X
Hold shift option ⌥ and click the green maximise button on the top left part of the window.
NOTE: not every OSX application is eligible for maximize (example: maximizing the Finder doesn't work)...
32
votes
Accepted
Slack not recognising Screen Recording permissions
I've had issues with similar settings in Privacy before. I've found that selecting the app then using the minus (-) to remove the app, then the plus (+) to add the app back often fixes it and makes it ...
31
votes
Put the display to sleep without putting the whole computer to sleep?
In Terminal.app:
pmset displaysleepnow
https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/pmset.1.html
This also works for the lock and sleep functions:
pmset ...
21
votes
Accepted
What is the definitive iPhone X corner radius?
iPhone X corners do not have a conclusive corner radius. They're not normal arcs, they are ‘continuous corners’.
You can't replicate these with a simple .cornerRadius, and you also can't use Apple's ...
grg♦
- 206k
19
votes
External monitor flicker / signal loss
I've had a support case at Apple for over a year about this issue. They finally answered that it's a software issue and they are looking into it.
We have spent a lot of money in our business on ...
18
votes
Maximize windows just like Windows on OS X
A workaround without any 3rd-party software:
If you double click on any window corner (when the resize pointer appears) while holding the ⌥ (option) key, this will maximize the window.
Alternatively, ...
16
votes
Accepted
How do I stop my phone from turning off the display whenever I put my finger over the phone speaker?
In this case, it was just a bug. All you need to do to fix this is to restart your iPhone and it should be fixed. Thanks to Apple support.
12
votes
Slack not recognising Screen Recording permissions
I removed the app store version of Slack and downloaded it from the official Slack website instead, then it's working fine.
10
votes
Keyboard shortcut to switch screens on split view
Here is another partial solution. If you split your screen between two windows of the same program, e.g. Safari, then Cmd+` (backtick) will toggle between the two.
Caveats and Special Cases:
If for ...
10
votes
Make one MacBook Pro use the screen of another MacBook Pro
You can't physically connect the display of another MacBook (or any other laptop for that matter) to use it as an external monitor.
However, there is an app called AirDisplay that will turn any ...
10
votes
Accepted
Does the "Larger text" VS "More space" trade-off in Display preference affect the 4K resolution of an external monitor?
First, a history lesson. The very first Apple computers had displays with 72 pixels per inch. This is the same size as 1 point (a unit of 1/72 inches), so 1 point = 1 pixel. Text at 12pt would display ...
10
votes
Accepted
Where to find icon for an iOS app, in order to drag it around on the Home Screen?
Search for the app
On the search result screen, press and drag the icon of the app (same way as you would do to move an app on the Homescreen)
Icon becomes moveable and can be placed on any screen you ...
9
votes
Mouse Pointer Locator
With OS X El Capitan and later, all you need to do is move the mouse back and forth quickly, and it will automatically make the mouse bigger. The advantage of this is that you don't need to manually ...
9
votes
How to get color of pixel in coordinates 123, 456 in screen?
I found a way to do this using only built-in components:
do shell script "screencapture -R123,456,1,1 -t bmp $TMPDIR/test.bmp && \
xxd -p -l 3 -s 54 $TMPDIR/test.bmp | \
...
9
votes
How to enable horizontal split in full screen mode in El Capitan
I use Spectacle with following keys combinations:
alt + cmd + left key # split window and set to left side
alt + cmd + right key
alt + cmd + up
alt + cmd + down
alt + cmd + f ...
9
votes
iPhone 11 What are the authorized manufacturer/s for iPhone 11's Screen
Apple does not approve any brands for direct to consumer sale of Phone parts. They recommend complete service in an Apple Store or an AASP (Apple Authorized Service Provider Program). Parts alone don’...
8
votes
Bookmarking an on-screen position in macOS?
A possible alternative to using a Finder window as a bookmark is using the built-in Stickies app (if you are not using the apps as a fullscreen space).
Simply open the Stickies app and make a new ...
8
votes
Accepted
Simulating a non-retina display
Since you're a JavaScript programmer and you need to see your SVGs in a browser there are two potential solutions. First, you can use the chrome dev tools to simulate a non HiDPI (Retina Display) ...
8
votes
Can only see half of folder screen?
View → Show Preview ⇧⌘P / Hide Preview ⇧⌘P toggles the pane on the right.
You can alternatively…
drag the edge of the window right to make the window bigger so you can see more contents without ...
grg♦
- 206k
8
votes
Accepted
Do I need to worry about the scratch on my macbook screen?
Personally, I'd wait.
If it really is just a surface scratch, then it won't be doing any other damage. It won't get worse over time. Save your money.
If it turns out to be damage to the LCD screen ...
7
votes
How can I sleep the display from Terminal?
on macOS Sierra
sleep display : pmset displaysleepnow
wake display : caffeinate -u -t 1
test state : pmset -g powerstate IODisplayWrangler | tail -1 | cut -c29 results <4 are a sleeping display
a ...
7
votes
External monitor flicker / signal loss
I just had this issue with a 2016 MBP and a Samsung 28" U28E590 Display. Tried a bunch of things, but what seemed to work was switching the monitor to use to HBR1.
The setting was in the monitor's ...
7
votes
Make one MacBook Pro use the screen of another MacBook Pro
According to this Apple web site, only the following iMac models offer Target Display Mode.
iMac (27-inch, Late 2009)
iMac (27-inch, Mid 2010)
iMac (Mid 2011-Mid 2014)
There is no mention of any ...
7
votes
What external monitor and size combinations provide best scaling on macOS?
You are right with your research and assumptions. MacOS doesn't provide scaling options for all external screens. RDM enables you to access unavailable resolutions. Though you won't get a perfect ...
7
votes
Why is my MacBook showing a white flash sometimes?
This is an annoying bug.
What solved it for me:
Go to System Settings > Accessibility > Audio and activate "Flash screen on warning tone"
Go to System Settings > Sound and play the ...
6
votes
Maximize windows just like Windows on OS X
⌥ Option and double-click a window's corner, when the resize pointer appears.
Thanks to Kubuntuer82 and their answer for giving me the idea of trying out their technique while holding ⌥ Option. It ...
6
votes
Accepted
Dim screen brightness of MBP, using AppleScript (and while using a secondary monitor)?
Having a secondary monitor was not the issue, it was that I also needed an external keyboard.
When using an external keyboard, the brightness key codes change from 107 and 113 to 145 and 144 ...
6
votes
Accepted
Fullscreen on multiple displays and swiping moves all screens
System Preferences → Mission Control and enable Displays have separate Spaces.
grg♦
- 206k
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
screen × 774macbook-pro × 313
display × 228
macos × 154
iphone × 115
hardware × 73
imac × 48
resolution × 45
ipad × 40
repair × 39
mac × 31
ios × 25
hdmi × 23
gpu × 23
startup × 21
battery × 18
sleep-wake × 18
damage × 17
color × 16
keyboard × 15
mac-mini × 15
graphics × 12
windows × 11
high-sierra × 11
ipod-touch × 11