VirtualBox

Changes between Version 2 and Version 3 of Ticket #2985, comment 28


Ignore:
Timestamp:
Jun 9, 2016 6:12:26 PM (8 years ago)
Author:
wlritchi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2985, comment 28

    v2 v3  
    55Possibly relevant?
    66
    7 Edit: Confirmed, this appears in the X server log when the issue occurs. I'm also noticing that this issue occurs when I run a specific (but not graphics-related!) command in my terminal; I'll try to narrow this down a bit more.
     7Edit: Confirmed, this appears in the X server log when the issue occurs. I'm also noticing that this issue occurs when I run a specific command in urxvt (but not xterm!). I've reduced the problem down to the following:
     8{{{
     9#!/bin/bash
     10for i in {1..50}; do
     11    echo MhtbbSAtG1sxOzM2bSAoLTUpG1ttIC0zIBtbMzJtKCkbW20gG1sxOzM0bQo= | base64 -d
     12    sleep 0.1
     13    echo NxtbbSAtG1sxOzM2bSAoLTIpG1ttIC1zIBtbMzJtKCkbW20gG1sxOzM0bTwK | base64 -d
     14    sleep 0.1
     15done
     16}}}
     17which consistently causes the issue when run on urxvt fullscreen on a 1080p monitor.
     18
     19Not entirely sure where to lay blame for this now; I'll test this on a non-VBox machine with the same configuration.

© 2023 Oracle
ContactPrivacy policyTerms of Use