Close Menu
    Facebook X (Twitter) Instagram
    • Download Cisco Packet Tracer
    Facebook X (Twitter) Instagram Pinterest Vimeo
    IT Beginner
    • Home
    • Server
    • WordPress
    IT Beginner
    Home»Tips – Tricks»How to fix slow performance ubuntu 13.04 running in virtualbox
    Tips – Tricks

    How to fix slow performance ubuntu 13.04 running in virtualbox

    18/07/2017Updated:20/07/2017No Comments2 Mins Read

    Having very slow perform when running Ubuntu 12.10 and 13.04 in virtualbox? It’s because Ubuntu can’t use graphics card for acceleration, ubuntu uses CPU for rendering graphics trough LLVMpipe. It makes running ubuntu in virualbox really slow.

    To check if your Ubuntu 12.10 guest is using 3D acceleration

    /usr/lib/nux/unity_support_test -p

    You should see something like this

    Not software rendered: no
    Not blacklisted: yes
    GLX fbconfig: yes
    GLX texture from pixmap: yes
    GL npot or rect textures: yes
    GL vertex program: yes
    GL fragment program: yes
    GL vertex buffer object: yes
    GL framebuffer object: yes
    GL version is 1.4+: yes
    Unity 3D supported: no

    If you see “Not software rendered” and “Unity 3D supported” both say no. This means Unity is using slow LLVMpipe.

    To enable 3D supported, fist you will need to update linux-headers

    uname -r
    sudo apt-get install linux-headers-$(uname -r)
    sudo apt-get autoremove
    sudo apt-get install build-essential

    Now insert vitualbox guest iso from devices and to install manually

    cd /media
    ls
    cd username
    ls
    cd VBOX*
    ls
    sudo ./VBoxLinuxAdditions.run

    Insert vboxvideo to /etc/modules

    sudo nano /etc/modules

    Add “vboxvideo” at the end of the file

    loop
    lp
    vboxvideo

    Reboot the machine

    sudo reboot

    Check ”Not software rendered” and “Unity 3D supported” are enabled or not after rebooting

    /usr/lib/nux/unity_support_test -p

    The next thing you want to do is to increase video memory. Look for .vbox file

    nano /home/username/VirtualBox VMs/ubuntu/ubuntu.vbox
    Ubuntu VirtualBox
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleRsync with SSH without prompting for password
    Next Article Ubuntu Touch and Android dual boot on Google Nexus Devices

    Related Posts

    Tips – Tricks

    How to fix nginx an upstream response is buffered to a temporary file error

    05/08/2017
    Tips – Tricks

    Optimize WordPress with Nginx

    04/08/2017
    Security

    How to secure Apache HTTP Web Server

    29/07/2017
    Subscribe
    Notify of
    guest

    guest

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    0 Comments
    Oldest
    Newest Most Voted
    Inline Feedbacks
    View all comments
    Tags
    apache centos Centos 6 cuda Desktop Environment dual boot environment featured gnome GUI hostname hosts intel kernel kill lamp server lemp server life MariaDB netflix nginx nvidia password php-fpm phpmyadmin pids processes s.m.a.r.t Security session solid state drive ssd ssh ssh server tag 1 tag 2 Ubuntu upgrade varnish VirtualBox VNC Server web server window manager wordpress xfce
    Facebook X (Twitter) Instagram Pinterest

    Type above and press Enter to search. Press Esc to cancel.

    wpDiscuz