Lines Matching +full:standard +full:- +full:mode
2 uvesafb - A Generic Driver for VBE2+ compliant video cards
6 ---------------
9 with the VBE 2.0 standard.
30 --------------------------
36 - Lack of any type of acceleration.
37 - A strict and limited set of supported video modes. Often the native
40 video mode you want to use. This can be especially painful with
42 ratio, which is what most BIOS-es are limited to.
43 - Adjusting the refresh rate is only possible with a VBE 3.0 compliant
44 Video BIOS. Note that many nVidia Video BIOS-es claim to be VBE 3.0
48 ----------------
54 video=uvesafb:1024x768-32,mtrr:3,ywrap (compiled into the kernel)
56 # modprobe uvesafb mode_option=1024x768-32 mtrr=3 scroll=ywrap (module)
61 ypan Enable display panning using the VESA protected mode
67 ywrap Same as ypan, but assumes your gfx board can wrap-around
73 is the default on non-x86.
80 vgapal Use the standard VGA registers for palette changes.
82 pmipal Use the protected mode interface for palette changes.
83 This is the default if the protected mode interface is
89 - 0 - disabled (equivalent to nomtrr)
90 - 3 - write-combining (default)
99 according to video mode.
104 <mode> The mode you want to set, in the standard modedb format. Refer to
106 a module, the mode string should be provided as a value of the
109 vbemode:x Force the use of VBE mode x. The mode will only be set if it's
110 found in the VBE-provided list of supported modes.
111 NOTE: The mode number 'x' should be specified in VESA mode number
113 HINT: If you use this option because normal <mode> parameter does
115 set the 'nocrtc' option to ensure that the video mode is properly
116 restored after console <-> X switches.
118 nocrtc Do not use CRTC timings while setting the video mode. This option
120 if you have problems with modes set the standard way. Note that
125 noedid Do not try to fetch and use EDID-provided modes.
136 EDID-provided values and BIOS defaults. Refer to your monitor's specs to get
146 ----------------------
171 VBE mode numbers in hex.
174 A BCD value indicating the implemented VBE standard.
177 ----------------
179 Uvesafb will set a video mode with the default refresh rate and timings
186 Last updated: 2017-10-10