Commit c0dd504c authored by Mike Pagano's avatar Mike Pagano Committed by Linus Torvalds

uvesafb: document mode to mode_option parameter change

Document the change from the old "mode" parameter to the "mode_option"
parameter.
Signed-off-by: default avatarMike Pagano <mpagano@gentoo.org>
Cc: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b1ee26ba
...@@ -52,7 +52,7 @@ are either given on the kernel command line or as module parameters, e.g.: ...@@ -52,7 +52,7 @@ are either given on the kernel command line or as module parameters, e.g.:
video=uvesafb:1024x768-32,mtrr:3,ywrap (compiled into the kernel) video=uvesafb:1024x768-32,mtrr:3,ywrap (compiled into the kernel)
# modprobe uvesafb mode=1024x768-32 mtrr=3 scroll=ywrap (module) # modprobe uvesafb mode_option=1024x768-32 mtrr=3 scroll=ywrap (module)
Accepted options: Accepted options:
...@@ -105,7 +105,7 @@ vtotal:n ...@@ -105,7 +105,7 @@ vtotal:n
<mode> The mode you want to set, in the standard modedb format. Refer to <mode> The mode you want to set, in the standard modedb format. Refer to
modedb.txt for a detailed description. When uvesafb is compiled as modedb.txt for a detailed description. When uvesafb is compiled as
a module, the mode string should be provided as a value of the a module, the mode string should be provided as a value of the
'mode' option. 'mode_option' option.
vbemode:x vbemode:x
Force the use of VBE mode x. The mode will only be set if it's Force the use of VBE mode x. The mode will only be set if it's
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment