View previous topic :: View next topic |
Author |
Message |
ikmik n00b

Joined: 22 Apr 2016 Posts: 4
|
Posted: Fri Apr 22, 2016 6:17 pm Post subject: uvesafb scrolling mode (VirtualBox) |
|
|
Hey there, I am having troubles with uvesafb on VirtualBox. I tried either booting with
Code: | video=uvesafb:1920x1080-24,mtrr:3,ywrap |
and
Code: | # modprobe uvesafb mode_option=1920x1080 mtrr=3 scroll=ywrap | ,
both with same result: small scrolling speed and the following written in dmesg:
Code: | # dmesg | grep scrolling
[ 94.493210] uvesafb: scrolling: redraw |
How can I set ywrap as the scrolling mode?
Thanks. |
|
Back to top |
|
 |
s4e8 Guru

Joined: 29 Jul 2006 Posts: 311
|
Posted: Sat Apr 23, 2016 2:04 am Post subject: |
|
|
In order to use ypan/ywrap, vesa bios must support PMI interface, and use 32bit kernel, with NX protection off. |
|
Back to top |
|
 |
ikmik n00b

Joined: 22 Apr 2016 Posts: 4
|
Posted: Sat Apr 23, 2016 7:46 am Post subject: |
|
|
Okay. Thank you. The problem was that the kernel is 64-bit. |
|
Back to top |
|
 |
|