[Bug 1132439] New: [transactional server] does not scale in VirtualBox
http://bugzilla.opensuse.org/show_bug.cgi?id=1132439 Bug ID: 1132439 Summary: [transactional server] does not scale in VirtualBox Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.1 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: bnc-team-screening@forge.provo.novell.com Reporter: axel.braun@gmx.de QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Using a fully patched Leap 15.0 as host (Virtualbox 5.2.22), I have installed Leap 15.1 Build 449.2 with transactional server and KDE desktop. virtualbox-guest-kmp-default virtualbox-guest-X11 virtualbox-guest-tools are installed on the client. When enlarging the Vbox window, the resolution of the client remains at 640x480. Expected behaviour: client scales up to a larger resolution -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1132439 http://bugzilla.opensuse.org/show_bug.cgi?id=1132439#c1 --- Comment #1 from Axel Braun <axel.braun@gmx.de> --- I just noticed the 'normal' system has the issue as well -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1132439 http://bugzilla.opensuse.org/show_bug.cgi?id=1132439#c2 Ludwig Nussel <lnussel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Summary|[transactional server] does |KDE resolution does not |not scale in VirtualBox |scale in VirtualBox --- Comment #2 from Ludwig Nussel <lnussel@suse.com> --- in 15.0 it worked? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1132439 http://bugzilla.opensuse.org/show_bug.cgi?id=1132439#c3 --- Comment #3 from Axel Braun <axel.braun@gmx.de> --- (In reply to Ludwig Nussel from comment #2)
in 15.0 it worked?
Yes, with 15.0 client I had no issues -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1132439 http://bugzilla.opensuse.org/show_bug.cgi?id=1132439#c4 --- Comment #4 from Larry Finger <Larry.Finger@gmail.com> --- (In reply to Axel Braun from comment #3)
(In reply to Ludwig Nussel from comment #2)
in 15.0 it worked?
Yes, with 15.0 client I had no issues
Yes, it is a 15.1 problem in that module vboxvideo.ko is missing. That is the video driver for VB, Without it, only a simple graphics screen is available. Modern kernels such as used by Tumbleweed have that module built into the kernel, but the older 4.12.X kernels used by Leap 15.1 do not. In a recent change, I was asked if it would be OK to use the same source for both TW and Leap 15.1. I failed to remember this problem, and said OK. Now, I have to restore the build of the kernel module on Leap 15.1 while not breaking the TW build. I do not have an estimate on how long this will take, but as soon as I have a fixed repo at OBS, I will give a link here. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1132439 http://bugzilla.opensuse.org/show_bug.cgi?id=1132439#c5 --- Comment #5 from Larry Finger <Larry.Finger@gmail.com> --- Created attachment 802986 --> http://bugzilla.opensuse.org/attachment.cgi?id=802986&action=edit RPM with fixed version of VirtualBox Guest Kernel Modules -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1132439 http://bugzilla.opensuse.org/show_bug.cgi?id=1132439#c6 --- Comment #6 from Larry Finger <Larry.Finger@gmail.com> --- Good news. I have a fixed version of VB to handle this problem. Until the new version makes it through the build process and in included in the standard distribution, you can install it with the following commands in your VM: wget https://bugzilla.opensuse.org/attachment.cgi?id=802986 mv attachment.cgi?id=802986 virtualbox-guest-kmp-default sudo zypper in --force virtualbox-guest-kmp-default The package is not signed, and you will need to ignore that. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1132439 http://bugzilla.opensuse.org/show_bug.cgi?id=1132439#c7 --- Comment #7 from Axel Braun <axel.braun@gmx.de> --- (In reply to Larry Finger from comment #6) Small correction:
Until the new version makes it through the build process and in included in the standard distribution, you can install it with the following commands in your VM:
wget https://bugzilla.opensuse.org/attachment.cgi?id=802986 mv attachment.cgi?id=802986 virtualbox-guest-kmp-default sudo zypper in --force virtualbox-guest-kmp-default
mv attachment.cgi?id=802986 virtualbox-guest-kmp-default.rpm sudo zypper in --force virtualbox-guest-kmp-default.rpm (otherwise it pulls it from repo) Beside this, the patch fixes it on a normal Leap 15.1 (transactional not tested so far). Thanks Larry! -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1132439 http://bugzilla.opensuse.org/show_bug.cgi?id=1132439#c8 --- Comment #8 from Axel Braun <axel.braun@gmx.de> --- transactional server is working as well! -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1132439 http://bugzilla.opensuse.org/show_bug.cgi?id=1132439#c11 --- Comment #11 from Axel Braun <axel.braun@gmx.de> --- I did a Leap 15.1 installation in virtualbox today and still (or again) face the issue. All patches applied virtualbox-guest-kmp-default is version 6.0.10_k4.12.14_lp151.28.10-lp151.2.6.1 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1132439 http://bugzilla.opensuse.org/show_bug.cgi?id=1132439#c12 Larry Finger <Larry.Finger@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #12 from Larry Finger <Larry.Finger@gmail.com> --- Fixed. -- You are receiving this mail because: You are on the CC list for the bug.
participants (2)
-
bugzilla_noreply@novell.com
-
bugzilla_noreply@suse.com