Re: [PATCH] Documentation: fb: udlfb: clean up text and formatting
From: Randy Dunlap <hidden>
Date: 2022-08-28 05:32:07
Also in:
dri-devel, linux-doc, lkml
From: Randy Dunlap <hidden>
Date: 2022-08-28 05:32:07
Also in:
dri-devel, linux-doc, lkml
On 8/27/22 18:51, Bagas Sanjaya wrote:
On 8/28/22 02:39, Randy Dunlap wrote:quoted
-From the command line, pass options to modprobe -modprobe udlfb fb_defio=0 console=1 shadow=1 +From the command line, pass options to modprobe:: -Or modify options on the fly at /sys/module/udlfb/parameters directory via -sudo nano fb_defio -change the parameter in place, and save the file. + modprobe udlfb fb_defio=0 console=1 shadow=1 + +Or modify options on the fly at /sys/module/udlfb/parameters directory via:: + + sudo nano fb_defio + change the parameter in place, and save the file.Better say "Or change the options on the fly by editing /sys/module/udlfb/parameters/fb_defio."quoted
Unplug/replug USB device to apply with new settings -Or for permanent option, create file like /etc/modprobe.d/udlfb.conf with text -options udlfb fb_defio=0 console=1 shadow=1 +Or for permanent options, create a file like /etc/modprobe.d/udlfb.conf +with text:: + + options udlfb fb_defio=0 console=1 shadow=1Maybe we can say "Or to apply options permanently, create modprobe configuration like /etc/modprobe.d/udlfb.conf with::"
Thanks, I'll send a v2. -- ~Randy