Message "Running in software rendering mode"

Discussions related to using VirtualBox on Windows hosts.
dantist
Posts: 3
Joined: 15. Jan 2017, 14:49

Re: Message "Running in software rendering mode"

Post by dantist »

I have the same problem with Linux Mint 18.1, VirtualBox 5.1.12 r112440 and Windows 7 64 Bit. I have already purged the pre-installed guest addons and installed the ones that come with VirtualBox, but the software mode-message won't disappear and Mint runs kind of laggy. Is there anything else you need to consider, e.g. BIOS-settings like enablen VT-x?
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Message "Running in software rendering mode"

Post by socratis »

With the VM shut down completely (not paused or saved), right-click on the VirtualBox Manager and select "Show Log". Save the "VBox.log" (just the first one), ZIP it and attach it in your response (see the "Upload attachment" tab below the reply form).
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
dantist
Posts: 3
Joined: 15. Jan 2017, 14:49

Re: Message "Running in software rendering mode"

Post by dantist »

Thanks socratis, I have saved the log file. Funny thing is that I purged the virtualbox-addons and installed the stock ones for the fifth time today, and now the "software mode"-message is gone. On the other hand the screen now seems to have an almost invisible flickering and I can't leave fullscreen-mode with the host-key any more - the menu-bar also keeps disappearing. Maybe the stock-addon isn't fully compatible with the latest Mint-version. Anyhow, I am attaching the log file, hopefully it contains some useful information. I had to ZIP it because of the forums file size limit.
Attachments
Linux Mint-2017-01-15-14-39-34.zip
(32.29 KiB) Downloaded 18 times
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Message "Running in software rendering mode"

Post by socratis »

dantist wrote:I had to ZIP it because of the forums file size limit.
Not because I specifically told you? ;)

One major and one minor point in the logs:
00:00:01.432437   NumCPUs           <integer> = 0x0000000000000004 (4)
00:00:01.676309 CPUM: Logical host processors: 8 present, 8 max, 8 online, online mask: 00000000000000ff
00:00:01.676310 CPUM: Physical host cores: 4
You have 4 cores, you assigned all of them to your guest. Not a great idea. Take them down to 2, max 3. Your processor: https://ark.intel.com/products/88195/In ... o-4_20-GHz
00:00:17.726520 VMMDev: SetVideoModeHint: Got a video mode hint (2560x1440x32)@(0x0),(1;0) at 0
Just out of curiosity, have you tried with something smaller? Let's say 1280x1024x32?
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
dantist
Posts: 3
Joined: 15. Jan 2017, 14:49

Re: Message "Running in software rendering mode"

Post by dantist »

socratis wrote:
dantist wrote:I had to ZIP it because of the forums file size limit.
Not because I specifically told you? ;)
Indeed, I must have missed that. Sorry :)

I have now reduced the cores to two and switched off fullscreen mode to lower the resolution. I can't see the strange flickering any more, but the colors seem to be off. e.g. the wallpaper is too bright, as you can see in the attached screenshot. This also happens in fullscreen, I just haven't noticed it earlier today.
Linux Mint-2017-01-15-21-09-47.zip
(32.59 KiB) Downloaded 10 times
Attachments
2017-01-15_21h03_17.jpg
2017-01-15_21h03_17.jpg (19.2 KiB) Viewed 2141 times
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Message "Running in software rendering mode"

Post by socratis »

Color calibration has never been hardware corrected (as far as I know), aka not VirtualBox related? Check you host and your guest color calibration settings maybe? I mean you're running your guest at 32 bit depth, which is I assume the same one as your host, so there's no "translation" taking place.

Finally, try not to manually resize the window to weird numbers. Change the resolution to something comfortable from within the guest. Computers really like nice, hexadecimal numbers. Just in the 1 1/2 min that you run, you changed to the following resolutions:

Code: Select all

Got a video mode hint (2104x1177x32)
Got a video mode hint (1710x1038x32)
Got a video mode hint (1704x1038x32)
Got a video mode hint (1479x977x32)
Got a video mode hint (1462x970x32)
Got a video mode hint (1454x967x32)
Got a video mode hint (1446x964x32)
Got a video mode hint (1439x960x32)
Got a video mode hint (1417x951x32)
Got a video mode hint (1416x951x32)
Got a video mode hint (1397x942x32)
Got a video mode hint (1396x942x32)
Got a video mode hint (1392x942x32)
Got a video mode hint (1396x941x32)
Got a video mode hint (1417x922x32)
Got a video mode hint (1416x922x32)
Got a video mode hint (1285x883x32)
Got a video mode hint (1280x883x32)
Got a video mode hint (1324x876x32)
Got a video mode hint (1324x875x32)
Got a video mode hint (1326x875x0)
Got a video mode hint (1329x875x32)
Got a video mode hint (1328x875x32)
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply