Is this 4k resolution support, or 1080-?

1,362

Solution 1

1: Video Memory

I got a message saying that my gues needed at least 33MB (or something) of video memory. I set it to 64MB and I could select my full 4K resolution.

2: Scaling factor

Not relevant to Ubuntu most likely, but just adding it here in case someone stumbles on this post from Google
Something else that may be affecting this is the scaling factor in Windows 10.
If this is set to 150% your guest resolution will also be scaled and you won't be able to select the full 4K resolution in the client causing everything to look slightly blurry.
You can set this to back 100%, which will make everything work as expected again.
Or if you want to keep the 150% scaling in Windows but not your guest, you can check out this post. (setting guest resolution through command line)
Haven't tried that myself though.

Solution 2

I'm going to ask the obvious, but have you install the VBoxAdditions?

On the main menu if you click

Devices -> Install Guest Additions CD Image

It may or may not auto prompt the install, but after it should work.

My build is current running at 3840x2009 (not 2160 because of my main OS menu bar and the VM wrapped borders)

Hope this helps!

Share:
1,362

Related videos on Youtube

Gufran Pathan
Author by

Gufran Pathan

Updated on September 18, 2022

Comments

  • Gufran Pathan
    Gufran Pathan over 1 year

    I'm trying to create a Conda virtual environment on a machine not connected to the internet (but with Anaconda installed). I run "conda create" with the "--offline" parameter.

    H:\>conda create -n test1 --offline
    

    But I get the following error:

    # >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
    
        Traceback (most recent call last):
          File "C:\ProgramData\Anaconda3\lib\site-packages\conda\exceptions.py", line 819, in __call__
            return func(*args, **kwargs)
          File "C:\ProgramData\Anaconda3\lib\site-packages\conda\cli\main.py", line 78, in _main
            exit_code = do_call(args, p)
          File "C:\ProgramData\Anaconda3\lib\site-packages\conda\cli\conda_argparse.py", line 77, in do_call
            exit_code = getattr(module, func_name)(args, parser)
          File "C:\ProgramData\Anaconda3\lib\site-packages\conda\cli\main_create.py", line 11, in execute
            install(args, parser, 'create')
          File "C:\ProgramData\Anaconda3\lib\site-packages\conda\cli\install.py", line 235, in install
            force_reinstall=context.force,
          File "C:\ProgramData\Anaconda3\lib\site-packages\conda\core\solve.py", line 524, in solve_for_transaction
            self._notify_conda_outdated(link_precs)
          File "C:\ProgramData\Anaconda3\lib\site-packages\conda\core\solve.py", line 544, in _notify_conda_outdated
            SubdirData.query_all(conda_newer_spec, self.channels, self.subdirs),
          File "C:\ProgramData\Anaconda3\lib\site-packages\conda\core\subdir_data.py", line 91, in query_all
            return tuple(concat(future.result() for future in as_completed(futures))
    )
          File "C:\ProgramData\Anaconda3\lib\site-packages\conda\core\subdir_data.py", line 95, in query
            self.load()
          File "C:\ProgramData\Anaconda3\lib\site-packages\conda\core\subdir_data.py", line 150, in load
            if _internal_state["repodata_version"] > MAX_REPODATA_VERSION:
        KeyError: 'repodata_version'
    
    `$ C:\ProgramData\Anaconda3\Scripts\conda create -n test1 --offline`
    

    Environment details:

        active environment : None
           user config file : C:\Users\userxyz\.condarc
     populated config files : C:\Users\userxyz\.condarc
              conda version : 4.5.11
        conda-build version : 3.15.1
             python version : 3.7.0.final.0
           base environment : C:\ProgramData\Anaconda3  (read only)
               channel URLs : https://repo.anaconda.com/pkgs/main/win-64  (offline)
                              https://repo.anaconda.com/pkgs/main/noarch  (offline)
                              https://repo.anaconda.com/pkgs/free/win-64  (offline)
                              https://repo.anaconda.com/pkgs/free/noarch  (offline)
                              https://repo.anaconda.com/pkgs/r/win-64  (offline)
                              https://repo.anaconda.com/pkgs/r/noarch  (offline)
                              https://repo.anaconda.com/pkgs/pro/win-64  (offline)
                              https://repo.anaconda.com/pkgs/pro/noarch  (offline)
                              https://repo.anaconda.com/pkgs/msys2/win-64  (offline)
    
                              https://repo.anaconda.com/pkgs/msys2/noarch  (offline)
    
              package cache : C:\ProgramData\Anaconda3\pkgs
                              C:\Users\userxyz\AppData\Local\conda\conda\pkgs
           envs directories : C:\Users\userxyz\AppData\Local\conda\conda\envs
                              C:\ProgramData\Anaconda3\envs
                              C:\Users\userxyz\.conda\envs
                   platform : win-64
                 user-agent : conda/4.5.11 requests/2.19.1 CPython/3.7.0 Windows/7 W
    indows/6.1.7601
              administrator : False
                 netrc file : None
               offline mode : True
    

    Any idea how I can fix this?

    • Rinzwind
      Rinzwind over 9 years
      Hmmm this will not be related to Ubuntu but with vBox. Please refer to the user manual section 9.8.2 for screen resolutions.
    • Jonathan Musso
      Jonathan Musso over 9 years
      I can't get that to work properly. In command prompt/terminal it says no such thing exists.
    • dan carter
      dan carter almost 9 years
      @Rinzwind 9.8.2 relates to avoiding the limitation on guest resolution must be <= host resolution. But that does not apply in this case, guest 1600x1200 is not greater than the host 3840x2160. In my case i want guest resolution = host resolution, both 3840x2160. I agree it's a vbox issue as it affects both ubuntu 14.04 and windows 8.1 guests.
    • dobey
      dobey over 7 years
      You need to install the guest additions.
    • David Foerster
      David Foerster over 7 years
      See How do I install Guest Additions in a VirtualBox VM? and enable graphics acceleration in the display settings.
    • Elder Geek
      Elder Geek over 7 years
      You may need to increase video memory as well..