HomeSort by: relevance | last modified time | path
    Searched refs:Monitor (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86EdidModes.c 27 * information into a list of modes, including applying monitor-specific
780 DDCGuessRangesFromModes(int scrnIndex, MonPtr Monitor, DisplayModePtr Modes)
784 if (!Monitor || !Modes)
788 Monitor->nHsync = 1;
789 Monitor->hsync[0].lo = 1024.0;
790 Monitor->hsync[0].hi = 0.0;
792 Monitor->nVrefresh = 1;
793 Monitor->vrefresh[0].lo = 1024.0;
794 Monitor->vrefresh[0].hi = 0.0;
804 if (Mode->HSync < Monitor->hsync[0].lo
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86EdidModes.c 27 * information into a list of modes, including applying monitor-specific
766 DDCGuessRangesFromModes(int scrnIndex, MonPtr Monitor, DisplayModePtr Modes)
770 if (!Monitor || !Modes)
774 Monitor->nHsync = 1;
775 Monitor->hsync[0].lo = 1024.0;
776 Monitor->hsync[0].hi = 0.0;
778 Monitor->nVrefresh = 1;
779 Monitor->vrefresh[0].lo = 1024.0;
780 Monitor->vrefresh[0].hi = 0.0;
790 if (Mode->HSync < Monitor->hsync[0].lo
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
xf86DDC.h 44 xf86EdidMonitorSet(int scrnIndex, MonPtr Monitor, xf86MonPtr DDC);
78 /* Monitor forgot to set the first detailed is preferred bit. */
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
xf86DDC.h 53 xf86EdidMonitorSet(int scrnIndex, MonPtr Monitor, xf86MonPtr DDC);
93 /* Monitor forgot to set the first detailed is preferred bit. */
  /xsrc/external/mit/xf86-video-qxl/dist/scripts/
Xspice 82 # Monitor configuration options
246 Section "Monitor"
247 Identifier "Configured Monitor"
252 Monitor "Configured Monitor"
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_driver.h 154 /* Monitor or flat panel type flags */
308 int Monitor;
ct_driver.c 1191 i = xf86ValidateModes(pScrn, pScrn->monitor->Modes,
1237 /* If monitor resolution is set on the command line, use it */
1342 /* Set pScrn->monitor */
1343 pScrn->monitor = pScrn->confScreen->monitor;
1843 * Do DDC here: if VESA BIOS detects an external monitor it
1927 /* monitor info */
1929 cPtr->Monitor = chipsSetMonitor(pScrn);
2334 ChipsPALMode.next = pScrn->monitor->Modes;
2335 pScrn->monitor->Modes = &ChipsNTSCMode
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/
xorgconf.cpp 102 # it the client can still run and fetch card and monitor attributes,
118 # It is enabled per-screen (or per-monitor), and even then only when
290 # Monitor section
293 # Any number of monitor sections may be present
295 Section "Monitor"
299 Identifier "Generic Monitor"
304 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
307 # HorizSync 31.5 # typical for a single frequency fixed-sync monitor
315 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
318 # VertRefresh 60 # typical for a single frequency fixed-sync monitor
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/
xorgconf.cpp 108 # it the client can still run and fetch card and monitor attributes,
124 # It is enabled per-screen (or per-monitor), and even then only when
296 # Monitor section
299 # Any number of monitor sections may be present
301 Section "Monitor"
305 Identifier "Generic Monitor"
310 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
313 # HorizSync 31.5 # typical for a single frequency fixed-sync monitor
321 # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
324 # VertRefresh 60 # typical for a single frequency fixed-sync monitor
    [all...]

Completed in 16 milliseconds