/freebsd/sys/dev/videomode/ |
H A D | modelines | 46 ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync 60 # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz 61 ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace 63 # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz 64 ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync 66 # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz 67 ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync 69 # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz 70 ModeLine "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync 72 # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz [all …]
|
H A D | edidreg.h | 116 #define _CHROMA(ptr, l, s, h) ((_CHHILO(ptr, l, s, h) * 1000) / 1024) 140 #define EDID_EST_TIMING_1024_768_87I 0x0010 /* 1024x768i @ 87Hz */ 141 #define EDID_EST_TIMING_1024_768_60 0x0008 /* 1024x768 @ 60Hz */ 142 #define EDID_EST_TIMING_1024_768_70 0x0004 /* 1024x768 @ 70Hz */ 143 #define EDID_EST_TIMING_1024_768_75 0x0002 /* 1024x768 @ 75Hz */
|
/freebsd/sys/dev/drm2/ |
H A D | drm_edid_modes.h | 64 896, 1024, 0, 600, 601, 603, 625, 0, 90 /* 1024x768@43Hz, interlace */ 91 { DRM_MODE("1024x768i", DRM_MODE_TYPE_DRIVER, 44900, 1024, 1032, 95 /* 1024x768@60Hz */ 96 { DRM_MODE("1024x768", DRM_MODE_TYPE_DRIVER, 65000, 1024, 1048, 99 /* 1024x768@70Hz */ 100 { DRM_MODE("1024x768", DRM_MODE_TYPE_DRIVER, 75000, 1024, 1048, 103 /* 1024x768@75Hz */ 104 { DRM_MODE("1024x768", DRM_MODE_TYPE_DRIVER, 78750, 1024, 1040, 107 /* 1024x768@85Hz */ [all …]
|
H A D | drm_fb_helper.c | 120 * kern.vt.fb.modes.LVDS="1024x768" in fb_get_options() 914 DRM_INFO("Cannot find any crtc or sizes - going 1024x768\n"); in drm_fb_helper_single_fb_probe() 915 sizes.fb_width = sizes.surface_width = 1024; in drm_fb_helper_single_fb_probe() 1159 /* check the command line or if nothing common pick 1024x768 */ in drm_target_cloned() 1183 /* try and find a 1024x768 mode on each connector */ in drm_target_cloned() 1185 dmt_mode = drm_mode_find_dmt(fb_helper->dev, 1024, 768, 60, false); in drm_target_cloned() 1202 DRM_DEBUG_KMS("can clone using 1024x768\n"); in drm_target_cloned()
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | panel-simple.yaml | 46 # AU Optronics Corporation 11.6" HD (1366x768) color TFT-LCD panel 58 # AU Optronics Corporation 15.6" (1366x768) TFT LCD panel 64 # Shanghai AVIC Optoelectronics 7" 1024x600 color TFT-LCD panel 78 # CDTech(H.K.) Electronics Limited 7" WSVGA (1024x600) TFT LCD Panel 171 # Innolux Corporation 12.1" G121X1-L03 XGA (1024x768) TFT LCD panel 173 # Innolux Corporation 12.1" G121XCE-L01 XGA (1024x768) TFT LCD panel 179 # Innolux Corporation 7.0" WSVGA (1024x600) TFT LCD panel 187 # Kyocera Corporation 12.1" XGA (1024x768) TFT LCD panel 285 # Toshiba 8.9" WXGA (1280x768) TFT LCD panel 289 # TPK U.S.A. LLC Fusion 10.1" 1024 x 600 (WSVGA) LCD panel with capacitive touch
|
H A D | samsung,s6d7aa0.yaml | 21 # 1024x768 LSL080AL03 panel 23 # 1024x768 LTL101AT01 panel
|
H A D | mitsubishi,aa104xd12.yaml | 71 /* 1024x768 @65Hz */ 73 hactive = <1024>;
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | ptn3460.txt | 11 | 0 | 1024x768 | NXP Generic | 16 | 5 | 1366x768 | NXP Generic |
|
H A D | nxp,ptn3460.yaml | 25 0 1024x768 NXP Generic 30 5 1366x768 NXP Generic
|
/freebsd/sys/sys/ |
H A D | fbio.h | 409 #define M_VESA_1024x768 0x104 /* 1024x768, 16 color */ 410 #define M_VESA_CG1024x768 0x105 /* 1024x768, 256 color */ 427 #define M_VESA_32K_1024 0x116 /* 1024x768, 5:5:5 */ 428 #define M_VESA_64K_1024 0x117 /* 1024x768, 5:6:5 */ 429 #define M_VESA_FULL_1024 0x118 /* 1024x768, 8:8:8 */
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | panel-aa104xd12.dtsi | 16 /* 1024x768 @65Hz */ 18 hactive = <1024>;
|
/freebsd/share/man/man4/ |
H A D | vt.4 | 368 To set a 1024x768 mode on all output connectors, put the following line in 371 .Dl kern.vt.fb.default_mode="1024x768" 441 input queue, usually 1024 bytes
|
H A D | splash.4 | 95 you can load bitmaps up to a resolution of 1024x768, depending on the VESA
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_cmdline.c | 45 * kern.vt.fb.modes.LVDS="1024x768" in video_get_options()
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | arm,pl11x.txt | 80 max-memory-bandwidth = <94371840>; /* Bps, 1024x768@60 16bpp */
|
H A D | arm,pl11x.yaml | 152 max-memory-bandwidth = <94371840>; /* Bps, 1024x768@60 16bpp */
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91-nattis-2-natte-2.dts | 78 // 1024x768 @ 60Hz (typical) 80 hactive = <1024>;
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | vexpress-v2p-ca9.dts | 95 /* 1024x768 16bpp @65MHz */
|
H A D | arm-realview-eb.dtsi | 433 /* 1024x768 16bpp @65MHz works fine */
|
H A D | arm-realview-pbx.dtsi | 542 /* 1024x768 16bpp @65MHz works fine */
|
H A D | arm-realview-pb1176.dts | 435 /* 1024x768 16bpp @65MHz works fine */
|
H A D | arm-realview-pb11mp.dts | 648 /* 1024x768 16bpp @65MHz works fine */
|
/freebsd/usr.sbin/bhyve/ |
H A D | bhyve.8 | 840 If not specified, a default resolution of 1024x768 pixels will be used.
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | osprey_reg_map.h | 895 volatile u_int32_t MAC_PCU_KEY_CACHE[1024]; /* 0x8800 - 0x9800 */ 2972 volatile u_int32_t RBIST_RX_HPF; /* 0x764 - 0x768 */ 2973 volatile u_int32_t RBIST_RX_RESULT_Q; /* 0x768 - 0x76c */
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 1840 arm100-w|arm100-wam|Arm(RiscPC) ncurses compatible (for 1024x768), 3792 # 1024x640 128x40 xnuppc-128x40 3793 # 1024x768 128x48 xnuppc-128x48 3794 # 1152x768 144x48 xnuppc-144x48 3856 xnuppc+128x40|Darwin PowerPC console 128x40 support (1024x640 pixels), 3859 xnuppc+128x48|Darwin PowerPC console 128x48 support (1024x768 pixels), 3862 xnuppc+144x48|Darwin PowerPC console 144x48 support (1152x768 pixels), 18123 ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 Megapel enhanced color display, 22091 # (bq300-8: <cub1>,<cuf1>,<cuu1>,<cud1>,<dl1>,<il1> to get under 1024 --esr) 23811 # mode the screen size is 1024x864 pixels. [all …]
|