Mac OS X: No video after changing resolutions in Display preferences


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS Mac OS X: No video after changing resolutions in Display preferences
# 1  
Old 09-27-2008
Mac OS X: No video after changing resolutions in Display preferences

If you deselect the checkbox for "Show modes recommended by display" and then choose a non-recommended resolution, the display may go blank (display no image). Note: This document applies to Mac OS X 10.0 through 10.3.9. If you deselect the checkbox for "Show modes recommended by display" and then choose a non-recommended resolution, the display may go blank (display no image).

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Solaris

video display

i needed to build a quick and dirty solaris 10 box for some dev work. basically a web server. anyway, i grab some deal off tigerdirect and have a x86 install. however, i'm running into problems with the video display. currently have a SAPPHIRE 100122L Radeon X700 256MB 64-bit DDR PCI Express x16... (1 Reply)
Discussion started by: pupp
1 Replies

2. UNIX Desktop Questions & Answers

Display resolutions

Hi, I have recently install SUSE 9.1 on my laptop The resolution only comes up in 800x600 i dont get any other options but also is shown as a small box rather than the whole screen. In windows it is fine and covers the full display. I tried to set the dismensions but this doesn't work ... (3 Replies)
Discussion started by: billett05
3 Replies
Login or Register to Ask a Question
XHPGetServerMode(3X)													      XHPGetServerMode(3X)

NAME
XHPGetServerMode - Get the mode of the specified screen. SYNOPSIS
int XHPGetServerMode (display, screen) Display *display; int screen; ARGUMENTS
display Specifies the connection to the X server. screen Specifies the number of the screen whose mode is requested. DESCRIPTION
This request enables a client program to determine the mode of a screen. The mode returned is an integer that can be compared against one of the predefined modes. The following modes are defined: XHPOVERLAY_MODE The X server is running in the overlay planes. XHPIMAGE_MODE The X server is running in the image planes. XHPSTACKED_SCREENS_MODE The X server is running with the overlay and image planes on different screens. XHPCOMBINED_MODE The X server is running in both the overlay and image planes. These constants can be obtained by including the file /usr/include/X11/XHPproto.h. If an invalid screen number is used, a -1 will be returned by this request. DIAGNOSTICS
The return value indicates success or failure. RETURN VALUE
This request returns the display mode if the request is successful, and a -1 if an invalid screen id is used. FILES
/usr/include/X11/XHPproto.h ORIGIN
Hewlett-Packard Company X Version 11 Release 5 XHPGetServerMode(3X)