Lines Matching +full:s +full:- +full:mode
8 - SiS 300 series: SiS 300/305, 540, 630(S), 730(S)
9 - SiS 315 series: SiS 315/H/PRO, 55x, (M)65x, 740, (M)661(F/M)X, (M)741(GX)
10 - SiS 330 series: SiS 330 ("Xabre"), (M)760
16 sisfb is eg. useful if you want a high-resolution text console. Besides that,
38 Well, it depends: If compiled statically into the kernel, use lilo's append
39 statement to add the parameters to the kernel command line. Please see lilo's
40 (or GRUB's) documentation for more information. If sisfb is a kernel module,
46 append="video=sisfb:mode:1024x768x16,mem:12288,rate:75"
50 modprobe sisfb mode=1024x768x16 rate=75 mem=12288
54 the parameter format is video=sisfb:mode:none or video=sisfb:mode:1024x768x16
55 (or whatever mode you want to use, alternatively using any other format
56 described above or the vesa keyword instead of mode). If compiled as a module,
57 the parameter format reads mode=none or mode=1024x768x16 (or whatever mode you
59 Additionally: If you give more than one argument to the in-kernel sisfb, the
62 video=sisfb:mode:1024x768x16,rate:75,mem:12288
68 Preface statement: This file only covers very little of the driver's
69 capabilities and features. Please refer to the author's and maintainer's
74 The desired display mode can be specified using the keyword "mode" with
77 - XxYxDepth or
78 - XxY-Depth or
79 - XxY-Depth@Rate or
80 - XxY
81 - or simply use the VESA mode number in hexadecimal or decimal.
83 For example: 1024x768x16, 1024x768-16@75, 1280x1024-16. If no depth is
88 Additionally, sisfb understands the keyword "vesa" followed by a VESA mode
90 use either "mode" or "vesa" but not both.
92 Linux 2.4 only: If no mode is given, sisfb defaults to "no mode" (mode=none) if
94 defaults to 800x600x8 unless CRT2 type is LCD, in which case the LCD's native
95 resolution is used. If you want to switch to a different mode, use the fbset
98 Linux 2.6 only: If no mode is given, sisfb defaults to 800x600x8 unless CRT2
99 type is LCD, in which case it defaults to the LCD's native resolution. If
100 you want to switch to another mode, use the stty shell command.
103 your system) and sisfb (for graphics mode). Under Linux 2.6, also "Framebuffer
106 You should *not* compile-in vesafb. And please do not use the "vga=" keyword
107 in lilo's or grub's configuration file; mode selection is done using the
108 "mode" or "vesa" keywords as a parameter. See above and below.
126 SVGALib use the framebuffer device for mode switches and restoration.
136 in-kernel, not a module.
143 noypan disable y-panning and scroll by redrawing the entire screen.
144 This is much slower than y-panning. (Default: use y-panning)
146 represents the VESA mode number (can be given in decimal or
148 mode:X selects startup videomode. Please see above for the format of
153 parameter if sisfb is in-kernel (for example "video=sisfb:noypan). If