Opened 17 years ago
Closed 17 years ago
#857 closed defect (wontfix)
Scrollbars are frozen
Reported by: | Chris | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.5.2 |
Keywords: | scroll scrollbar | Cc: | |
Guest type: | other | Host type: | other |
Description
Scrollbars do not work when host window is smaller than the guest display size. The scrollbars are visible, but frozen.
Host is Kubuntu 7.10 on AthlonXP w/ 1GB RAM. Guests are Kubuntu 7.10 and CentOS 5 each with the vbox tools installed.
Change History (2)
comment:1 by , 17 years ago
Summary: | Scrollbars are frozen → u |
---|
comment:2 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Summary: | u → Scrollbars are frozen |
Note:
See TracTickets
for help on using tickets.
Thank you for the report. Unfortunately, this is a consequence of the way how SDL (which is used for rendering the guest display on Linux hosts by default) integrates with Qt and we can't do much here. According to our knowledge, there is no way to map a portion of the SDL framebuffer that starts not from {0,0} to the Qt window.
If you really need a workaround, you may try to start the machine manually using the following command line:
The
-rmode image
option will select a different rendering mode which is compatible with scroll bars and gives almost the same performance as SDL.