diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-22 05:27:00 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-22 05:27:00 (GMT) |
commit | 3d7f516c0b10ed95e270575ef6155d70c0c16114 (patch) | |
tree | bfcfd9635835309d06dfc6183849a6c4784ef252 /abs/core/v86d/modprobe.uvesafb | |
parent | 6d47014ca768abe8852024b9bc4324d56e3e06c5 (diff) | |
download | linhes_pkgbuild-3d7f516c0b10ed95e270575ef6155d70c0c16114.zip linhes_pkgbuild-3d7f516c0b10ed95e270575ef6155d70c0c16114.tar.gz linhes_pkgbuild-3d7f516c0b10ed95e270575ef6155d70c0c16114.tar.bz2 |
v86d: first build, needed for plymouth
refs #869
Diffstat (limited to 'abs/core/v86d/modprobe.uvesafb')
-rw-r--r-- | abs/core/v86d/modprobe.uvesafb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/v86d/modprobe.uvesafb b/abs/core/v86d/modprobe.uvesafb new file mode 100644 index 0000000..5e46e10 --- /dev/null +++ b/abs/core/v86d/modprobe.uvesafb @@ -0,0 +1,10 @@ +# +# This file sets the parameters for uvesafb module. +# The following format should be used: +# options uvesafb mode=<xres>x<yres>[-<bpp>][@<refresh>] scroll=<ywrap|ypan|redraw> ... +# +# For more details see: +# http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/fb/uvesafb.txt +# + +options uvesafb mode_option=1024x768-32 scroll=ywrap |